/**********************************************************************************************************************/
/* HTML DEFINITIONS                                                                                                                           */
/**********************************************************************************************************************/

body {	font-family: Verdana, Arial, Tahoma, "Georgia"; 
	font-size: 8pt;
	background-color:#000000;
	text-align:left;
}

A	{ color: #cbcbcb; text-decoration: none; }	
A:link 	{ color: #c0a053; text-decoration: none; font-size: 8pt; font-weight: none;}	
A:visited { color: #c0a053; text-decoration: none; font-size: 8pt; font-weight: none;}
A:active { color: #c3a073;  text-decoration: none; font-size: 8pt; font-weight: none; }
A:hover	{ color: #d3b0a7;  text-decoration: none; font-size: 8pt; font-weight: none; }

table {	font-family: Verdana, Arial, Tahoma, "Georgia"; spacing:0;}

label {}

p 	{ margin-top: 10px; margin-bottom:0px; }

h1, h2, h3 {margin: 0px; padding: 0px;}



/**********************************************************************************************************************/
/* .CLASSES - USE THESE TO DETERMINE THE POSITIONING OF ELEMENTS                                    */
/*                     CLASSES CAN APPEAR MORE THAN ONCE PER PAGE                                              */ 
/**********************************************************************************************************************/
.blog {
	font-family: Verdana, Arial, Tahoma, "Georgia";	font-size: 8pt;
	color: #000000; background-color:#f9efe7;
	width:800px; height:100%;
	}

.blogbody {
	height: 1%;
	background-color:#000000;
	overflow:hidden;
	}

.blogentry img {
	padding: 4px;
	border: 1px solid #000000;
	text-align: center;
	display: block;
	margin: 0 auto 20px;
	}

.bannertitle {
	text-align: left;
	background-color:#000000;
	width: 800px;
	}

.banner-header {
	text-align: left;
	color:#FFFFFF;
	}


.bannertitle-indiv {
	text-align: left;
	background-color:#121212;
	height: 30px;
	width: 598px;
	padding: 10px;
	}

.blogmain {
	position: relative;
	float:left;
	width: 618px;
	height: 100%;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	text-align: left;
	}

.blogentry {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	text-align: left;
	position: relative;
	top: 0px;
	}


.blogside { 
	position: relative;
	border: black;
	float: right;
margin-right: 0px;
	width: 120px;
	height: 100%;
	padding-top: 0px;
	padding-bottom: 10px;
        vertical-align: top;
        text-align: right;
	padding-left:20px;
	font-size: 8pt;
	color: #cdcdcd;
	background-color: #000000;
	}

.textmargin { 
	padding-left: 10px;
	text-transform:lowercase;
}


.links {	
	padding:0px;				
	width:200px;			
	}

.menu {
	margin-bottom:15px;
	text-align:center;
	}

.bannermenu {
	background-color:#161616;
	color: #DDDACF;
	padding: 7px;
	}

.entryheader {
	position: relative;
	margin-top:15px;
	height:25px;
	}

.entryheadertitle {
	position: relative;
	left: 22px;
	float:left;
	text-align:left;
	text-transform: uppercase;
	}

#entryheadertitletext A { color: #000000; }
#entryheadertitletext A:hover	{ color: #970c3a;}

.entryheadertitle-indiv {
	font-family: "Georgia","Times New Roman", Arial; font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	top: 7px;
	position: relative; left: 22px;
	float:left;
	text-align:left;
	text-transform:uppercase;
	}

.entryheaderdate {
	position: relative;
	top: 0;
	left: 0px;
	float:left;
	font-size: 8pt;
	text-align: center;
	font-weight: bold;
	}

.entryheaderdate-indiv 		{
	color: #FFFFFF;
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	font-size: 10pt;
	text-align: center;
	font-weight: bold;
	}

.floatright 		{
	position: relative;
	float: right;
	right: 0px;
	}


.17p {font-family: Verdana, Arial, Tahoma, "Georgia"; font-size: 8pt; color: #cdcdcd;}
.p17 {font-family: Verdana, Arial, Tahoma, "Georgia"; font-size: 8pt; color: #cdcdcd;}
.17a {font-family: Verdana, Arial, Tahoma, "Georgia"; font-size: 8pt; color: #cdcdcd;}
.blogarchives 	{ font-size: 8pt; color: #000000; }
.calendar	{ font-size: 8pt; color: #cdcdcd;}
.calendarhead 	{ font-family: Georgia, "Times New Roman", Times, serif; font-size: 8pt; color: #cdcdcd;}	
.links		{ font-family:"Georgia", Arial; color:#cccc99; font-size:8pt; font-weight:bold; }

label {
	width: 7em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}

 input {
	color: #000000;
	background: #ffffff;
	border: 1px solid #555555;
}

textarea {
	color: #000000;
	background: #ffffff;
	border: 1px solid #555555;
}

.comments-open {
	background: #FFFFFF;
	padding-bottom: 5px;
	border: 1px solid #CDCDCD;
}

.comments-open-footer input {
	color: #000000;
	text-transform: uppercase;
	font-size: 6pt;
	background: #cdcdcd;
	border: 1px outset #000000;
	padding: 0px;
} 


.comments-header {
	padding-left:7px;
	padding-top: 10px;
	padding-right: 0px;
	background-color: #FFFFFF;
	color: #121212;
}

.comments {
	color: #000000;
	background-color: #ffffff;
	padding-bottom: 7px; 
	padding-top: 7px; 
	}

.comment {
	margin-left: 7px; 
	margin-right: 7px;
	background-color: #Ffffff;
	}

.container-comments {
	margin-left: 20px; 
	}

.container-entryform {
	margin-top: 25px; 
	}

.rightalign {
	text-align: right;
	z-index: 20;
}