@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	list-style:none;
}
html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.clear {
	clear:both;
}
img {
	border:0px;
}
a {
	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;
}
.alignleft {
	padding:10px 10px 10px 0;
	float:left;
}
.alignright {
	padding:10px 0 10px 10px;
	float:right;
}
#wrapper {
	width:760px;
	margin:0 auto;
}
#header {
}
#posts {
	height:400px;
	height:auto !important;
	min-height:400px;
	width:580px;
	padding:73px 0 0 0;
	background:url(images/posts_bg.jpg) no-repeat;
	float:left;
}
.post {
	width:559px;
	background:#fff;
	border:1px solid #383f44;
	margin:0 auto 10px auto;
}.post a {
	color:#1f1f1f;
}
.post_hdr {
	height:66px;
	color:#fff;
	font-weight:bold;
	padding:0 0 0 31px;
	background:url(images/post_hdr_bg.gif);
}
.post_hdr a{
	color:#fff;
}
.post_date {
	height:66px;
	width:145px;
	color:#446f15;
	text-align:center;
	padding:0 0 0 35px;
	background:url(images/post_date_bg.gif);
	float:right;
}
.post_date_day{
	font-size:14px;
}
.post_date_month {
	font-size:14px;
}
.post_date_year {
	font-size:18px;
}
.post_hdr h2{
	color:#fff;
	font-size:16px;
	padding:10px 0;
}
.post_category{
	padding:0 0 0 33px;
}
.entry {
	background:url(images/entry_bg.gif) top repeat-x;
	line-height:18px;
	text-align:justify;
}
.entry p, .entry h3{
	padding:10px 20px
}
.slashdigglicious {
	height:26px;
	padding:22px 0 0 185px;
	color:#1f1f1f;
	background:url(images/post_fttr_bg.gif);
	display:block;
	clear:both;
}
.post_fttr a {
	color:#1f1f1f;
}
.post_comments {
	background:url(images/post_comments_bg.gif) no-repeat left;
	padding:0 30px 0 20px;
	margin:0 0 10px 30px;
}
.post_comments a {
	color:#1f1f1f;
	font-weight:bold;
}
#sidebar {
	width:176px;
	color:#fff;
	border:1px solid #717f8b;
	border-top:0;
	background:#717f8b;
	float:left;
}
#sidebar a{
	color:#fff;
}
#sidebar form {
	height:38px;
	width:158px;
	padding:34px 0 0 20px;
	background:url(images/search_bg.gif);
}
#sidebar form input {
	vertical-align:middle;
}
#sidebar form input[type=text] {
	width:113px;
	border:1px solid #6b86b9;
}
#sidebar ul {
	padding:10px 0;
}
#sidebar ul h2 {
	font-size:14px;
	padding:5px 0 5px 25px;
}
#sidebar ul li {
}
#sidebar ul li ul {
	padding:0;
}
#sidebar ul li ul li {
}
#sidebar ul li ul li a {
	padding:0 0 0 40px;
	display:block;
}
#sidebar ul li ul li a:hover {
	background:#fff;
	color:#91182e;
	font-weight:bold;
	text-decoration:none;
}
#footer {
	text-align:center;
	margin:10px 0 0 0;
	padding:3px 0;
	font-size:10px;
	border-top:1px solid #717f8b;
}
#footer a{
	color:#000;
}
#secureimgdiv p{
	margin:0;
	padding:0;
}
