/**************/
/* 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:#397ca6;
	/*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 #666;
 text-transform:uppercase;
 text-align:center;
 line-height:32px;
}

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

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

/* widget containers */
/*
.widget{
	padding:10px 10px 10px 10px;
	color:424242;
	background:url('/templates/images/twitterbottom.gif') repeat-x bottom #eaeaea;
	border:1px solid #d4d4d4;
}
*/
.widget{
	padding:10px 10px 10px 10px;
	color:424242;
	background:#ececec;
}

/* links */
.widget a:link, .widget a:visited{
	color:#10a1db;
	text-decoration:none;
}
.widget a:hover, .widget a:active{
	color:#10a1db;
	text-decoration:underline;
}

.widget a:link .yesborder, .widget a:visited .yesborder{
	border: 1px solid #faf5ae;
}
.widget a:hover .yesborder, .widget a:active .yesborder{
	border: 1px solid #ffffff;
}

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

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

.discussionsThreadDisplay {border:1px solid #036;background-color:#036;}
	.discussionsThreadTitle {font-size:14px;line-height:18px;font-weight:bold;}
	.discussionsThreadStatus {color:#999;}
.discussionsPostDisplay {position:relative;border:0px;padding:5px;background-color:#036;}
	.discussionsPostStatus {float:left;width:130px;color:#999;}
	
/*one nation specific below */
	.discussionsPostPreview, .discussFeedback {position:relative;border:1px solid #ccc;background-color:#600;}
	.discussionsPostComment {position:relative;margin-top:5px;border:1px solid #036;padding:5px;}
	
	#commentsContainer { position:relative; }
	
	#comment_nav { position:relative;margin-top:5px;padding-top:6px;padding-bottom:5px;background-color:#000022 }
	#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 #000022; }
	.commentpagelink a:active, .commentpagelink a:hover{ padding:4px;margin-right:2px;margin-left:2px;border:1px solid #999999;text-decoration:none !important; }
	.commentpageactive { padding:4px;font-weight:bold;border:1px solid #ffffff; }
	.commentpagetitle { padding:4px; color:#999999; }



h2, .widgetTitle{
	font-size:16px;
	font-weight:bold;
	margin:0px 0px 5px 0px;
	padding:0px;
	line-height:25px;
	color:#666;
}
.formFeedback{
	background-color:#6a0c15;
	border-color:#da2128;
}
textarea{
	font-family:"Trebuchet MS",arial,helvetica,sans-serif;
	font-size:11px;
}
a:focus {outline:none}

.moderator_stats { padding:5px;border:1px solid #ffcc66;background:#000022; }
.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;}

/* ================= */
/* = 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;
}
#footerpad{
	display:none;
}
/* END ONE NATION CHICAGO RSS OVERRIDES */

/* end ONC CC form */
