/*
TITLE:			Main Styles for Counting Backwards
AUTHOR:			Dan Boland, dan@danzigner.com
CREATED:		January 24, 2006
NOTES:			Hand-crafted in Los Angeles, California
*/

* {margin: 0; padding: 0; }

.alt {display: none; }

body {background: #f8ed94 url(../img/body-bg.gif) bottom right fixed no-repeat; }

#header {
	background: url(../img/header-bg.gif) top left no-repeat; 
	padding-top: 150px; 
	padding-left: 12%; 
	height: 50px !important; 
	height /**/: 200px; /* for IE5/Win only */
}

#nav {
	height: 50px; 
	list-style: none;
	display: inline;
	overflow: hidden;
}

#nav li {
	list-style: none; 
	display: inline;
}

#nav a {
	float: left; 
	padding: 50px 0 0 0; 
	overflow: hidden;
	height: 0px !important;
	height /**/:50px; /* for IE5/Win only */
}

#nav a.here, #nav a:hover {
	background-position: 0 -50px;
}

#tsynopsis a {
	width: 125px;
	background: url(../img/tsynopsis.gif) top left no-repeat; 
}

#tpersonnel a {
	width: 160px;
	background: url(../img/tpersonnel.gif) top left no-repeat;
}

#tcast a {
	width: 160px; 
	background: url(../img/tcast.gif) top left no-repeat;
}

#tnotes a {
	width: 185px; 
	background: url(../img/tnotes.gif) top left no-repeat;
}

#tcredits a {
	width: 130px; 
	background: url(../img/tcredits.gif) top left no-repeat; 
}

#content {
	width: 45%; 
	margin-left: 5%; 
}

#content h1 {
	font: 130% bold Verdana, sans-serif;
	color: #6f7e1f;
	margin: 32px 0 16px 0; 
}

#content h2 {
	font: 100% bold Verdana, sans-serif;
	color: #53534a;
}

#content p {
	font: 90% normal Georgia, Times, serif;
	line-height: 120%; 
	color: #53534a; 
	margin-bottom: 16px;
}

#content p.footer {
	margin: 100px auto;
}

#content a:link, #content a.visited {
	text-decoration: underline;
	color: #41748f; 
}

#content a:hover {
	text-decoration: none;
	color: #6f7e1f; 
}

#content img {
	margin-bottom: 16px;
}

#content p img {
	margin-top: 16px;
	margin-right: 16px; 
	margin-bottom: 16px;
	display: inline;
	float: left; 
}

strong, em {
	color: #41748f;
}

p.bottomnav {
	margin-top: 66px;
	text-align: center !important;
	font: 80% Helvetica, Arial, arial, sans-serif !important; 
	line-height: 200%;
	}
	
p.bottomnav a:link, .bottomnav a:visited {
	color: #53534a !important;
	text-decoration: none !important;
	}
	
p.bottomnav a:hover {
	color: #41748f !important;
	text-decoration: underline !important;
	}

.row {
	clear: both;
	padding-top: 16px;
	}
	
form span.label {
	float: left;
	font: 90% normal Georgia, Times, serif;
	line-height: 130%;
	width: 45%;
	color: #53534a;
	text-align: right;
	margin-right: 5%;
	
	}
	
form span.field {
	float: right; 
	font: 90% normal Georgia, Times, serif;
	line-height: 130%;
	color: #53534a;
	text-align: left;
	width: 50%;
	}

form span.field input {
	margin-right: 6px;
	}
	
ul#notesnav {
	list-style: circle; 
	margin-left: 5%; 
	}
	
ul#notesnav li {
	font: 75% bold arial, sans-serif;
	margin-bottom: 6px;
	
	}
	
.laurelsp {
	width: 600px !important; 
	}
	
.laurels {
	display: block !important; 
	margin: 10px !important; 
	}