/*
Theme Name: Southwind Farms
Theme URI: 
Description: 
Version: 
Author: 
Author URI: 
Tags: 
*/



/* Begin Typography & Colors */
body {
	background: #fff;
}

body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

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

img {
	border: none;
}

h1, h2, h3, h4, h5 {
	font-weight: 100;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	color: #dc6227;
	font-size: 21px;
	margin-top: 0px;
	padding-top: 0px;
}

h2 {
	color: #dc6227;
	font-size: 16px;
	margin-top: 0px;
	padding-top: 0px;
}

.text-10 { font-size: 10px; }
.text-11 { font-size: 10px; }
.text-12 { font-size: 12px; }
.text-13 { font-size: 12px; }
.text-14 { font-size: 14px; }
.text-15 { font-size: 14px; }
.text-16 { font-size: 16px; }
.text-17 { font-size: 16px; }
.text-18 { font-size: 18px; }
.text-19 { font-size: 20px; }
.text-20 { font-size: 20px; }
.text-black { color: #000; }
.text-white { color: #fff; }
.text-orange { color: #dc6227; }

.center {
	text-align: center;
	width: 100%;
}

#header {
	display: none;
}

#logo {
	display: none;
}

#nav {
	display: none;
}

#main-content {
	
}

#content-left {
	display: none;
}

#content-right {
	
}

#footer {
	text-align: right;
	font-size: 10px;
	color: #dc6227;
}

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

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

#newsletter-sign-up {
	padding: 0px 30px;
	color: #dc6227;
}

#newsletter-sign-up a {
	color: #656565;
	text-decoration: none;
}

#newsletter-sign-up a:hover {
	text-decoration: none;
}

/*
 *
 * Home
 *
*/

#home-content {
	width: 290px;
	font-size: 14px;
	margin: 50px 0px 0px 45px;
}

#home-feature-container {
	padding: 0px 0px 0px 45px;
}

.home-feature {
	float: left;
	width: 138px;
	height: 129px;
	margin: 0px 27px 0px 0px;
	padding: 20px 0px 0px 2px;
}

#home-feature-products {
	background: url(/wp-content/themes/southwindfarms/images/home-products-bg.gif) no-repeat;
}

#home-feature-recipes {
	background: url(/wp-content/themes/southwindfarms/images/home-featured-recipe-bg.gif) no-repeat;
}

#home-feature-about-us {
	background: url(/wp-content/themes/southwindfarms/images/home-about-us-bg.gif) no-repeat;
}

#home-feature-our-chef {
	background: url(/wp-content/themes/southwindfarms/images/home-our-chef-bg.gif) no-repeat;
}

/*
 *
 * Recipes
 *
*/

#recipe-content {
	padding: 0px 45px;
}

#featured-recipe {
	float: right;
	width: 319px;
	height: 437px;
	padding: 30px;
	background: no-repeat top center;
}

#featured-recipe h1 a {
	color: #dec264;
	text-decoration: none;
}

#featured-recipe h1 a:hover {
	color: #dec264;
	text-decoration: none;
}

#recipe-list {
	padding: 0px 45px;
	color: #dc6227;
}

#recipe-list a {
	color: #dc6227;
	text-decoration: none;
}

#recipe-list a:hover {
	color: #656565;
	text-decoration: none;
}

#recipe-chef {
	padding: 0px 30px;
	color: #dc6227;
}

#recipe-chef a {
	color: #656565;
	text-decoration: none;
}

#recipe-chef a:hover {
	text-decoration: none;
}

/*
 *
 * Recipe Detail
 *
*/

#recipe-detail-list {
	width: 250px;
	float: right;
	margin: 0px 0px 15px 30px;
}

/*
 *
 * Products
 *
*/

#products-content {
	padding: 0px 45px;
}

#products-content h2 {
	margin: 0;
	padding: 0;
}

#about-us-content {
	padding: 0px 45px;
}

/*
 *
 * Contact Us
 *
*/

#contact-content {
	padding: 0px 45px;
}

/*
 *
 * Links
 *
*/

#links-content {
	padding: 0px 45px;
}