/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	background: #FFFFFF url(clouds4.jpg);
	background-position: bottom center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

input, textarea {
	background: #FFFFFF url(img04.gif) repeat-x;
	border-top: 1px solid #A3A3A3;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #D6D6D6;
	font: normal 1em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6E6E6E;
}

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

h1, h1 a {
	text-decoration: none;
	color: #FFFFFF
/* original green color
	color: #366d55;
*/
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 46px;
}

h2, h2 a {
	font-size: 30px;
	font-weight: bold;
	color: #366d55;
	text-decoration: none;
}

h3 {
	font-size: 16px;
	color: #000000;
}

p.mini {
	font-size:smaller;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 190%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

/* original a color #366d55 */
a {
	color: #A60000;
}

a:hover {
	text-decoration: none;
	color: #A60000;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-right: 20px;
}

hr {
	display: none;
}

/* Tables */

#table.crop tr, table.crop td {
	font-size:medium;
	text-align:center;
}

/* Logo */

#logo {
	width: 960px;
	height: 160px;
	background: url(banner.png) no-repeat;
	margin: 2px auto;
}

#logo h1 {
	margin: auto;
	float: left;
	padding: 50px 0 0 80px;
}

#logo a {
	text-decoration: none;
}

#logo ul {
	margin: 0 0 0 150px;
	padding: 160px 0 0 0;
	list-style: none;
	line-height: normal;
	vertical-align:middle
}

#logo li {
	float:left;
	padding: 0 5px 0 5px;
	background: url(img03.gif) no-repeat left center;
}

#logo li.first {
	background: none;
}

#logo a {
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	color: #000000;
}

#logo a:hover {
	text-decoration: underline;
	color: #A60000;
}

/* Menu */

#menu {
	width: 960px;
	height: 79px;
	margin: 0 auto;
	background: url(farmpan.png) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 23px 0 0 28px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 0 20px 0 22px;
	background: url(img03.gif) no-repeat left center;
}

#menu li.first {
	background: none;
}

#menu a {
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
	color: #A60000;
}

/* Search

#search {
	float: right;
	width: 200px;
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
}

#search #s {
	width: 150px;
}

#search #x {
	display: none;
}
*/

/* Banner */

#banner {
	width: 960px;
	margin: 0 auto;
	padding: 0px 0;
}

/* Page */

#page {
	width: 880px;
	margin: 0 auto;
	padding: 45px 35px 0 25px;
}

/* Content */

#content {
	background: #f8f7d0;
        float: right;
	width: 603px;
}

.post {
}

.post .title {
	margin: 0;
	padding: 20px 20px 0 20px;
}

.post .entry {
	padding: 0 20px;
	font-size: 15px;
}
/* Post info
.post .meta {
	height: 47px;
	margin: 20px 0 40px 0;
	padding: 15px 0 0 20px;
	background: url(img07.gif) no-repeat;
	line-height: normal;
}
*/
/* Sidebar */

#sidebar {
	background: #366d55;
        float: left;
	width: 250px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 5px 20px;
}

#sidebar li h2 {
	height: 32px;
	margin-bottom: 15px;
	padding: 8px 0px 0px 20px;
	background: url(img09.gif) no-repeat;
	font-size: 18px;
	color: #FFFFFF;
}

#sidebar li p {
	padding: 0 20px;
}

/* Calendar */

#sidebar #calendar {
	padding: 0;
}

#calendar caption {
}

#calendar table {
	width: 100%;
	padding: 0 20px;
	text-align: center;
}

#calendar thead th {
	border-bottom: 2px solid #F2F2F2;
	border-top: 1px solid #F2F2F2;
}

#calendar tbody td {
	padding: 5px 0;
	border-bottom: 1px solid #F2F2F2;
}

#calendar tfoot td {
	border-top: 1px solid #F2F2F2;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar a {
	font-weight: bold;
}
		
/* Footer */

#footer {
	clear: both;
	width: 870px;
	height: 50px;
	margin: 0 auto;
	padding: 35px 45px;
}

#footer p {
	margin: 0;
	line-height: normal;
}

#footer .legal {
	float: left;
}

#footer .credit {
	float: right;
	font-size:smaller;
}

