@charset "utf-8";
/* CSS Document */
html, body {
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#511118;
	margin:0;
}
img {
	border:0px;
}
p {
	margin:0;
	padding:0;
	padding:5px 0;
}
a {
	outline: none;
}
a:link, a:visited, a:active {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
.inner {
	width:950px;
	margin:0 auto;
}
.left {
	float:left;
}
#header {
	background:#fff url(images/header-bg.gif) repeat-x;
}
#header #bttm {
	height:53px;
	background:url(images/header-bttm-bg.gif);
}
#header #title {
	width:562px;
	padding-top:12px;
	float:left;
	text-align:center;
}
#header #title a {
	color:#fff;
	font-size:18px;
	font-weight:bold;
}
#header #search {
	width:222px;
	padding-left:30px;
	padding-top:10px;
	float:left;
}
#search form {
	margin:0;
	padding:0;
	display:inline;
}
#s {
	width:94px;
	height:20px;
	border:1px solid #898884;
	vertical-align:middle;
}
#searchsubmit {
	vertical-align:middle;
}
#content {
	background:#eae8e2;
}
#content .inner {
	background:url(images/content-bg.gif);
}
#left {
	width:698px;
	float:left;
}
.post {
	width:675px;
	margin:10px auto;
}
.post_cntnt {
	padding:0 4px;
	background:#fff url(images/post_rpt.gif) repeat-y;
}
.post_hdr {
	height:100px;
	color:#372e23;
	font-size:18px;
	font-weight:bold;
	background:url(images/title-bg.gif) no-repeat;
}
.post_date {
	width:57px;
	height:74px;
	padding-top:21px;
	padding-left:28px;
	text-align:center;
	float:left;
}
.post_title {
	width:432px;
	padding-top:20px;
	padding-left:20px;
	float:left;
}
.post_details {
	width:130px;
	padding-top:15px;
	font-size:11px;
	float:left;
}
.post_details a {
	color:#cd1b3f;
}
.post_date span.day {
	font-size:22px;
}
.post_date span.month {
	font-size:22px;
	font-weight:bold;
}
.post_text {
	padding:0 40px;
}
.slashdigglicious {
	width:595px;
	border-top:1px dotted #aa957d;
	color:#aa957d;
	font-weight:bold;
	margin-top:20px;
	padding:20px 0;
}
#sidebar {
	width:252px;
	padding-top:16px;
	float:left;
}
#sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
}
#sidebar ul li {
}
#sidebar ul li h2 {
	margin:0;
	padding:0;
	color:#fff;
	padding-top:10px;
	font-size:14px;
	font-weight:bold;
	padding-left:25px;
}
#sidebar ul li ul {
	padding-left:39px;
}
#sidebar ul li ul li {
}
#sidebar ul li ul li a {
	color:#aa957d;
}
#sidebar ul li ul li a:hover {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
#footer {
	height:44px;
	padding-top:10px;
	background:url(images/footer-bg.gif);
	color:#fff;
	font-size:10px;
	text-align:center;
}
#footer a {
	color:#fff;
}

