@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	list-style:none;
}
html, body {
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#2c2b2b url(images/footer_bg.gif) bottom repeat-x;
}
.clear {
	clear:both;
}
img {
	border:0px;
}
a {
	color:#fff;
	outline: none;
}
a:link, a:visited, a:active {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
p, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	padding:5px 0;
}
.middle {
	width:950px;
	margin:0 auto;
}
#wrapper {
}
#header {
	background:url(images/header_bg.gif) repeat-x;
}
#header .middle {
	position:relative;
}
#logo {
}
#nav {
	font-size:16px;
	top:0;
	right:0;
	position:absolute;
}
#nav ul {
}
#nav ul li {
	float:left;
}
#nav ul li a {
	color:#2c2b2b;
	padding:40px 12px 25px 12px;
	display:block;
}
#nav ul li a:hover {
	background:#4cdefd;
	text-decoration:none;
}
#rss {
	top:102px;
	right:30px;
	position:absolute;
}
#posts {
	width:700px;
	padding:20px 0;
	float:left;
}
#banner {
	text-align:center;
}
.post {
	width:665px;
	margin:5px auto;
}
.post_hdr {
	height:78px;
	padding:0 0 0 60px;
	color:#fff;
	background:url(images/post_hdr_bg.gif) no-repeat;
}
.post_date {
	width:80px;
	height:37px;
	background:url(images/post_date_bg.gif) repeat-x;
	margin:7px 10px 0 0;
	padding:18px 0 0 0;
	text-align:center;
	display:inline;
	float:right;
}
.post_date span{
	font-size:14px;
	font-weight:bold;
}
.post_hdr h2 {
	padding:27px 0 0 0;
	font-size:20px;
	font-weight:normal;
}
.post_hdr h2 a{
	color:#fff;
}
.post_category{
	font-size:11px;
}
.post_category a{
	color:#f4a41a;
	font-style:italic;
}
.entry {
	width:605px;
	background:#393838;
	padding:10px 20px;
	color:#fff;
	line-height:18px;
	margin:0 auto;
}
.slashdigglicious{
	padding:5px 0 0 0;
	display:block;
}
.post_ftr {
	width:645px;
	height:38px;
	border-top:1px solid #666565;
	background:#454444;
	margin:0 auto;
}
.post_comments {
	color:#fff;
	margin:10px 34px 0 0;
	padding:0 0 0 16px;
	background:url(images/post_comment_bg.gif) left no-repeat;
	display:inline;
	float:right;
}
.post_comments a {
	color:#fff;
	font-weight:bold;
}
#sidebar {
	width:230px;
	float:left;
}
#sidebar form {
	height:45px;
	background:url(images/search_bg.gif);
}
#sidebar form input[type=text] {
	width:110px;
	height:17px;
	margin:2px 0 0 94px;
	border:0;
}
#sidebar ul {
	padding:0 0 0 11px;
	background:#454444 url(images/nav_ul_bg.gif) repeat-y;
}
#sidebar ul h2 {
	color:#4cdefd;
	font-size:22px;
	border-bottom:5px solid #2c2b2b;
	padding:7px 0 0 18px;
}
#sidebar ul li {
}
#sidebar ul li ul {
	padding:7px 0 10px 0;
	background:none;
}
#sidebar ul li ul li {
}
#sidebar ul li ul li a {
	color:#fff;
	padding:2px 0 2px 20px;
	display:block;
}
#sidebar ul li ul li a:hover {
	color:#2c2b2b;
	font-weight:bold;
	background:#f4a41a;
	text-decoration:none;
}
#footer {
	height:171px;
	color:#717070;
	font-size:9px;
	text-align:center;
	padding:13px 0 0 0;
}
#footer a {
	color:#717070;
}
