/*
Theme Name: Honest Earth
Theme URI: http://www.foerstel.com
Description: Foerstel Designed site for Honest Earth Potatoes.
Version: 1.6
Author: Foerstel Design
Author URI: http://www.foerstel.com
Tags: Idahoan Honest Earth*/

html {
	padding: 0;
	margin: 0px 0px 1px 0px;
	height: 100%;
}

body {
	background: url(images/main-background.gif) no-repeat top center #4d782d;
	margin: 0;
	padding: 0;
}

body, td, th {
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 12px;
	color: #949598;
}

img {
	border: 0;
}

a {
	color: #519032;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	margin-bottom: 0;
	padding-bottom: 10px;
}

h1 {
	margin: 0;
	padding: 0 0 15px 0;
	color: #519032;
}

h2 {
	font-size: 14px;
	margin: 0px 10px 0px 0px;
	padding: 0;
}

h3 {
	font-size: 18px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: 100;
}

/*
 *
 * General Use Classes
 *
*/
.text-green {
	color: #519032;
}

.text-color-1 {
	color: #032366;
}

.text-color-2 {
	color: #8f071d;
}

.text-color-3 {
	color: #7e682b;
}

.text-color-4 {
	color: #b11e46;
}

.text-color-5 {
	color: #48745b;
}

#header {
	margin: 0 auto;
	width: 832px;
	height: 52px;
}

#header-left {
	width: 198px;
	float: left;
	padding: 10px 0px 0px 10px;
}

#header-right {
	width: 515px;
	padding: 15px 45px 0px 64px;
	margin: 0px 0px 0px 208px;
	//margin: 0;
	//float: right;
}

#main-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 14px;
	width: 400px;
}

#main-nav li {
	list-style: none;
	display: inline;
	margin: 0px 30px 0px 0px;
}

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

.navigation a:hover {
	color: #abdff7;
	text-decoration: none;
}

.selected a { color: #abdff7; }


#main-content {
	width: 832px;
	margin: 0 auto;
	padding: 0;
	overflow: auto;
	min-height: 530px;
	height: auto; !important
	height: 530px;
}

#content-left {
	width: 193px;
	float: left;
	padding: 0px 0px 0px 15px;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
}

#content-left a {
	color: #fff;
	text-decoration: none;
}

#content-left a:hover {
	text-decoration: underline;
}

#content-right {
	margin: 0px 0px 0px 208px;
	//float: right;
	//margin: 0;
	background: #fff;
	width: 515px;
	padding: 28px 45px 0px 64px;
}

#footer {
	width: 832px;
	margin: 0 auto;
}

#footer-left {
	width: 208px;
	float: left;
	color: #fff;
	font-size: 11px;
}

#footer-left a {
	color: #fff;
	text-decoration: none;
}

#footer-left a:hover {
	text-decoration: underline;
}

#footer-right {
	width: 624px;
	height: 135px;
	background: url(/wp-content/themes/honest-earth/images/footer-bg.gif) no-repeat;
	color: #90c33e;
	margin: 0px 0px 0px 208px;
	//margin: 0;
	//float: right;
}

#footer-right a {
	color: #90c33e;
	text-decoration: none;
}

#footer-right a:hover {
	text-decoration: none;
}

#footer-right ul {
	margin: 0;
	padding: 70px 0px 0px 0px;
	list-style: none;
}

#footer-right ul li {
	display: inline;
	margin: 0 20px 0 0;
	padding: 0;
}

/*
 *
 * Recipes
 *
*/

#recipe-main {
	overflow: auto;
	width: 515px;
}

#recipe-left {
	float: left;
	width: 155px;
}

#recipe-left p {
	margin: 0;
	padding: 4px 0;
}

#recipe-right {
	width: 330px;
	margin: 0px 0px 0px 185px;
	//margin: 0;
	//float: right;
}

#recipe-yield {
	float: right;
	display: inline;
	font-size: 12px;
	text-transform: none;
	padding-top: 5px;
}

#recipe-content-left {
	width: 193px;
	float: left;
	padding: 0px 0px 0px 15px;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
}

#recipe-content-left a {
	color: #fff;
	text-decoration: none;
}

#recipe-content-left a:hover {
	text-decoration: underline;
}

#recipe-content-left p {
	margin: 0;
	padding: 15px 0;
}
