@charset "utf-8";
/* CSS Document */

html, body, div, span, a {
	margin: 0;
	padding: 0;
	color: #fff;
	text-decoration: none;
}

html {
	height: 100%;
	min-width: 1250px;
	width: 100%;
	}

body {
	background: url(images/back-body-wood.jpg) #3f3f3f;
	height: 100%;
	width: 100%;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}

#title {
	background: #000 url(images/back-foot.png);
	border-bottom: 2px solid white;
	height: 44px;
	width: 100%;
	padding: 0 0 0 0;
	-moz-box-shadow: -4px 4px 4px #000;
	-webkit-box-shadow: -4px 4px 4px #000;
	box-shadow: -4px 4px 4px #000;
}

#title img {
	display: inline;
	border: 0;
	float: left;
}

#title ul {float: right; margin:0; padding:0;}
#title ul li {float: right; margin:0; padding:0; position:relative;}

#title ul li a {
	display: block;
	height: 100%;
	padding: 0 5px;
	margin: 0;
	font-size: 1.4em;
	font-weight: 600;
	border-left: 1px #fff solid;
	border-right: 1px #fff solid;
	line-height: 44px;
	background: url(images/back-menu.png) 0 20px repeat-x;
	text-shadow: #222 1px 1px 0px;
}

#title ul li a:hover {
	
}

#title ul li ul {
	background: #000 url(images/back-foot.png);
	display: none;
	position: absolute;
	min-width: 150px;
	border-top: 2px #fff solid;
	border-bottom: 1px #fff solid;
}

#title ul li:hover ul {
	display: block;
}

#title ul li ul li{
	float: none;
	opacity: 1;
}

#menu a {
	padding: 0 10px;
	height: 100%;
	display: block;
}

#menu a:hover {
	background: url(images/back-menu.png) repeat-x;
}

#movie {
	width: 560px;
	margin: 0;
	float: left;
	margin: 30px 0 0 20px;
	-moz-box-shadow: 4px 4px 4px #000;
	-webkit-box-shadow: 4px 4px 4px #000;
	box-shadow: 4px 4px 4px #000;
}

#content {
	width: 650px;
	height: auto;
	float: right;
	margin: 0 0 0 0;
	padding: 0 0 100px 0;
	text-shadow: #222 1px 1px 0px;
}

#content a {font-weight: 600;}
#content a:hover { text-decoration: underline;}

#content > div {
	height: auto;
	margin: 0 0 0 0;
	padding: 0px 8px 0 40px;
}

#home {	display: block; }
#home-button { opacity: 1;}

#about { display: none; }
#about-button { opacity: .8; }

#interviews { display: none; }
#interviews-button { opacity: .8; }

#background { display: none; }
#background-button { opacity: .8; }

#contact {	display: none; }
#contact-button { opacity: .8;}

.button {
	padding: 0 10px;
	height: 100%;
	cursor: pointer;
}

#in-content img {
	float: left;
	padding: 6px;
}

ul {
	list-style: none;
}

diamonds li:before {
	content: '\25CA \00a0';
}

.diamonds {padding:0;}
.diamonds li {
	margin: 4px 0;
	padding: 0;
}

.goodies {
	display: inline-block;
	border-bottom: 1px dotted #fff;
	font-weight: 600;
	margin: 0;
	padding: 0;
}

.no-goodies {
	display: inline-block;
	border-bottom: 1px dotted #fff;
	font-weight: 600;
	margin: 0 0 0 0;
	padding: 0 0 4px 30px;
}

.photo-holder {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 10px 0 0;
	padding-bottom: 4px;
}

.photo-holder a {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 0 -7px 2px;
	padding-bottom: 4px;
	background: url(images/photos-sprite.png) no-repeat top left;
}

.video-holder {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 10px 0 0;
	padding-bottom: 4px;
}

.video-holder a {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 0 -7px 2px;
	padding-bottom: 4px;
	background: url(images/videos-sprite.png) no-repeat top left;
}

.photo-holder a.photos-extra{display:none;}

.photo-holder a:hover {background: url(images/photos-sprite.png) no-repeat 0 -24px;}
.video-holder a:hover {background: url(images/videos-sprite.png) no-repeat 0 -24px;}

.photos{
	dispaly: block;
	position: relative;
	bottom: 20px;
	right: 30px;
	height: 15px;
}

.photos-border {
	border-bottom: 1px dotted #fff;
	width: 200px;
	padding: 0;
}

.photos .photos-border a {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0;
	padding-bottom: 4px;
	background: url(images/photos-sprite.png) no-repeat top left;
	}





.photos-border .photo-holder {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0;
	padding-bottom: 4px;
}

.point {position:relative; bottom:8px;font-size: 1.6em;}

#thanks {
	width: 560px;
	height: 375px;
	padding: 30% 0 0 0;
	text-align: center;
}

#contact-body {
	margin: 0;
	padding: 0;
}

#contact-body p {
	margin: 0;
}

iframe {
	overflow: hidden;
	border: #fff solid 2px;
	padding: 0;
	margin: 0;
}

ul#contact {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	z-index: 3;
	background: url(images/back-foot.png) #000;
	margin: 0;
	padding: 0;
	border-top: 2px #fff solid;
	-moz-box-shadow: 4px -4px 4px #000;
	-webkit-box-shadow: 4px -4px 4px #000;
	box-shadow: 4px -4px 4px #000;
}

#footer p {
	color: #fff;
	float: right;
	display: inline;
	padding: 0 20px 0 0;
	text-shadow: #222 1px 1px 0px;
}

#footer a {
	text-decoration: underline;
}

#quotes {
	position: fixed;
	bottom: 40;
	left: 0;
	z-index: 4;
	list-style: none;
	background: #fff url(images/back-foot.png);
	width: 40%;
	padding: 0 0 0 20px;
	margin: 0;
	overflow: visible;
	border-top: 2px #fff solid;
	border-right: 2px #fff solid;
	border-radius-topright: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-radius-topright: 4px;
	-moz-box-shadow: 4px -3px 4px #000;
	-webkit-box-shadow: 4px -3px 4px #000;
	box-shadow: 4px -3px 4px #000;
}
	
#quotes li {
	color: #fff;
	margin: 10px 10px 0 0;
	text-shadow: #222 1px 1px 0px;
}

#hello {
	background: url(images/hello.png) #000;
	display: block;
	width: 85px;
	height: 26px;
	float: right;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
}

#hello:hover {
	background: url(images/hello.png) #333333;
}
