/* 
Forum Communications Interactive - CMS Theme - Base template
Created by Chris Welle <cwelle@forumcomm.com> the big dummy (-_-)
*/

/* ------------------------------------------
IMPORTANT!!!
global.css, homepage.css, section.css, chrmemenu.css are always called on all pages, they are only in separate files to be easier to organize and edit  
----------------------------------------------*/

@import url('/global_site/template/css/global.css');


body
{
	background-color: #EEE;
	color: #000;
	font-size: 12px;
	font-family: sans-serif;
	margin: 0;
	padding: 0;
	background-image: url(/sites/wadenapj/template/gfx/bg.gif);
}

/*LINKS
-------------------------------------------------------------------------------- */
a {text-decoration: none; color: #34618f;}
a:hover {text-decoration: underline; color: #000;}

.posted_date {font-size: 11px; color: #B90000;}
.photoborder_tb img {border: 1px solid #eee; margin: 5px 7px 7px 0; padding: 5px;} /* images in article briefs in article brief box */

/* MASTHEAD
-------------------------------------------------------------------------------- */
#masthead /* goes around everything in masthead and closes after subnav */
{
	color: #FFF;
	line-height:1.2em; /* for peek-a-boo bug */
	margin: 0 auto;
	width: 1012px;
	background-color: #6989af;
	background-image: url(/sites/wadenapj/template/gfx/mastheadBG.gif);
	background-repeat:repeat-x;
	padding-top: 5px;
}

#masthead a {color: #FFF;}
#masthead a:hover {/*text-decoration: none;*/}

#masthead #login {margin: 2px 0 10px 15px;}
#masthead .logo {width: 315px; margin: 7px 0 2px 15px;}/* main logo */

#masthead .subHeading {}
#masthead .subHeading h2 {}
#masthead .subHeading a {}
#masthead .subHeading a:hover {}

/* SEARCH
-------------------------------------------------------------------------------- */
#masthead_search
{
	margin: 0 5px 5px 0;
	width: 655px;
	padding-left: 11px;
	font-family: Arial, Helvetica; /* to keep style from breaking */
	background-image: url(/sites/wadenapj/template/gfx/searchBG.jpg);
	background-repeat: no-repeat;
	background-position: 0 18px;
}

#masthead_search form {display: inline; overflow: hidden;}

#masthead_search a {color: #FFF;}
#masthead_search a:hover {color: #FFF; text-decoration: underline;}

#masthead_search .roundtop {}
#masthead_search .roundtopLT {}
#masthead_search .mid{}
#masthead_search .roundbtm {}
#masthead_search .roundbtmLT {}

#topSearchPlaceholder {margin-top: 12px;}

.search_btn /* for the mastheadhead search button ONLY */ 
{
	color: #FFF;
	font-size: 14px;
	font-family: Arial, Helvetica;
	padding: 3px 5px; /* for other browsers */
	*padding: 2px 5px; /* for ie */
	margin-left: -4px;
	width: 81px;
	font-weight: normal;
	border: 1px solid #FFF;
	background: #436794 url(/sites/inforum/template/gfx/q_bg.gif) repeat-x;
}

.search_textfield /* masthead search bar textfield */ 
{
	background: #FFF;
	width: 340px;
	color: #000;
	font-size: 14px;
	font-family: sans-serif;
	padding: 4px 2px;
	border: 1px solid #FFF;
	display: inline;
}

/* SEARCH NAV
-------------------------------------------------------------------------------- */
#searchnav /* tab links in masthead search */
{
	font-size: 12px;
	font-family: Arial, Helvetica;
	*margin: 0 0 5px 0;
}

#searchnav ul /* search tab nav */
{
	float: left;
	margin: 0 0 3px 0;
	padding: 0;
	white-space: nowrap;
}

#searchnav li /* search tab nav */
{
	float: left;
	list-style-type: none;
	margin: 0;
	line-height: 18px;
	height: 20px;
}

#searchnav ul li a
{
	padding: 0 6px;
	vertical-align: middle;
	display: block;
	cursor: pointer;
}

#searchnav ul li a:hover
{
	color: #FFF;
	padding: 0 6px;
	vertical-align: middle;
	background-image: url(../gfx/searchnav_arrow.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	background-position: center bottom;
}

#searchnav li a.current_search, #searchnav li a.current_search:hover
{
	vertical-align: middle;
	text-decoration: none;
	background-position: center -1px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #9cc0ed;
	background-color: #5f7b9d;
}

/* HQ NAV
-------------------------------------------------------------------------------- */
#HQnav {color:#000; margin: 7px 10px 0 0; word-spacing: 5px;}
#HQnav a:link, #HQnav a:active, #HQnav a:visited {color:#FFF;} 
#HQnav a:hover {color:#FFF;}


/* NAVIGVATION
-------------------------------------------------------------------------------- */
.navigation {margin-top: 4px;}
.navigation #mainnav {font-size: 12px; font-family: sans-serif; padding-left: 11px;} /* main navigation bar */

.navigation #mainnav ul /* section links */
{
	float: left;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	left: 0;
}

.navigation #mainnav li /* section links */
{
	float: left;
	list-style-type: none;
	margin: 0 0 0 5px;
}

.navigation #mainnav li a
{
	padding: 5px 6px;
	margin: 0;
	display: block;
	color: #666;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	border-color: #f6f6f6;
	text-decoration:none;
	background-image: url(/sites/wadenapj/template/gfx/navBG.gif);
	background-repeat: repeat-x;
	font-variant: small-caps;
	font-size: 14px;
}
.navigation #mainnav li a.hover
{
	color: #4f4f4f;
	padding: 5px 6px;
	text-decoration: none; 
	background-image: url(/sites/wadenapj/template/gfx/navHover.gif);
	background-repeat: repeat-x;
}
.navigation #mainnav li a.current /* current section */
{
	color:#FFF; 
	background-color: #2e4764; 
	background-image: url(/sites/wadenapj/template/gfx/navCurrent.gif); 
	border-style: solid; 
	border-width: 1px 1px 0 1px;
	border-color: #FFF;
} 
.navigation #mainnav li a:hover.current {background-image: url(/sites/wadenapj/template/gfx/navCurrent.gif);}/* current section */


.navigation #subnav.current 
{
	background-image: url(/sites/wadenapj/template/gfx/subnavBGcurrent.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #859bb5;
	font-size: 12px;
	font-family: sans-serif;
	padding: 1px 10px 1px 0;
	margin: 0 8px;
	border-top: 1px solid #5f7b99;
	overflow: auto;
}

.navigation #subnav.hover 
{
	background-color: #FFF;
	background-image: url(/sites/wadenapj/template/gfx/subnavBG.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	font-size: 12px;
	font-family: sans-serif;
	padding: 1px 10px 1px 0;
	margin: 0 8px;
	border-top: 1px solid #e0e0e0;
	overflow: auto;
}

.navigation #subnav ul 
{
	float: left;
	margin: 0;
	padding: 0 0 0 15px;
	white-space: nowrap;
}

.navigation #subnav li 
{
	float: left;
	list-style-type: none;
	margin: 0;
	line-height: 18px;
	padding: 4px 0;
}

.navigation #subnav li a 
{
	padding: 0 6px;
	width: auto;
	display: block;
	color: #FFF;
}
.navigation #subnav li a:hover 
{
	padding: 0 6px;
	text-decoration: underline; 
	color:#FFF;
} 


/* FORMS 
-------------------------------------------------------------------------------- */
form {padding: 0; margin: 0;}

.q_small /* small textfield */
{
	background: #FFF;
	width: 100px;
	color: #000;
	font-size: 14px;
	font-family: sans-serif;
	padding: 4px 2px;
	border: 1px solid #000;
	display: inline;
}

.q_medium /* medium textfield */
{
	background: #FFF;
	width: 300px;
	color: #000;
	font-size: 14px;
	font-family: sans-serif;
	padding: 4px 2px;
	border: 1px solid #000;
	display: inline;
	margin: 0;
}

.q_long /* long textfield */ 
{
	background: #FFF;
	width: 340px;
	color: #000;
	font-size: 14px;
	font-family: sans-serif;
	font-weight:normal;
	padding: 4px 0 4px 2px;
	display: inline;
	border: 1px solid #000;
}

.q_date /* textfield mostly for date fields that are smaller */
{
	background: #FFF;
	width: 50px;
	color: #000;
	font-size: 14px;
	font-family: sans-serif;
	padding: 4px 2px;
	border: 1px solid #000;
	display: inline;
}

.q_medtextarea /* medium text area */
{
	background: #FFF;
	width: 300px;
	height: 100px;
	color: #000;
	font-size: 14px;
	font-family: sans-serif;
	padding: 4px 2px;
	border: 1px solid #000;
	display: inline;
}

.q_bigtextarea /* big text area */
{
	background: #FFF;
	width: 510px;
	height: 120px;
	color: #000;
	font-size: 14px;
	font-family: sans-serif;
	padding: 4px 2px;
	border: 1px solid #000;
	display: inline;
}

.q_button /* all buttons*/
{
	color: #FFF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	*padding: 2px 0 3px 0; /* ie6 */
	padding: 3px 7px;
	margin: 0;
	font-weight: normal;
	background: #436794 url(/sites/inforum/template/gfx/q_bg.gif) repeat-x;
	border-color: #000;
	border-width: 1px 1px 1px 0;
	border-style: solid;
}

.q_dropdown /* can format in IE */ /* all dropdown boxes*/
{
	background: #FFF;
	color: #000;
	font-size: 14px;
	font-family: sans-serif;
	padding: 3px 2px;
	border: 1px solid #000;
	display: inline;
}


#wrap /* goes around content, sidebar, and closes after footer */
{
	background-color: #FFF;
	width: 996px;
	margin: 0 auto;
	border-width: 0 8px;
	border-style: solid;
	border-color: #6989af;
}

/* CONTENT & SIDEBAR GRID ELEMENTS
-------------------------------------------------------------------------------- */
#content, #content2 { width: 660px;} /*contains first two columns, content2 is below leaderboard */
#sidebar, #sidebar2 { width: 320px;} /* contains 3rd column, sidebar2 is below leaderboard */

/* CONTENT & SIDEBAR BOXES 
-------------------------------------------------------------------------------- */
#content .widebox, #content2 .widebox /* box that spans first two columns */
{
	width: 635px;
	margin: 15px 0 0 20px;
	background-image: url(/global_site/template/gfx/boxbg.gif); 
	background-repeat: no-repeat;
	background-position: 100% 100%; 
	padding: 0 5px 10px 0;
	overflow: auto;
}

#content .article_brief_box /* for article briefs or 1st column content */
{ 
	margin: 10px 0 0 17px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
	width: 305px;
}

#content .widget_box, #content2 .widget_box /* widgets in first two columns */
{ 
	margin: 8px 0 0 17px;
	padding: 3px 7px 10px 7px;
	width: 300px;
	background-image: url(/sites/wadenapj/template/gfx/widgetBG.jpg);
	border-top: 1px solid #edebeb;
	background-repeat:repeat-x;
}

#sidebar .widget_box, #sidebar2 .widget_box {margin:8px 0 0 0; width: 300px;} /* widgets in 3rd column*/

/* CONTENT FORMATTING
-------------------------------------------------------------------------------- */
#content .widebox h1, #content2 .widebox h1 /* widebox title */
{
	font-size: 18px;
	font-family: sans-serif;
	color: #C00;
	margin: 3px 0;
}

#content .widebox ul, #content2 .widebox ul
{	
	float: left;
	margin: 0;
	padding: 0;
	left: 0;
}

#content .widebox li, #content2 .widebox li
{
	float: left;
	list-style-type: none;
	margin: 0;
	width: 120px;
	height: 25px;
}

#content .article_brief_box h1
{
	font-size: 16px;
	font-family: sans-serif;
	font-weight: bold;
	margin: 10px 0 5px 0;
	padding-bottom: 5px;
	line-height: 1.1em;
	color: #000;
	border-bottom: 1px solid #ccc;
}

#content .article_brief_box h2
{
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 3px 0;
}

#content .widget_box h2, #content2 .widget_box h2
{
	font-size: 18px;
	font-family: Georgia, serif;
	font-variant: small-caps;
	color: #891c56;
	margin: 3px 0;
}

#content .widget_box h2 a, #content2 .widget_box h2 a {color: #891c56;}
#content .widget_box h2 a:hover, #content2 .widget_box h2 a:hover {color: #891c56;}

#content .widget_box h1, #content2 .widget_box h1 /* sub heading */
{
	font-size: 16px;
	font-family: Georgia, serif;
	margin: 3px 0;
}

#content .article_brief_box p, #content .widget_box p, #content .widebox p, #content2 .widget_box p, #content2 .widebox p
{
	margin: 0 0 5px 0;
	line-height: 17px;
}

#content .article_brief_box ul /* for article brief related content in 1st column */
{
	padding: 0;
	margin: 0 0 0 5px;
	list-style-type: none;
}

#content .widget_box ul, #content2 .widget_box ul /* for bulleted list in any column widget */
{
	padding: 0;
	margin: 0;
}

#content .widget_box li, #content2 .widget_box li /* for bulleted list in any column widget */
{
	line-height: 17px;
	margin: 0 0 0 20px;
	list-style-type: square;
}

/* SIDEBAR BOX FORMATTING
-------------------------------------------------------------------------------- */
#sidebar .widget_box h1, #sidebar2 .widget_box h1 /* sub heading */
{
	font-size: 16px;
	font-family: Georgia, serif;
	margin: 3px 0;
	font-weight: bold;
}

#sidebar .widget_box h2, #sidebar2 .widget_box h2 /* for widget box title */
{
	font-size: 18px;
	font-family: Georgia, serif;
	font-variant: small-caps;
	color: #891c56;
	margin: 3px 0;
}

#sidebar .widget_box ul, #sidebar2 .widget_box ul /* bulleted list */
{
	padding: 0;
	margin: 0;
}

#sidebar .widget_box li, #sidebar2 .widget_box li /* bulleted list */
{
	line-height: 17px;
	margin: 0 0 0 20px;
	list-style-type: square;
}

#sidebar .widget_box p, #sidebar2 .widget_box p
{
	margin: 0;
	line-height: 17px;
}

/* ADVERTISING
-------------------------------------------------------------------------------- */
#sidebar .sidead {margin: 5px 20px 5px 0; width: 300px; text-align: center;} /* large format ad in 3rd column */
#mastheadLeaderboard {background-color:#99b8dd; text-align:center; width: 1012px; margin: 0 auto;} /* LEADERBOARD ABOVE MASTHEAD */
#wrap .ad {text-align:center;} /* midpage leaderboard */



/* FOOTER
-------------------------------------------------------------------------------- */
#footer 
{
 	padding: 10px 15px 8px; 
	background-color: #6989af; 
	font-family:Arial, Helvetica; 
	color: #FFF; 
	width: 982px;
	margin: 0 auto;
}

#footer div 	  { text-align: center;}
#footer dl        { font-size: 14px; line-height: 22px; }
#footer dl dt     { float: left; width: 150px; font-weight: bold; clear: left; }
#footer dl dd 	  { margin-left: 160px;}
#footer dl dd a   { color: #FFF; border-right: 1px solid #ccc; padding: 0 5px;}
#footer p 		  { margin: 10px 0; text-align: center;}
#footer p small   { font-size: 12px;}
#footer p small a { color: #FFF; font-weight:bold; }
