html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background:#FEBD7B;
	font-family:Verdana, Arial, Helvetica, sans-serif, Calibri;
	font-size: 13px;
	line-height:1.4;
	font-weight: 400;
	color:#000000;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;

}

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



/** WRAPPER */

#wrapper {
}

.container {
	width: 1000px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
}

/** LOGO */

#logo {
	height: 130px;
	margin: 0px auto;
	text-transform: uppercase;
	background: url(images/header-bg.jpg) no-repeat left top;
}

#logo h1 a {
	display: block;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	letter-spacing: -3px;
	font-size: 48px;
	color: #002245;
}

#logo p {
	margin: -10px 0px 0px 5px;
	padding: 0px;
	font-size: 12px;
}

#logo a {
	text-decoration: none;
	color: #002245;
}

/** MENU */

#menu {
background:#2859A8;
	height: 50px;
	margin: 0px auto;

}

#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 20px;
	line-height: 50px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	color: #FFFFFF;
}

#menu a:hover {
	background: #000000;
	text-decoration: none;
	color: #FFFFFF;
}

#menu .first a {
	background: #FF942C;
	color: #FFFFFF;
}

/** PAGE */

#page {
	width: 1000px;
		background: #ffffff;
	margin: 0px auto;
	padding: 30px 0px 10px 0px;
}

/** CONTENT */

#content {
	float: left;
	width: 640px;
	padding-left:10px;

	

}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 300px;
}

#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;

	letter-spacing: 2px;
	color:#FF942C;
}

.post .title a {
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 25px;
	color:#FF942C;
}

.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 {
color:#FFFFFF;
	width: 1000px;
background:#2859A8;
	margin: 0px auto;
	border-top: 4px solid #D0CFD0;
}

#footer p {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	text-align: center;
}

#footer a {
}

#banner {
	height: 320px;
}

.divider {
	border-bottom: 1px solid #D0CFD0;
}