html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	font-family: 'Open Sans', serif;
	font-size: 13px;
	font-weight: 400;
	color: #828387;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

p, ol, ul {
	margin-top: 0px;
}

p {
	line-height: 200%;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

strong {
}

a {
	color: #FF2301;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
	padding-top: 5px;
	padding-right: 35px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
}

.container {
	width: 1000px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
}

/** LOGO */

#logo { 
	margin: 0px auto; 
        height:100px;
	text-transform: uppercase;
	background: url(header-bg.jpg) no-repeat left top;
}
 
/** MENU */

#menu {
	height: 54px;
	margin: 0px auto;
	background: url(menu-bg.jpg) no-repeat left top;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	height: 50px;
	margin: 0px;
	padding: 0px 30px;
	line-height: 50px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	color: #FFFFFF;
}

#menu a:hover {
	background: #000000;
	text-decoration: none;
	color: #FFFFFF;
}

#menu .first a {
	background: #000000;
	color: #FFFFFF;
}

/** PAGE */

#page {
	width: 1000px;
	margin: 0px auto;
	padding: 30px 0px 10px 0px;
}

/** CONTENT */

#content {
	float: left;
	width: 720px;
	padding-right: 30px;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 250px;
}

#sidebar h2 {
	padding: 0px 0px 20px 0px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 24px;
	color: #363837;
}

#sidebar li ul {
	margin-bottom: 40px;
	padding: 0px;
}

#sidebar li li {
	padding: 10px 0px;
	border-top: 1px solid #D0CFD0;
}

#sidebar p {
	margin: 0px 0px 20px 20px;
}

#sidebar .first {
	border-top: none;
}

/** POST */

.post {
}

.post .title {
	margin: 0px;
	padding: 20px 0px;
	letter-spacing: -1px;
	color: #363837;
}

.post .title a {
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 30px;
	color: #363837;
}

.post .meta {
	display: block;
	margin-top: -15px;
	padding: 5px 0px;
	text-align: left;
	font-size: 11px;
}

.post .meta a {
}

.post .entry {
	text-align: justify;
	padding: 10px 0px 10px 0px;
}

/** FOOTER */

#footer {
	width: 1000px;
	margin: 0px auto;
	border-top: 4px solid #D0CFD0;
}

#footer p {
	margin: 0px;
	padding: 20px 0px 20px 0px;
	text-align: center;
}

#footer a {
}

#banner {

}

.divider {
	border-bottom: 1px solid #D0CFD0;
}