﻿/* Import other stylesheets
-----------------------------------------------------------------------------*/
@import url("base.css");
@import url("reset-fonts-grids.css");

/* YUI Styles for layout
-----------------------------------------------------------------------------*/
/* Set up the document
-----------------------------------------------------------------------------*/

body {
	font-family: Verdana, sans-serif;
	color: #333;
	font-size: 85% !important;
}

#branding {
	background: url(/assets/images/logo.gif) no-repeat;
	height: 32px;
	width: 301px;
	display: block;
	margin: 40px 0 0 60px;
}

#content {
	background: url(/assets/images/bg.gif) no-repeat;
	height: 713px;
	padding: 0 126px 0 60px;
	margin-bottom: 20px;
}

#subheader {
	width: 100%;
	height: 50px;
	font: 14px Verdana;
	color: #999;
}

#primary-content {
	width: 750px;
	height: 560px;
}

#primary-content p#intro {
	margin-top: 37px;
	float: right;
	width: 590px;
	color: #000;
}

#primary-content img {
	border: 1px solid #666;
	padding: 3px;
}

#pics {
	margin-top: 40px;
}

#pics img {
	margin-right: 15px;
}

#pics img#last {
	margin: 0;
}

.right {
	float: right;
}
.left {
	float: left;
}

.director-blurb {
	width: 340px;
	float: left;
	font-size: 10px;
	margin-top: 10px;
}

/* PNG fix for IE browsers
-----------------------------------------------------------------------------*/

div, img, a, input, form {
	behavior: url(/assets/Behaviors/iepngfix.htc);
}

/* Links */

a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Typography
-----------------------------------------------------------------------------*/

h1, h2, h3, h4, h5 {
	margin-bottom: 0.5em;
	color: #666;
	font-weight: bold;
}

h1 {
	font-size: 131%;
	padding-bottom: 0;
}
h1.help {
	background: url(/assets/images/icons/24/help2.png) no-repeat 0 50%;
	padding: 2px 0 2px 30px;
}
h2 {
	font-size: 116%;
}
h2#case_title {
	margin-bottom: 1em;
	padding-bottom: 0.3em;
	border-bottom: 1px dotted #333;
}
h2#error_title {
	background: url(/assets/images/icons/24/icon-alert.gif) no-repeat 0 50%;
	padding-left: 25px;
}
h3 {
	font-size: 108%;
}
h3.event_name {
	background: url(/assets/images/icons/16/calendar.png) no-repeat 0 50%;
	padding-left: 20px;
}
h4 {
	font-size: 100%;
	color: #666;
}
h5 {
	font-size: 100%;
	padding-bottom: 0;
}

p, q, cite {
	margin-bottom: 0.7em;
	line-height: 1.3em;
}

blockquote {
	padding: 2em;
}

/* Navigation
-----------------------------------------------------------------------------*/

#nav {
	background: url(/assets/images/menu2.png) no-repeat;
	width: 600px;
	height: 30px;
	float: right;
	position: relative;
	margin-top: 10px;
}

#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	height: 30px;
	display: block;
}

#nav a {
	height: 30px;
	display: block;
	border-bottom: none;
}

#nav #film {
	left: 0;
	width: 100px;
}
#nav #trailer {
	left: 100px;
	width: 100px;
}
#nav #news {
	left: 200px;
	width: 100px;
}
#nav #links {
	left: 300px;
	width: 100px;
}
#nav #home {
	left: 400px;
	width: 100px;
}

#nav #film a:hover, .f-active #nav #film {
	background: transparent url(/assets/images/menu2.png) 0 -30px no-repeat;
}
#nav #trailer a:hover, .t-active #nav #trailer {
	background: transparent url(/assets/images/menu2.png) -100px -30px no-repeat;
}
#nav #news a:hover, .n-active #nav #news {
	background: transparent url(/assets/images/menu2.png) -200px -30px no-repeat;
}
#nav #links a:hover, .l-active #nav #links {
	background: transparent url(/assets/images/menu2.png) -300px -30px no-repeat;
}
#nav #home a:hover, .h-active #nav #home {
	background: transparent url(/assets/images/menu2.png) -400px -30px no-repeat;
}

#sub-container {
	width: 600px;
	height: 30px;
	float: right;
}

#subnav {
	background: url(/assets/images/film_menu.png) no-repeat;
	width: 352px;
	height: 30px;
	float: left;
	position: relative;
	margin-left: 15px;
}

#subnav li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	height: 30px;
	display: block;
}

#subnav a {
	height: 30px;
	display: block;
	border-bottom: none;
}

#subnav #directors {
	left: 0;
	width: 90px;
}
#subnav #credits {
	left: 90px;
	width: 80px;
}
#subnav #press-kit {
	left: 170px;
	width: 100px;
}
#subnav #stills {
	left: 270px;
	width: 82px;
}

#subnav #directors a:hover, .d-active #subnav #directors {
	background: transparent url(/assets/images/film_menu.png) 0 -30px no-repeat;
}
#subnav #credits a:hover, .c-active #subnav #credits {
	background: transparent url(/assets/images/film_menu.png) -90px -30px no-repeat;
}
#subnav #press-kit a:hover, .pk-active #subnav #press-kit {
	background: transparent url(/assets/images/film_menu.png) -170px -30px no-repeat;
}
#subnav #stills a:hover, .s-active #subnav #stills {
	background: transparent url(/assets/images/film_menu.png) -270px -30px no-repeat;
}

/* Lists
-----------------------------------------------------------------------------*/

#news-container {
	height: 500px;
	overflow: auto;
}

#news-list li {
	margin-bottom: 10px;
	display: block;
}

#news-list li h3 {
	background: url(/assets/images/icons/cal_24.gif) no-repeat;
	line-height: 30px;
	padding-left: 33px;
}

#links li {
	list-style-type: none;
	background: url(/assets/images/icons/link_16.gif) no-repeat 0 50%;
	padding: 5px 0 5px 25px;
}

/* Forms
-----------------------------------------------------------------------------*/

.form-section {
	margin-bottom: 10px;
}

.form-section label {
	display: block;
	margin-bottom: 5px;
}

.textbox {
	width: 200px;
	padding: 3px;
	border: 2px solid #333;
	font: 14px Verdana;
}

.subscription td {
	border: none !important;
}

.validator {
	background: url(/assets/images/icons/alert.gif) no-repeat;
	padding-left: 20px;
}

.success, .error {
	width: 300px;
	padding: 10px 10px 10px 40px;
	background-color: #fff;
	background-repeat: no-repeat;
	margin: 15px 0;
	background-position: 4px 4px;
}

.success {
	border: 1px solid #666;
	background-image: url(/assets/images/icons/check.gif);
}

.error {
	border: 1px solid #cc0000;
	background-image: url(/assets/images/icons/alert_32.gif);
}

/* Clearfix
-----------------------------------------------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
