/**/

* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 0;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

form {
}

input, textarea {
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #36393D;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 1em;
	font-weight:bold;
	line-height: 3em;
	color: #FF0000;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font: bold 2em Arial, Helvetica, sans-serif;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 900px;
	margin: 0 auto;
	background: #ffffff;
}

#logo {
	height: 170px;
	padding: 0 0 0 0;
	background: url(images/header.jpg) no-repeat;
	color: #ffffff;
}
#header-midsection {
	height: 210px;
	padding: 0 0 0 0;
	background: url(images/mid-image.jpg) no-repeat;
	color: #ffffff;
}
#search {
	float: right;
	width: 245px;
	padding: 0 0 0 0;
}

#search form {
	height: 25px;
	padding: 15px 0 0 0px;
}

#search fieldset {
	border: none;
}

#search-text {
	width: 170px;
	background: #FFFFFF;
	border: none;
}

#search legend, #search-submit {
	display: none;
}

#menu {
	clear: both;
	height: 40px;
}

#menu ul {
	height: 28px;
	padding: 12px 0 0 20px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 20px;
	text-decoration: none;
	font-weight: bold;
	color: #36393D;
}

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

#menu .current_page_item a {
	background: url(images/img07.jpg) no-repeat left center;
	color: #B42600;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 0 0 0 0;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
}

#page-midsection {	
    height: 182px;
	padding: 10px 0 0 0;
	color: #ffffff;
}
#page-midsection-post {
	float: right;
	width: 320px;
	padding-top: 55px;
	padding-right: 85px;
	padding-bottom: 0;
	padding-left: 0;
}
/* Content */

#content {
	float: right;
	width: 850px;
	margin: 20px 20px 0 30px;
}

#content a {
	text-decoration: underline;
	font-weight: bold;
	color: #BA3300;
}

.post {
	padding: 20px 0;
}

.post .entry li{
	margin: 20px 0 0 0;
	line-height: 115%;
	padding: 0 0 0 20px;
}

.post .entry p, .post .entry ol, .post .entry ul{
	margin-bottom: 1.6em;
	list-style-position: inside;
}

/* Footer */

#footer {
	clear: both;
	padding: 10px 0;
	font-size: 11px;
	color: #666666;
}

#footer p {
	text-align: center;
	line-height: 2em;
}

#footer a {
	color: #666666;
}
