body {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #021016;
}
td {
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
.rightside {
	width: 100%;
	background-image: url(images/side_right.jpg);
	background-repeat: no-repeat;
}
.topnav {
	width: 496px;
	height: 55px;
	color: #660033;
	font-size: 16px;
	padding-left: 18px;
	background-repeat: no-repeat;
	background-image: url(images/nav_bkg.jpg);
	background-color: #992a53;
}
.topnav a {
	text-decoration: underline;
	color: #660033;
	font-weight: bold;
}
.topnav a:hover {
	text-decoration: underline;
	color: #ff99cc;
	font-weight: bold;
}
.topnav #navlink {
	position: relative;
	top: -8px;
}
.topnav ul {
	position: relative;
}
.topnav ul li {
	float: left;
	position: relative;
}
.nav_spacer {
	padding-right: 10px;
	padding-left: 10px;
}
.blog {
	background-image: url(images/blog_bkg.jpg);
	background-repeat: repeat-y;
}
#posting {
	background-color: #ebe8e2;
	color: #6f4850;
	padding-right: 18px;
	padding-left: 18px;
	padding-top: 18px;
	background-repeat: repeat-y;
	background-image: url(images/blog_bkg.jpg);
}
#posting a {
	text-decoration: underline;
	color: #660033;
	font-weight: bold;
}
#posting a:hover {
	text-decoration: underline;
	color: #cc3366;
	font-weight: bold;
}
#posting #headline {
	text-transform: capitalize;
	text-decoration: none;
	color: #cc3366;
	font-weight: bold;
	font-size: 28px;
}
#posting .headline {
	text-decoration: none;
}                   
#posting #dateline {
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}
#posting #postinfo {
	font-size: 11px;
	color: #cc3366;
	margin-top: 24px;
}
#posting #postinfo td {
	font-size: 11px;
}
#posting #postinfo .posted {
	text-transform: uppercase;
}
#posting #comments {
	top: -3px;
	position: relative;
}
#entrieslinks {
	color: #6f4850;
	padding: 18px;
}
#entrieslinks a {
	font-size: 16px;
	text-decoration: underline;
	color: #660033;
	font-weight: bold;
}
#entrieslinks a:hover {
	font-size: 16px;
	text-decoration: underline;
	color: #cc3366;
	font-weight: bold;
}
#sidebar {
	padding: 18px;
	width: 258px;
	background-repeat: repeat-y;
	background-image: url(images/sidebar_bkg.jpg);
}
#sidebar #sidebartitle{
	color: #087581;
	font-size: 16px;
}
#sidebar ul {
	text-transform: capitalize;
	font-size: 12px;
	list-style-type:none;
	margin-left: -18px;
}
#sidebar li {
	color: #087581;
	font-size: 16px;
	line-height: 18px;
	list-style-type: none;
	margin: 0;
}
#sidebar li li {
	color: #ffffff;
	font-size: 12px;
	list-style-type: none;
	margin: 0;
}
#sidebar li li a {
	text-decoration: underline;
	color: #ffffff;
	font-size: 12px;
}
#sidebar li li a:hover {
	text-decoration: underline;
	color: #009999;
	font-size: 12px;
}
#sidebar li a {
	text-decoration: underline;
	color: #ffffff;
	font-size: 12px;
}
#sidebar li a:hover {
	text-decoration: underline;
	color: #009999;
	font-size: 12px;
}
.hr_post {
	margin-left: 0px;
	margin-bottom: 7px;
	margin-right: 0px;
	margin-top: 5px;
	height: 3px;
	width: 100%;
	font-size: 1px;
	line-height: 1px;
	background: url(images/blog_spacer.gif) repeat-x;
	clear: both;
}
.hr_comments {
	margin-left: 0px;
	margin-bottom: 7px;
	margin-right: 0px;
	margin-top: 5px;
	height: 3px;
	width: 90%;
	font-size: 1px;
	line-height: 1px;
	background: url(images/blog_spacer.gif) repeat-x;
	clear: both;
}
.hr_sidebar {
	margin-left: 0px;
	margin-bottom: 12px;
	margin-right: 0px;
	margin-top: 12px;
	height: 3px;
	width: 100%;
	font-size: 1px;
	line-height: 1px;
	background: url(images/sidebar_spacer.gif) repeat-x;
	clear: both;
}
.hr_fold {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	height: 50px;
	width: 100%;
	font-size: 1px;
	line-height: 1px;
	background: url(images/blog_spacer_big.jpg) no-repeat;
	clear: both;
}
.footer {
	background-repeat: no-repeat;
	height: 82px;
	width: 638px;
	background-image: url(images/footer_bkg.jpg);
}
.footer #footerinfo {
	padding-right: 0px;
	padding-left: 20px;
	padding-top: 18px;
	color: #087581;
	font-size: 11px;
}
.footer #footerinfo a {
	text-decoration: underline;
	font-weight: bold;
	color: #087581;
	font-size: 11px;
}
.footer #footerinfo a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #00cccc;
	font-size: 11px;
}


/* ///// COMMENTS ///// */
#commentspage {
	color: #6f4850;
	padding: 18px;
}
#commentspage a {
	text-decoration: underline;
	color: #660033;
	font-weight: bold;
}
#commentspage a:hover {
	text-decoration: underline;
	color: #cc3366;
	font-weight: bold;
}

ol.commentlist {
	font-size: 0.88em;
	margin:0;
	padding:0;
	}

.commentlist li {
	padding-bottom: 10px;
	padding-top: 10px;
	border-left-color: #660033;
	border-left-style: solid;
	padding-left: 20px;
	border-left-width: 2px;
	list-style:none;
	margin-bottom:20px;
	}

.commentlist a:link, .commentlist a:visited {
	color:#660033;
	}

.commentlist a:hover, .commentlist a:active {
	color:#cc3366;
	}
	
.commentlist #avatar {
	background-color: white;
	padding:1px;
	border:1px solid #787878;
	float:left;
	margin-right:10px;
	}

.commentlist #authorinfo {
		font-size: 13px;
		height: 40px;
	}
	
.commentlist #reply {
		margin-right: 20px;
		border-top-color: #dcdcdc;
		border-top-width: 1px;
		border-top-style: solid;
		text-align: right;
		padding-top: 5px;
	}

.commentlist .time {
	padding-left:10px;
	}

.commentlist #commenttext {
	font-size: 13px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 20px;
	margin-top: 10px;
	color: #6f4850;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	/*background-color: white;*/
}