/*  
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;
}

em {
	color: #8E5F35;
}

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

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

#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: 200px;
}

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

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

#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 a {
	padding: 3px 5px;
	display: block;
}

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

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

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


#navigation ul li ul li ul li a {
	color: #FED287;
}

#navigation ul li {
	border-top: 1px solid #fff5dd;
}


.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;	
	}
	
	a img {
		border: 0;
	}
	
	#quicklinks {
		width: 55%;
		float: right;
		
	}
	
	/* 
    Document   : stock.css
    Created on : Mar 22, 2010, 11:46:06 AM
    Author     : ian
    Description:
        Basic WordPress styles
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/****** STOCK WORDPRESS STYLES ******************************/
img.alignleft {
	float: left;
	margin-right: 13px;
	border: 1px solid #999;
}

img.alignright {
	float: right;
	margin-left: 13px;
	border: 1px solid #999;
}

.navigation {
	margin-bottom: 20px;
	}

.navigation a {
	display: block;
	}
.txtalignleft {
	width: 30%;
	float: left;
}

.txtalignright {
	width: 30%;
	float: right;
	text-align: right;
}



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	/*border: 1px solid #eee;*/
	text-align: center;
	padding: 0;
	margin: 0;
	/*background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;*/
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	font-style: italic;
}
/* End captions */



/* Begin Images */
p img {
	padding: 0;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	margin-left: 15px;
	}

.alignleft {
	float: left;
	margin-right: 15px;
	}
/* End Images */


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}
img { -ms-interpolation-mode: bicubic; }


#guidebutton {
	font-family: arial;
	text-align: left;
	z-index: 4000;
    position: fixed;
    top: 0;
    left: 0;
    padding: 4px;
    font-size: 8px;
    background-color: #999;
}
.cookbookorder {
	padding: 10px;
	border: 1px solid #6f8a5e;
	margin: 0 0 10px;
	background-color: #EFEFEF;
}