/**************/
/* MAIN STUFF */
/**************/

body{
	background:url('/templates/images/bgstrip2.gif') repeat-x #55555A;
	font-family:"Trebuchet MS", "Lucida Sans", helvetica, arial, sans-serif;
	font-size:11px;
	color:#333;
}

/* color for links above global nav */
#prenav{
	color:#ccc;
}
#prenav a:link, #prenav a:visited {color: #ccc; text-decoration:none;}
#prenav a:hover, #prenav a:active {color: #ffcc33; text-decoration:underline;}

/* global site search box */
#sitesearch input {
	background:#444444;
	color:#ccc;
	border:1px solid #555555;
}

/* main content area (body) cdcdcd*/
#contentwrapper{
	background:#eeefe2;
	font-size:11px;
	line-height:18px;
	font-family:helvetica,arial,sans-serif;
}

/* breadcrumbs bar */
#breadcrumbs{
	background:url('/templates/images/breadcrumbbg.gif') repeat-x #58585E;
	color:#eeeeee;
	font-size:11px;
}
#breadcrumbs a:link, #breadcrumbs a:visited {color: #ffffff; text-decoration:none;}
#breadcrumbs a:hover, #breadcrumbs a:active {color: #ffffff; text-decoration:underline;}

/* footer */
#footer{
	color:#eeeeee;
	background:#222222;
	text-align:center;
}
#footer a:link, #footer a:visited {color: #ffffff; text-decoration:none;}
#footer a:hover, #footer a:active {color: #ffffff; text-decoration:underline;}

/**************/
/* GLOBAL NAV */
/**************/

/* global nav color */
#globalnav{
	background:#767768;
	/*background-image: url("/templates/images/globalheader_red.png");*/
}

/* menu font */
.menulist {
	font-family:"Lucida Sans", helvetica, arial, sans-serif;
	font-size:11px;
}

/* first tier list items (buttons across global nav) */
.menulist li {
 border: 1px solid #767768;
 text-transform:uppercase;
 text-align:center;
 line-height:32px;
}

/* secondary and tertiary menus (override) */
.menulist ul li {
 text-transform:none;
 background: #333333;
 text-align:left;
 line-height:16px;
}

/* Menu links -- top level and down */
.menulist a {
 color: #fff;
 text-decoration: none;
 font-weight:normal;
 letter-spacing:normal;
}

/* Menu links - second level down (override) */
.menulist ul li a {
 color: #ccc;
 text-decoration: none;
 font-weight:normal;
 letter-spacing:normal;
}

/* More on menu links --top level ad down */
/* 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFF;
 background:#767768;
}
.menulist a.highlighted {
 color: #FFF;
 background:#525344;
}
/* same goes for second tier and down */
.menulist ul li a.highlighted {
 color: #ccc;
 background-image:none;
 background-color: #525344;
}
.menulist ul li a:hover, .menulist ul li a.highlighted:hover, .menulist ul li a:focus {
	color:#fff;
 	background: url('/templates/images/highlightarrow.gif') no-repeat 4px 8px #767768;
}

/*****************/
/* WIDGET STYLES */
/*****************/

/* widget containers */
.widget{
	padding:10px 20px;
	background:none;
	border:0px;
	margin:0px;
	font-size:11px;
	font-family:'Lucida Grande', 'Helvetica Neue', Arial, sans-serif;
}

/* links */
.widget a:link, .widget a:visited{
	color:#3b7eb9;
	text-decoration:none;
}
.widget a:hover, .widget a:active{
	color:#1b5e99;
	text-decoration:underline;
}

.widget a:link .yesborder, .widget a:visited .yesborder{
	border: 1px solid #3b7eb9;
}
.widget a:hover .yesborder, .widget a:active .yesborder{
	border: 1px solid #10a1db;
}

/* forms */
.widget input[type="text"], input[type="password"], input[type="submit"], .widget select, .widget textarea {font-size:11px; border:1px solid #ccc; padding:2px;}

/*global style override(s)*/
.widget input[type="text"], input[type="password"], input[type="submit"], input[type="button"], input[type="file"], .widget select, .widget textarea {background:#fff;}


/*special widget wrappers*/

.ViewChangeNavBar{
	font-family:"MisoRegular",helvetica,arial,sans-serif;
	font-size:13pt;
	background:#ffffff;
	zoom:1;
	line-height:12pt;
	width:100%;
}
.ViewChangeNavBar td{
	padding:20px 10px;
	border-right:1px solid #dddddd;
	text-align:center;
}
.ViewChangeNavBar a:link, .ViewChangeNavBar a:visited{
	text-decoration:none;
	opacity:0.7;filter:alpha(opacity=70);
}
.ViewChangeNavBar a:hover, .ViewChangeNavBar a:active{
	text-decoration:none;
	opacity:1;filter:alpha(opacity=100);
}
.vcNavActive a:link, .vcNavActive a:visited, .vcNavActive a:hover, .vcNavActive a:active{
	cursor:default;
	opacity:1;filter:alpha(opacity=100);
}
.vcLogo a:link, .vcLogo a:visited, .vcLogo a:hover, .vcLogo a:active{
	opacity:1;filter:alpha(opacity=100);
}

/*end special widget wrappers*/

/* ======================== */
/* = DISCUSSIONS/COMMENTS = */
/* ======================== */



	
.discussionsThreadDisplay {border:1px solid #ccc;background-color:#ececec;}
	.discussionsThreadTitle {font-size:14px;line-height:18px;font-weight:bold;}
	.discussionsThreadStatus {color:#999;}
.discussionsPostDisplay {position:relative;border:0px;padding:5px;background-color:#ddddcc;}
	.discussionsPostStatus {float:left;width:130px;color:#999;}
	
/*film contest specific below */
	.discussionsPostPreview, .discussFeedback {position:relative;border:1px solid #ccc;background-color:#ffffaa;}
	.discussionsPostComment {position:relative;margin-top:5px;border:1px solid #ccc;padding:5px;}
	
	#commentsContainer { position:relative; }
	
	#comment_nav { position:relative;margin-top:5px;padding-top:6px;padding-bottom:5px;border-top:1px solid #ccc; }
	#comment_nav span, #comment_nav table { position:relative; }
		
	.commentpagelink a:link, .commentpagelink a:visited { padding:4px;margin-right:2px;margin-left:2px;border:1px solid #3b7eb9;color:#3b7eb9;background-color:#3b7eb9;}
	.commentpagelink a:active, .commentpagelink a:hover{ padding:4px;margin-right:2px;margin-left:2px;border:1px solid #1b5e99;color:#1b5e99;text-decoration:none !important; }
	.commentpageactive { padding:4px;font-weight:bold;border:1px solid #999;color:#999; }
	.commentpagetitle { padding:4px; color:#999999; }


/******************/	
/* FILM CONTEST NAV */
/******************/	
.navbox{
	background:white;
	border-bottom:1px dotted #ccc;
	padding:0px;
	width:190px;
	font-size:11px;
	line-height:33px;
}
.navbox a{
	height:33px;
	padding:0px 10px;
	display:block;
}
.navbox a:link, .navbox a:visited{
	color:#666;
	text-decoration:none;	
}
.navbox a:hover{
	color:#22aa66;
	text-decoration:none;
	background-color:#ffffaa;
}
.navbox a:active{
	color:#000;
	text-decoration:none;
	background-color:#ffffaa;
}
.navbox ul{
	margin:0px;
	padding-left:0px;
	font-size:11px;
	list-style-type:none;
}
.navbox li{
	margin:0px !important;
	padding:0px !important;
}
.navbox li a{
	height:auto;
	padding:3px 3px 3px 20px;
	line-height:21px;
}
#ff_search_text_nav{
	height:13px;
	line-height:13px;
	padding:10px 10px;
	border:0px;
	float:left;
	display:block;
	width:130px;
}
#ff_search_button_nav{
	background-color:black;
	color:white;
	height:33px;
	line-height:33px;
	float:left;
	display:block;
	padding:0px;
	width:40px;
	border:0px;
	text-align:center;
}
/**************************/
/* OTHER FILM CONTEST STUFF */
/**************************/
h2, .widgetTitle{
	font-size:11px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	padding:0px 0px 5px 0px;
	line-height:25px;
	color:#666;
	background:url('/templates/viewchange/dotpattern.gif') repeat-x bottom;
}
h3{
	font-size:11px;
}
.highlight{
	color:#5b9ed9;
	font-weight:bold;
}
.timetable{
	font-size:11px;
	line-height:11px;
	margin-left:1px;
	border-collapse:collapse;
	width:670px;
	margin-bottom:10px;
	table-layout:fixed;
}
.timetable td{
	border-left:1px solid #da2128;
	padding-left:0px;
	text-align:center;
	font-size:10px;
}
.eventtext{
	color:#333333;
}
.datetext{
	color:#666666;
}

.eventnormal{
	background:url('/templates/viewchangefilmcontest/images/timeline_anytime.gif') repeat-x;
}
.eventhighlight{
	background:url('/templates/viewchangefilmcontest/images/timeline_now.gif') repeat-x;
}
.eventend{
	background:url('/templates/viewchangefilmcontest/images/timeline_end.gif') no-repeat right;
	font-weight:normal;
}
.eventendhighlight{
	background:url('/templates/viewchangefilmcontest/images/timeline_endhighlight.gif') no-repeat right;
	font-weight:normal;
}
/*
.eventstart{
	background:url('/templates/onechicago/images/timeline_start.gif') repeat-x;
}
.eventhighlightnewdates{
	background:url('/templates/onenation/images/timeline_newdates_highlight.gif') repeat-x;
}
*/
.formFeedback{
	background-color:#fff;
	border-color:#c00;
	color:#c00;
}
textarea{
	font-family:"Trebuchet MS",arial,helvetica,sans-serif;
	font-size:11px;
}
a:focus {outline:none}

.moderator_stats { padding:5px;border:1px solid #ccc;background:#ffffaa; }
.stats_result { color:#DA2128; }

/* override */
.joinButton{
	margin-top:10px;
	margin-bottom:5px;
	width:154px;
	text-align:center;
	padding:0px 10px;
	color:black;
	background-color:white;
	border-color:#ccc;
	/*
	background:url('/templates/viewchangefilmcontest/images/buttonbg.gif') repeat-x;
	box-shadow:0px 3px 8px #ccc;
	-moz-box-shadow:0px 3px 8px #ccc;
  	-webkit-box-shadow:0px 3px 8px #ccc;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	height:22px;
	line-height:22px;
	display:block;
	*/
}

.finalist{display:inline;margin-left:3px;width:50px;height:14px;border:0px;background:url('/templates/onenation/images/finalist.gif') no-repeat;background-position:0px 2px;}

/*lists (i.e. rules page)*/
ol ol{list-style-type:lower-alpha;}
ol ol ol{list-style-type:lower-roman;}

.film-submit-pending-uploads{
	padding:5px;
	background-color:#ffffaa;
	font-weight:bold;
}

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

.flashwarn{
	color:#999999;
}
.flashwarn a:link, .flashwarn a:visited {color: #666666; text-decoration:none;}
.flashwarn a:hover, .flashwarn a:active {color: #666666; text-decoration:underline;}

/* FILM CONTEST RSS OVERRIDES - for twitter */
#rss ul{
	list-style-type:none;
	padding-left:0px;
	padding-bottom:10px;
		font-size:11px;
}
#rss li{
	margin-left:0px;
	padding-left:15px;
	background:url('/templates/onenationchicago/images/li_dot.gif') no-repeat 0px 3px;;
	margin-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #d4d4d4;
}
#rss a:link ,#rss a:visited {
	color:#574e45;
	font-weight:bold;
	text-decoration:none;
}
#rss a:hover ,#rss a:active {
	color:#10a1db;
	font-weight:bold;
	text-decoration:none;
}
.onchiasterisk{
	font-weight:bold;
	color:white;
	position:absolute;
	top:22px;
	left:5px;
	font-size:48px;
	display:none;
}
#onchimaintext{
	 color:#333;
	 padding:10px 20px 0px 20px;
	 float:left;
	 line-height:21px;
	 font-size:14px;
	 text-align:justify;
}
#onchifeaturepic{
	position:absolute;
	bottom:0px;
	left:0px;
}
#onchiprizes{
	float:right;
	width:250px;
	padding:0px;
	color:#6d943a;
	font-size:18px;
	line-height:28px;
}
#onchiprizes p{
	background:#e8ffc9;
	padding:13px;
	margin-bottom:11px;
	position:relative;
}
#onchiheadline1{
	color: #cccccc;
	font-size:48px;
	line-height:50px;
	text-align:center;
	height:50px;
	margin-top:10px;
}
#onchiheadline2{
	color: #92c74e;
	font-size: 76px;
	height: 70px;
	line-height: 76px;
	text-align:center;
}
#footerpad{
	display:none;
}
#voteFeedback{
	margin-top:5px;
	display:block;
	color:#333;
	font-style:italic;
	float:left;
	width:240px;
}
/* END FILM CONTEST RSS OVERRIDES */
/* ONC CC form */
#ccvc{
	margin:0px;
	padding:0px;
}
#ccvc .vcinput{
	height:12px;
	padding:10px 10px;
	line-height:13px;
	margin:0px;
	border:0px;
	background:white;
	font-size:11px;
	width:215px;
	color:#666;
	display:inline;
	vertical-align:middle;
}
#ccvc .vcinput:focus{
	color:#333;
}
#ccvc .vcsubmit{
	height:33px;
	line-height:33px;
	margin:0px;
	border:0px;
	/*background:url('/templates/onenationchicago/images/buttonbg.gif') #8aba0b;*/
	background:black;
	color:white;
	font-size:11px;
	width:100px;
	padding:0px 0px 0px 0px;
	display:inline;
	vertical-align:middle;
}
/* end ONC CC form */
/* voting system css*/
#voteButton{
	background:url('/templates/viewchangefilmcontest/images/votebutton_inactive.gif') no-repeat  #ccc;
	height:30px;
	line-height:30px;
	display:block;
	padding:0px 10px;
	text-align:center;
	color:#666;
	margin-right:10px;
	margin-top:5px;
	width:120px;
	float:left;
}
/*
#voteButton{
	background:url('/templates/viewchangefilmcontest/images/button_off_bg.gif') repeat-x;
	height:22px;
	line-height:22px;
	display:block;
	padding:0px 10px;
	text-align:center;
	color:#666;
	box-shadow:0px 3px 8px #ccc;
	-moz-box-shadow:0px 3px 8px #ccc;
  	-webkit-box-shadow:0px 3px 8px #ccc;
	-moz-border-radius: 11px; 
	-webkit-border-radius: 11px;
	margin-right:20px;
	margin-top:5px;
}
*/
#voteButton.voteButtonActive{
	background:url('/templates/viewchangefilmcontest/images/votebutton_active.gif') no-repeat #ccc;
	cursor:pointer;
	color:black;
}
.film_contest_share_links{
	line-height:15px;
	padding-top:5px;
	text-align:center;
}

