
div.BlogNavCats {
	background-color: #c1c1c1; 
	padding: 6px;
	margin-bottom: 0em;
	margin-left: 0px;
	marign-right: 5px;
}

.BlogNavCats a{
	border-bottom: 1px dotted #656565;
	padding-left: 5px;
	display: block;
	color: white;
	padding: 3px;
	font-size: 10px;
	line-height: 1.4em;
	text-decoration: none;
}

.BlogNavCats a:hover visited{
	color: #800000;
	text-decoration: none;
	background-color: #000;
	padding: 6px;
}

/* ************************ BLOG ************************ */

.blogrecentposts a{
	border-bottom: 1px dotted #656565;
	padding-left: 5px;
	display: block;
	color: #333333;
	padding: 3px;
	font-size: 11px;
	line-height: 1.4em;
	text-decoration: none;
}

.blogrecentposts a:hover visited{
	color: #800000;
	text-decoration: none;
	background-color: #000;
	padding: 6px;
}



.blognav{
	float: right;
}

.blogmain{
}

.blogpost{
	margin-bottom: 15px;
	_order: 1px solid black;
	color: #AAAAAA;
}
.blogposttitle{
	display: block;
	color: #800000;
	border-bottom: 1px solid #c1c1c1;
	float: left;
	font-size: 18px;
	font-weight: bold;
	padding: 2px 6px 2px 0px;
	width: 688px;
}
.blogpostcredits{
	float: right;
}

.blogpostdate{
	padding: 1px 6px 1px 6px;
	font-size: 10px;
	color: #fff;
	clear: left;
	margin-bottom: 15px;
}
.blogpostbody {
	clear: left;
	padding: 0;
	
}

.blogpostfooter{
	color: black;
	height: 2px;
	display: block;
	background-color: silver;
	clear: both;
}
.blogpostcommentheader{
	padding: 4px;
	color: white;
	background-color: black;
}

.blogpostbottom {
	clear: both;
}

/* ************************ COMMENTS ************************ */
.comment{
	width: 700px;
	margin-bottom: 15px;
	border: 1px solid silver;
}

.commentDate {
	text-align: right;
	padding-right: 5px;
	background-color: #EEEEEE;
}

.commentFooter {
	clear: both;
}


/* ************************ USERS ************************ */
.loginstamp {
	background-color: white;
	padding: 5px;
	float: left;
	width: 100px;
	margin: 3px;
	text-align: center;
	border: 1px solid black;
}

.loginstamp a{
	font-size: 10px;
	text-decoration: none;
	color: #660000;
	text-transform: uppercase;
	font-family: Arial, Verdana, sans-serif;
