@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;
	font-size: 12px;
	font-weight: normal;
	background-color: #999966;
}
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:950px;
	margin:0 auto;
}
/*HEADER*/
#header {
}
#logo {
}
#rss {
}
/*NAVIGATION*/
#nav {
}
#nav ul {
}
#nav ul li {
	display:inline-block; /*IE Hack to stop floats messing up*/
	float:left;
}
#nav ul li a {
	display:block;
}
#nav ul li a:hover, #nav ul li.current_page_item {
}
/*MAIN CONTENT HOLDER*/
#main {
	clear:both;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/mainpagebkg.gif);
	background-repeat: repeat-y;
}
/*SIDEBAR*/
#sidebar {
	width:241px;
	float:right;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
}
#sidebar ul li {
	margin: 0px;
	padding: 0px;
}
#sidebar ul li h2 {
	font-family: Tahoma;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(images/sidebar_titlebkg.gif);
	height: 32px;
	width: 201px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	color: #FFFFFF;
}
#sidebar ul li ul {
	background-image: url(images/sidebarsectionfooter.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#sidebar ul li ul li {
	margin: 0px;
	padding: 0px;
}
#sidebar ul li ul li a {
	height: 20px;
	width: 201px;
	display: block;
	padding-top: 9px;
	padding-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar ul li ul li a:hover {
	display: block;
	background-image: url(images/ahover_bkg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 221px;
	padding-left: 20px;
	padding-top: 9px;
	text-decoration: underline;
}
/*POST LIST*/
#posts {
	width:649px;
	float:left;
}
#belownav {
	margin: 0px;
	padding: 0px;
}

.post {
	width:689px;
	margin-top: 0;
	margin-bottom: 10px;;
	margin-left: 10px;
	background-image: url(images/postbkg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.post_hdr {
	background-image: url(images/post_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 98px;
	width: 689px;
	position: relative;
}
.page_hdr {
	background-image: url(images/page_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 98px;
	width: 689px;
	position: relative;
}
.post_date {
	float:right;
	position: absolute;
	width: 20px;
	text-align: center;
	left: 608px;
	top: 20px;
}
.post_date .day {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #430204;
	margin-right: auto;
	margin-left: auto;
}
.post_date .month {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #430204;
}
.post_date .year {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #430204;
	padding-top: 8px;
	margin-right: auto;
	margin-left: auto;
}


.post_hdr h2 {
	font-family: Tahoma;
	font-size: 20px;
	font-weight: normal;
	color: #430204;
	position: absolute;
	left: 29px;
	top: 26px;
}
.post_hdr h2 a {
	color: #430204;
}
.post_hdr h2 a:hover {
	color: #430204;
}
.page_hdr h2 {
	font-family: Tahoma;
	font-size: 20px;
	font-weight: normal;
	color: #430204;
	position: absolute;
	left: 29px;
	top: 26px;
}
.page_hdr h2 a {
	color: #430204;
}
.page_hdr h2 a:hover {
	color: #430204;
}
.post_cat {
	font-family: Tahoma;
	line-height: 12px;
	color: #000000;
	position: absolute;
	top: 50px;
	left: 29px;
}
.post_cat a {
}
.post_cat a:hover {
}
.entry {
	text-align:justify;
	padding-top: 21px;
	padding-right: 41px;
	padding-bottom: 21px;
	padding-left: 29px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 15px;
}
.entry p {
	line-height: 15px;
}
.entry a {
}
.entry a:hover {
}
.post_ftr {
	background-image: url(images/post_footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 37px;
	width: 229px;
	padding-top: 10px;
	text-align: right;
	padding-left: 470px;
}
.post_comments {
	text-align: right;
	padding-right: 60px;
}
.post_comments a {
}
.post_comments a:hover {
}
/*FOOTER*/
#footer {
	font-size:10px;
	text-align:center;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footertop {
	background-image: url(images/footer_topbkg.gif);
	background-repeat: no-repeat;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 34px;
	/*padding-top: 13px;*/
	padding-right: 30px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
#footertop a {
	color: #FFFFFF;
	text-decoration: none;
}
#footertop a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#footerbott {
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.navholder {
	height: 45px;
	width: 844px;
	float: left;
	background-color:#333333;
	background-image: url(images/navbkg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px;
	margin: 0px;
}
#home_image {
	width: 689px;
	padding-bottom: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 10px;
}
#mycomments {
	padding-left:40px;
	padding-right: 10px;
	padding-top:10px;
	padding-bottom:10px;
	margin:0; 
}
