@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	list-style:none;
}
html {
}
html, body {
	color:#362f92;
	font-family:Arial, Helvetica, sans-serif;
	background:#b5db26 url(images/bg_rpt.gif) repeat-x;
}
img {
	border:0;
}
a:link, a:visited, a:active {
	color:#362f92;
	text-decoration:none;
}
a:focus {
	outline:none;
}
a:hover {
	color:#362f92;
	text-decoration:underline;
}
h1, h2, h3, h4, h5, h6, p{
	padding:5px 0;
}
.clear{
	clear:both;
}
#wrapper {
	width:948px;
	margin:0 auto;
}
#header {
	height:112px;
	background:url(images/header_bg.gif) no-repeat;
	position:relative;
}
#searchform {
	width:115px;
	top:34px;
	right:69px;
	position:absolute;
}
#s {
	width:100px;
	border:0;
}
#s, #searchsubmit {
	vertical-align:middle;
}
#content {
	border-left:3px solid #362f92;
	border-right:3px solid #362f92;
	background:#7872bf;
}
#left {
	width:696px;
	font-size:11px;
	float:left;
}
.post {
	width:666px;
	margin:5px auto;
}
.post_hdr {
	height:72px;
	background:url(images/post_hdr.gif) no-repeat;
	position:relative;
}
.post_hdr .post_date {
	width:50px;
	height:27px;
	margin-top:25px;
	margin-right:25px;
	color:#362f92;
	font-weight:bold;
	text-align:center;
	display:inline;
	float:right;
}
.post_hdr .post_date .day {
	font-size:20px;
}
.post_hdr .post_date .month {
	font-size:12px;
}
.post_hdr h2{
	color:#fff;
	font-size:14px;
	margin-left:60px;
	padding-top:15px;
}
.post_hdr h2 a {
	color:#fff;
}
.post_hdr .category {
	margin-left:60px;
	padding-left:20px;
	background:url(images/categorys.gif) no-repeat left;
}
.post_hdr .category a{
	color:#fff;
}
.comments{
	color:#fff;
	padding-left:20px;
	background:url(images/comments.gif) no-repeat left;
	float:left;
}
.post_txt {
	font-size:12px;
	padding:5px 20px 5px 69px;
	background:url(images/post_rpt.gif) repeat-y;
}
.slashdigglicious {
	margin-top:10px;
	float:right;
}
.post_fttr {
	height:51px;
	background:url(images/post_fttr.gif) no-repeat;
	clear:both;
}
#sidebar {
	width:246px;
	font-size:13px;
	float:right;
}
#sidebar ul {
	background:url(images/sidebar_rpt.gif) repeat-y;
}
#sidebar ul li {
}
#sidebar ul li h2 {
	font-size:14px;
	font-weigh:bold;
	padding:6px 0;
	padding-left:30px;
}
#sidebar ul li ul {
}
#sidebar ul li ul li {
	padding-left:10px;
}
#sidebar ul li ul li a {
	display:block;
	padding-left:35px;
}
#sidebar ul li ul li a:hover {
	background:url(images/sidebar_li_hover.gif) no-repeat left;
	font-weight:bold;
	text-decoration:none;
}
#footer {
	height:30px;
	padding-top:6px;
	color:#fff;
	font-size:11px;
	text-align:center;
	background:url(images/footer_bg.gif) no-repeat;
}
#footer a {
	color:#fff;
}