@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	list-style:none;
}
html, body {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#0070c0;
}
.clear {
	clear:both;
}
img {
	border:0px;
}
a {
	outline: none;
}
a:link, a:visited, a:active {
	color:#0070c0;
	text-decoration:none;
}
a:hover {
	color:#0070c0;
	text-decoration:underline;
}
p, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	padding:5px 0;
}
#wrapper{
	width:971px;
	margin:0 auto;
}
#header {
}
#outer {
	width:960px;
	background:#a0d1f1 url(images/bottom_curve.gif) no-repeat bottom right;
	margin-left:20px;
}
#inner {
	padding:0 0 0 10px;
	background:url(images/top_curve.gif) no-repeat top right;
}
#posts {
	min-height:600px;
	height:auto !important;
	height:600px;
	width:704px;
	margin:10px 0 0 0;
	padding:20px 0 0 0;
	background:#fff url(images/post_curve.gif) no-repeat top right;
	float:left;
}
.post {
	width:684px;
	margin:0 0 20px 0;
	color:#0070c0;
}
.post_hdr {
	height:58px;
	background:url(images/post_hdr.gif);
}
.post_hdr h2 {
	width:523px;
	color:#fff;
	padding:10px 25px;
	font-size:18px;
	float:left;
}
.post_hdr h2 a {
	color:#fff;
}
.post_date {
	color:#fff;
	text-align:center;
	padding:10px 25px 0;
	float:left;
}
.post_date .date {
}
.post_date .year {
	font-size:18px;
}
.post_txt {
	padding:15px 25px;
	text-align:justify;
	border-right:1px solid #bfbfbf;
}
.post_fttr {
	height:20px;
	padding:15px;
	background:url(images/post_fttr.gif);
}
#right {
	width:236px;
	float:left;
}
#sidebar {
	margin-top:18px;
	background:#d0e8f8;
	color:#0070c0;
}
#searchform {
	width:145px;
	height:24px;
	padding:22px 0 0 0;
	background:url(images/search_bg.gif);
	margin:20px auto 0 auto;
}
#s {
	width:127px;
}
#searchsubmit {
}
#sidebar ul {
}
#sidebar ul h2 {
	font-size:14px;
	text-transform:uppercase;
	margin-left:28px;
}
#sidebar ul li {
}
#sidebar ul li ul {
}
#sidebar ul li ul li {
}
#sidebar ul li ul li a {
	color:#0070c0;
	padding:0 0 0 36px;
	line-height:20px;
	display:block;
}
#sidebar ul li ul li a:hover {
	font-weight:bold;
	background:#fff url(images/sidebar_bull.gif) 12px 1px no-repeat;
	text-decoration:none;
}
#footer {
	color:#fff;
	font-size:11px;
	background:url(images/footer-img.gif) no-repeat center top;
	padding:53px 0 10px 0;
	text-align:center;
}
#footer a {
	color:#fff;
}

