/**************/
/* 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) */
#contentwrapper{
	background:#ffffff url('/templates/dav/bodybg.gif') repeat-x;
	font-size:11px;
	line-height:16px;
}

/* 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:5px 10px 5px 10px;
	color:#333333;
	line-height:14px;
}

/* links */
.widget a:link, .widget a:visited{
	color:#2575AD;
	text-decoration:none;
}
.widget a:hover, .widget a:active{
	color:#2575AD;
	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 { text-align:center; }
	#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; }
*/
	.commentpagelink a, .commentpagetitle, .commentpageactive { margin-right:2px;margin-left:2px;}
	#comment_pages, #prev_comments, #more_comments {float:left;}

/***********/	
/* DAV NAV */
/***********/	
.navbox{
	background: url('/templates/onenation/images/navbg.gif') repeat-y #232e67;
	margin-bottom:2px;
	padding:5px 5px 5px 10px;
	width:170px;
	font-size:13px;
	font-weight:bold;
}
.navbox a:link, .navbox a:visited{
	color:#faf5ae;
	text-decoration:none;
}
.navbox a:active, .navbox a:hover{
	color:#ffffff;
	text-decoration:underline;
}
.navbox ul{
	margin:0px;
	padding-left:15px !important;
	padding-top:5px;
	font-size:11px;
	line-height:15px;
	list-style: square;
}
/*******************/
/* OTHER DAV STUFF */
/*******************/
.davgray{
	color:#666666;
}
h2, .widgetTitle{
	font-size:16px;
	font-weight:normal;
	margin:0px 0px 5px 0px;
	padding:0px;
	line-height:19px;
}
.dividerhoriz{
	clear:both;
	margin:5px 0px;
	height:2px;
	width:100%;
	background:url('/templates/dav/divider_horiz.gif') repeat-x;
	overflow:hidden;
}
.davactionheader{
	margin-bottom:5px;
}
.davactionheader h2{
	display:inline;
}
.davactionheader img{
	margin-right:2px;
}
.davbuttonleft{
	background:url('/templates/dav/buttonbg.gif') no-repeat;padding-left:10px;height:16px;
}
.davbuttonright{
	background:url('/templates/dav/buttoncap.gif') no-repeat;width:10px;height:16px;
}
/* DAV video listings */
.davlistitem{
	position:relative;
}
.davlistthumb{
	float:left;
	top:0px;
	left:0px;
	width:110px;
	margin-right:5px;
	height:82px;
	margin-bottom:5px;
}
.davlistdescr{
	float:left;
	top:0px;
	left:5px;
	width:375px; /*475*/
}
.davtitlelink{
	font-size:14px;
	line-height:17px;
}
.davlistcatlinks{
	color:#666666;
}
.davlistauthor{
	float:right;
	top:0px;
	right:0px;
	width:140px;
	color:#666666;
}
.davinreponseto{
	font-weight:bold;
	margin-top:5px;
	margin-bottom:5px;
	padding:2px;
	border: 1px solid #999999;
	background-color:#cccccc;
	color:#333333;
}
/* end DAV video listing */
/* DAV comments */
.davcomment{
	padding:0px 10px;
}
.davcommentfooter{
	padding:0px 10px;
	color:#666666;
	margin-top:10px;
}
/* end DAV comments */
/* DAV player page */
.davplayer{
	float:left;
	width:400px;
}
.davplayercontent{
	float:right;
	width:275px;
}
/* end DAV player page */

.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:#990000;border:1px solid #CCCCCC;background-color:#eeeeee;}

.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;}

/* DAV polls */
ul.poll{
	padding:0px;
	margin:3px 0px 0px 0px;
}
li.pollitem{
	margin:0px !important;
	padding:1px 5px 3px 5px;
	list-style:none;
	background:url('/templates/dav/pollitembg.gif') no-repeat;
}
.pollitem a{
	display:block;
	width:100%;
}
/*
.pollresultbg{
	height:16px;background-color:#cccccc;margin-top:3px;margin-bottom:1px;
}
.pollresultdata{
	height:16px;background-color:#9999ff;overflow:visible;
}
*/
.pollresultbg{
	height:16px;background:url('/templates/dav/pollitembg.gif') no-repeat;margin-top:3px;margin-bottom:1px;
}
.pollresultdata{
	height:16px;background:url('/templates/dav/pollresult.gif') no-repeat;overflow:visible;
}
.pollresulttext{
	margin-left:5px;height:17px;color:#333333;line-height:16px;font-size:11px;
}
/* end DAV polls */


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