/*  
Theme Name: Verdura Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



body {
	background: #267e21 url(images/elements/bg.jpg) repeat-x;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
img {
	border: 0;
}
h1, h2, h3 {
	padding: 0;
	margin: 0;
}
h2 {
	font-size: 14px;
}
#container {
	width: 818px;
	margin: 0 auto;
	text-align: left;
}
#header {
	width: 818px;
	margin: 18px 0 26px 0;
}
#nav-block, #home-middle, #home-content {
	width: 812px;
	margin: 0 auto;
}
#nav-block {
	background: #fff;
	height: 53px;
}
#nav-block ul {
	margin: 0 0 0 35px;
	padding: 17px 0 0 0;
	list-style: none;

}
#nav-block li {
	display: inline;
	padding: 0 45px 0 0;
}
#nav-block a {
	color: #1a5709;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
#nav-block a:hover {
	text-decoration: underline;
}

#home-content {
	padding: 58px 0 64px 0;
	background: #fff;
}
#content {
	padding: 18px 0 64px 0;
	width: 812px;
	background: #fff;
	margin-left: 2px;
}

.interior {
	width: 717px;
	margin-left: 27px;
}

#home-content .col1 {
	width: 430px;
	margin: 0 28px 0 27px;
	float: left;
}
#home-content .col2 {
	width: 177px;
	text-align: left;
	float: left;
}
#home-content .col3 {
	width: 290px;
	float: left;
	margin: 0 16px 0 14px;
}

.latest_recipes p {
	margin: 0;
	padding: 0;
	display: inline;
}
.latest_recipes a {
	color: #009966;
}


/* footer */
#footer {
	width: 816px;
	padding-top: 40px;
	background:url(images/elements/bottom.gif) top no-repeat;
	margin-bottom: 50px;
	display: table;
}
#footer .links {
	padding-left: 20px;
	float: left;
	color: #777777;
}
#footer .links a {
	color: #fff;
	text-decoration: none;
}
#footer .links a:hover {
	text-decoration: underline;
}
#footer .copyright {
	float: right;
	color: #ccc;
	padding-right: 20px;
}
#footer .copyright a {
	color: #fff;
}