/**************/
/* 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:#fff;
	font-size:12px;
	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:#152349;
	/*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 #152349;
 text-transform:uppercase;
 text-align:center;
 line-height:32px;
}

/* secondary and tertiary menus (override) */
.menulist ul li {
 text-transform:none;
 background: #003366;
 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:#3366cc;
}
.menulist a.highlighted {
 color: #FFF;
 background:#000033;
}
/* same goes for second tier and down */
.menulist ul li a.highlighted {
 color: #ccc;
 background-image:none;
 background-color: #000033;
}
.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 #3366cc;
}

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

/* widget containers */
.widget{
	padding:10px 10px 10px 10px;
	background:#ececec;
}

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

/* ======================== */
/* = 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:#ececec;}
	.discussionsPostStatus {float:left;width:130px;color:#999;}
	
/*one nation specific below */
	.discussionsPostPreview, .discussFeedback {position:relative;border:1px solid #ccc;background-color:#b8d1e5;}
	.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; }


/******************/	
/* ONE NATION NAV */
/******************/	
.navbox{
	background:url('/templates/onenationchicago/images/nav_buttonhighlight.gif') repeat-x #76a7cf;
	/*background: url('/templates/onenationchicago/images/nav_filmhole.gif') repeat-x #76a7cf;*/
	margin-bottom:2px;
	padding:10px;
	width:170px;
	font-size:16px;
	font-weight:bold;
}
.navbox a:link, .navbox a:visited{
	color:#fff;
	text-decoration:none;
}
.navbox a:active, .navbox a:hover{
	color:#ffd600;
	text-decoration:underline;
}
.navbox ul{
	margin:0px;
	padding-left:15px !important;
	padding-top:5px;
	font-size:11px;
	line-height:15px;
	list-style: square;
}
/**************************/
/* OTHER ONE NATION STUFF */
/**************************/
h2, .widgetTitle{
	font-size:16px;
	font-weight:bold;
	margin:0px 0px 5px 0px;
	padding:0px;
	line-height:25px;
	color:#666;
}
.highlight{
	color:#5b9ed9;
	font-weight:bold;
}
.timetable{
	font-size:11px;
	line-height:11px;
	margin-left:1px;
	border-collapse:collapse;
	width:680px;
	margin-bottom:10px;
}
.timetable td{
	border-left:1px solid #da2128;
	padding-left:0px;
	text-align:center;
	width:20%;
	font-size:10px;
}
.eventtext{
	color:#333333;
}
.datetext{
	color:#666666;
}

.eventnormal{
	background:url('/templates/onenationchicago/images/timeline_anytime.gif') repeat-x;
}
.eventhighlight{
	background:url('/templates/onenationchicago/images/timeline_now.gif') repeat-x;
}
.eventend{
	background:url('/templates/onenationchicago/images/timeline_end.gif') no-repeat right;
	font-weight:normal;
}
.eventendhighlight{
	background:url('/templates/onenationchicago/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:#b8d1e5; }
.stats_result { color:#DA2128; }

/* override */
.joinButton{margin-top:10px;margin-bottom:5px;width:164px;text-align:center;padding-left:5px;padding-right:5px;padding-top:3px;padding-bottom:3px;color:#faf5ae;border:1px solid #CCCCCC;background-color:#003366}

.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:#b8d1e5;
	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;}

/* ONE NATION CHICAGO RSS OVERRIDES */
#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:12px;
	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{
	color:#999;
	font-style:italic;
}
/* END ONE NATION CHICAGO RSS OVERRIDES */
/* ONC CC form */
#ccchicago{
	margin:0px;
	padding:0px;
}
#ccchicago .onchiinput{
	height:18px;
	padding:2px 5px;
	line-height:18px;
	margin:0px;
	border:0px;
	background:white;
	font-size:12px;
	width:200px;
	color:#666;
	display:inline;
	vertical-align:middle;
}
#ccchicago .onchiinput:focus{
	color:#333;
}
#ccchicago .onchisubmit{
	height:22px;
	line-height:22px;
	margin:0px;
	border:0px;
	background:url('/templates/onenationchicago/images/buttonbg.gif') #8aba0b;
	color:white;
	font-size:12px;
	width:50px;
	padding:0px 0px 3px 0px;
	display:inline;
	vertical-align:middle;

}
/* end ONC CC form */
