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

body {
	background: #63574B url(images/img01.jpg) repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 3px;
	color: #53463E;
}

input, textarea, select {
	background: #EEE7E3 url(images/img04.gif) repeat-x;
	border: 1px solid #EEE7E3;
	font: normal 1em/normal Arial, Helvetica, sans-serif;
	color: #757575;
}

h1, h2, h3 {
	color: #31363B;
}

h1, h1 a, h2, h2 a {
	text-decoration: none;
}

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

h1 {
	font-size: 38px;
}

h2 {
	font-size: 28px;
	font-weight: normal;
}

h3 {
	font-size: 16px;
}

p, ul, ol {
	margin-top: 1.5em;
}

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

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

a {
	color: #862C0E;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

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

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

hr {
	display: none;
}

#header {
	width: 870px;
	height: 453px;
	margin: 0 auto;
}

/* Logo */

#logo {
	width: 870px;
	height: 182px;
	margin:0px;
	background: url(images/logo_bg.jpg);
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0;
}

#logo h1 {
	padding: 2px 5px 2px 20px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #31363B;
	background:#A99C93;
}

#splash {
	width: 870px;
	height: 280px;
	padding-bottom: 0px;
	background: url(images/img04.jpg) no-repeat left top;
}

/* Header */

#header {
	width: 870px;
	margin: 0 auto;
	height:482px;
}

#menu {
	height: 41px;
	width: 870px;
	padding-left: 0px;
	background: url(images/img02.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
}

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

#menu li {
	float: left;
}

#menu a {
	float: left;
	padding: 14px 20px 0px 20px;
	margin-bottom:6px;
	height: 21px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	color: #FFFFFF;
}

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

#menu .current_page_item a {
	background: none;
	color: #FFFFFF;
	background: url(images/hober.jpg) repeat-x left top;
}

/* Search */

#search {
	float: right;
	width: 260px;
	margin: 0px;
	margin-top: 10px;
}

#search fieldset {
	border: none;
}

#search #s {
	width: 160px;
	height: 23px;
	background: #FFDBE1;
	border: 1px solid #F57F8C;
}

#search #x {
	width: 40px;
	background: #F74B61;
	border-top: #F74B61 solid 1px;
	border-bottom: #F74B61 solid 3px;
	border-left: #F74B61 solid 1px;
	border-right: #F74B61 solid 1px;
	color: #FFDBE1;
}

#wrapper {
	width: 754px;
	margin: 0 auto;
	background: url(images/img05.jpg) repeat-x left top;
}

/* Page */

#page {
	width: 870px;
	margin: 0 auto;
	padding-top: 20px;
	background:#CABDB4;
}

/* Content */

#content {
	float: right;
	width: 590px;
	padding-left:30px;
	border-left:1px solid #AA998D;
}

.post {
}

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

.post h1.title {
	padding: 5px 0  0 0px;
	height: 40px;
	font-size: 2.4em;
	text-transform: lowercase;
}

.post .title a:hover {
	text-decoration: none;
}

.post .entry {
	margin: 0px;
	padding: 0px 40px 10px 0px;
}

.post .meta {
	height: 35px;
	margin: 15px 0 20px 0;
	padding: 15px 0 0 0px;
	line-height: normal;
	
}

.post a {
	color: #31363B;
}

/* Sidebar */

#sidebar {
	float: left;
	width:220px;
}

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

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

#sidebar li ul {
	padding-left: 40px;
	background-image:url(images/arrow.jpg);
}

#sidebar li li {
	margin: 0;
	padding: 10px 0px 4px 20px;
	border-bottom:1px solid #C0906F;
}

#sidebar li h2 {
	margin: 0 0 1em 0;
	padding: 10px 0  0px 25px;
	height: 10px;
	text-transform: lowercase;
	font-size: 28px;
	letter-spacing: -1px;
}

#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;
	color:#ffffff;
	height: 80px;
	margin: 0 auto;
	background: #FFFFFF url(images/foot.jpg) repeat-y top left;
}

#footer p {
	margin: 0;
	line-height: normal;
	padding: 35px 15px;
}

#footer a {
color:#FFFFFF;
}

#footer .legal {
	float: left;
	padding-left:40px;
}

#footer .credit {
	float: right;
	padding-right:40px;
}
inputx {
	border: 1px solid #EAEAEA;
	font-size: 11px;
	font-family: Tahoma, Arial, sans-serif;
}