/* 
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
{
	color: #000;
	font-size: 12px;
	font-family: sans-serif;
	margin: 0;
	padding: 0;
	background-color: #e2ddcb;
}

/* LINKS 
-------------------------------------------------------------------------------- */
a {text-decoration: none; color: #34618f;}
a:visited {color: #8593a1;}
a:hover {text-decoration: underline; color: #34618f;}

.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: #000;
	padding: 0;
	margin: 0 auto;
	line-height:1.2em; /* for peek-a-boo bug */
	width: 996px;
	border-right: 6px solid #d4cfbb;
	border-left: 6px solid #d4cfbb;
	background: url(/sites/agweek/template/gfx/mastheadBG.jpg) no-repeat;
	background-position: 0 20px;
}

#masthead a {color: #000;}
#masthead a:hover {}

#masthead #login {margin: 10px 0 6px 15px;}
#masthead .logo {width: 290px; padding: 0; margin: 2px 0 2px 15px;}/* main logo */

#masthead .subHeading {background-color:#4c2e13; padding: 3px 10px 4px 20px; margin-bottom: 5px; color:#e0bd70; font-size: 14px;}
#masthead .subHeading h2 {}
#masthead .subHeading a {color:#e0bd70; font-size:14px;}
#masthead .subHeading a:hover {text-decoration: underline;}

/* SEARCH 
-------------------------------------------------------------------------------- */
#masthead_search
{
	margin: 20px 14px 20px 0;
	width: 650px;
	font-family: Arial, Helvetica; /* to keep style from breaking */
}

#masthead_search form {display: inline; overflow: hidden;}

#masthead_search a {color: #000;}
#masthead_search a:hover {color: #000; text-decoration: underline;}

#masthead_search .mid {padding: 0 5px 0 10px;}

#topSearchPlaceholder {margin-top: 2px; color: #000;}

.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 #000;
	background: #000 url(/sites/agweek/template/gfx/searchnav_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 #999;
	display: inline;
}

/* SEARCH NAV
-------------------------------------------------------------------------------- */
#searchnav /* tab links in masthead search */
{
	font-size: 12px;
	font-family: Arial, Helvetica;
	height: 20px;
}

#searchnav ul /* search tab nav */
{
	float: left;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	left: 0;
}

#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;
	width: auto;
	height: 20px;
	vertical-align: middle;
	display: block;
	cursor: pointer;
}

#searchnav ul li a:hover
{
	color: #000;
	padding: 0 6px;
	width: auto;
	height: 20px;
	vertical-align: middle;
	background-image: url(/sites/agweek/template/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;
	background-image: url(/sites/agweek/template/gfx/searchnav_bg.gif);
	background-repeat: repeat-x;
	text-decoration: none;
	background-position: center -1px;
	color: #fff;
	-moz-border-radius-topleft: 4px/*{cornerRadius}*/; 
	-webkit-border-top-left-radius: 4px/*{cornerRadius}*/; 
	-moz-border-radius-topright: 4px/*{cornerRadius}*/; 
	-webkit-border-top-right-radius: 4px/*{cornerRadius}*/; 
	border: 1px solid #000;
}


/* NAVIGVATION
-------------------------------------------------------------------------------- */
ul#navBar 
{
	list-style: none;
	padding: 0;	
	margin: 0 5px;
	float: left;
	font-size: 12px;
	background: #4d2e13 url(/sites/agweek/template/gfx/navBG.gif) repeat-x;
	position:relative;
	z-index:500;	
}

ul#navBar li 
{
	float: left;
	margin: 0;	
	padding: 0 5px 0 0;
	position: relative;
	border-right: 1px solid #7d5532;
	border-left: 1px solid #000;
}

ul#navBar li.current {background: #355b08 url(/sites/agweek/template/gfx/navOver.gif) no-repeat center;}
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;	
	padding: 2px 5px 1px 0;
	position: relative;
	background-color: #365c08;
	border-style: solid;
	border-width: 1px 1px 0;
	border-color: #4c8707;
	-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:#bbe692; 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/agweek/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/agweek/template/gfx/dropdownArrowClicked.png) no-repeat center top; cursor: pointer;} /*-- for js --*/

ul#navBar li .dropdown 
{
	position: absolute;	
	top: 32px;
	background-color: #365c08;
	display: none;
	z-index:500;
	border-style: solid;
	border-width: 0 1px 1px;
	border-color: #4c8707;
}

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-left: 20px; text-transform:capitalize;}
ul#navBar li .dropdown ul li a:hover {background: url(/sites/agweek/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;
	margin: 0;
	font-weight: normal;
	border: 1px solid #000;
	background: #2e1508 url(/sites/agweek/template/gfx/q_bg.gif) no-repeat center top;
}

.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;
	overflow:auto;
	border-right: 6px solid #d4cfbb;
	border-left: 6px solid #d4cfbb;
	background: #fff url(/sites/agweek/template/gfx/wrap_bg.gif) repeat-y right;
}

/* CONTENT & SIDEBAR GRID ELEMENTS
-------------------------------------------------------------------------------- */
#content, #content2 {width: 652px; background-color: #FFF; padding-bottom: 5px;} /*contains first two columns, content2 is below leaderboard */
#sidebar {background: url(/sites/agweek/template/gfx/sidebarBG.gif) no-repeat 7px 0; width: 340px; padding: 17px 0 3px 0;} /* contains 3rd column */
#sidebar2 {width: 340px; padding: 0 0 3px 0;} /* contains 3rd column below leaderboard */


/* CONTENT & SIDEBAR BOXES
-------------------------------------------------------------------------------- */
#content .article_brief_box /* for article briefs or 1st column content */
{ 
	margin: 10px 8px 0 13px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
	width: 305px;
}

#content .widget_box, #content2 .widget_box {margin: 8px 0 0 5px; padding: 0 0 20px 13px; width: 306px;} /* widgets in first two columns */

#sidebar .widget_box, #sidebar2 .widget_box  /* widgets in 3rd column */
{
	margin: 0 0 10px 11px;
	width: 300px; 
	padding:6px; 
	border: 1px solid #b7d184;
	background-color:#FFF;
	-moz-border-radius: 4px/*{cornerRadius}*/; 
	-webkit-border-radius: 4px/*{cornerRadius}*/; 
}

#content .HtoolBox {width: 325px;} /* 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 /* article brief title */
{
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 3px 0;
}

#content .widget_box h1, #content2 .widget_box h1 /* sub heading */
{
	font-size: 16px;
	font-family: Georgia, serif;
	margin: 3px 0;
	font-weight: bold;
}

#content .widget_box h2, #content2 .widget_box h2/* widget box title */
{
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 4px 10px 10px;
	text-transform:uppercase;
	background-image: url(/sites/agweek/template/gfx/widgetBG.jpg);
	background-repeat:no-repeat;
	color: #fff;
}

#content .widget_box h2 a, #content2 .widget_box h2 a/* widget box title */ {color: #FFF;}
#content .article_brief_box p, #content .widget_box p, #content2 .widget_box p {margin: 0 0 5px 0; line-height: 17px;}
#content .article_brief_box ul {padding: 0; margin: 0 0 0 5px; list-style-type: none;} /* for article brief related content in 1st column */
#content .widget_box ul, #content2 .widget_box ul {padding: 0; margin: 0;}/* for bulleted list in any column widget */
#content .widget_box li, #content2 .widget_box li {line-height: 17px; margin: 0 0 0 20px; list-style-image: url(/sites/agweek/template/gfx/bulllet.gif);} /* for bulleted list in any column widget */

/* SIDBEBAR 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: 16px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 3px 0 3px;
	text-transform:uppercase;
}

#sidebar .widget_box ul, #sidebar2 .widget_box ul {padding: 0; margin: 0;} /* bulleted list */

#sidebar .widget_box li, #sidebar2 .widget_box li /* bulleted list */
{
	line-height: 17px;
	margin: 0 0 0 20px;
	list-style-image: url(/sites/agweek/template/gfx/bulllet.gif);
}

#sidebar .widget_box p, #sidebar2 .widget_box p {margin: 0; line-height: 17px;}

/* ADVERTISING
-------------------------------------------------------------------------------- */
#sidebar .sidead /* large format ad in 3rd column */
{
	margin: 0 0 10px 11px;
	width: 300px; 
	padding:6px; 
	border: 1px solid #b7d184;
	background-color:#FFF;
	-moz-border-radius: 4px/*{cornerRadius}*/; 
	-webkit-border-radius: 4px/*{cornerRadius}*/; 
} 
#mastheadLeaderboard {text-align:center; font-size:0;} /* LEADERBOARD ABOVE MASTHEAD */
#wrap .ad {text-align:center; padding: 10px 0;} /* midpage leaderboard */


/* FOOTER
-------------------------------------------------------------------------------- */
#footer 
{
 	padding: 10px 14px 8px; 
	font-family:Arial, Helvetica; 
	color: #e0bd70; 
	background: #4b2d13 url(/sites/agweek/template/gfx/footerBG.gif) repeat-x;
	width: 968px;
	margin: 0 auto;
	border-right: 6px solid #d4cfbb;
	border-left: 6px solid #d4cfbb;
	
}

#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: #c67700; background: url(/sites/agweek/template/gfx/footerli.gif) no-repeat right; padding: 0 7px 0 3px;}
#footer p 		  { margin: 10px 0; text-align: center;}
#footer p small   { font-size: 12px;}
#footer p small a { color: #c67700; font-weight:bold; }


