@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 {
	line-height: 1;
	background:#9bd0ef;
	color:#004c31;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
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;
}
p {
	padding:0 0 15px 0;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.clear {
	clear:both;
}
.alignleft {
	padding:10px 10px 10px 0;
	float:left;
}
.alignright {
	padding:10px 0 10px 10px;
	float:right;
}
#wrapper {
	width:950px;
	background:#c5d9d0;
	margin:25px auto 0 auto;
}
#header {
	background:url(images/header_bg.jpg) right no-repeat;
	border-bottom:2px solid #fff;
}
#logo {
}
#searchsubscribe {
	width:111px;
	padding:9px 34px 0 0;
	float:right;
}
#search {
}
#s {
	width:84px;
	border:1px solid #004c31;
	vertical-align:middle;
}
#searchsubmit {
	vertical-align:middle;
}
#rss_subscribe {
	padding:6px 0 0 0;
}
#main {
	background:url(images/main_bg.gif) 771px 0 repeat-y;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
}
#posts {
	width:771px;
	border-right:1px solid #fff;
	float:left;
}
.post {
	width:741px;
	color:#004c31;
	background:#fff;
	margin:20px auto 0;
}
.post a {
	color:#004c31;
}
.post_hdr {
	height:61px;
	color:#fff;
	padding:16px 20px 0;
	background:url(images/post_hdr_bg.gif) no-repeat;
}
.post_hdr a {
	color:#fff;
}
.post_hdr h2 {
	font-size:16px;
	line-height:24px;
}
.post_category {
	color:#fff;
}
.post_hdr h2 a {
	color:#fff;
}
.entry {
	padding:20px 20px 10px;
	line-height:1.2;
	text-align:justify;
}
.post_ftr {
	background:url(images/post_ftr_bg.gif) bottom no-repeat;
	padding:0 20px 20px;
}
.post_comments {
	height:13px;
	padding:0 0 0 25px;
	background:url(images/post_comment_bg.gif) left no-repeat;
	float:right;
}
.post_comments a{
	font-weight:bold;
}
#sidebar {
	width:176px;
	background:#004c31 url(images/sidebar_bg.gif) top no-repeat;
	color:#fff;
	float:left;
}
#sidebar a {
	color:#fff;
}
#sidebar ul {
}
#sidebar ul li {
	padding:10px 0 0 0;
}
#sidebar ul li h2 {
	font-size:14px;
	padding:0 0 2px 17px;
}
#sidebar ul li ul {
	background:none;
}
#sidebar ul li ul li {
	padding:0;
}
#sidebar ul li ul li a {
	padding:2px 5px 2px 31px;
	border-top:1px solid transparent;
	border-bottom:1px solid transparent;
	display:block;
}
#sidebar ul li ul li a:hover {
	background:#e76e26 url(images/sidebar_a_hover_bg.gif) left no-repeat;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	text-decoration:none;
}
#footer {
	height:28px;
	padding:0 178px 0 0;
	line-height:28px;
	text-align:center;
	font-size:10px;
	background:url(images/footer_bg.gif) no-repeat;
}
#footer a {
	color:#004c31;
}