@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	list-style:none;
}
html, body {
	color:#0055a5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.clear {
	clear:both;
}
img {
	border:0px;
}
a {
	outline: none;
}
a:link, a:visited, a:active {
	color:#0055a5;
	text-decoration:none;
}
a:hover {
	color:#0055a5;
	text-decoration:none;
}
p, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	padding:5px 0;
}
#wrapper {
	width:950px;
	margin:auto;
}
#header {
	height:175px;
	background:url(images/header_bg.jpg);
	position:relative;
}
#logo {
	right:0;
	position:absolute;
}
#searchform {
	width:144px;
	height:35px;
	padding:26px 0 0 8px;
	top:78px;
	left:25px;
	background:url(images/search_bg.gif);
	position:absolute;
}
#searchform div {
}
#s {
	width:102px;
	border:1px solid #b3c3ca;
	vertical-align:middle;
}
#searchsubmit {
	vertical-align:middle;
}
#main {
	border:1px solid #0093d0;
}
#sidebar {
	width:182px;
	background:url(images/sidebar_bg.gif) repeat-y;
	position:relative;
	top:-24px;
	margin-left:13px;
	display:inline;
	float:left;
	z-index:1001;
}
#sidebar ul {
	background:url(images/sidebar_hdr.gif) top no-repeat;
	padding:10px 0 20px 0;
	position:relative;
}
#sidebar ul li {
}
#sidebar ul li h2 {
	font-size:14px;
	padding:10px 0 10px 13px;
	z-index:1001;
}
#sidebar ul li ul {
	padding:0;
	background:none;
}
#sidebar ul li ul li {
	padding:0 0 0 36px;
}
#sidebar ul li ul li a {
}
#sidebar ul li ul li a:hover {
	color:#0093d0;
	font-weight:bold;
	text-decoration:none;
}
#posts {
	width:753px;
	float:left;
}
.post {
	width:727px;
	margin:10px auto;
}
.post_hdr {
	height:110px;
	padding:0 8px 0 75px;
	background:url(images/post_hdr.gif);
}
.post_date {
	width:113px;
	height:51px;
	background:url(images/post_date_bg.gif) no-repeat;
	color:#0093d0;
	text-align:center;
	font-weight:bold;
	padding:30px 0 0 0;
	float:right;
}
.date {
	font-size:14px;
}
.year {
	font-size:18px;
}
.post_hdr h2 {
	padding:20px 0 0 0;
}
.post_hdr h2, .post_hdr h2 a {
	color:#0093d0;
}
.post_cat {
}
.entry {
	text-align:justify;
	background:url(images/entry_bg.gif) repeat-y;
	padding:0 32px 32px;
	line-height:18px;
}
.post_fttr {
	height:61px;
	line-height:61px;
	padding:0 40px 0 175px;
	background:url(images/post_fttr.gif);
}
.comments {
	float:right;
}
.comments a {
	font-weight:bold;
}
#logos {
	text-align:center;
	padding:5px 0 15px 0;
	clear:both;
}
#footer {
	width:948px;
	height:20px;
	padding:6px 0 0 0;
	text-align:center;
	font-size:10px;
	background:url(images/footer_bg.gif) repeat-x;
	border:1px solid #0093d0;
	margin:5px auto;
}

