/*
-----------------------------------------------------------
Theme Name: CF Care Fund
Theme URI: http://cfcarefund.org
Description: Custom design by Lara Chelak.
Author: Lara Chelak
Author URI: http://www.blogwhatdesign.com
-----------------------------------------------------------
*/

/* Basics */

body {
	margin: 0 auto;
	padding: 0;
	background: #B9C192;
	color: #000;
	font-size: 81%;
	font-family: georgia, "times new roman", serif;
	text-align: center;
	}
p, ol, ul {
	padding: 0;
	font-size: 1em;
	line-height: 1.6em;
	}
p {
	margin: 1.2em 0;
	}
ol, ul {
	margin: 1.2em 0 1.2em 2em;
	}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 -10px 0;
	padding: 0;
	color: #9397B0;
	font-family: georgia, "times new roman", serif;
	text-align: left;
	}
h1, h2 {
	font-size: 1.8em;
	}
h3 {
	font-size: 1.3em;
	}
h4 {
	font-size: 1.2em;
	}
h5 {
	font-size: 1.1em;
	}
h6 {
	font-size: 1.0em;
	}
a {
	color: #000;
	text-decoration: underline;
	}
a:hover {
	color: #000;
	text-decoration: none;
	}
input, textarea, select {
	background: #FFF;
	border: 1px solid #000;
	color: #595959;
	margin: 3px;
	padding: 1px;
	}
form, img {
	border: 0; 
	margin: 0; 
	padding: 0;
	}
small {
	font-size: 0.92em;
	}


/* LAYOUT */

#wrapper { 
	height: 100%; 
	margin-left: auto; 
	margin-right: auto; 
	width: 796px; 
	background: url(images/filler.png) repeat-y;
	}
#header {
	position: relative;
	width: 796px;
	height: 180px;
	background: url(images/header.png) no-repeat;
	}
	#header h1 {
	position: absolute;
	top: 16px;
	left: 51px;
	margin: 0;
	width: 686px;
	height: 146px;
		}
	#header h1 a {
		display: block;
		padding: 146px 0 0 0;
		width: 686px;
		height: 146px;
		font-size: 0.1em;
		overflow: hidden;
		voice-family: "\"}\""; 
		voice-family: inherit;
		height: 0;
		}

#footer {
	width: auto;
	height: 80px;
	background: #B9C192 url(images/footer.png) repeat-x;
	clear: both;
	padding: 10px 0 0 0;
	}
	#footer p {
		color: #57641C;
		}
		#footer p a {
			color: #57641C;
			}

#content {
	position: relative;
	display: inline;
	width: 494px;
	min-height: 300px;
	margin: 10px 60px 0 0;
	float: right;
	}
	.entry { 
		text-align: left;
		}
	#donate_box {
		margin: 0 0 0 0;
		}
		#donate_box input.img {
			border: 0;
			}
#sidebar {
	position: relative;
	display: inline;
	width: 159px;
	background: url(images/menu.png);
	height: 235px;
	float: left;
	margin: 0 0 0 63px;
	padding: 0; 
	text-align: left;
	}

/* Content */

		#sidebar h3 { 
			position: absolute;
			left: 0;
			margin: 0;
			height: 28px;
			width: 159px;
			}
		#sidebar h3 a {
			display: block;
			padding: 28px 0 0 0;
			height: 28px;
			width: 159px;
			font-size: 0.1em;
			overflow: hidden;
			voice-family: "\"}\""; 
			voice-family: inherit;
			height: 0;
			background: none;
			}
			.nav_aboutus {
				top: 0px;
				}
			.nav_aboutcf {
				top: 31px;
				}
			.nav_stories {
				top: 64px;
				}
			.nav_donatenow {
				top: 98px;
				}
			.nav_sharephotos {
				top: 129px;
				}
			.nav_contactus {
				top: 161px;
				}
			.nav_mailinglist {
				top: 195px;
				}