/*
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(images/img01.jpg) repeat left top;
	font-family: "Trebuchet MS", Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #493E2B;
}

img {
	border: none;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #1da6bc;
	font-family: "Trebuchet MS", Georgia, Times New Roman, Times, serif;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.5em;
}

h3 {
	font-size: 1.5em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 200%;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}

p strong {
	font-size: 1.3em;
}

ul, ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	text-decoration: none;
	color: #1da6bc;
}

a:hover {
	text-decoration: underline;
}

h2 a {
	text-decoration: none;
}

#wrapper {
	margin: 0px;
	padding: 0px;
	background: url(images/img02.jpg) repeat-x left top;
}

/* Header */

#header {
	width: 1000px;
	height: 143px;
	margin: 0 auto;
	padding: 0px;
	background: url(images/img03.jpg) no-repeat left top;
}

/* Logo */

#logo {
  	margin: 0;
	padding: 55px 0px 0px 0px;
}

#logo a {
	width: 450px;
    height: 50px;
    display: block;
    text-decoration: none;
  	background: url('images/logos.png') top left no-repeat;
}

#logo a:hover {
    background-position: -450px 0;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Georgia, Times New Roman, Times, serif;
}

#logo h1 {
	letter-spacing: 0px;
	font-size: 35px;
}

#logo h1 a {
	color: #FFFFFF;
}

#logo p {
	margin: -20px 0px 0px 10px;
	padding: 22px 0 0 7px;
	letter-spacing: 3.7px;
	font: normal 16px "Trebuchet MS", Georgia, Times New Roman, Times, serif;
	color: #FFFFFF;
} 

/* 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;
}

#banner {
	margin-bottom: 20px;
	border: 12px #ffffff solid;
}

/* Menu */

#menu {
	width: 1000px;
	height: 115px;
	margin: 0 auto;
	padding: 0;
	background: url(images/img04.jpg) no-repeat left top;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 0px 25px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	width: 120px;
	height: 39px;
	margin-left: 10px;
	padding-top: 15px;
	background: url(images/img06.jpg) repeat-x left top;
	font-family: "Trebuchet MS", Georgia, Times New Roman, Times, serif;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #362a0f;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	color: #ffffff;
}

#menu .current_page_item a {
	background: url(images/img05.jpg) no-repeat left top;
	padding-left: 0;
	color: #ffffff;
}

#submenu {
	background: transparent;
	width: 1000px;
	height: 20px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	top: -75px;
}

#submenu ul {
	float: left;
	margin: 0;
	padding: 0px 0px 0px 567px;
	list-style: none;
	line-height: normal;
}

#submenu li {
	float: left;
}

#submenu a {
	display: block;
	width: 120px;
	height: 20px;
	margin-left: 20px;
	padding-top: 15px;
	font-family: "Trebuchet MS", Georgia, Times New Roman, Times, serif;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #1da6bc;
	border: none;
}

#submenu a:hover, #submenu .current_page_item a {
	color: #ffffff;
}

#submenu .current_page_item a {
	color: #ffffff;
}


/* Page */

#page {
	width: 900px;
	min-height: 575px;
	margin: 0px auto;
	padding: 0px 50px 0px 50px;
	background: #FFFFFF;
}

/* Content */

#content {
	float: left;
	width: 900px;
	padding: 0px 0px 0px 0px;
	text-align: justify;
}

.post {
	margin-bottom: 15px;
}

.post-bgtop {
}

.post-bgbtm {
}

.post .title {
	height: 38px;
	margin-bottom: 10px;
	padding: 12px 0 0 0px;
	letter-spacing: -.5px;
	font-size: 36px;
	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: "Trebuchet MS", Georgia, Times New Roman, Times, serif;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}

.post .meta a {
}

.post .entry {
	background: url(images/img08.jpg) no-repeat left top;
	padding: 25px 0px 0px 0px;
	text-align: justify;
}

.links {
	padding-top: 20px;
}

.more {
	padding-left: 16px;
	background: url(images/img10.gif) no-repeat left 3px;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}

.comments {
	padding-left: 18px;
	background: url(images/img11.gif) no-repeat left 4px;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 0px;
	padding-left: 20px;
	color: #493e2b;
	border-left-style: dotted;
	border-width: 1px;
	border-color: #a1a1a1;
}

#sidebar hr {
    height:1px;
    width:100%;
    background:#c9c9c9;
    margin: 0px 10px 0px 0px;  
   }

#sidebar ul {
	margin: 0;
	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: 35px;
	margin: 0px;
	padding: 2px 0px;
	border-left: none;
}

#sidebar li li span {
	height: 19px;
	margin-right: 0px;
	padding: 4px 12px;
	background: #3D2A0B url(images/img12.jpg) repeat-x left top;
	font-size: 12px;
	color: #FFFFFF;
}

#sidebar li li span a {
	color: #FFFFFF;
}

#sidebar h2 {
	height: 65px;
	background: url(images/img09.jpg) no-repeat left bottom;
	letter-spacing: -.5px;
	font-size: 28px;
	color: #493E2B;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 0px 30px 0px;
	text-align: justify;
}

#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 {
	width: 900px;
	height: 135px;
	margin: 0 auto;
	padding: 0px 50px 0px 50px;
	background: url(images/img16.jpg) no-repeat left top;
	font-size: 15px;
	color: #ffffff;
	text-align: justify;
}

#footer-content .column1 {
	float: left;
	width: 900px;
}

#footer-content .column2 {
	float: right;
	width: 0px;
}

#footer-content h2 {
	padding-bottom: 10px;
	font-size: 22px;
	color: #E3D2B6;
}

#footer-content strong {
	font-size: 18px;
}

#footer-content a {
	color: #e79800;
}

#footer-content a:hover {
	color: #e79800;
}

.list li {
	margin-bottom: 6px;
}

#footer {
	height: 30px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 12px;
	text-align: center;
	color: #82A2B9;
}

#footer a {
	text-decoration: underline;
	color: #82A2B9;
}
