/* ==============================================
	  Freedom Tree Farms base.css
	  Author: Jeff Schuette
	  www.elemint.us
============================================== */



/* ==============================================
   Global Text Styles
============================================== */

* { /* Global browser reset */
	margin: 0;
	padding: 0;
} 
h1, h2, h3, h4, h5, h6, p, blockquote, form, ul, ol, dl, fieldset, address {
    margin-bottom: 1em;
    margin-top: 1em;
}
h1 {
	text-indent: -9999px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: left;	
}
h2 {
	font-size: 2.6em;
	font-weight: normal;
	font-family: Arial;
	margin: 0 0 .4em 0;
}
h3 {
	font-size: 1.8em;
	font-weight: normal;
	color: #75a204;
	font-family: Arial;
	margin: 0 0 0.25em 0;
}
h4, h5 {
	font-size: 1em;
	font-weight: bold;
}
p {
	line-height: 1.6;
	margin-top: 2px;
}
a:link, a:visited {
	text-decoration: none;
	color: #424242;
}
a:hover {
	text-decoration: underline;
}
ol {
	padding-left: 1.7em;
}



/* ==============================================
   Site Shell Elements
============================================== */

body {
	font: 0.8125em Arial, Helvetica, sans-serif;
	color: #424242;
	background: transparent url(back.gif) repeat top left;
	text-align: center; /* Workaround for IE 5.x */
}
#wrapper {
	width: 1023px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background: transparent url(shadow.png) repeat-y top left;
}
#header {
	height: 260px;
	background: transparent url(header.jpg) no-repeat 29px 0;
	cursor: pointer;
}
#content {
	background: transparent url(content.jpg) repeat-y 29px 0;
}
#sidebar-left {
	float: left;
	margin-left: 30px;
	padding: 20px 7px;
	width: 194px;
	background: transparent url(col-left.jpg) no-repeat top left;
	display: inline; /* IE Double-Margin Bug */
}
#content-main {
	float: left;
	margin-left: 13px;
	padding-top: 20px;
	width: 513px;
	padding-right: 13px;
}
#sidebar-right {
	float: left;
	margin-left: 0px;
	padding-top: 20px;
	padding-left: 18px;
	width: 192px;
	background: transparent url(col-right.jpg) no-repeat top left;
	display: inline; /* IE Double-Margin Bug */
}
#footer {
	color: #646051;
	text-align: center;
	font-size: .7em;
	padding-top: 8px;
	height: 26px;
	background: transparent url(footer.jpg) no-repeat 29px 0;
}
#shadow-bottom {
	width: 1023px;
	margin: 0 auto;
	height: 30px;
	background: transparent url(shadow-bottom.png) no-repeat 0 0;
}


/* ==============================================
   Nav
============================================== */

#nav {
	background: transparent url(nav-bg.jpg) no-repeat 29px 0;
}
#nav ul {
	list-style: none;
	width: 855px;
	height: 32px;
	margin: 0;
	padding: 0;
	position: relative;
	left: 245px;
	background: transparent url(nav.jpg) no-repeat top left;
}
#nav li {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
}
#menu li, #menu a {
	height: 32px;
	display: block;
}
#nav a {
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
}
#nav_products	{left: 0px; width: 145px;}
#nav_recipes	{left: 147px; width: 110px;}
#nav_company	{left: 257px; width: 142px;}
#nav_contact	{left: 400px; width: 145px;}

#nav_products a:hover 	{background: transparent url(nav.jpg) 0px -32px no-repeat;}
#nav_recipes a:hover {background: transparent url(nav.jpg) -147px -32px no-repeat;}
#nav_company a:hover {background: transparent url(nav.jpg) -257px -32px no-repeat;}
#nav_contact a:hover {background: transparent url(nav.jpg) -400px -32px no-repeat;}



/* ==============================================
   Sidebar-right
============================================== */

#sidebar-right h2, #sidebar-left h2 {
	font-size: 1.8em;
	margin: 0.35em 0 0.65em;
}
#recipes_bar {
	margin: 0;
}
#recipes_bar li {
	list-style: none;
	float: left;
}
#recipes_bar img {
	margin: 0 8px 10px 0;
	border: 5px solid #bbbba5;
}
#recipes_bar li:hover img {
	border: 5px solid #FFF;
}



/* ==============================================
   Sidebar-left
============================================== */

#sidebar-left ul {
	margin: 0;
	list-style: none;
}
#sidebar-left h2 {
	margin-left: 5px;
}
#sidebar-left a:link, #sidebar-left a:visited {
	color: #838383;
	font-size: 1.3em;
	padding: 4px 0 4px 30px;
	display: block; 
	background: transparent url(arrow.png) no-repeat 0 5px;
}
#sidebar-left a:hover {
	background-color: #e3e3c9;
	color: #424242;
	text-decoration: none;
}
#sidebar-left .active a:link, #sidebar-left .active a:visited {
	background-color: #e3e3c9;
	color: #424242;
}



/* ==============================================
   Footer
============================================== */

#footer a:link, #footer a:visited {
	color: #646051;
}
#footer a:hover {
	text-decoration: underline;
}



/* ==============================================
   Content
============================================== */

hr {
	border: none;
	background-color: #c0c0aa;
	color: #c0c0aa;
	height: 1px;
	margin-bottom: 1.6em;
}
.clear {
	clear: both;
}
#content-foot {
	clear: both;
	height: 74px;
	background: transparent url(content-foot.jpg) repeat-y 29px 0;
}
#content-main ul {
	list-style: none;
}
#content-main li {
	padding: 6px;
}
.oddrow {
	background-color: #e3e3c9;
}
#content-main button {
	border: none;
	background: none;
	cursor: pointer;
	background: url(b_print.gif) no-repeat center left;
	font-size: 0.9em;
	color: #bbbba5;
	padding-left: 20px;
	float: right;
	margin-top: -15px;
}



/* ==============================================
   Homepage
============================================== */

body#home #content-main {
	margin-left: 30px;
	padding: 20px 25px 0 30px;
	width: 692px;
	display: inline; /* IE Double-Margin Bug */
}
body#home #content {
	background: transparent url(content-home.jpg) repeat-y 29px 0;
}
body#home #content-foot {
	background: transparent url(content-foot-home.jpg) repeat-y 29px 0;
}
#products li {
	list-style: none;
	float: left;
	background-color: #bbbba5;
	padding: 5px;
	margin: 0 30px 20px 0;
	text-indent: -9999px;
	text-decoration: none; 
	float: left;
}
#products li.flush-right {
	margin-right: 0;
}
#products li a {
	width: 200px;
	height: 96px;
}

#prod_berry a {background: transparent url(homepage/berry.jpg) no-repeat 0 0;}
#prod_fruit a {background: transparent url(homepage/fruit.jpg) no-repeat 0 0;}
#prod_vine a {background: transparent url(homepage/vine.jpg) no-repeat 0 0;}
#prod_shade a {background: transparent url(homepage/shade.jpg) no-repeat 0 0;}
#prod_flowering a {background: transparent url(homepage/flowering.jpg) no-repeat 0 0;}
#prod_planting a {background: transparent url(homepage/planting.jpg) no-repeat 0 0;}
#prod_berry a:hover, #prod_fruit a:hover, #prod_vine a:hover, #prod_shade a:hover, #prod_flowering a:hover, #prod_planting a:hover {background-position: 0px -96px;}

#products a {
	display: block; 
}
.feature_img {
	float: right;
	margin: 0 0 10px 30px;
	border: 5px solid #bbbba5;
	width: 200px;
	height: 200px;
}
.date {
	font-size: 0.9em;
	color: #bbbba5;
}


/* ==============================================
   Recipes
============================================== */

.recipe_img {
	float: left;
	margin-right: 16px;
	border: 5px solid #bbbba5;
}
#recipes h3 {
	font-size: 1.15em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: .25em;
}
#recipes li {
	height: 86px;
	overflow: hidden;
}
#recipes li p {

}
#ingredients {
	clear: both;
	float: left;
	font-size: .8em;
	width: 190px;
	margin: 10px 16px 0 0;
	padding: 10px;
	background-color: #e3e3c9;
	display: inline; /* IE Double-Margin Bug */
}
#instructions {
	padding-top: 10px;
}



/* ==============================================
   Products
============================================== */

#varieties {
	margin-bottom: 2em;
}
#varieties li {
	clear: both;
	height: 12em;
	overflow: hidden;
}
#varieties img {
	float: right;
	margin-left: 10px;
}
#varieties h4 {
	margin: .25em 0;
	font-size: 1.1em;
}
#care {
	margin: 0;
	padding: .25em 0 0 1.7em;
}
#care li{
	padding: 0;
}
#care h4 {
	margin: .25em 0;
}
.float_img {
	float: left;
	margin: 0 20px 20px 0;
	border: 5px solid #bbbba5;
}



/* ==============================================
   Form Attributes
============================================== */

.entrybox {
	border: 1px solid #bbbba5;
	background-color: #f3f3f3;
	width: 350px;
}
form p { /* (for the function below) */
	clear: left;
}
form p label {
	float: left;
	width: 130px;
}
.oops, .required {
	color: #EE0000;
}



/* ==============================================
   Photo Gallery
============================================== */

#albums li {
	list-style: none;
	float: left;
	background-color: #e3e3c9;
	padding: 5px;
	margin: 0 30px 20px 28px;
	width: 188px;
	display: inline; /* IE Double-Margin Bug */
}
#albums li.flush-right {
	margin-right: 0;
}
#albums img {
	border: none;
	margin-bottom: 4px;
}
#albums h3 {
	margin: 4px 0 0 0;
	text-align: center;
}
#albums h3 a:link, #albums h3 a:visited, #albums h3 a:hover{
	color: #424242;
	display: block;
}
#albums a:link, #albums a:visited {
	color: #eafac0;
	display: block; 
}
#albums a:hover {
	text-decoration: none;
}
#gallery td {
	padding: 8px;
}