@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 {
	line-height: 1;
	background:#e2e1db url(images/body_bg.gif) top center no-repeat;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
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;
}
p {
	margin-bottom:10px;
}
a {
	color:#000;
}
.clear {
	clear:both;
}
#wrapper {
	width:949px;
	background:#fff;
	border:1px solid #9f9e9a;
	margin:0 auto;
}
#header {
	height:114px;
	background:url(images/header_bg.jpg) no-repeat;
	position:relative;
}
#logo {
	position:absolute;
}
#rssfeed {
	top:0;
	right:8px;
	position:absolute;
}
#contact {
	top:59px;
	right:14px;
	position:absolute;
}
#nav {
	height:48px;
	background:url(images/nav_bg.gif) repeat-x;
 	border-bottom:1px solid #;
}
#nav ul {
}
#nav ul li {
	float:left;
	position: relative;
	display: inline;
}
#nav ul li a {
	height:29px;
	color:#c0c0c0;
	background:url(images/nav_ul_li_a_bg.gif) top right no-repeat;
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none;
	padding:15px 10px 0px;
	display:inline-block;	
}
#nav ul li a:hover, #nav ul li.current_page_item  {
	color:#fff;
	background:#0099cc;
	text-decoration:none;
}
#nav ul li:hover ul, #nav ul li a:hover ul {
	visibility:visible; 
	background: #393634;
	color:#6c6b6b;
}
#nav ul li ul {
	margin: 0px;
	padding: 5px;
	visibility:hidden;
	position:absolute;
	top: 44px;
	left:0;
	border: 2px solid #616060;
	height: auto;
	width: 180px;
}
#nav ul li ul li a {
	margin: 0px;
	width: 160px;
	padding: 5px 10px 0px;
	display: inline-block;
	background: none;
	font-size: 12px;
	text-transform: capitalize;
}
#nav ul li ul li.current_page_item a{
	background-color: #0099cc;
}
#posts {
	width:718px;
	padding:10px;
	float:left;
}
.post {
	margin:20px auto;
}
.post_hdr {
	height:73px;
	padding:0 35px 0 0;
	color:#fff;
	background:url(images/post_hdr_bg.gif) repeat-x;
}
.post_date {
	height:58px;
	width:55px;
	background:#0099cc;
	font-size:22px;
	padding:15px 0 0 0;
	text-align:center;
	float:right;
}
.post_date span {
	font-size:11px;
}
.post_hdr h2 {
	color:#fff;
	font-size:21px;
	font-weight:normal;
	padding:20px 20px 0;
}
.post_hdr a {
	color:#fff;
	text-decoration:none;
}
.post_cat {
	padding:5px 20px 0;
	font-size:11px;
}
.entry {
	text-align:justify;
	line-height:1.5;
	padding:10px;
}
.post_ftr {
	width:680px;
	margin:0 auto;
	padding:5px;
	color:#383533;
	background:url(images/post_ftr_bg.gif) repeat-y;
	border:1px solid #c0c0c0;
}
.post_ftr a {
	color:#383533;
	text-decoration:none;
}
.post_cmmnts {
	padding:0 0 0 20px;
	background:url(images/post_cmmnts_bg.gif) left no-repeat;
	float:right;
}
#sidebar {
	width:210px;
	background:#e1ded2;
	border-left:1px solid #ebe9e1;
	float:left;
}
#sidebar ul {
}
#sidebar ul li {
	border-bottom:1px solid #aaa89f;
	background:#c3c1b6 url(images/sidebar_ul_li_bg.gif) top repeat-x
}
#sidebar ul li h2 {
	width:182px;
	background:#fff url(images/sidebar_ul_li_h2_bg.gif) bottom repeat-x;
	font-size:14px;
	text-transform:uppercase;
	padding:10px;
	margin:3px auto;
	border:1px solid #8b8b8b;
}
#sidebar ul li ul {
	padding:0 0 10px 0;
}
#sidebar ul li ul li {
	border:0;
	background:none;
}
#sidebar ul li ul li a {
	padding:3px 12px;
	border-right:3px solid #c3c1b6;
	border-left:3px solid #c3c1b6;
	color:#333130;
	text-decoration:none;
	display:block;
}
#sidebar ul li ul li a:hover {
	background:#0099cc;
	color:#fff;
	font-weight:bold;
	border-right:3px solid #007dba;
	border-left:3px solid #007dba;
}
#footer {
	background:#0099cc;
	padding:5px 0;
	color:#fff;
	font-size:10px;
	text-align:center;
}
#footer a {
	color:#fff;
	text-decoration:none;
}
.entry ol{
	list-style: decimal;
}
.entry ol li {
	margin-left: 25px;
	margin-bottom: 5px;
}
.alignright{
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
.alignleft{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.pageitem {
	height: 250px;
	width: 150px;
	padding: 5px 0px;
	margin: 0px 10px 10px 0px;
	text-align: center;
	float: left;
	display: inline;
	overflow: hidden;
}
.pageitem1 {
	height: 180px;
	width: 250px;
	padding: 5px 0px;
	margin: 0px 40px 10px;
	text-align: center;
	float: left;
	display: inline;
	overflow: hidden;
}