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

body {
	margin: 0;
	padding: 10px 0 5px 0;
	min-width: 1000px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	background-color: #adb055;
}



h3 {
	font-weight: normal;
	color: #5F8700;
}



h2 {
	font-weight: normal;
	color: #5F8700;
}



h1 {
	font-weight: normal;
	color: #5F8700;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.2em;
}

h2 {
	font-size: 1.4em;
	margin-bottom:-5px;
}

h3 {
	font-size: 1.2em;
}
.sub {
	margin-top:0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h3.sub {
	margin-top: -10px;
}

h3.headroom {
	margin-top:80px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	line-height: 1em;
}

ol {
}

ul {
}

p {
}

p {
}

.blockbg {
	background: #D9D785;
}

blockquote {
	font-style: italic;
	float: right;
	border: 2px groove #D9D785;
	background: #66451f;
	margin: 27px 5px -1px 10px;
	padding: 2px 5px;
	font-size: 16px;
	color: #ECA11B;
	width: 180px;
}

ul {
}

ol {
}

a {
	color: #C58610;
}

a:hover {
	text-decoration: none;
}
a:focus{
	outline:none;
}

a:active{
	outline:none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
	border: #D9D785 1px dashed;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
	border: #D9D785 1px dashed;
}

/* Header */

#header {
	width: 920px;
	height: 80px;
	margin: 0 auto;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #833618;
	background-image: url('../images/stripe.jpg');
	border-right-style: groove;
	border-left-style: groove;
	border-right-width: medium;
	border-left-width: medium;
	border-right-color: #883b1d;
	border-left-color: #883b1d;
	border-bottom-style: ridge;
	border-bottom-width: thin;
	border-bottom-color: #000000;
	border-top-style: ridge;
	border-top-width: thin;
	border-top-color: #000000;
}

#headerbg {
	border: thin groove #66451F;
	margin: 0px auto 0;
	width: 920px;
	height: 200px;
	border-right-style: groove;
	border-left-style: groove;
	border-right-width: medium;
	border-left-width: medium;
	border-right-color: #883b1d;
	border-left-color: #883b1d;

	background: url('../images/wheat_header_920.jpg') no-repeat left top;
}

/* Logo */

#logo { 
	background-position:  left;
	position: relative;
	width: 472px;
	height: 250px;
	background-image: url('../images/logo1_400.png');
	background-repeat: no-repeat;
	z-index: 5;
	top: -75px;
	left: -100px;	
}



#logo p {
	float: left;
	margin: -999px;
	text-transform: lowercase;
}

#logo h2 {
	float: left;
	margin: -999px;
	text-transform: lowercase;
}

#logo h1 {
	float: left;
	margin: -999px;
	text-transform: lowercase;
}

#logo h1 {
	padding-top: 80px;
	text-align: center;
	font-size: 4em;
	color: #299762;
}

#logo h1 a {
	color: #FEEDB9;
}

#logo p {
	padding-top: 100px;
	text-transform: lowercase;
	font-size: 1.8em;
	color: #ABC13A;
}

#logo p a {
	color: #ABC13A;
}

#logo h2 a {
	color: #ABC13A;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	float: right;
	height: 50px;
}

#menu ul {
	margin: 0;
	list-style: none;
	
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 50px;
	padding: 30px 8px 0px 30px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.6em;
	color: #FFFFFF;
	
}

#menu a:hover {

	color: #FEEDB9;
}

#menu .current_page_item a {
	color: #adb055;
}

/* Page */

#page {
	width: 920px;
	height: auto;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 20px;
	border-style: double groove groove groove;
	border-width: medium thin thin thin;
	border-color: #66451F;
	background-color: #ECE29F;
	border-right-style: groove;
	border-left-style: groove;
	border-right-width: medium;
	border-left-width: medium;
	border-right-color: #883b1d;
	border-left-color: #883b1d;

}

#main {
	float: left;
	width: 550px;
	padding:5px 20px 0px 20px;
	line-height: 25px;
	font-size: 16px;
}

#recent-posts {
	float: right;
	border: medium double #66451F;
	width: 230px;
	margin: -80px 5px 0 0;
	padding: 0px 20px 20px 20px;
	line-height: 25px;
	font-size: 16px;
	background: transparent url('../images/green2.gif');
}

/* Feature Box */
#feature {
	border: medium double #66451F;
	float: right;
	width: 265px;
	margin-top: -75px;
	padding: 0px 22px 15px 20px;
	line-height: 25px;
	font-size: 16px;
	background: url('../images/green_p.png');
	margin-right: 8px;
	
}

#feature a {
color: #adb055;
}

#feature a:hover {
	color: #FEEDB9;
}

#feature h2.title{
	margin: 5px 3px 0px 2px;
	padding-top: 15px;
	font-style:italic;
	font-size: 20px;
	color: #ECA11B;

}

#feature ul {
	margin-top: 0px;
	padding: 3px 3px 3px 3px;
	color: #ECE29F;
	list-style-type:square;
}
#feature .box {
	background-color: #883b1d;
	margin-top: 15px;
	padding:0px 5px 2px 8px;
	text-align: left;
	background-image: url('../images/stripe.jpg');
}



/* Footer */

#footer {
	width: 920px;
	height: auto;
	margin: 0 auto 50px auto;
	padding-top: 20px;
	background: #66451F;
	border-right-style: groove;
	border-left-style: groove;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-color: #2B1C0A;
	border-left-color: #2B1C0A;
}

#footer p {
	margin: 0;
	text-align:center;
	color:#ECE29F;
	padding: 15px;
}

#legal {
	float: left;
}

#links {
	float: right;
}

#wrapper {
	width: 100%;
	background: #5C8400;
}

div { behavior: url(iepngfix.htc)}

img { behavior: url(iepngfix.htc)}