@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	list-style:none;
}
html, body {
	color:#605c57;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#615C58;
	margin:0;
}
html {
	overflow-y:scroll;
	margin-top:5px;
}
img {
	border:0;
}
a:link, a:visited, a:active {
	text-decoration:none;
}
a:focus {
	outline:none;
}
a:hover {
	text-decoration:underline;
}
p {
	padding:10px 0;
	text-align:justify;
}
.clear {
	clear:both;
}
#wrapper {
	width:948px;
	border:1px solid #CBDCD3;
	background:url(images/content-bg.gif) repeat-y;
	margin:0 auto;
}
#header {
}
#left {
	width:770px;
	float:left;
}
.post {
	width:748px;
	margin:10px auto;
}
.post_hdr {
	height:56px;
	padding:20px 92px 10px 82px;
	background:url(images/post-hdr.gif) no-repeat;
}
.post_date {
	color:#cbdcd3;
	font-weight:bold;
	text-align:center;
	float:right;
}
.post_day {
	font-size:24px;
}
.post_month {
	font-size:12px;
}
.post_hdr h2, .post_hdr h2 a{
	font-size:21px;
	color:#cbdcd3;
}
.category {
	color:#fff;
	padding-left:25px;
	background:url(images/category.gif) no-repeat left;
}
.category a{
	color:#fff;
}
.entry {
	padding:20px 50px;
	background:#fff url(images/post-bg.gif) no-repeat center top;
	margin:0 6px;
}
.entry a{
	color:#605C57;
}
.post_fttr {
	height:70px;
	background:url(images/post-fttr.gif) no-repeat;
	padding-left:600px;
}
.comments {
	color:#605c57;
	font-weight:bold;
	background:url(images/comments.gif) no-repeat left;
	padding:15px;
	padding-left:25px;
}
.comments a{
	color:#605c57;
}
#sidebar {
	width:173px;
	margin-left:5px;
	display:inline;
	float:left;
}
#searchform {
	height:35px;
	padding-left:66px;
	padding-top:4px;
	background:#605c57 url(images/search-bg.gif) no-repeat;
}
#s {
	width:85px;
	border:0;
	background:#cbdcd3;
	vertical-align:middle;
}
#searchsubmit {
	vertical-align:middle;
}
#sidebar ul {
}
#sidebar ul li {
}
#sidebar ul li h2 {
	padding-left:5px;
	line-height:30px;
	color:#cbdcd3;
	font-size:14px;
	background:#605c57;
}
#sidebar ul li ul {
	padding-left:0;
	background:#fff;
}
#sidebar ul li ul li {
	display:inline-block;
}
#sidebar ul li ul li a {
	color:#605c57;
	line-height:18px;
	padding-left:10px;
	display:block;
}
#sidebar ul li ul li a:hover {
	font-weight:bold;
	text-decoration:none;
	background:#cbdcd3;
}
#footer {
	color:#e3ded8;
	font-size:10px;
	line-height:31px;
	text-align:center;
	background:#605c57;
	margin:0 auto;
	clear:both;
}
#footer a{
	color:#e3ded8;
}
