@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;	
}

body{
	font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 14px;
}

a img {
	border: none;
}

h1, h2, h3, h4, h5, h6{
	font-family: Georgia, Tahoma, Verdana, Serif;
}

h1{
	font-size: 2.25em;
	color: #17375e;
}
h2{
	font-size: 1.7em;
	font-variant:small-caps;
	color: #ff7e0b;
}
h3{
	font-size: 1.4em;
	font-variant:small-caps;
	color: #43a705;
}
h5, h6{
	font-size: 1.15em;
}
p{
	line-height: 1.75em;
	margin: 1em 0;
}
.alignleft {
	float: left;
	margin-right: 10px;
}
.alignright {
	float: right;
	margin-left: 10px;
}
.wp-caption {
	border: 1px solid #e1ebf7;
	background: #e1ebf7;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
}
.body-ad {
	width: 336px; float: right;
	margin-left: 10px;
	margin-top: 53px;
}
#wrap {
	width: 880px;
	margin: 5px auto;
}
#header {
	height: 128px;
	margin-bottom: 20px;
	text-align: center;
}
#header-links {
	border:1px solid #e1ebf7;
	padding: 10px;
	background: #f7fafd;
	margin-bottom:10px;
}
#main-nav {
	position: relative;
}

#main-nav ul {
	list-style: none;
}
#main-nav li {
	display: inline;
}
#main-nav a {
	display: inline-block;
	padding: 10px;
	margin-left: 3px;
	text-decoration: none;
	border-bottom: 2px solid #e1ebf7;
	text-align: center;
	background: #f4fdff;
	color: #17375e;
}

#main-nav a:hover {
	background: #d8eaff;
}

#body-wrap {
	border: 2px solid #e1ebf7;
	padding: 3px 0;
	float: left;
	width: 870px;
}

#post-body {
	clear: left;
	margin-top: 15px;
	width: 650px;
	float: right;
	padding: 5px 10px;
}

#post-body ol, ul {
	margin-left: 25px;
	margin-bottom: 10px;
}
#post-body li {
	line-height: 1.5em;
}

#post-body h2 a {
	color: #ff7e0b;
	text-decoration: none;
}
#post-body h2 a:hover {
	text-decoration: underline;
}
#sidebar {
	margin-top: 15px;
	width: 189px;
	float: left;
	padding: 5px;
	background: #f7fafd;
	border-bottom: 1px solid #e1ebf7;
	border-top: 1px solid #e1ebf7;
	border-right: 1px solid #e1ebf7;
}

#sidebar h4 {
	color: #17375e;
}
#sidebar ul {
	list-style: none;
	margin-bottom: 10px;
}
#sidebar ul li:before {
	content: "\203A \0020";
}

#footer {
	clear: both;
	text-align: center;
	padding: 10px;
	font-style: italic;
}