/*
Theme Name: FCN
Description: Custom theme for FCNetwork.org
Author: Jeff French
Author URI: http://ixley.com

Main CSS
Updated: 00-00-08 - 00:00  //  JF

*/

@import "css/reset.css";
@import "css/base.css";
@import "css/typography.css";


body {
	background: #072c32 url(images/backgrounds/main-bg.jpg) top center repeat-x;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
}

a { color: #003448; }
a:hover { color: #005e64; }

h1, 
.search-page h2 {
	color: #f2c51f;
	font-size: 36px;
	font-style: italic;
	padding: 0 3px 4px;
	border-bottom: 3px double #f2e9d0;
	margin-bottom: 10px;
}

.entry h2,
h3 {
	color: #003448;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
h3 { color: #483800; }
h4 { font-size: 12px; text-transform: uppercase; border-bottom: 1px solid #ede9dc; }
h5 { font-style: italic; color: #64583d; font-size: 22px; text-transform: none; font-weight: normal; margin-bottom: .7em; line-height: 1.3; }
h6 { margin-bottom: .5em; }

#pageBody ul li {
	padding-left: 18px;
	background: url(images/open_bullet.gif) no-repeat left;
}

#pageBody img { 
	padding: 7px;
	background-color: #fff;
	border-top: 1px solid #eee;
	border-left: 1px solid #efefef;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}


/*------------------------------------------------------------ SEARCH RESULTS
*/
.search-page h2 small {
	color: #666;
	font-size: 18px;
}
.search-page h3 {
	font-size: 16px;
}
.search-page h3 a {
	text-decoration: none;
}
.search-results { padding-left: 10px; border-bottom: 1px solid #F2E9D0; margin-bottom: 10px; }
.entry-nav { overflow: hidden; margin-bottom: 15px; }
.entry-nav div,
.entry-nav span { 
	display: block;
	float: left;
	margin-right: 10px;
	background-color: #ccc; 
	padding: 3px 6px 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

#container {
	width: 950px;
	margin: 0 auto;
	padding-bottom: 40px;
}
#masthead {
	width: 950px;
	height: 80px;
	padding: 5px 0 10px;
	margin-bottom: 4px;
	background: url(images/backgrounds/masthead-bg.png) top left no-repeat;
	position: relative;
}

#logo { margin: 0; }
#logo a { 
	display: block;
	width: 445px;
	height: 90px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 2px;
}
#masthead .h-menu a {
	display: block;
	color: #fc0;
	text-decoration: none;
	font-size: 11px;
	background-color: #045367;
	padding: 5px 7px;
	margin-left: 8px;
	font-weight: bold;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#masthead .h-menu a:hover { 
	background-color: #19768e;
	color: #ffc900;
}
#masthead .search { 
	position: absolute;
	right: 0;
	bottom: 20px;
	height: 21px;
}
#masthead .search * {
	margin: 0;
	vertical-align: top;
	float: left;
	}
#masthead .search .input-text {
	background: url(images/backgrounds/search-field-bg.gif) left top no-repeat;
	width: 160px;
	height: 15px;
	padding: 3px 5px;
	border: none;
}
#masthead .search .search-btn {
	padding: 0;
	background-color: transparent;
	border: none;
}

/*------------------------------------------------------------ MAIN NAV
*/
#mainnav {
	display: block;
	width: 950px;
	height: 40px;
	margin: 0 -3px 5px;
	padding: 0 3px;
	background: url(images/nav/mainnav.gif) top left no-repeat;
	position: relative;
	z-index: 100;
}

#mainnav li {
	display: block;
	float: left;
}
#mainnav a {
	display: block;
	float: left;
	height: 40px;
	background-image: url(images/nav/mainnav.gif);
	position: absolute;
}
#mainnav li ul {
	position: absolute;
	width: 230px;
	left: -999em;
	top: 37px;
	display: block;
	background-color: #fbf5e1;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	border-left: 3px solid #fff;
	z-index: 500;
}
#mainnav li li { width: 100%; }
#mainnav li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }

#mainnav li:hover ul,
#mainnav li.sfHover ul { left: auto; /* fixes Mac FF hover glitch */ }

#mainnav #n-about:hover ul, 
#mainnav #n-about.sfHover ul { left: 19px; }
#mainnav #n-resources:hover ul, 
#mainnav #n-resources.sfHover ul { left: 119px; }
#mainnav #n-research:hover ul, 
#mainnav #n-research.sfHover ul { left: 221px; }
#mainnav #n-policy:hover ul, 
#mainnav #n-policy.sfHover ul { left: 380px; }
#mainnav #n-products:hover ul, 
#mainnav #n-products.sfHover ul { left: 525px; }
#mainnav #n-training:hover ul, 
#mainnav #n-training.sfHover ul { left: 709px; }

#mainnav li:hover ul ul,
#mainnav li.sfHover ul ul { left: -999em; }
#container #mainnav li li:hover ul,
#container #mainnav li li.sfHover ul { left: 230px; top: auto; }
#container #mainnav #n-training li:hover ul, /* so 2nd tier doesn't go right of page */
#container #mainnav #n-training li.sfHover ul { left: -230px; top: inherit; } 

#mainnav li ul a {
	font-size: 11px;
	color: #4f3f00;
	font-weight: bold;
	background: url(images/nav/mainnav-carrot.gif) 4px center no-repeat;
	position: relative;
	width: 210px;
	height: inherit;
	left: inherit;
	text-decoration: none;
	padding: 8px 5px 7px 15px;
}
#mainnav li li:hover,
#mainnav li li.sfHover { background-color: #ede6ca; }
#mainnav li li a:hover {
	color: #2a2100;
	background: #ede6ca url(images/nav/mainnav-carrot.gif) 6px center no-repeat;
}

#n-about { width: 100px; }
#n-resources { width: 102px; }
#n-research { width: 159px; }
#n-policy { width: 145px; }
#n-products { width: 184px; }
#n-training { width: 228px; }

#n-about a { width: 100px; left: 19px; background-position: -19px 0px; }
#n-resources a { width: 102px; left: 119px; background-position: -119px 0px; }
#n-research a { width: 159px; left: 221px; background-position: -221px 0px; }
#n-policy a { width: 145px; left: 380px; background-position: -380px 0px; }
#n-products a { width: 184px; left: 525px; background-position: -525px 0px; }
#n-training a { width: 228px; left: 709px; background-position: -709px 0px; }

#n-about a:hover { background-position: -19px -40px; }
#n-resources a:hover { background-position: -119px -40px; }
#n-research a:hover { background-position: -221px -40px; }
#n-policy a:hover { background-position: -380px -40px; }
#n-products a:hover { background-position: -525px -40px; }
#n-training a:hover { background-position: -709px -40px; }

#n-about a.current { background-position: -19px -80px; }
#n-resources a.current { background-position: -119px -80px; }
#n-research a.current { background-position: -221px -80px; }
#n-policy a.current { background-position: -380px -80px; }
#n-products a.current { background-position: -525px -80px; }
#n-training a.current { background-position: -709px -80px; }

#main {
	width: 950px;
	background: url(images/backgrounds/content-bg.gif) top left repeat-y;
	min-height: 400px;
	overflow: hidden;
}

#main #content {
	width: 920px;
	padding: 25px 15px 0px 15px;
	min-height: 115px;
	background: url(images/backgrounds/content-bg-top.gif) top left no-repeat;
}




/*======================================================= HOMEPAGE 
*/

#open{
	color: #666666;
	font-size: 12px;
	padding: 10px 0 20px 0;
	border-bottom: 3px double #f2e9d0;
}
#open .slideshow {		
	width: 335px;
	float: left;
	margin-top: -10px;

}
#open .text {
	width: 567px;	
	margin-left: 350px;
	
}
.statement {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-style: italic;
	color: #960;
	display: block;
	width: 491px;
	line-height: 1.2;
	margin: 0px 0px 10px 0px;
}

#open ul {
	margin: 12px 0px 0px 0px;
}

#open ul li {
	padding: 0px 0px 0px 18px;
	margin: 0px 0px 5px 0px;
	font-size: 12px;
	font-style: italic;
	background: url(images/open_bullet.gif) no-repeat left;
}

#text{
	width: 920px;
	overflow: visible;
	float: left;
	border-bottom: 1px solid #f2e9d0;
	padding: 13px 0px 0px 0px;
	margin: 1px 0px 0px 0px
}

#quicklinks {
	width: 175px;
	margin-right: 10px;
	float: left;
	padding: 16px 0px 0px 0px;
}

#quicklinks h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #98881d;
	text-transform: uppercase;
	padding: 0px 0px 0px 12px;
	margin: 0px 0px 9px 0px;
}
#quicklinks ul {
	background: url(images/nav/quicklinks-divider.gif) bottom no-repeat;
}
#quicklinks ul li {
	display: block;
	width: 175px;
	background: url(images/nav/quicklinks-divider.gif) top no-repeat;
}
#quicklinks ul li:hover {
	background: url(images/nav/quicklinks-divider-over.gif) top no-repeat;
}

#quicklinks ul li a {
	color: #5e5339;
	font-size: 11px;
	display: block;
	text-decoration: none;
	padding: 6px 0px 5px 13px;
	background: url(images/nav/quicklinks-carrot.gif) 2px center no-repeat;
}

#quicklinks ul li a:hover{
	color: #7e6936;
	display: block;
	text-decoration: none;
	background: url(images/nav/quicklinks-carrot.gif) 3px center no-repeat;
}

#quicklinks #q-donate {
	display: block;
	font-size: 12px;
	color: #e0d09e;
	width: 140px;
	padding: 5px 7px 4px 9px;
	text-decoration: none;
	background-image: none;
	background-color: #9f8337;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#quicklinks #q-donate:hover { background-color: #766127; }



.homepage #buttons{
	width: 735px;
	float: left;
	margin: 0px 0px 23px 0px;
}
.homepage #buttons h4 { border: none; }
#b-directroy_programs{
	display: block;
	width: 240px;
	height: 94px;
	float: left;
	margin: 0px 7px 0px 0px;
	background-image: url(images/home/directory_programs.gif);
	text-indent: -9999px;
}
#b-library {
	display: block;
	width: 240px;
	height: 94px;
	float: left;
	margin: 0px 7px 0px 0px;
	background-image: url(images/home/library.gif);
	text-indent: -9999px;
}
#b-fact {
	display: block;
	width: 240px;
	height: 94px;
	float: left;
	margin: 0px 0px 0px 0px;
	background-image: url(images/home/fact_sheets.gif);
	text-indent: -9999px;
}

.homepage #pageBody {
	padding: 0;
}

#new {
	width: 735px;
	float: left;
}

.blurb {
	width: 350px;
	overflow: hidden;
}

.blurb.col1 { float: left;	margin-right: 25px; }
.blurb.col2 { float: left; }

.row { overflow: hidden; margin-bottom: 8px; }

.homepage .blurb h2 {
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 13px;
	color: #003448;
	float: left;
	margin-bottom: 5px;
	width: 230px;
	float: right;
}

.blurb h2 a {
	text-decoration: none;
}

.blurb p {
	width: 230px;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #483800;
	float: right;
	margin-bottom: 5px;
}


#pageBody .blurb img {
	float: left;
	padding: 4px;
	margin: 0px 10px 0px 0px;
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
}

#story {
	line-height: 1.4;
}

#story h1 a {
	color: #f2c51f;
	text-decoration: none;
}

#story h1 a:hover {
	color: #f2c51f;
	text-decoration: none;
}




/*======================================================= GENERAL 
*/
#sidebar {
	width: 178px;
	float: left;
	margin-top: -24px;
	padding-top: 80px;
	padding-bottom: 90px;
	padding-left: 5px;
	padding-right: 7px;
	background: url(images/nav/submenu-bg.gif) left repeat-y;
	position: relative;
	z-index: 1;
}

#sidebar .top {
	display: block;
	width: 190px;
	height: 67px;
	background: url(images/nav/submenu-top.gif) top left no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
#sidebar .bottom {
	display: block;
	width: 190px;
	height: 84px;
	background: url(images/nav/submenu-bottom.gif) bottom left no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
}

#sidebar h3 {
	background: #fde59c url(images/nav/submenu-label.gif) center left no-repeat;
	color: #98881d;
	font-size: 13px;
	text-transform: uppercase;
	padding: 5px 3px 4px 15px;
	border-bottom: 1px solid #a19063;
	margin-bottom: 7px;
}

#sidebar ul ul {
	padding-left: 7px;
	background: url(images/nav/submenu-li-border.gif) bottom left no-repeat;
	margin-bottom: 0;
	margin-top: 3px;
}
#sidebar li { margin-bottom: 7px; }
#sidebar li li {
	background: #64583d url(images/nav/submenu-li-border.gif) top left no-repeat;
	padding: 5px 0;
	margin-bottom: 0;
}
#sidebar li li:hover,
#sidebar li li.current_page_item {
	background: url(images/nav/submenu-li-on.gif) top left no-repeat;
	padding: 5px 0;
}

#sidebar li li.current_page_item { font-weight: bold; color: #fff6da; }
#sidebar li li li {
	margin-left: -7px;
	padding: 5px 0 5px 7px; 
	margin-bottom: 0;
}
#sidebar li li li:hover { padding: 5px 0 5px 7px; }

#sidebar ul a {
	display: block;
	color: #fff;
	font-size: 11px;
	background-image: url(images/nav/submenu-carrot.gif);
	background-position: 2px center;
	background-repeat: no-repeat;
	text-decoration: none;
	padding: 3px 5px 1px 15px;
}
#sidebar ul a:hover {
	background-position: 3px center;
}

#pageBody {
	width: 710px;
	padding: 0 10px;
	float: left;
	font-size: 12px;
	color: #483800;
}

#pageBody .entry {
	padding: 5px 0 5px 5px;
}

.post_column_1{
	width: 325px !important;
	padding-right: 20px !important;
	padding-left: 5px;
	background: #fff url(images/backgrounds/column-border.gif) right top repeat-y;
}
.post_column_1 + .post_column_1 { 
	background: #fff url(images/backgrounds/column-border.gif) left top repeat-y;
	margin-left: -1px;
	padding-left: 20px;
	padding-right: 5px !important;
}


.entry p {
	color: #483800;
}


p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/*======================================================= FOOTER 
*/

#footer {
	width: 920px;
	padding: 9px 15px 0px 16px;
	height: 21px;
	clear: left;
	overflow: hidden;
	position: relative;
	float: left;
	margin-bottom: -10px;
	background: url(images/backgrounds/content-bg-bottom.gif) bottom left no-repeat;
}
#footer a.external {
	padding-right: 0;
	background: none;
}
#footer ul { margin-bottom: 10px; }
#footer ul.left{
	float: left;
}

#footer ul.right{
	float: right;
}

#footer ul li{
	font-family: Trebuchet MS;
	float: left;
	font-size: 10px;
	margin: 0px 10px 0px 0px;
	color: #8a836e;
}

#footer ul.right{
	float: right;
}

#footer ul.right li{
	margin: 0px 0px 0px 20px;
}

#footer ul li a{
	color: #8a836e;
}



/*======================================================= IE 7 
*/
/*\*/

html*#mainnav li ul a {
left: 0;
height: 1%;
}

html*#footer {
overflow: visible;
height: auto;
}





