@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	color:#092a44;
	line-height: 1;
	font:12px/1.5 Tahoma, Geneva, Kalimati, sans-serif;
	background:#32648f url(images/body_bg.jpg) top center no-repeat;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	margin:0 10px 10px 0;
	float: left;
}
.alignright {
	margin:0 0 10px 10px;
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
form div {
	clear:left;
	display:block;
	width:400px;
	zoom:1;
	margin:5px 0 0 0;
	padding:1px 3px;
}
form div label {
	display:block;
	float:left;
	width:130px;
	padding:3px 5px;
	margin: 0 0 5px 0;
	text-align:right;
}
a {
	color:#092a44;
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6, p, ul {
	margin-bottom:15px;
}
h1 {
	font-size:22px;
	font-weight:bold;
}
h2 {
	font-size:20px;
	font-weight:bold;
}
h3 {
	font-size:18px;
	font-weight:bold;
}
h4 {
	font-size:16px;
	font-weight:bold;
}
.clear {
	clear:both;
}
#container {
	width:950px;
	margin:0 auto;
}
#header {
	height:112px;
	padding:18px 0 0 52px;
	background:url(images/header_bg.jpg) no-repeat;
}
#nav {
	font-size:13px;
	background:url(images/nav_bg.gif) no-repeat;
}
#nav ul {
	width:950px;
	height:41px;
	margin:0 auto;
	text-align:center;
}
#nav ul li {
	display:inline;
}
#nav ul li a {
	padding:0 5px;
	margin:1px;
	color:#fff;
	text-decoration:none;
	line-height:39px;
	display:inline-block;
}
#nav ul li a:hover, #nav ul li.current_page_item a {
	color:#194e77;
	margin:0;
	border:1px solid #194e77;
	background:url(images/nav_li_hover_bg.gif);
	text-decoration:none;
}
#content {
	width:950px;
	background:url(images/content_bg.gif) repeat-y;
}
#sidebar {
	width:269px;
	font-size:13px;
	float:left;
}
#sidebar ul {
	padding:19px 0 0 9px;
}
#sidebar ul li {
	background:#fff;
	margin-bottom:8px;
}
#sidebar ul li h2 {
	color:#092a44;
	font-size:18px;
	padding:5px 77px 0 0;
	margin:0;
	text-align:center;
	background:url(images/sidebar_h2_bg.gif) top no-repeat;
}
#sidebar ul li ul {
	padding:10px;
}
#sidebar ul li ul li {
	margin-bottom:1px;
}
#sidebar ul li ul li a {
	width:228px;
	color:#194e77;
	text-decoration:none;
	background:#dddddd;
	padding:3px 5px;
	border:1px solid #dddddd;
	display:inline-block;
}
#sidebar ul li ul li a:hover {
	background:#bbcddd;
	font-weight:bold;
	border:1px solid #316894;
}
#posts {
	width:657px;
	padding:11px 11px 0 13px;
	float:left;
}
#banner {
	margin-bottom:10px;
}
.post, .page {
	padding:10px 20px;
	background:url(images/post_bg.jpg) top no-repeat;
	border:1px solid #194e77;
	margin-bottom:28px;
	position:relative;
}
.post .post_hdr {
	height:60px;
	border-bottom:1px dotted #6f6f6f;
	padding:0 0 10px 0;
}
.page .post_hdr {
	border-bottom:1px dotted #6f6f6f;
	padding:0 0 10px 0;
}
.post_date {
	height:69px;
	width:54px;
	padding:0 0 0 25px;
	text-align:center;
	color:#fff;
	background:url(images/post_date_bg.gif) no-repeat;
	top:0;
	right:0;
	position:absolute;
}
.post_date span {
	font-size:18px;
}
.post_hdr p {
	color:#316894;
	font-size:11px;
	font-weight:bold;
}
.post_hdr p a {
	color:#092a44;
	text-decoration:none;
}
.post_hdr h2, .post_hdr p {
	margin-bottom:0;
}
.post_hdr h2, .post_hdr h2 a {
	color:#092a44;
	text-decoration:none;
}
.entry {
	padding:10px 0;
}
.post_ftr {
	width:620px;
	height:19px;
	padding:6px 10px;
	background:url(images/post_ftr_bg.gif) no-repeat;
	bottom:-13px;
	left:9px;
	position:absolute;
}
.post_ftr a {
	color:#072a44;
	text-decoration:none;
	font-weight:bold;
}
.post_comments {
	padding-left:20px;
	background:url(images/post_comments_bg.gif) left no-repeat;
	float:right;
}
#footer {
	height:59px;
	color:#fff;
	font-size:9px;
	padding:16px 33px 0;
	background:url(images/footer_bg.gif);
}
#footer a {
	color:#fff;
}
#footer p {
	text-align:right;
	float:right;
}
