@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;
	text-decoration:none;
}
body {
	line-height: 1;
	background:#e5e5e5;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
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;
}
a:hover {
	text-decoration:underline;
}
p {
	padding:0 0 15px 0;
}
.middle {
	width:925px;
	position:relative;
	margin:0 auto;
}
.clear {
	clear:both;
}
#header {
	height:116px;
	background:#1C0049 url(images/header_bg.gif) repeat-x;
}
#header form {
	padding:0 0 0 75px;
	background:url(images/search_lbl.gif) no-repeat left;
	top:19px;
	right:19px;
	position:absolute;
}
#header form div {
	border:1px solid #9e9ba4;
	background:#fff;
	padding:0 0 0 5px;
}
#header form input {
	vertical-align:middle;
}
#header form input#s {
	height:16px;
	border:0;
}
#header form input#searchsubmit {
}
#nav {
	font-size:11px;
	padding:5px 0 0 0;
	top:53px;
	left:270px;
	position:absolute;
	width: 677px;
}
#nav ul {
	text-align:center;
}
#nav ul li {
	float:left;
	padding:10px 6px 0;
}
#nav ul li a {
	color:#fff;
	text-transform:uppercase;
	display:block;
}
#nav ul li a:hover {
	color:#f48c0b;

	text-decoration:none;
}
#main {
	background:#1c0049 url(images/main_bg.gif) repeat-x;
}
#posts {
	width:666px;
	margin:0 10px 0 0;
	float:left;
}
#banner {
}
.post {
	width:597px;
	color:#fff;
	font-size:12px;
	line-height:18px;
	text-align:justify;
	background:#4e3871;
	border:1px solid #7f6f99;
	margin:14px auto 0 auto;
	padding:20px 30px;
}
.post a {
	color:#fff;
}
.post_hdr {
}
.post_date {
	width:67px;
	height:48px;
	color:#21054e;
	margin:-30px 0 0 0;
	padding:10px 0 0 0;
	text-align:center;
	font-weight:bold;
	background:url(images/post_date_bg.gif) no-repeat;
	float:right;
}
.post_hdr h2 {
	color:#fff;
	font-weight:normal;
	font-size:22px;
}
.post_hdr h2 a {
	color:#fff;
}
.post_cat {
}
.post_cat a {
	font-style:italic;
}
.entry {
	padding:10px 0;
}
.entry h2 {
	padding:0 0 15px;
}
.post_ftr {
	width:599px;
	background:#fff;
	color:#4e3871;
	padding:10px 30px 10px 30px;
	margin:0 auto 14px auto;
}
.tags {
	float:left;
}
.post_comments {
	background:url(images/post_comments_bg.gif) no-repeat left;
	padding:0 0 0 20px;
	float:right;
}
.post_comments a {
	color:#4e3871;
	font-weight:bold;
}
#sidebar {
	width:249px;
	font-size:14px;
	float:left;
}
#sidebar #rss_comments {
	height:26px;
	padding:5px 5px 0 5px;
	text-align:center;
	font-size:12px;
	background:url(images/comments_rss.gif);
}
#sidebar #rss_comments a {
	color:#4e3871;
}
#sidebar ul {
}
#sidebar ul li {
	background:#fff url(images/sidebar_ul_li_bg.gif) no-repeat bottom;
	margin:0 0 10px 0;
}
#sidebar ul li h2 {
	height:22px;
	background:#fff url(images/sidebar_ul_li_h2_bg.gif) no-repeat left;
	padding:5px 0 0 20px;
	color:#5b319d;
	font-size:16px;
}
#sidebar ul li ul {
	padding:5px 20px 10px;
}
#sidebar ul li ul li {
	background:none;
	padding:2px 0;
	margin:0;
}
#sidebar ul li ul li a {
	color:#000;
}
#sidebar ul li ul li a:hover {
	color:#5b319d;
	font-weight:bold;
	text-decoration:none;
}
#sidebar ul li#recent-posts h2 {
	background:#fff url(images/recent_posts_h2_bg.gif) no-repeat left;
}
#sidebar ul li#recent-posts ul li {
	padding:5px 0 10px 0;
	border-bottom:1px dashed #7a7878;
}
#sidebar ul li#recent-posts ul li h3 {
	padding:5px 0;
}
#sidebar ul li#recent-posts ul li h3 a {
	color:#5b319d;
	font-size:14px;
	font-weight:normal;
}
#sidebar ul li#recent-posts ul li h3 a:hover {
	text-decoration:underline;
}
#sidebar ul li#recent-posts ul li p {
	font-size:12px;
}
#sidebar ul li#recent-posts ul li p a {
	font-weight:bold;
}
#sidebar ul li#recent-posts ul li p a:hover {
	color:#5b319d;	
}
#footer {
	height:109px;
	padding:30px 0 0 0;
	font-size:10px;
	text-align:center;
	background:url(images/footer_bg.gif) repeat-x;
}
#footer a {
	color:#000;
}
#info {
	color:#5b319d;
	font-size:18px;
	font-weight:bold;
	padding:0 0 5px 0;
}
#info a {
	color:#5b319d;
}
#info span {
	color:#000;
}
