@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;
	line-height:1.3;
}
body {
	
	background:#C4C4C4;
	font:12px Arial, Helvetica, sans-serif;
}
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;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
p {
	margin-bottom:20px;
}
.clear {
	clear:both;
}
#container {
	width:950px;
	background:#ededed url(images/container_bg.gif) repeat-y;
	margin:10px auto;
}
#header {
	height:104px;
	background:url(images/header_bg.jpg) top no-repeat;
}
#posts_rss {
	color:#24607f;
	font-weight:bold;
	font-size:11px;
	padding:15px 20px 0 20px;
	background:url(images/rss.gif) left 15px no-repeat;
	float:right;
}
#posts_rss a {
	color:#24607f;
}
#logo {
	width:200px;
	float:left;
}
#nav {
	padding:54px 0 0 150px;
	float:left;
}
#sidebar {
	width:195px;
	float:left;
}
#sidebar ul {
}
#sidebar ul li {
	background:url(images/sidebar_li_bg.gif) repeat-y;
}
#sidebar ul li h2 {
	height:24px;
	color:#fff;
	font-size:16px;
	padding:15px 20px;
	background:url(images/sidebar_h2_bg.gif) top no-repeat;
}
#sidebar ul li#recent-posts h2 {
	background:url(images/recent_articles_li_h2.gif) top no-repeat;
}
#sidebar ul li ul {
	padding:5px 0 15px 0;
	background:url(images/sidebar_li_ul_bg.gif) bottom no-repeat;
}
#sidebar ul li ul li {
	padding:0 20px;
}
#sidebar ul li ul li a {
	border-bottom:1px dotted #605b5c;
	padding:3px 0;
	display:block;
}
#sidebar ul li ul li a:hover {
}
#posts {
	width:755px;
	padding:15px 0 0 0;
	background:url(images/posts_bg.gif) top left no-repeat;
	float:left;
}
.post {
	width:739px;
	margin:5px auto;
}
.post_hdr {
	height:51px;
	padding:8px 7px 0 33px;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	background:url(images/post_hdr_bg.gif);
}
.post_date {
	width:48px;
	height:43px;
	padding:2px 0 0 0;
	color:#24607f;
	line-height:1;
	font-size:25px;
	text-align:center;
	background:url(images/post_date_bg.gif) no-repeat;
	float:right;
}
.post_date span {
	font-size:12px;
	display:block;
}
.post_hdr a {
	color:#fff;
}
.post_hdr h2 {
	font-size:18px;
}
.entry {
	border:2px solid #397a9c;
	border-top:0;
	background:#fff url(images/entry_bg.gif) bottom no-repeat;
	padding:20px 20px 10px;
}
#footer {
	height:36px;
	color:#0f2f41;
	line-height:30px;
	background:url(images/footer_bg.gif) no-repeat;
	font-size:10px;
	text-align:center;
	clear:both;
}
#footer a {
	color:#0f2f41;
}
