@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: #d9cdaa;
}

#wrapper {
	background: url(../../elements/skin/bg.gif) repeat-y left top;
	width: 1000px;
	font-size: 1.2em;
}


#header {
	padding-top: 0px;
}

#masthead {
	margin-right: 0px;
	margin-left: 0px;
}


#navigation_main {
	border-top: 1px solid #b7b7b6;
	padding-bottom:3px;
	margin: 0;
	background: url(../../elements/skin/MainNavBG.gif) #447272 repeat-x;
	width:801px;
}

#navigation_main li {
	float: left;
	padding: 0;
}

#navigation_main li li { position: relative; }

#navigation_main a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 4px 11px;
	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: 0px;
	margin-left: 0px;
	clear: both;
	position: relative;
	background:#FFF;
}

/* -------------
 * Left Column
 * ------------- */
#left {
	float: left;
	width: 199px;
	padding-bottom: 60px;
	background: url(../../elements/skin/LeftColBG.gif);
}

#left .content {
	padding-right: 25px;
	padding-left: 10px;
}

#left .ads { margin-bottom: 10px; }

#left .ads a {
	display: block;
	margin-bottom: 5px;
}


#left #NewsBox{
	background: #FFF url(../../elements/skin/NewsBoxBG.gif) top left repeat-y;
	padding-bottom:10px;
	width:177px;
}
#left #NewsBox h4 {
	background: #FFF url(../../elements/skin/RecentNews.gif) top left no-repeat;
	height: 34px;
	text-indent: -9999px;
}

#left #NewsBox dl{ padding:11px; }
#left dt {
	font-size: 1em;
	color: #e8741d;
	font-weight:bold;
}
#left dd {
	border-bottom: 1px solid #b2d5d5;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #666666;
	font-size: .8em;
}

#left dd a { color: #527126; text-decoration: none; }






#enews {
	color: #666;
	width:178px;
	margin-bottom: 10px;
	background: #ffffcc url(../../elements/skin/EnewsBottom.gif) bottom left no-repeat;
}

#enews h4 {
	background: #ffffcc url(../../elements/skin/EnewsTop.gif) top left no-repeat;
	height: 25px;
	text-indent: -9999px;
}

#enews .content {
	padding: 10px;
	line-height: 1.2em;
	font-size: .8em;
}

#enews input.email {
	height: 16px;
	width: 130px;
	vertical-align: middle;
	font-size: 12px;
	line-height: 12px;
	margin: 0px;
	padding: 0px;
	border: solid 1px #666666;
}

#enews .button { vertical-align: middle; }



/* -------------
 * Right Column
 * ------------- */
#right {
	float: left;
	width: 801px;
	border-top: 1px solid #b7b7b6;
	margin-right: 0px;
	padding-bottom: 10px;
	margin-bottom:30px;
}

#right .content {
	padding: 10px 10px 0 10px;
	background: #FFF url(../../elements/skin/MainBG.gif) top left repeat-x;
}

#right .content #feature {
	float:left;
}

#right .content #ThirdColumn{
	float:left;
	width:172px;
	padding:13px;
	padding-top:43px;
	color:#666;
	background: #FFF url(../../elements/skin/ThirdColumnBG.jpg) top left no-repeat;
}

#right .content img{
	padding:10px;
	display:block;
}

#right .content #MainAd1,
#right .content #MainAd2{
	float:left;
	font-size:1.2em;
	font-weight:bold;
	color:#666;
}
#right .content #MainAd2{
	padding-left:20px;
}

#right h1 {
	font-size: 1.5em; /* 16px (1.6/1.2) */
	color: #FF6600;
	font-weight: bold;
	text-transform: uppercase;
}

#right h2 { 
	font-size: 1.3em; /* 25px (3.0/1.2) */
	color: #669999; 
	font-weight: bold;
}

#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 .content 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; }



/* -------------
 * Footer
 * ------------- */
#footerNav{
	position:absolute;
	bottom:0;
	left:202px;
	background:#d0e5e5;
	width: 778px;
	padding:10px;
}
#footer {
	font-size: .9em;
	background: url(../../elements/skin/bg_footer.gif) no-repeat left top;
	clear: both;
	padding: 5px 0 20px 212px;
}
#footerNav .navigation { margin-bottom: 10px; }

#footerNav .navigation li {
	float: left;
	display: inline;
	border-left: 1px solid #716448;
	margin: 0px;
	padding: 0px;
}

#footerNav .navigation li:first-child {
	padding-left: 0px;
	border-style: none;
}

#footerNav .navigation a {
	color: #716448;
	text-decoration: none;
	padding: 0px 5px;
	text-transform: capitalize;
}


/* -------------
 * 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; }

.hide { display: none; }
.invisible { visibility: hidden; }

.green { color:#003300; }
.red { color:#990000; }

a { color: #FF6600; }

