body {
	margin-top: 5px;
	padding: 0px;
	background-color: #5F92FF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	text-align: left;
	font: 13px Arial, Helvetica, sans-serif;
	color: #333333;
}

h1, h2, h3 {
	margin-top: 0px;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 12px;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

p, ol, ul {
	margin-bottom: 1em;
	line-height: 100%;
}

a {
	color: #056D92;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a img {
	border: none;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	border: 1px solid #0093C7;
}

/* Header */

#header {
	width: 900px;
	height: 90px;
	margin: 0px auto;
	background: #0093C7;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Logo */

#logo {
	width: 320px;
	height: 100px;
	float: left;
	/*padding-left: 20px;*/
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 {
	padding: 25px 0px 0px 0px;
}

/* Menu */

#menu {
	float: left;
	background-position: top;
	vertical-align: top;
}

#menu ul {
	margin: 0px;
	list-style: none;
	line-height: normal;
	background-position: top;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#menu li {
	float: left;
	margin: 0px;
}

#menu a {
	display: block;
	width: auto;
	padding: 6px 20px;
}

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

#menu .active {
	background: #FF5718;
}

#menu .active a {
	background: url(../images/img02.gif) no-repeat 100% -40px;
}

/* Page */

#page {
	width: 900px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	background: #FFFFFF;
}

#header-pic {
	background: url(../images/img05.jpg) no-repeat left top;
	width: 900px;
	height: 75px;
}

/* Content */

#content {
	float: right;
	width: 591px;
}

.post {
	margin: 0px 0px 10px 0px;
}

.post .title {
	margin: 0px;
	background: #0093C7 url(../images/img02.jpg) no-repeat left 50%;
	padding: 7px 25px;
	font-size: 1.4em;
}

.post .title h1 {
}

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

.post .meta {
	font-weight: bold;
	padding-left: 20px;
}

.post .byline {
	margin: 0px;
	padding-left: 20px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 300px;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 0;
	height: 100%;
}
#sidebar-content {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #0093C7;
	border-bottom-color: #0093C7;
}

#sidebar ul {
	padding: 0px 0 5px 0;
	margin: 0px;
	list-style: none;
}

#sidebar li li {
	margin-left: 20px;
	margin-right: 5px;
	padding-left: 20px;
	border-bottom: 1px dashed #FF5718;
	line-height: 20px;
	background-image: url(../images/img04.jpg);
	background-repeat: no-repeat;
	background-position: left 50%;
}

#sidebar li ul {
	margin-bottom: 0em;
	list-style: none;
}

#sidebar h2 {
	background: #FF5718 url(../images/img02-.jpg) no-repeat left 50%;
	font-size: 1.5em;
	padding-top: 7px;
	padding-right: 25px;
	padding-bottom: 7px;
	padding-left: 25px;
}

#sidebar a {
	color: #056D92;
	text-decoration: none;
}

#sidebar a:hover {
	color: #FF5718;
	text-decoration: underline;
}


/* Footer */

#footer {
	clear: both;
	width: 900px;
	height: 50px;
	background: #056D92 url(../images/bgFooter.jpg);
	background-repeat: repeat-x;
	margin: 0px auto 30px auto;
	color: #FFFFFF;
	border-bottom: 1px solid #0093C7;
	border-left: 1px solid #0093C7;
	border-right: 1px solid #0093C7;
}

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

#footer a {
	color: #FFFFFF;
}
#wrapper #page #content .post .entry h1 {
	color: #0093C7;
}
#wrapper #page #content .post .entry h2 {
	font-size: 16px;
	font-weight: bold;
}
#wrapper #page #content .post .entry h2 {
	color: #0093C7;
	font-size: 14px;
	line-height: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
}
