/*
Theme Name: Earthen Feast
Description: Custom theme for Earthen Feast website design, 2006
Author: Kim Flournoy || http://www.kimflournoy.com/

*/




body {
	margin: 0;
	padding: 0;
}

#maindiv {
	width: 100%;
	min-width: 770px;
}

* html .minwidth {
	border-left: 770px solid #fff;
}
* html .container {
	margin-left: -770px;
	position: relative;
}
/*\*/
* html #maindiv, * html .minwidth, * html .container, * html .header {
	height: 1px;
}
/**/


#cornerimage {
	float: right;
	padding: 0;
	margin: 0 0 0 -3px;
	width: 270px;
	height: 235px;
}

#header {
}

#topheader {
	height: 150px;
	background-color: #5c2817;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	}

#bottomheader {
	width: 533px;
	margin: 0;
	padding: 0;
}

#earthentitle {
	position: relative;
	left: 20px;
	top: 95px;
}

#earthensubtitle {
	position: relative;
	left: 90px;
}


#footer {
	clear: both;
	padding-top: 3em;
	padding-bottom: 1em;
	text-align: center;
	font-size: .9em;
	font-style: italic;
	color: #544e23;
	font-weight: bold;
}

#maintext {
	margin-top: 0;
	margin-right: 225px;
	padding-left: 25px;
	color: #330000;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 14px;
	line-height: 1.4em;
}

a {
	color: #786f32;
}

a:visited {
	color: #544e23;
}

a:hover, a:active {
	color: #a89b47;
}

a.recipelist {
	text-decoration: none;
}

#maintext h1 {
	width: 90%;
	font-size: 18px;
	line-height: 20px;
	font-style: italic;
}

#maintext h2 {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 0;
}

#maintext h2 + p
{
	margin-top: 0;
}

p.question {
	padding-top: .5em;
	padding-left: 2em;
	font-weight: bold;
}

p.answer {
	padding-left: 4em;
	font-style: italic;
}

#maintext img {
	margin-top: .25em;
	margin-bottom: .5em;
	padding: 5px;
	border: 1px solid #544e23;
	background-color: #EEEEEE;
	
}

#maintext img.right {
	margin-left: 1em;
	float: right;
}

#maintext img.left {
	margin-right: 1em;
	float: left;
}

div.centeralign {
	text-align: center;
}



/* MAIN NAV */

#rightnav {
	clear: right;
	float: right;
	width: 200px;
	padding-top: 20px;
	margin-right: 5px;
}

#rightnav ul {
	margin: 0;
	padding: 0;
}

#rightnav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#rightnav ul li a {
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
	display: block;
	width: 200px;
	height: 38px;
	text-indent: -9999em;
	outline: none;
}

#rightnav ul li a:hover, #rightnav ul li a:active {
	background-position: top right;
}

#rightnav ul li#navhome a {
	background-image: url("images/nav/home.gif");
}

#rightnav ul li#navservices a {
	background-image: url("images/nav/services.gif");
}

#rightnav ul li#navfood a {
	background-image: url("images/nav/food.gif");
}

#rightnav ul li#navrecipes a {
	background-image: url("images/nav/recipes.gif");
}

#rightnav ul li#navabout a {
	background-image: url("images/nav/about.gif");
}

#rightnav ul li#navtest a {
	background-image: url("images/nav/testimonials.gif");
}

#rightnav ul li#navcontact a {
	background-image: url("images/nav/contact.gif");
}



