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

body {
	margin: 0;
	padding: 0;
	background: #F7F7F7 url(media/images/img01.jpg) repeat left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #5A554E;
}
h1, h2, h3 {
	margin: 0;
	padding-bottom: 5px;
	font-weight: normal;
	color: #32639A;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 2.4em;
}
h3 {
	font-size: 1.6em;
}
p, ul, ol {
	margin-top: 0;
	line-height: 200%;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}
ul, ol {
	list-style-position: outside;
	list-style-type: square;
	margin: 0px;
	padding: 0px;
	list-style:square;
}
a {
	text-decoration: underline;
	color: #516C00;
}
a:hover {
	text-decoration: none;
}
h2 a {
	text-decoration: none;
}
#content .imgright {
	float:right;
	margin-left:10px;
	padding:3px;
	border:1px;
}
#content .imgleft {
	float:left;
	margin-right:10px;
	padding:3px;
	border:1px;
}
#wrapper {
	margin: 0px;
	padding: 0px;
	background: url(media/images/img02.jpg) repeat-x left top;
}
/* Header */

#header {
	width: 1000px;
	height: 150px;
	margin: 0 auto;
	padding: 0px;
	background: url(media/images/img03%20copy.jpg) no-repeat left top;
}
/* Logo */

#logo {
	margin-top: 35px;
	padding: 0px;
	margin-left: 400px;
	float: left;
	color: #000000;
}
#logo p {
	line-height: 34px;
	font-size: 30px;
	font-family: Georgia, "Trebuchet MS", "Times New Roman", Times, serif;
	color: #ecf6f9;
}
#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #ecf6f9;
}
/* Search */

#search {
	float: right;
	width: 280px;
	height: 60px;
	padding: 20px 0px 0px 0px;
	background: #E2E2E2;
	border-bottom: 4px solid #FFFFFF;
}
#search form {
	height: 41px;
	margin: 0;
	padding: 10px 0 0 20px;
}
#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
#search-text {
	width: 170px;
	padding: 6px 5px 2px 5px;
	border: 1px solid #DEDEDE;
	background: #FFFFFF;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #5D781D;
}
#search-submit {
	width: 50px;
	height: 22px;
	border: none;
	background: #B9B9B9;
	color: #000000;
}
/* Menu */

#menu {
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	margin-top: 32px;
	width: 1000px;
	height: 49px;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	background: url(media/images/img04.gif) no-repeat left top;
}
#menu ul {
	padding-left: 40px;
	padding-bottom: 0px;
	padding-right: 15px;
	padding-top: 0px;
	float: left;
	list-style: none;
}
#menu li {
	float: left;
}
#menu a {
	display:block;
	width: 85px;
	height: 40px;
	padding-top: 10px;
	margin-left: 5px;
	background: url(media/images/img05.jpg) repeat-x left top;
	text-decoration: none;
	text-align: center;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
}
#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
}
#menu .current_page_item a {
	background: url(media/images/img06.jpg) no-repeat left top;
	color: #493E2B;
}
/* Page */

#page {
	padding-left: 50px;
	padding-bottom: 0px;
	padding-right: 50px;
	padding-top: 15px;
	width: 900px;
	margin: 0px auto;
	background: #FFFFFF;
}
/* Content */

#content {
	float: left;
	width: 570px;
	padding: 0px 0px 0px 0px;
}
#content ul {
	padding-left: 20px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.post {
	margin-bottom: 15px;
}
.post-bgtop {
}
.post-bgbtm {
}
.post .title {
	height: 32px;
	margin-bottom: 10px;
	padding: 12px 0 0 0px;
	letter-spacing: -.5px;
	font-size: 30px;
	color: #493E2B;
}
.post .title a {
	color: #493E2B;
	border: none;
}
.post .meta {
	margin: -10px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	letter-spacing: -1px;
	font-size: 23px;
	font-weight: normal;
	color: #6E8D3D;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.post .meta .date {
	float: left;
}
.post .meta .posted {
	float: right;
}
.post .meta a {
}
.post .entry {
	background: url(media/images/img08.jpg) no-repeat left top;
	padding: 25px 0px 0px 0px;
}
.links {
	padding-top: 20px;
}
.more {
	padding-left: 16px;
	background: url(media/images/img10.gif) no-repeat left 3px;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}
.comments {
	padding-left: 18px;
	background: url(media/images/img11.gif) no-repeat left 4px;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}
/* Sidebar */

#sidebar {
	float: right;
	width: 280px;
	padding: 0px;
	color: #787878;
}
#sidebar ul {
 margin-top: 30px  padding: 0;
	list-style: none;
}
#sidebar li {
	margin: 0;
	padding: 0;
}
#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 20px;
}
#sidebar li li {
	line-height: 25px;
	margin: 0px;
	padding: 2px 0px;
	border-left: none;
}
#sidebar li li span {
	height: 19px;
	margin-right: 16px;
	padding: 4px 12px;
	background: #3D2A0B url(media/images/img12.jpg) repeat-x left top;
	font-size: 12px;
	color: #FFFFFF;
}
#sidebar li li span a {
	color: #FFFFFF;
}
#sidebar h2 {
	height: 55px;
	background: url(media/images/img09.jpg) no-repeat left bottom;
	letter-spacing: -.5px;
	font-size: 18px;
	margin-top:15px;
	color: #493E2B;
}
#sidebar p {
	margin: 0 0px;
	padding-bottom: 10px;
	font-size:12px;
	line-height: 20px;
}
#sidebar p strong {
	color: #4A3E29;
}
#sidebar a {
	border: none;
}
#sidebar a:hover {
}
/* Calendar */

#calendar {
}
#calendar_wrap {
	padding: 20px;
}
#calendar table {
	width: 100%;
}
#calendar tbody td {
	text-align: center;
}
#calendar #next {
	text-align: right;
}
/* Footer */

#footer-content {
	padding-top: 50px;
	padding-left: 50px;
	padding-bottom: 0px;
	padding-right: 50px;
	width: 900px;
	height: 275px;
	margin: 0 auto;
	background: url(media/images/img15.jpg) no-repeat left top;
	font-size: 14px;
	color: #887450;
}
#footer-content .column1 {
	float: left;
	width: 570px;
}
#footer-content .column2 {
	line-height: 0px;
	float: right;
	width: 273px;
	font-size: 12px;
}
#footer-content h2 {
	padding-bottom: 10px;
	font-size: 22px;
	color: #E3D2B6;
}
#footer-content strong {
	color: #E3D2B6;
}
#footer-content a {
	color: #AA8B55;
}
#footer-content a:hover {
	color: #AA8B55;
}
.list li {
	padding: 0px;
	margin-bottom: 0px;
}
#footer {
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
}
#footer p {
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 15px;
	line-height: normal;
	font-size: 12px;
	text-align: center;
	color: #82A2B9;
}
#footer a {
	text-decoration: underline;
	color: #82A2B9;
}
