/* CSS for Details + PitchNehst - General styles */

/* ===========================================
         GLOBAL RESETS
==============================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul { list-style: none; }
strong { font-weight: bold; }
em { font-style: italic; }

a { color: #09c; }
a:hover { color: #ffbb19; }

.clear { clear: both; height: 0px; font-size: 0px; }

p {	margin-bottom: 1em; }

.fieldWithErrors .fieldWithErrors {
  display: inline;
}

 img, div, a { behavior: url(/stylesheets/iepngfix.htc) };  /* IE PNG Alpha Fix - skip. Doesn't work with swfobject.js */

/* --- clearfix ---- */

/* Note that clearfix doesn't always work when IE PNG Fix is implemented. */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
	}

.clearfix {
    display: inline-block;
	}

html[xmlns] .clearfix {
    display: block;
	}

* html .clearfix {
    height: 1%;
	}


/* ===========================================
         MAIN LAYOUT
==============================================*/

body {
	padding: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* 10px at default setting */
	line-height: 1.3em;
	color: #fff;
	text-align: center;
	background-color: #000;
	}

#container {
	width: 1002px;
	margin: 0 auto;
	text-align: left;
	}

#details #container {
	background: none;
}

/* ===========================================
         CONTENT
==============================================*/

#content {
	margin: 10px 7px auto 7px;
	padding: 20px 16px 30px;
	border: 1px solid #333;
	}

#content h1 {
	margin-bottom: 0.6em;
	font: bold 2.2em/1.2em "Helvetica Neue", "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #09c;
	border-bottom: 2px solid #09c;
	}

#content h1.imageText {
	_padding-bottom: 8px; /* Win/IE6 */
	}
	*+html #content h1.imageText { padding-bottom: 8px; /* Win/IE7 */ }

#content h2 {
	margin-bottom: 0.3em;
	font: bold 1.5em/1.2em "Helvetica Neue", "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #fff;
	}

#content h3 {
	font: bold 1.4em/1.2em Verdana, Arial, Helvetica, sans-serif;
	}

#content h3 a {
	text-decoration: none;
	}

#content p {
	font-size: 1.2em;
	line-height: 1.3em;
	}

#content ul,
#content ol {
	font-size: 1.2em;
	line-height: 1.3em;
	}


/* ===========================================
         HEADER
==============================================*/

#header {
	margin: auto auto 10px;
	padding: 14px 0 2px 0;
	border-bottom: 1px solid #09c;
	}

#logo-nehst {
	margin-left: 14px;
	margin-top: 0px;
	_margin-top: 0px; /* Win/IE6 */
	}
	*+html #logo-nehst { margin-top: 0px; /* Win/IE7 */  } 

/* ----- NEHST Sites ----- */

#nehstSites {
	margin: 19px 0 auto 14px;
	list-style: none;
    float: right;
	}

#nehstSites li {
	float: left;
	margin-right: 24px;
	list-style: none;
	}

#nehstSites li.last {
	margin-left: 0;
	}

#nehstSites a {
	display: block;
	height: 9px;
	background-position: top left;
	background-repeat: no-repeat;
	}

#nehstSites a:hover {
	background-position: bottom left;
	}

#nav-filmmakers a { width: 108px; height: 11px; background-image: url(/images/nav-filmmakers.gif); }
#nav-store a { width: 81px;  background-image: url(/images/nav-store.gif); }
#nav-screentest a { width: 70px;  background-image: url(/images/nav-screentest.gif); }
#nav-nehst a { width: 52px;  background-image: url(/images/nav-nehst.gif); }

#nehstSites span {
	display: none;
	}

/* ----- Notice messages ----- */
.notice {
	font-size: 1.5em;
	padding-left: 25px;
	color: #ffbb19;
}

/* ----- Login Form ----- */

#loginForm {
	float: right;
	width: 248px;
	margin-right: 23px;
	margin-left: 10px;
	padding: 11px 0 14px 15px;
	border: 1px solid #666;
	_display: inline; /* Win/IE6 */
	}

#loginForm h3 {
	margin-bottom: 9px;
	}

#loginForm label {
	float: left;
	width: 62px;
	margin-top: 5px;
	}

#loginForm #username,
#loginForm #password {
	float: left;
	width: 110px;
	font-size: 10px;
	}

#loginForm #username {
	margin-bottom: 9px;
	}

#loginForm #loginSignin {
	float: left;
	margin-top: 2px;
	margin-left: 9px;
	}

/* ----- Logged In ----- */

#loggedIn {
	float: right;
	width: 200px; /* Win/IE6,7 */
	margin-right: 7px;
	padding: 8px 30px 8px 18px;
	font-size: 1.2em;
	font-weight: bold;
	color: #09c;
	line-height: 1.3em;
	border: 1px solid #666;
	}

#loggedIn a {
	float: right;
	margin-top: -1px;
	margin-left: 35px;
	}


/* ----- New Here? ----- */

#newHere {
	float: right;
	margin-top: 20px;
	_margin-top: 18px; /* Win/IE6 */
	margin-right: 21px;
	font: bold 1.1em "Helvetica Neue", "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #ccc;
	_display: inline; /* Win/IE6 */
	}
	*+html #userInfo { margin-top: 18px; /* Win/IE7 */ }

#newHere a {
	margin-right: 0.6em;
	padding-right: 0.6em;
	color: #09c;
	text-decoration: none;
	text-transform: uppercase;
	border-right: 1px solid #ccc;
	}

#newHere a.last {
	margin-right: 0;
	padding-right: 0;
	border: none;
	}

#newHere a:hover {
	color: #ffbb19;
	}

/* ----- User Info ----- */

#userInfo {
	float: right;
	margin-top: 20px;
	_margin-top: 18px; /* Win/IE6 */
	margin-right: 11px;
	font: bold 1.1em "Helvetica Neue", "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #ffbb19;
	}
	*+html #userInfo { margin-top: 18px; /* Win/IE7 */ }

#userInfo a {
	margin-right: 0.6em;
	padding-right: 0.6em;
	color: #ffbb19;
	text-decoration: none;
	border-right: 1px solid #ffbb19;
	}

#userInfo a.last {
	margin-right: 0;
	padding-right: 0;
	border: none;
	}

#userInfo a:hover {
	text-decoration: underline;
	}

/* ----- Main Nav ----- */

#nav {
	float: left;
	margin-top: 7px;
	padding-top: 10px;
	list-style: none;
	border-top: 1px solid #000;
	}

#nav li {
	float: left;
	height: 26px;
	margin-right: 40px;
	list-style: none;
	}

#nav li.last {
	margin-right: 0;
	}

#nav a {
	display: block;
	height: 12px;
	background-position: top left;
	background-repeat: no-repeat;
	}

#nav a:hover,
#nav .on a {
	background-position: bottom left;
	}

#nav-home { padding-left: 14px; }
#nav-home a { width: 39px; background-image: url(/images/nav-home.gif); }
#nav-about { padding-left: 14px; }
#nav-about a { width: 39px; background-image: url(/images/nav-about.gif); }
#nav-how a { width: 81px;  background-image: url(/images/nav-howToPitch.gif); }
#nav-finished a { width: 88px;  background-image: url(/images/nav-finishedFilms.gif); }
#nav-news a { width: 33px; background-image: url(/images/nav-news.gif); }
#nav-events a { width: 43px;  background-image: url(/images/nav-events.gif); }
#nav-details a { width: 97px; background-image: url(/images/details/nav-details.gif); }
#nav-pitch a { width: 126px; background-image: url(/images/details/nav-pitchNow.gif); }

#nav span {
	display: none;
	}

#nav li.on {
	background: url(/images/nav-arrow.gif) bottom center no-repeat;
	}


/* ===========================================
         FOOTER
==============================================*/

#footer {
	margin-top: 40px;
	text-align: center;
	font-family: "Helvetica Neue", "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #999;
	}

#footerLinks a {
	margin-right: 0.6em;
	padding-right: 0.6em;
	font-weight: bold;
	color: #999;
	text-decoration: none;
	border-right: 1px solid #999;
	}

#footerLinks a.last {
	margin-right: 0;
	padding-right: 0;
	border: none;
	}

#footerLinks a:hover {
	color: #ffbb19;
	}

#copyright {
	margin-top: 1em;
	margin-bottom: 2em;
	}
