@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:Arial, Helvetica, sans-serif;
	line-height:1;
	height:100%;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#000;
	background-image:url(images/body_bg.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	margin-top:12px;
}
banner{
	width: 704px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
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;
}
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}
.clear {
	clear:both;
}
#wrapper{
width:978px;
margin:0 auto;
}
/*HEADER*/
#header {
	margin: 0px;
	padding: 0px;
	height: 121px;
	background-image: url(images/headerbg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
/*NAVIGATION*/
#nav { 
padding:0;
margin: 0;
height: 32px;
display: inline-block;
}
#nav a{ 
padding:0;
margin: 0;
display: inline-block;
}
/*MAIN CONTENT HOLDER*/
#main {
	float: left;
	width:948px;
	background-color: #c7c3ba;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #759623;
	border-left-color: #759623;
}
#transparency_left{
width:14px;
float:left;
}
#transparency_right{
width:14px;
float:left;
}
/*SIDEBAR*/
#sidebar {
	width:234px;
	float:right;
	margin: 0px;
}
.sidebarad {
	clear:none;
	width: 213px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #c7c3ba;
	padding-top: 0px;
	padding-right: 11px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#sidebar ul {
	background-color: #393732;
	
}
#sidebar ul li {
	margin: 0px;
	padding: 0px;
}
#sidebar ul li h2 {
	margin: 0px;
	padding: 0px;
	width:221px;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #393732;
	padding-left: 13px;
	padding-top: 4px; 
}
#sidebar ul li ul {
	background-color: #54514b;
	margin: 0px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 22px;
	background-image: url(images/sidebar_catfooter.gif);
	background-repeat: repeat-x;
	background-position: left bottom;	
}
#sidebar ul li ul li {
	margin: 0px;
	padding: 0px;
	display: block;
}
#sidebar ul li ul li a {
	display: block;
	margin: 0px;
	padding: 0px;
	padding-left: 18px;
	background-image: url(images/sidebar_square.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #c7c3ba;
	text-decoration: none;
	height: 14px;
	padding-top: 2px;
}
#sidebar ul li ul li a:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	padding-left: 18px;
	background-image: url(images/sidebar_square_hover.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	height: 14px;
	padding-top: 2px;
}
/*POST LIST*/
#posts {
	width:709px;
	float:left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.post {
	width:660px;
	background-color: #FFFFFF;
	padding: 10px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 13px;
	border: 1px solid #9a9790;
	position: relative;
}
.post_hdr {
	width: 628px;
	height: 77px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C7C3BA;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
}
.nsicon {
	position: absolute;
	left: 28px;
	top: 28px;
}

.post_date {
	float:right;
	background-image: url(images/datebg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 51px;
	width: 64px;
	position: absolute;
	top: -11px;
	right: 26px;
	text-align:center;
	padding-top: 13px;
	margin: 0;
}
.post_hdr h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #759623;
	width: 550px;
	position: absolute;
	left: 80px;
	top: 28px;
}
.day {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #54514b;
}
.month {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #54514b;
}

.post_hdr h2 a {
	color: #759623;
	text-decoration:underline;
}
.post_hdr h2 a:hover {
	color: #759623;
	text-decoration:underline;
}
.post_cat {
	position: absolute;
	top: 52px;
	left: 80px;
	color: #54514b;
}
.post_cat a {
	color: #54514b;
	text-decoration:none;
}
.post_cat a:hover {
	color: #54514b;
	text-decoration:underline;
}
.entry {
	width: 628px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
}
.entry p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	padding-bottom: 8px;
	
}
.entry a {
}
.entry a:hover {
}
.post_ftr {
	width: 628px;
	margin: 0;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}
.post_addthis{
	position:absolute;
	top: 8px;
	left:0px;
}
.post_comments {
	position:absolute;
	top: 8px;
	right:0px;
	width: 100px;
}
.commenticon {
	position: absolute;
	top: 8px;
	right: 108px;
}

.post_comments a {
}
.post_comments a:hover {
}
/*FOOTER*/
#footer {
	font-size:10px;
	text-align:center;
	background-image: url(images/footer_bkg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 10px;
	height: 30px;
	width:948px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #759623;
	border-left-color: #759623;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	color: #FFFFFF;
}
#footer a{
	color: #FFFFFF;
	text-decoration:none;
}
#footer a:hover{
	color: #FFFFFF;
	text-decoration:underline;
}
.year {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #54514b;
}
