@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	color:#000;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	background:#CC0001;
	line-height:1.3;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
/* remember to define focus styles! */
:focus {
	outline:0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:collapse;
	border-spacing:0;
}
/*LINKS*/
a {
	color:#000;
	text-decoration:none;
}
a:link {
}
a:visited {
}
a:hover {
	text-decoration:underline;
}
a:active {
}
p {
	padding:0 0 10px 0;
}
.clear {
	clear:both;
}
#wrapper {
	width:734px;
	background:#fff;
	margin:0 auto;
}
/*HEADER*/
#header {
}
#logo {
}
#rss {
}
/*MAIN CONTENT HOLDER*/
#main {
	padding:8px 0 10px 7px;
	background:url(images/main_bg.gif) left repeat-y;
}
/*SIDEBAR*/
#sidebar {
	width:142px;
	padding:0 0 0 5px;
	float:left;
}
#sidebar ul {
	padding:1px;
	border:1px solid #000;
}
#sidebar ul li {
}
#sidebar ul li h2 {
	background:#E4E3CF;
	padding:3px 4px;
	border-top:1px solid #EFEEE2;
	border-bottom:1px solid #C0BB90;
}
#sidebar ul li ul {
	padding:1px 0;
	border:0;
}
#sidebar ul li ul li {
	width:138px;
}
#sidebar ul li ul li a {
	width:130px;
	padding:2px 4px;
	display:block;
}
#sidebar ul li ul li a:hover {
	color:#fff;
	background:#000;
	text-decoration:none;
}
/*POST LIST*/
#posts {
	width:560px;
	padding:0 10px;
	float:left;
}
.post {
	margin:0 auto 20px auto;
}
.post_hdr {
	color:#fff;
	background:#CC0001;
	padding:5px;
}
.post_hdr a {
	color:#fff;
}
.post_date {
	float:right;
}
.post_hdr h2 {
	font-size:16px;
}
.post_hdr h2 a {
}
.post_hdr h2 a:hover {
}
.post_cat {
}
.post_cat a {
}
.post_cat a:hover {
}
.entry {
	padding:10px;
	text-align:justify;
}
.entry p {
}
.entry a {
}
.entry a:hover {
}
.post_ftr {
	border:1px solid #CC0001;
	background:#E4E3CF;
	text-align:right;
	margin:5px;
	padding:5px;
}
.post_comments {
}
.post_comments a {
}
.post_comments a:hover {
}
/*FOOTER*/
#footer {
	height:38px;
	background:url(images/footer_bg.gif) no-repeat;
	text-align:center;
	padding-left:7px;
	padding-top:25px;
	font-size:10px;
}
