@import url("reset.css");
/*
 * Client: 		SCF - Stark Community Foundation
 * Site Name:   Stark Community Foundation
 * URL: 		www.notsureyet.com
 *
 * Author: 		Sean Mooney
 * URL: 		http://www.whitespace-creative.com/
 *
 * Created: 	6.6.2008
 *
 * --------------------------------------------------------------- */

/* Basic Structure */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0px;
	padding: 0px;
	padding: 0px 0px 0px 26px;
	background: #f9dd78;
}

#wrapper {
	background: url(../../elements/skin/bg.gif) repeat-y left top;
	width: 943px;
	font-size: 1.2em;
}

#search_box {
	background: #F9DD78;
	position: relative;
	padding: 10px 20px 10px 10px;
	height: 15px;
}

#search td { vertical-align: middle; }

#search .search { color: #716448; }

#search .search input {
	height: 16px;
	border: 1px solid #333333;
	line-height: 16px;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#search .button { padding-right: 20px; }

#search .tagline {
	font-weight: bold;
	color: #527126;
}

/* -------------
 * Text Resiezer at top of page
 * ------------- */
body.large {font-size: 72.5%}
body.larger {font-size: 82.5%}

#text_sizer {
	font-size: 12px;
	position: absolute;
	top: 10px;
	right: 30px;
	color: #716448;
}

#text_sizer a {
	color: #716448;
	text-decoration: none;
	border-right: 1px solid #716448;
	padding-right: 3px;
	padding-left: 3px;
}

#text_sizer a.large {
	font-size: 14px;
}

#text_sizer a.larger {
	font-size: 16px;
	border-style: none;
}


#header {
	background: url(../../elements/skin/bg_header.gif) no-repeat left top;
	padding-top: 15px;
}

#masthead {
	margin-right: 30px;
	margin-left: 20px;
}


#navigation_main {
	border-top: 1px solid #b7b7b6;
	padding-left: 163px;
	margin: 10px 30px 0 10px;
}

#navigation_main li {
	float: left;
	padding: 0;
}

#navigation_main li li { position: relative; }

#navigation_main a {
	color: #cc7f33;
	text-decoration: none;
	display: block;
	padding: 0px 15px;
	line-height: 26px;
	font-weight: bold;
	text-transform: uppercase;
}

/* All submenus */
#navigation_main ul {
	background: #f9dd78;
	width: 190px;
	position: absolute;
	z-index: 100;
	left: -999em;
}

#navigation_main ul ul {margin: 0 0 0 190px; top:0}

#navigation_main ul li {
	border-top: 1px solid #caae49;
	float: none;
}

#navigation_main ul a {
	color: #9f4827;
	text-transform: none;
	padding: 2px 15px;
	line-height: normal;
	font-weight: normal;
}

#navigation_main ul a:hover { background-color: #fcedb9; }



/* hover to show menus */
#navigation_main li:hover,
#navigation_main li.sfhover {direction:ltr;} /* Fix IE7 sticky menus */

#navigation_main li:hover ul ul, 
#navigation_main li:hover ul ul ul, 
#navigation_main li.sfhover ul ul, 
#navigation_main li.sfhover ul ul ul { left: -999em;}

#navigation_main li:hover ul, 
#navigation_main li li:hover ul, 
#navigation_main li li li:hover ul, 
#navigation_main li.sfhover ul, 
#navigation_main li li.sfhover ul, 
#navigation_main li li li.sfhover ul {left: auto;}

/* 1st level li hover */
#navigation_main li:hover, 
#navigation_main li.sfhover { background: #f9dc76 url(../../elements/skin/navigation_hover.gif) repeat-x left bottom; }

#navigation_main li:hover a,
#navigation_main li.sfhover a { color: #893b1d; }

/* 2nd level li hover */
#navigation_main li li:hover,
#navigation_main li li.sfhover { background-color: #fcedb9; background-image: none; }

#navigation_main li li:hover li,
#navigation_main li li.sfhover li {background-color: #f9dd78; }


/* 3rd level li hover 
#navigation_main li li li li:hover,
#navigation_main li li li li.sfhover,
#navigation_main li li li li:hover li,
#navigation_main li li li li.sfhover li {background-color: #fcedb9;}
*/

/* -------------
 * Main - Container for left and right
 * ------------- */
#main {
	margin-right: 20px;
	margin-left: 10px;
	clear: both;
	background-color: #FFF;
	background: url(../../elements/skin/bg_left.jpg) no-repeat left bottom;
	position: relative;
}

/* -------------
 * Left Column
 * ------------- */
#left {
	float: left;
	width: 178px;
	padding-bottom: 208px;
}

#left .content {
	padding-right: 25px;
	padding-left: 10px;
}

#left .ads { margin-bottom: 10px; }

#left .ads a {
	display: block;
	margin-bottom: 5px;
}

a#enews {
	color: #FFFFFF;
	background: #42601A;
	padding: 10px;
	line-height: 1.4em;
	margin-bottom: 10px;
	display: block;
	text-decoration: none;
}
/*
#enews {
	color: #FFFFFF;
	background: #42601A;
	padding: 10px;
	line-height: 1.4em;
	margin-bottom: 10px;
}

#enews .email {
	border-style: none;
	height: 18px;
	width: 90px;
	vertical-align: middle;
	font-size: 12px;
	line-height: 12px;
	margin: 0px;
	padding: 0px;
}

#enews .button { vertical-align: middle; }
*/

#left dt {
	font-size: 1.4em;
	color: #cc7f33;
}

#left dd {
	border-bottom: 1px solid #999999;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #527126;
}

#left dd a { color: #527126; text-decoration: none; }

/* -------------
 * Right Column
 * ------------- */
#right {
	float: left;
	width: 725px;
	border-top: 1px solid #b7b7b6;
	margin-right: 10px;
	padding-bottom: 75px;
}

#right .content {
	padding: 20px 10px 0 0;
}

#right h1 {
	font-size: 1.3em; /* 16px (1.6/1.2) */
	color: #8d3c1d;
	font-weight: bold;
	text-transform: uppercase;
}

#right h2 { 
	font-size: 2em; /* 25px (3.0/1.2) */
	color: #527126; 
	font-weight: normal;
}

#right h3 {
	font-family: "Times New Roman", Times, serif; 
	font-size: 2em; /* 25px (3.0/1.2) */
	color: #8d3c1d; 
	font-weight: normal;
}

#right h4 { 
	font-weight: bold;
}

#right p { margin: 0 0 .9em 0; } /* 10px (1.0/1.2) */

#right ul {
	list-style:disc;
	list-style-position: outside;
	padding: 0 0 0 20px;
}
/*
#right p,
#right ul,
#right ol,
*/
#right * {
	line-height: 1.3em;
}

#right dl {}
#right dt { font-weight: bold; }
#right dd { margin-bottom: 10px; }

#tagline {
	display: block;
	border-top: 1px solid #CCCCCC;
	background: url(../../elements/skin/tagline.gif) no-repeat left 10px;
	text-indent: -9999px;
	width: 725px;
	height: 55px;
	position: absolute;
	bottom: 0px;
}

/* -------------
 * Footer
 * ------------- */
#footer {
	font-size: .9em;
	background: #F9DD78 url(../../elements/skin/bg_footer.gif) no-repeat left top;
	clear: both;
	padding-top: 30px;
}

#footer .seals { float: left; padding: 0 10px 0 10px; }
#footer .seals img {vertical-align: top; margin: 0 5px 0 0; }

#footer .navigation { margin-bottom: 10px; }

#footer .navigation li {
	display: inline;
	border-left: 1px solid #716448;
	margin: 0px;
	padding: 0px;
}

#footer .navigation li:first-child {
	padding-left: 0px;
	border-style: none;
}

#footer .navigation a {
	color: #716448;
	text-decoration: none;
	padding: 0px 5px;
	text-transform: capitalize;
}


/* -------------
 * Error Messaging
 * ------------- */
.red, .red a {color: #900900;}
.green, .green a {color: #006600;}
.ok, .error, .caution {
	color:#333333;
	padding: 5px 5px 5px 25px;
	margin: 0px 0px 5px 0px;
	display: block;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
}
.ok {
	background: #E5F1E8 url(../../elements/icon_ok.gif) no-repeat 5px 5px;
	border-color: #007520;
}
.error {
	background: #F5E5E5 url(../../elements/icon_error.gif) no-repeat 5px 5px;
	border-color: #990000;
}
.caution {
	background: #FFFFCC url(../../elements/icon_caution.gif) no-repeat 5px 5px;
	border-color: #FBDC4B;
}


/* -------------
 * Misc.
 * ------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */ 


/* Remove the outline in FF */
*|*:-moz-any-link:focus { outline: none !important; }

strong { font-weight: bold; }
em { font-style: italic; }

.hide { display: none; }
.invisible { visibility: hidden; }

.green { color:#003300; }
.red { color:#990000; }

a { color: #527126; }

div.login {
	float: right;
	color: #527126;
}
