/*
Theme Name: WordPress 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/
Tags: blue, custom header, fixed width, two columns, widgets

	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

*/



/* Begin Typography & Colors */

body {
	background-color: #435625;
	top:0px;
	margin-top:0px;
	bottom:0px;
	margin-bottom:0px;
}

#outwrap {

width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/grassbg.jpg);
	background-repeat: repeat-y;
}
#wrap {

	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/farmbg.jpg);
	background-repeat:no-repeat;
}


#content {
float:left;
	width: 681px;
	
	margin-top: 205px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 255px;
	display: block;
	background-image: url(images/content_mid.jpg);
}

#menu {
	background-image: url(images/content_menu.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding:0px;
	height: 43px;
	width: 681px;
	text-align:center;
}




#farmermenu{
margin:0px 0px 20px 10px;
padding: 15px 0px 20px 10px;
font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
font-size: 14px;
font-weight:bold;
}

#farmermenu li{
margin:0;
display:inline;
list-style:none;
padding-left:4px;
padding-bottom:0px;
padding-right:0px;
padding-top:0px;

}

#farmermenu a{
float:left;
line-height:14px;
margin: 0 4px 4px 4px;
text-decoration:none;
color: #000;
padding-left:10px;
padding-bottom:0px;
padding-right:0px;
padding-top:0px;
}

#farmermenu a:hover{
color: #666;
padding-left:10px;
padding-bottom:0px;
padding-right:0px;
padding-top:0px;
}
small {margin-left:15px;
margin-right:15px;
font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
font-size: 10px;}

p{
margin-left:15px;
margin-right:15px;
font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
font-size: 12px;}

h1 {font-size:16px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; margin-left:15px;
}
h2 {font-size:15px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; margin-left:15px;
}
h3 {font-size:15px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; margin-left:15px;
}
a:link {
	color: #FF0000;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #CCCCCC;
}
.alignright,
div.alignright {
	display: block;
	margin-left: 10px;
	margin-right: 10px;
	float:right;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
