/* 
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: #505050 url(/global_site/template/gfx/bgdropshadow.jpg);
	background-position:center;
	background-repeat:repeat-y;
	color: #000;
	font-size: 12px;
	font-family: sans-serif;
	margin: 0;
	padding: 0;
}

/*LINKS 
-------------------------------------------------------------------------------- */
a {text-decoration: none; color: #007f3d;}
a:hover {text-decoration: underline; color: #007f3d;}

.photoborder_tb img {border: 1px solid #eee; margin: 5px 7px 7px 0; padding: 5px;} /* images in article briefs in article brief box */
.posted_date {font-size: 11px; color: #B90000;}

/* MASTHEAD 
-------------------------------------------------------------------------------- */
#masthead /* goes around everything in masthead and closes after subnav */
{
	background: #000 url(/global_site/template/gfx/blackbg.gif);
	background-repeat:repeat-x;
	border-bottom: 2px solid #fff;
	margin: 0 auto;
	padding: 7px 0 5px 0;
	color: #FFF;
	line-height: 1.2em;
	width: 996px;
}

#masthead a {color: #FFF; font-weight:bold;}
#masthead a:hover {/*text-decoration: none;*/}

#masthead #login {margin: 2px 0 20px 15px;}
#masthead .logo {width: 290px; padding: 0; margin: 2px 0 2px 15px;} /* main logo */

/* SEARCH
-------------------------------------------------------------------------------- */
#masthead_search
{
	width: 655px;
	font-family: Arial, Helvetica;
	margin: 0 10px 7px 0;
}

#masthead_search form {display: inline; overflow: hidden;}

#masthead_search a {color: #FFF; font-weight: normal;}
#masthead_search a:hover {color: #FFF; text-decoration: underline;}

#masthead_search .roundtop {}
#masthead_search .roundtopLT {}

#masthead_search .mid
{
	padding: 5px 8px;
	color: #FFF;
	border: 1px solid #1fb567;
	margin-bottom: 3px;
	background-image: url(/sites/westfargopioneer/template/gfx/searchBG.gif);
	font-family: Arial, Helvetica;
}

#masthead_search .roundbtm {}
#masthead_search .roundbtmLT{}

#topSearchPlaceholder {margin-top: 3px;}

.search_btn /* for the mastheadhead search button ONLY */ 
{
	color: #FFF;
	font-size: 14px;
	font-family: Arial, Helvetica;
	padding: 3px 5px 3px 5px; /* for other browsers */
	*padding: 2px 5px 2px 5px; /* for ie */
	margin-left: -4px;
	width: 81px;
	font-weight: normal;
	border: 1px solid #024e20;
	background: #000 url(/sites/westfargopioneer/template/gfx/mastheadSearchBTN.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 #999;
	display: inline;
}

/* SEARCH NAV 
-------------------------------------------------------------------------------- */
#searchnav /* tab links in masthead search */
{
	font-size: 12px;
	font-family: Arial, Helvetica;
	margin-left: 1px;
}

#searchnav ul /* search tab nav */
{
	float: left;
	margin: 0 0 -3px 0;
	padding: 0;
	white-space: nowrap;
	left: 0;
}

#searchnav li /* search tab nav */
{
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#searchnav ul li a
{
	text-decoration: none;
	color: #FFF;
	width:auto;
	padding: 3px 6px 5px 6px;
	vertical-align: middle;
	display:block;
	border-left: 1px solid #538621;
	cursor: pointer;
}

#searchnav ul li a:hover {text-decoration: underline;}

#searchnav li a.current_search, #searchnav li a.current_search:hover
{
	padding-right: 15px;
	background: #000 url(/global_site/template/gfx/searcharrow_white.gif) no-repeat right;
	border-top: 1px solid #538621;
}

/* HQ NAV 
-------------------------------------------------------------------------------- */
#HQnav {color:#FFF; margin-right: 10px; word-spacing: 5px;}
#HQnav a:link, #HQnav a:active, #HQnav a:visited {color:#FFF;} 
#HQnav a:hover {color:#FFF; text-decoration:underline;}


/* NAVIGVATION
-------------------------------------------------------------------------------- */
#navContainer {background-color: #333;}
ul#navBar 
{
	list-style: none;
	padding: 0 5px;	
	margin: 0;
	float: left;
	font-size: 12px;	
	position: relative;
	z-index:500;
}

ul#navBar li {float: left; margin: 0; padding: 0 5px 0 0;}

ul#navBar li.current {background-color:#007f3d;}
ul#navBar li.current a {color: #fff; font-weight: bold;} /* current tag group */

ul#navBar li.currentOver /* clicked tag group js */
{
	float: left;
	margin: -4px 0 0 0;	
	padding: 2px 5px 1px 0;
	position: relative;
	background: #2b9c61;
	border-style: solid;
	border-width: 1px 1px 0;
	border-color: #fff;
	-moz-border-radius-topleft: 4px; 
	-webkit-border-top-left-radius: 4px; 
	-moz-border-radius-topright: 4px; 
	-webkit-border-top-right-radius: 4px;
} 


ul#navBar li a
{
	padding: 7px 0 8px 7px;
	margin-right:5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}

ul#navBar li a:hover {color:#0099FF; text-decoration:underline;}
ul#navBar li.current a:hover {color:#fff; text-decoration: underline;}
ul#navBar li.currentOver a:hover {color:#fff; text-decoration: underline;}

ul#navBar li span /*--Drop down trigger styles--*/
{ 
	width: 13px;
	height: 29px;
	float: left;
	background: url(/sites/westfargopioneer/template/gfx/dropdownArrow.png) no-repeat center top;
}

ul#navBar li span:hover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul#navBar li span.subhoverActive {background: url(/sites/westfargopioneer/template/gfx/dropdownArrowClicked.png) no-repeat center top; cursor: pointer;} /*-- for js --*/

ul#navBar li .dropdown 
{
	position: absolute;	
	top: 32px;
	background-color: #2b9c61;
	display: none;
	z-index:500;
	border-style: solid;
	border-width: 0 1px 1px;
	border-color: #fff;
}

ul#navBar li .leftAlign {left: -1px;}
ul#navBar li .rightAlign {right: -1px;}

ul#navBar li .dropdown ul {margin: 0; padding: 0; width: 150px; float: left;}
ul#navBar li .dropdown ul li {margin: 0; padding: 0; list-style: none; border:none;}
ul#navBar li .dropdown ul li a {width: 125px; padding: 5px 0 5px 20px; font-weight:normal; text-transform:capitalize;}
ul#navBar li .dropdown ul li a:hover {background: url(/sites/westfargopioneer/template/gfx/dropdownSublinks.png) no-repeat 10px center; color: #222;}


/* 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 #999;
	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 #999;
	display: inline;
	margin: 0;
}

.q_long /* long textfield, includes the masthead search bar */ 
{
	background: #FFF;
	width: 340px;
	color: #000;
	font-size: 14px;
	font-family: sans-serif;
	padding: 4px 2px;
	border: 1px solid #999;
	display: inline;
}

.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 #999;
	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 #999;
	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 #999;
	display: inline;
}

.q_button  /* all buttons*/
{
	color: #FFF;
	font-size: 14px;
	font-family: Arial, Helvetica;
	text-transform:uppercase;
	padding: 3px 7px;/* other browsers */
	*padding: 2px 7px 3px; /* ie */
	margin: 0;
	font-weight: normal;
	border: 1px solid #024e20;
	background: #216742 url(/sites/westfargopioneer/template/gfx/q_bg.gif) repeat-x;
	background-position: top right;
}

.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 #999;
	display: inline;
}


#wrap /* goes around content, sidebar, and closes after footer */
{
	width: 996px;
	margin: 0 auto;
	background-color: #e4e4e4;
}

/* CONTENT & SIDEBAR GRID ELEMENTS 
-------------------------------------------------------------------------------- */
#content, #content2 { width: 665px;} /*contains first two columns */
#sidebar, #sidebar2 { width: 326px;} /* contains 3rd column */

/* CONTENT & SIDEBAR BOXES 
-------------------------------------------------------------------------------- */
#content .article_brief_box /* for article briefs or 1st column content */
{ 
	margin: 8px 0 0 7px;
	padding: 5px 10px 10px 10px;
	width: 302px;
	background-color: #FFF;
	border: 1px solid #ccc;
}

#content .widget_box, #content2 .widget_box /* widgets in first two columns */
{ 
	margin: 8px 0 0 7px;
	padding: 5px 10px 10px 10px;
	width: 302px;
	background: #FFF url(/sites/westfargopioneer/template/gfx/widgetBG.gif) no-repeat;
	border: 1px solid #ccc;
}

#sidebar .widget_box, #sidebar2 .widget_box /* widgets in 3rd column*/
{
	margin: 8px 0 0 0;
	padding: 4px 7px; 
	width: 302px; 
	background-color: #fff; 
	border: 1px solid #ccc;
}

#content .HtoolBox {width: 330px;} /* make big enough so inside is editable but doesn't break center column */

/* CONTENT BOX FORMATTING 
-------------------------------------------------------------------------------- */
#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, #content .widget_box h2, #content2 .widget_box h2
{
	font-size: 16px;
	font-family: Georgia, serif;
	margin: 3px 0;
}

#content .widget_box h1, #content2 .widget_box h1 /* sub heading */
{
	font-size: 16px;
	font-family: sans-serif;
	margin: 3px 0;
	font-weight: bold;
}

#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: sans-serif;
	margin: 3px 0;
	font-weight: bold;
}

#sidebar .widget_box h2, #sidebar2 .widget_box h2 /* for widget box title */
{
	font-size: 16px;
	font-family: Georgia, serif;
	margin: 3px 0 3px;
}

#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 /* large format ad in 3rd column */
{
	margin: 8px 0 0 0;
	padding: 4px 7px; 
	width: 302px; 
	background-color: #fff; 
	border: 1px solid #ccc;
}

#mastheadLeaderboard {background-color: #FFF; text-align:center; font-size:0;} /* LEADERBOARD ABOVE MASTHEAD */

#wrap .ad /* midpage leaderboard */
{
	margin-top: 5px;
	padding: 3px 0 10px 0;
	text-align:center;
	color: #c5c5c5;
	background: #333 url(/global_site/template/gfx/innerdropshadow.gif);
	background-repeat: repeat-x;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}


/* FOOTER
-------------------------------------------------------------------------------- */
#footer 
{
 	padding: 10px 15px 8px; 
	background-color: #000; 
	border-top: 1px solid #fff; 
	font-family:Arial, Helvetica; 
	color: #FFF; 
	width: 966px;
	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 #4c4c4c; 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; }


