/*
 *	/includes/default.css
 *  Cascading Style Sheet for Henry Wanyoike Foundation.
 * (C) 2009 Dennis Lo Designs, Henry Wanyoike Foundation. unless otherwise licensed.
 * @author Dennis Lo Designs, http://www.dennislo.com
 */
 
body {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #e3dfdc;
	font: 11px "Lucida Grande", arial, verdana, sans-serif;
}

#logo a {
	display: block;
	background: url(../img/hwf_logo.png) 0 0 no-repeat;
	width: 242px;
	height: 15px;
	margin: 15px 0;
	padding: 0;
	text-indent: -8888px;	
	outline: none;
}

a:link, a:active {
	color: #4f7922;
	text-decoration: none;
}

a:visited {
	color: #4f7922;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	outline: none;
}

.clr {
	clear: both;
}

#masthead {
	width: 850px;
	height: 450px;
	overflow: hidden;
}

#mastheadImages img {
	min-width: 850px;
}

#homeContent {
	margin: 15px;
}

#mainContent h2 {

}

#mainContent h3 {
	display: block;
	color: #333;
	font-size: 1.1em;
	text-transform: uppercase;
	margin: 5px 0;
	background: #e4e4e4;
	width: 100%;
	padding: 5px;
	border-left: 3px solid #47ad54;
}

#mainContent h4 {
	border-left: 3px solid #47ad54;
	color: #999;
	font-size: 1.2em;
	margin: 35px 0 10px 0;
	padding: 5px 0 5px 10px;
}

#mainContent h5 {
	border-bottom: 1px solid #47ad54;
	color: #999;
	font-size: 1em;
	margin: 10px 0 0 0;
	padding: 3px 0;
	width: auto;
	display: inline-block;
	text-transform: uppercase;
	clear: left;
}

#mainContent strong {
	color: #47ad54;
}

#mainContent p {
	padding: 0;
	margin: 10px 10px 10px 0;
	line-height: 130%;
	color: #333;
}

#mainContent img {
	max-width: 560px;
	margin: 10px 0;
}

#mainContent ul li {
	margin: 2px 0;
}

#auxContent img {
	margin: 15px 0 2px 0;
	width: 280px;
	border: none;
}

#auxContent span.imgTitle {
	font-size: 0.9em;
	color: #bcbcbc;
}


.pressTitle {
	border-left: 3px solid #47ad54;
	color: #999;
	font-size: 1.2em;
	margin: 35px 0 10px 0;
	padding: 5px 0 5px 10px;
}

.pressDate {
	margin: 0;
	padding: 0;
}

.red {
	color: red;
}

/* Layout
************************************/
#wrapper {
	margin: 0 auto;
	width: 850px;
}

#headerWrapper {
	height: 57px;
	width: 100%;
}

#contentWrapper {
	clear: left;
	width: 100%;
	padding: 0;
	margin: 5px 0 0 0;
	background: #fff;
	border-bottom: 1px dotted #cfcfcf;
}

#mainContent {
	float: left;
	margin: 10px 0 0 15px;
	display: inline-block;
	width: 545px;
	clear: left;
}

#auxContent {
	float: right;
	width: 280px;
	overflow: hidden;
}


#footerWrapper {
	float: left;
	width: 100%;
	margin: 10px 0;
	height: 40px;
}

.footerText {
	float: right;
	width: 300px;
	font-size: .8em;
	text-align: right;
	color: #999;
}



/*Footer Nav
************************************/
#footerNav {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#footerNav li {
	margin: 0;
	padding: 0;
	display: inline;
	}
	
#footerNav li a {
	position: absolute;
	display: block;
	overflow: hidden;
	height: 11px;
	text-indent: -8888px;
	outline: none;
}

#footerNav .nav1 a:link, #footerNav .nav1 a:visited {
	background: url(../img/footerNav_1.png) no-repeat 0 0;
	left: 0;
	width: 49px;
}

#footerNav .nav2 a:link, #footerNav .nav2 a:visited {
	background: url(../img/footerNav_2.png) no-repeat 0 0;
	left: 50px;
	width: 98px;
}

#footerNav .nav3 a:link, #footerNav .nav3 a:visited {
	background: url(../img/footerNav_3.png) no-repeat 0 0;
	left: 155px;
	width: 67px;
}

#footerNav .nav4 a:link, #footerNav .nav4 a:visited {
	background: url(../img/footerNav_4.png) no-repeat 0 0;
	left: 55px;
	width: 56px;
}

#footerNav .nav1 a:hover, 
#footerNav .nav2 a:hover, 
#footerNav .nav3 a:hover,
#footerNav .nav4 a:hover {
	background-position: 0 -11px;
}

/* FORMS
*******************************/
dd {
	padding: 5px 0;
	margin: 0;
}

dt {
	float: left;
	margin-top: 6px;
	width: 120px;
}

input:hover, textarea:hover {
	background: #f6f6f6;
}

input, textarea {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #4f7922;
	font-family: "Lucida Grande", arial, verdana, sans-serif;
	font-size: 1em;
}

select {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #4f7922;
	font-family: "Lucida Grande", arial, verdana, sans-serif;
	color: #333;
	font-size: 1em;
	width: 140px;
	padding: 1px 0;
}


#sendButton {
	background: #ccc;
	width: 69px;
	height: 23px;
	outline: none;
	border: 1px;
	color: #4f7922;
	cursor: pointer;
}

#sendButton:hover {
	background: #999;
} 



