/*  
Theme Name: Desert Harvesters
Theme URI: http://www.desertharvesters.org/
Description: The default Desert Harvesters theme.
Version: 1.0
Author: Code by Ian Johnson, Design by Debbie Daly
Author URI: http://www.moiagroup.com

*/


body {
	background-color: #CCCCCC;
	text-align: center;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 78%;
}

a {
	color: #bb2610;
}

a:hover {
	color: blue;
}


h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.1em;
}

h1,h2,h3,h4 {
	color: #4c571f;
	clear: left;
}

#page {
	background-color: #ffedc4;
	background-image: url(images/page_bgtile.gif);
	background-position: top left;
	background-repeat: repeat-y;
	width: 950px;
	margin: 0;
	margin: auto;
	border: 2px solid #6f8a5e;
	text-align: left;
}

#header {
	background-color: #fef8e8;
	border-bottom: 2px solid #467646;
}

#footer {
	clear: both;
	padding: 15px;
	background-color: #6f8a5e;
	color: #fef8e8;
	text-align: center;
	border-top: 2px solid #467646;
}

#footer a {
	color: #fef8e8;
}

#homefloat {
	width: 210px;
	margin: 0 0 20px 15px;
	float: right;
	background-color: #fff5dd;
	border: 1px solid #eed59d;
	padding: 20px;
}
#homefloat ul {
	margin-left: 15px;
	padding: 0;
	list-style: none;
}

#homefloat ul li {
	margin-bottom: 10px;
}
		
		
#sidebar {
	width: 170px;
	padding: 15px 15px 15px 15px;
}

#content {
	float: right;
	width: 700px;
	margin-top: 15px;
	margin-right: 20px;
}

#emailsub {
	width: 260px;
	float: right;
	margin-top: 30px;
}

#emailsub input {
	margin-top: 10px;
}

#credit {
	margin: 40px 0 20px 0;
	font-size: .85em;
	color: #cce139;
}

#credit a {
	color: #cce139;
	text-decoration: none;
}

#navigation {
	margin-bottom: 40px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation ul li {
	margin-bottom: 6px;
}


#navigation ul li ul li {
	padding-left: 10px;
}

#navigation a {
	color: #fef8e8;
	text-decoration: none;
}

#navigation a:hover {
	color: #FFF;
	text-decoration: underline;
}


.floatleft .image_with_caption {
float: left;
}

.floatright .image_with_caption {
float: right;
}

.entry ul li {
	margin-bottom: 10px;
}

	p.date {
		color: #999;
		font-style: italic;
		margin: 0;
		padding: 0;	
	}