/*
Wait Up Harriet Stylesheet v1.0
Target: Screen
Author: Matthew Buchanan
*/

body {
	margin: 0;
	padding: 0 20px 20px 0;
	background: #cf181f;
	color: #222;
	font-size: 62.5%;
}

#sidebar {
	width: 440px;
	float: left;
}

#main {
	max-width: 500px;
	margin-left: 460px;
	font: normal 150%/1.6 Georgia, "Times New Roman", Times, serif;
	padding-top: 40px;
}

h1, h2, h3 {
	margin: 0;
}

p {
	margin: 0 0 0.5em;
}

/* Nav Styles */

#nav {
	width: 415px;
	height: 30px;
	list-style: none;
	overflow: hidden;
	margin: 40px 0;
	padding-left: 40px;
}

#nav li {
	float: left;
	display: block;
	overflow: hidden;
	margin-right: 5px;
}

#nav li a {
	float: left;
	display: block;
	background: url("../img/wuh_nav.gif");
	height: 0;
	padding: 35px 0 0;
	text-decoration: none;
	overflow: hidden;
}

#nav .about   a { background-position:      0 0; width: 73px; }
#nav .trailer a { background-position:  -78px 0; width: 91px; }
#nav .gallery a { background-position: -174px 0; width: 95px; }
#nav .contact a { background-position: -274px 0; width: 96px; }

#nav .about   a:hover { background-position:      0 -30px; }
#nav .trailer a:hover { background-position:  -78px -30px; }
#nav .gallery a:hover { background-position: -174px -30px; }
#nav .contact a:hover { background-position: -274px -30px; }

#nav .about   a.selected { background-position:      0 -60px; }
#nav .trailer a.selected { background-position:  -78px -60px; }
#nav .gallery a.selected { background-position: -174px -60px; }
#nav .contact a.selected { background-position: -274px -60px; }

/* Content */

#poster {
	width: 440px;
	height: 440px;
	background: url("../img/wuh_title.gif") no-repeat 0 0;
	text-indent: -999em;
	overflow: hidden;
}

#poster h1 {
	margin: 0;
}

#credits {
	margin-left: 40px;
	width: 370px;
	height: 170px;
	text-indent: -999em;
	overflow: hidden;
	background: url("../img/wuh_credits.gif") no-repeat 0 0;
}

#main h1 {
	width: 300px;
	height: 30px;
	text-indent: -999em;
	overflow: hidden;
}

#main h2 {
	text-transform: uppercase;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 120%;
	margin-top: 22px;
}

#main h3 {
	text-transform: uppercase;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: #fff;
}

.hdr-about { background: url("../img/hdr_about.gif") no-repeat 0 0; }
.hdr-gallery { background: url("../img/hdr_gallery.gif") no-repeat 0 0; }
.hdr-trailer { background: url("../img/hdr_trailer.gif") no-repeat 0 0; }
.hdr-contact { background: url("../img/hdr_contact.gif") no-repeat 0 0; }

.portrait {
	float: right;
	margin: 5px 0 0.25em 1em;
}

#trailer {
	margin-top: 140px;
}

#gallery {
	margin-top: 30px;
}

.slide {
	float: left;
	margin: 0 10px 10px 0;
	width: 155px;
	height: 155px;
	background: url("../img/slide_bg.jpg") no-repeat 0 0;
}

.slide a {
	display: block;
	margin: 30px 35px 0 30px;
}

a:link, a:visited {
	color: #fc0;
}

a:hover, a:active {
	color: #fff;
}