body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#330000;
	color: #575951;
}
a:link,
a:visited {
	color: #575951;
}
a:hover, 
a:active {
	color: #BBBDB0;
	background-color: #575951;
}
li {
	list-style-image: url(images/bullet2_light.jpg);
	margin-left: -20px;
	text-indent: -5px;
}
#nav ul li {
	list-style-image: url(images/bullet2.jpg);
	margin-left: -20px;
	text-indent: -5px;
}
#nav {
	padding:10px;
	color: #BBBDB0;
}
#nav a:link,
#nav a:visited {
	color: #D2D3CB;
}
#nav a:hover,
#nav a:active {
	background-color: #D2D3CB;
	color: #74766B;
}
.byline {
	font-size:10px;
	font-style: italic;
}
td {
	vertical-align: top;
}
.content {
	border: 1px dashed #554E34;
	padding: 10px;
	width: 540px;
	background-color: #BBBDB0;
}
.label {
	width: 150px;
	position: relative;
	float: left;
}
.header {
	font-weight: bold;
	font-size:14px;
	color: #660000;
}
.subheader,
a.subheader:link,
a.subheader:visited {
	font-weight: bold;
	font-size:12px;
	color: #FFFFFF;
}
a.subheader:hover,
a.subheader:active {
	background-color: #FFFFFF;
	color: #888A7D;
}
.maintable {
	border-top: 2px solid #FFFFFF;
	background-color: #878A7E;
}
.adtable {
	border: 3px solid #000000;
	background-color: #330000;
}
#footer, 
#footer a:link,
#footer a:visited {
	color: #878A7E;
	font-size: 10px;
}
#footer a:hover,
#footer a:active {
	color: #330000;
	background-color: #878A7E;
}
#admintable {
	background-color: #CCFFFF;
	width: 700px;
	border: thick groove #0066CC;
}
#admintable a:link,
#admintable a:visited {
	color: #0066CC;
}
#admintable a:hover,
#admintable a:active {
	color: #CCFFFF;
	background-color: #0066CC;
}
textarea, input, button, option, menu, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*background-color: #94968B;
	color: #CCCCCC;*/
}
.searchselect {
	font-weight:bold;
}
.header2 {
	font-weight: bold;
	color: #660000;
}

/**
 * Added by GKD
 */
q:before, q:after { content: ""; }
    
.homewidget {
	padding: 5px 10px;
	background: #fbfdee;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
  	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	box-shadow: 0 0 10px rgba(0,0,0,.4);
}

.homewidget hr {
	background: #878a7e;
	border: none;
	height: 1px;
}

#hp_post_comment {
	margin-bottom: 10px;
}
	.hp_row { float: left; display: block; clear: left; padding-bottom: 7px; }
	.hp_col { float: left; }
	
	.hp_row label { float: left; width: 105px; margin-top: 3px; }

	#hp_query { width: 280px; }
	#hp_title { width: 320px; }
	#hp_com { width: 320px; height: 40px; }
	#hp_submit { margin-left: 90px; }
	#hp_ns { width: 50px; }
	
/* Expand post */
#toggle_post_p { margin: 20px 0; }
#toggle_post, BUTTON#hp_submit { padding: 8px; background: #600; color: #fff; text-decoration: none; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; font-size: 13px; font-weight: bold; border: none; }
#toggle_post:hover { text-decoration: underline; }

/* Search */
#searchbox { padding-bottom: 10px; }
#search { font-size: 14px; padding: 3px; width: 150px; }

.msg { padding: 5px 15px 5px 5px; font-size: 95%; }
.msg.error { background: #ff8; }
.msg.info { background: #bfb; }

/* Comments */
.byline { padding: 2px 0; }
	
	
/* Reusable */
.clearboth { clear: both; }
