@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%;
	line-height:115%;
	vertical-align:baseline;
	background:transparent;
}
body {
	color:#000;
	font-family:Tahoma,Geneva,Kalimati,sans-serif;
	background:url(images/bg.gif) no-repeat center top fixed;
	padding:16px 0;
	line-height:1;
}
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 {
}
.clear {
	clear:both;
}
#wrapper {
	width:948px;
	border:1px solid #404040;
	border-top:0;
	margin:0 auto;
}
/*HEADER*/
#header {
	position:relative;
}
#logo {
}
#rss {
	top:69px;
	right:5px;
	position:absolute;
}
/*NAVIGATION*/
#nav {
	height:41px;
	padding:0 0 0 10px;
	font-size:13px;
	background:url(images/nav_bg.gif) no-repeat;
}
#nav ul {
}
#nav ul li {
	display:inline-block; /*IE Hack to stop floats messing up*/
	float:left;
}
#nav ul li a {
	color:#fff;
	text-decoration:none;
	line-height:41px;
	padding:0 6px;
	display:block;
}
#nav ul li a:hover, #nav ul li.current_page_item a {
	border:1px solid #202020;
	color:#000;
	padding:0 5px;
	line-height:39px;
	background:url(images/nav_a_bg.gif) repeat-x;
}
/*MAIN CONTENT HOLDER*/
#main {
	background:#e6e6e6 url(images/main_bg.gif) repeat-y;
	padding:11px 0 0 0;
	clear:both;
}
/*SIDEBAR*/
#sidebar {
	width:260px;
	padding:0 0 0 8px;
	float:left;
}
#sidebar ul {
	font-size:12px;
}
#sidebar ul li form {
	height:32px;
	padding:23px 0 0 0;
	background:url(images/search_bg.gif) no-repeat;
}
#sidebar ul li form input {
	vertical-align:middle;
}
#sidebar ul li form #s{
	border:0;
	padding:0 0 0 20px;
	margin:0 0 0 20px;
	background:#e8e8e8 url(images/s_bg.gif) left no-repeat;
}
#sidebar ul li {
}
#sidebar ul li h2 {
	height:37px;
	font-size:16px;
	padding:14px 75px 0 40px;
	background:url(images/sidebar_h2_bg.gif) no-repeat;
}
#sidebar ul li ul {
	border:1px solid #756e6d;
	background:#fff url(images/sidebar_ul_bg.gif) repeat-y;
	margin:0 0 10px 0;
	padding:10px 0 10px 30px;
}
#sidebar ul li ul li {
	line-height:17px;
}
#sidebar ul li ul li a {
}
#sidebar ul li ul li a:hover {
	font-weight:bold;
}
/*POST LIST*/
#posts {
	width:657px;
	padding:0 10px 0 13px;
	float:left;
}
.post {
	border:1px solid #86807f;
	background:#fff;
	padding:8px 8px 6px 7px;
	margin:10px auto;
}
.post_hdr {
	height:80px;
	padding:0 30px 0 33px;
	background:url(images/post_hdr_bg.gif) repeat-x;
}
.post_date {
	width:59px;
	height:70px;
	padding:10px 0 0 0;
	font-size:12px;
	text-align:center;
	background:url(images/post_date.gif) repeat-x;
	float:right;
}
.post_date span {
	font-size:18px;
}
.post_hdr h2 {
	color:#fac000;
	font-size:20px;
	padding:20px 0 0 0;
}
.post_hdr h2 a {
	color:#fac000;
}
.post_hdr h2 a:hover {
}
.post_cat {
	color:#fff;
	font-size:11px;
	padding:3px 0;
}
.post_cat a {
	color:#fff;
}
.post_cat a:hover {
}
.entry {
	padding:25px;
	text-align:justify;
}
.entry p {
	padding:0 0 10px 0;
}
.entry a {
}
.entry a:hover {
}
.post_ftr {
	height:31px;
	background:#cfcfcf;
}
.post_comments {
	font-size:12px;
	float:right;
}
.post_comments a {
	height:31px;
	line-height:31px;
	font-weight:bold;
	padding:0 20px;
	background:#e3e3e3;
	display:block;
}
.post_comments a:hover {
}
/*FOOTER*/
#footer {
	height:73px;
	background:url(images/footer_bg.gif) repeat-x;
	font-size:10px;
	text-align:center;
}
#footer_img {
	width:389px;
	float:left;
}
#footer_txt {
	width:559px;
	padding:20px 0 0 0;
	float:left;
}
