/* CSS for 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; content gets pushed down in sidebar */
}

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: 0.6em; }

img, div, a { behavior: url(/stylesheets/iepngfix.htc) }; /* IE PNG Alpha Fix */

/* --- 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%;
	}

.fieldWithErrors {
  display: inline;
}

/* ===========================================
         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;
	background: url(../images/bg-page.jpg) 0 0 no-repeat;
	}


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

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

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

#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;
	color: #09c;
	padding-bottom: 5px;
	margin-top: 15px;
	}

#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 7px 10px 7px;
	padding: 14px 0 2px 0;
	border-bottom: 1px solid #09c;
	}

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


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

#nehstSites {
	float: right;
	margin-right: 10px;
	list-style: none;
	width: 400px;
	text-align: center;
	}

#nehstSites li {
	display: inline;
	line-height: 16px;
	}

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

#nehstSites a {
	margin-right: 25px;
	text-decoration: none;
	color: #999;
	font-weight: bold;
	}

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

a#to-admin { margin-left: 16px; }

/* ----- 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-top: 22px;
	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-pitch { 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-pitch a { width: 64px;  background-image: url(../images/nav-pitchNow.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 span {
	display: none;
	}

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

#nav.admin li {
    margin-right:20px;
  }

/* ===========================================
         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;
	}



/************************************/
/* Error & Success messages         */
/************************************/

#errorExplanation {
	padding: 10px;
	color: #ffbb19;
}

#errorExplanation h2 {
	font-size: 1.4em;
	color: #ffbb19;
}

#errorExplanation ul {
	margin-left: 2em;
}

#successMsg {
	padding-left: 10px;
	color: #ffbb19;
}

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


.notice2 {
	font-size: 1.0em;
	color: #ffbb19;
}

#content h2.col-title {
	font-weight: normal;
	font-size: 16px;
}

/************************************/
/* DMC                              */
/************************************/

#container.dmc h1 {
	font-size: 30px;
	color: #09c;
	font-weight: bold;
}

#container.dmc h1 img {
	vertical-align: middle;
	padding-right: 20px;
}

#container.dmc .col h4 {
	font-weight: bold;
	font-size: 12px;
}

#container.dmc .col .downloaded.item {
	margin-bottom: 15px;
}

#container.dmc .col .downloaded.item a {
	font-size: 12px;
}

#container.dmc .col .downloaded.item p {
	padding: 3px 0 0 0;
	margin: 0;
}

#container.dmc .download-message {
	/*font-weight: bold;*/
}

/************************************/
/* ADMIN                            */
/************************************/

.tag_checkbox {
	color: black;
	padding-right: 10px;
}

.tag_input {
	display: block;
	color: black;
}

.active-scaffold-header div.actions a.all {
    background-image: url(/images/admin/icons/arrow_left.png);
	padding-left: 20px;
}

.active-scaffold form p {
	color: black;
}