@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	list-style:none;
}
html, body {
	color:#635e50;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#fff;
	margin:0;
}
html {
	overflow-y:scroll;
}
img {
	border:0;
}
a:link, a:visited, a:active {
	color:#635e50;
	text-decoration:none;
}
a:focus {
	outline:none;
}
a:hover {
	color:#635e50;
	text-decoration:underline;
}
p, h1, h2, h3, h4, h5, h6{
	padding:5px 0;
}
.clear {
	clear:both;
}
#wrapper {
	width:950px;
	margin:0 auto;
}
#header {
	background:url(images/header-bg.jpg) no-repeat right;
	position:relative;
}
#back {
	top:22px;
	right:21px;
	position:absolute;
}
#searchform {
	width:117px;
	height:34px;
	padding-top:15px;
	padding-left:66px;
	background:url(images/search-bg.gif);
	top:105px;
	right:4px;
	position:absolute;
}
#s {
	width:82px;
	border-top:1px solid #ba5013;
	border-right:1px solid #fa985b;
	border-bottom:1px solid #fa985b;
	border-left:1px solid #ba5013;
	vertical-align:middle;
}
#searchsubmit{
	vertical-align:middle;
}
#left {
	width:763px;
	float:left;
}
.post {
	width:743px;
	margin:10px auto;
}
.post_hdr {
	height:78px;
	background:url(images/post-hdr-bg.gif) no-repeat;
}
.post h2{
	width:643px;
	padding:0;
	padding-top:10px;
	padding-left:20px;
	color:#fff;
	font-size:18px;
	float:left;
}
.post h2 a{
	color:#fff;	
}

.category{
	padding-left:20px;
	margin-left:24px;
	margin-top:16px;
	color:#fff;
	background:url(images/category-bg.gif) no-repeat left;
	display:inline;
	float:left;
}
.category a{
	color:#fff;
}
.date {
	height:40px;
	width:40px;
	color:#fff;
	font-weight:bold;
	line-height:20px;
	padding:10px;
	margin-right:20px;
	margin-top:9px;
	text-align:center;
	display:inline;
	float:right;
}
.day{
	font-size:20px;
}
.month{
	font-size:14px;
}
.entry{
	padding:10px 20px;
	background:url(images/entry-bg.gif) repeat-y;
	text-align:justify;
}
.comments{
	padding-left:20px;
	margin-top:10px;
	background:url(images/comments.gif) no-repeat left;
}
.slashdigglicious {
	float:right;
	margin-top:5px;
	display:block;	
}
#sidebar {
	width:187px;
	float:left;
}
#sidebar ul {
	background:url(images/sidebar-bg.gif) repeat-y;
}
#sidebar ul li {
}
#sidebar ul li h2 {
	color:#004812;
	font-size:14px;
	padding-left:18px;
}
#sidebar ul li ul {
}
#sidebar ul li ul li {
	height:18px;
	display:inline;
}
#sidebar ul li ul li a {
	padding-left:34px;
	display:block;
}
#sidebar ul li ul li a:hover {
	color:#fff;
	text-decoration:none;
	background:url(images/sidebar-li-hover.gif) left no-repeat;
	font-weight:bold;
}
#footer {
	height:19px;
	padding-top:5px;
	background:#004812;
	border-top:3px solid #ea6d1f;
	color:#fff;
	font-size:10px;
	text-align:center;
	clear:both;
}
#footer a {
	color:#fff;
}
