@charset "UTF-8";

/*Normalizing across site///////////////////////////////////////////////*/

/*Normalizes margin and padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, iframe{
	margin: 0;
	padding: 0;
}

/*Normalizes font-size for headers*/
h1, h2, h3, h4, h5, h6{
	font-size: 100%;
}

/*Removes list-style from lists*/
ol, ul{
	list-style: none;
}

/*Normalizes font-style and font-weight*/
address, caption, cite, code, dfn, em, strong, th, var{
	font-style: normal;
	font-weight: bolder;
}

/*Removes border from fieldset and img*/
fieldset, img{
	border: 0;
}

/*End Normalizing////////////////////////////////////////////////////////*/




body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
}
#subcontent {
	margin-left: 200px;
}
#branding {
	background-image: url(graphics/logo.jpg);
	height: 173px;
	width: 680px;
	background-repeat: no-repeat;
	text-indent: -999px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#navigation {
	text-transform: uppercase;
	
	list-style-type: none;
	position: absolute;
	left: 11px;
	top: 83px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #f4aa0a;
	border-right-color: #f4aa0a;
	border-bottom-color: #f4aa0a;
	border-left-color: #f4aa0a;
	width: 668px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navigation li {
	display: inline;
	padding: 0px;
	margin: 0px;
}
#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	width: 680px;
}
#navigation li a {
	color: #000000;
	text-decoration: none;
	margin-right: 10px;
	font-size: 10px;
}
#main_content {
	position: absolute;
	top: 160px;
	width: 680px;
}
#subnav {
	list-style-type: none;
	padding: 0px;
	margin-left: 40px;
	position: absolute;
	width: 149px;
}
#subcontent h1 {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 30px;
}
a:hover , #navigation li a:hover{
	color: #f4aa0a;
}
#subcontent img {
	float: left;
	margin-right: 10px;
	margin-bottom: 6px;
}
#subcontent h2 {
	clear: both;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 12px;
}
#credits #subcontent ul {
	margin-bottom: 10px;
	margin-top: -10px;
}
#subcontent p.lastpara {
	margin-bottom: 20px;
}
blockquote p.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.5em;
	color: #b97f0e;
}
#subcontent p {
	margin-bottom: 5px;
}
a {
	color: #000000;
	text-decoration: none;
}
#filmmakers .clearboth {
	font-style: italic;
}
.clearboth {
	clear: both;
}
cite {
	display: block;
	font-weight: normal;
	font-variant: normal;
	font-size: 10px;
	text-transform: none;
	font-style: italic;
	text-align: right;
	margin-bottom: 40px;
}
#footer {
	text-align: center;
	margin-top: 20px;
	padding-top: 50px;
}
#subscription-form{
	position: absolute;
	top: -185px;
	right: 0;
	border-top: none;
	text-align: center;
	padding: 20px 0;
	margin-top: 10px;
}
#subscription-form form{
	
	display: inline;
}


#synopsis_page #subcontent img, #from_directors_page #subcontent img, #people_page #subcontent img, #hp #subcontent img {
	float: none;
}
#subcontent p.lg_img_inline {
	font-style: italic;
	margin-bottom: 30px;
	margin-top: 30px;
}


#subcontent p.sm_img_inline {
	font-style: italic;
	margin-bottom: 10px;
	margin-top: 20px;
}

blockquote .cap_img {
	position: absolute;
	top: 0px;
	left: -200px;
	width: 170px;
	text-align: right;
}
blockquote {
	position: relative;
	margin-top: 50px;
}
#hp #wrapper #main_content #hp_tagline {
	font-size: 14px;
	margin-bottom: 10px;
}
#hp_subTag{
	margin-bottom: 30px;
}

#callout_hp {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.5em;
	color: #b97f0e;
}

/*#hp #subcontent{
	margin-left: 40px;
}*/
#from_directors_page #wrapper #main_content #subcontent .contact_h2 {
	margin-top: 20px;
}

#subcontent a, p.cite{
	font-weight: bold;
}

.callout{
	background-color: #F4AA0A;
	padding: 20px;
	margin-left: -20px;
	font-size: 15px;
	-moz-box-shadow: 5px 5px 10px #aaa;
	-webkit-box-shadow: 5px 5px 10px #aaa;
}
.callout a:hover{
	color: white;
}