@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:#666666;
	margin:0;
}
html {
	overflow-y:scroll;
}
img {
	border:0;
}
a:link, a:visited, a:active {
	color:#000;
	text-decoration:none;
}
a:focus {
	outline:none;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
p, h1, h2, h3, h4, h5, h6 {
	padding:5px 0;
}
.clear {
	clear:both;
}
#wrapper {
	width:949px;
	background:#fff;
	margin:0 auto;
}
#header {
}
#searchform {
	height:103px;
	float:right;
}
#searchform div {
	width:150px;
	height:30px;
	padding-top:38px;
	padding-left:40px;
	background:url(images/search-bg.gif);
}
#s {
	width:95px;
	vertical-align:middle;
}
#searchsubmit {
	vertical-align:middle;
}
#content {
	background:url(images/content-bg.gif);
}
#left {
	width:759px;
	float:left;
}
.post {
	width:679px;
	margin:5px auto;
}
.post_hdr {
	height:79px;
	padding-left:30px;
	background:url(images/post-hdr.gif);
}
.date {
	padding:20px;
	padding-right:32px;
	text-align:center;
	float:right;
}
.date .day{
	color:#0b9dce;
	font-size:18px;
	font-weight:bold;
}
.date .month {
	color:#0b9dce;
	font-size:12px;
	font-weight:bold;
}
.post_hdr h2 a, .post_hdr h2 {
	color:#0b9dce;
	font-size:18px;
}
.category {
	color:#0b9dce;
	padding-left:15px;
	background:url(images/category.gif) no-repeat left;
}
.category a{
	color:#0b9dce;
}
.entry {
	padding:5px 0;
	font-size:14px;
	text-align:justify;
	background:url(images/post-ftr.gif) no-repeat bottom;
}
.slashdigglicious {
	font-size:12px;
	float:right;
}
.comments a {
	color:#0b9dce;
	font-size:12px;
	font-weight:bold;
	padding-left:20px;
}
#sidebar {
	width:190px;
	color:#fff;
	background:#0b9dce;
	float:right;
}
#sidebar ul {
}
#sidebar ul li {
}
#sidebar ul li h2 {
	padding:5px 0;
	padding-left:30px;
	font-size:14px;
}
#sidebar ul li ul {
}
#sidebar ul li ul li {
}
#sidebar ul li ul li a {
	color:#fff;
	padding-left:45px;
	display:block;
}
#sidebar ul li ul li a:hover {
	color:#313131;
	font-weight:bold;
	background:url(images/sidebar-li.gif) no-repeat center;
	text-decoration:none;
}
#footer {
	height:31px;
	color:#fff;
	line-height:31px;
	padding-right:190px;
	font-size:10px;
	text-align:center;
	background:url(images/footer-bg.gif) no-repeat;
}
#footer a {
	color:#fff;
}