@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;
	margin:0;
}
html {
	overflow-y:scroll;
}
body {
	margin-top:10px;
}
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 {
	padding:5px 0;
}
.clear {
	clear:both;
}
#wrapper {
	width:948px;
	border:1px solid #042b38;
	background:url(images/wrapper-bg.gif);
	margin:0 auto;
}
#header {
	height:130px;
	background:url(images/header-bg.jpg) no-repeat;
	position:relative;
}
#header img {
	float:right;
}
#left {
	width:760px;
	min-height:400px;
	height:auto !important;
	height:400px;
	padding-bottom:40px;
	position:relative;
	float:left;
}
#back{
	width:670px;
	text-align:right;
	margin:10px auto;
}
.post {
	width:670px;
	margin:10px auto;
}
.post_hdr {
	height:60px;
	border-bottom:1px solid #2e4f5a;
}
.post_hdr h2 a {
	color:#357c94;
}
.post_cat {
	padding-left:12px;
	background:url(images/category.gif) no-repeat left;
}
.post_date {
	height:45px;
	width:58px;
	text-transform:uppercase;
	padding-top:6px;
	color:#fcca24;
	font-weight:bold;
	text-align:center;
	background:url(images/date-bg.gif) repeat-x;
	float:right;
}
.post_date span {
	font-size:18px;
}
.entry {
	text-align:justify;
	border-bottom:1px solid #2e4f5a;
	padding:11px 0;
}
.slashdigglicious {
	float:right;
}
.post_comments {
	padding-left:15px;
	background:url(images/comments.gif) no-repeat left;
}
#sidebar {
	width:188px;
	float:left;
}
#searchform {
	background:url(images/searchform-bg.gif) no-repeat;
	padding-top:16px;
	margin-left:20px;
	margin-top:13px;
}
#s {
	width:90px;
}
#searchsubmit {
}
#sidebar ul {
}
#sidebar ul li {
}
#sidebar ul li h2 {
	margin:10px 0;
	margin-left:20px;
	font-size:14px;
	color:#fcca24;
}
#sidebar ul li ul {
}
#sidebar ul li ul li {
	color:#fff;
}
#sidebar ul li li a {
	margin-left:35px;
	color:#fff;
}
#sidebar ul li li a:hover {
	color:#fcca24;
	font-weight:bold;
	text-decoration:none;
}
#footer {
	width:757px;
	height:28px;
	line-height:28px;
	border-top:1px solid #042b38;
	background:url(images/footer-bg.gif);
	color:#415055;
	font-size:10px;
	text-align:center;
	margin:0 1px 1px;
	bottom:0;
	position:absolute;
}
#footer a {
	font-weight:bold;
}
