body, td, th { font-family: verdana; font-size:12px; color:white; }

a { color:#66AAFF; text-decoration:none; }
a:hover { text-decoration:underline; }

.clicks_0 { color:#FFFFFF; }
.clicks_1 { color:#FFFF99; }
.clicks_2 { color:#FFFF33; }
.clicks_3 { color:#FFCC00; }
.clicks_4 { color:#FF6600; }
.clicks_5 { color:#FF0000; }

.entry {
	/*background-color:#003300;*/
	color:white;
	font-size:12px;
	text-align:left;
	margin-bottom:5px;
	padding:5px;
	border-bottom:solid 1px #005500;
}
/*
.entry:hover {
	background-color:#006600;
}
*/
/*
.entry {
	background-color:#003300;
	color:white;
	font-size:12px;
	text-align:left;
	margin-bottom:5px;
	padding:5px;
	border:solid 1px #005500;
}
*/

.entry_mobile {
	background-color:#003300;
	color:white;
	font-size:12px;
	text-align:left;
	margin-bottom:5px;
	padding:5px;
	border:solid 1px #005500;
}

.recent_entry {
	border-left:solid 5px #666666;
	text-align:left;
	margin-bottom:5px;
	padding-left:5px;
}

.entry_new {
	background-color:#113011;
	text-align:left;
	color:white;
	font-size:12px;
	margin-bottom:5px;
	padding:5px;
	border-bottom:solid 1px #005500;
}

.entry_updated {
	background-color:#221111;
	color:white;
	font-size:12px;
	text-align:left;
	margin-bottom:5px;
	padding:5px;
	border-bottom:solid 1px #550000;
}

.entry_content {
	background:url(images/bg_paging.jpg);
	margin:10px;
	border:solid 1px #DDDDDD;
	padding:5px;
	height:200px;
	overflow:auto;
	line-height:20px;
	text-align:left;
}


.information {
	background:url(images/bg_info.jpg);
	color:white;
	font-size:12px;
	text-align:left;
	margin-bottom:5px;
	border: solid 1px #000066;
	padding:5px;
}

.date_seperation {
	background:url(images/date_seperator.gif);
	color:#DDDD00;
	font-size:12px;
	text-align:left;
	margin-bottom:5px;
	border: solid 1px #999900;
	padding:5px;
	font-weight:bold;
}

.date_seperation img {
	vertical-align:bottom;
}

.announcement {
	background:url(images/bg_warning.gif);
	color:white;
	margin-bottom:5px;
	border: solid 1px maroon;
	padding:5px;
}

.news {
	border-left:solid 5px #666666;
	margin-bottom:5px;
	padding-left:5px;
}

.paging {
	background:url(images/bg_paging.jpg);
	text-align:left;
	margin-bottom:5px;
	border: solid 1px #666666;
	padding:5px;
}

.menu_items {
	text-align:left;
	margin-bottom:5px;
	padding:5px;
	line-height:2em;
}

.post_title {
	color:#AAFFAA;
	font: bold 18px "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;
	border-bottom:solid 1px white;
	padding:2px;
	margin-right:5px;
	margin-top:5px;
}

.post_title_noline {
	color:#AAFFAA;
	font: bold 18px "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;
	padding:2px;
	margin-right:5px;
	margin-top:5px;
}

.b_text {
	color:#DDDD00;
	font-weight:bold;
	line-height:20px;
}

.header {
	color:#DDDD00;
	font-weight:bold;
	font-size:20px;
}

.title_text {
	background:url(images/bg_news.gif);
	color:white;
	text-align:center;
	font-weight:bold;
	font-size:18px;
	margin-bottom:5px;
	border: solid 1px maroon;
	padding:5px;
	text-transform: uppercase;
}

input.forms, textarea, select.forms {
	background-color:#222222;
	color: white;
	border: solid 1px maroon;
	margin: 1px;
}

input.submit {
	background-color: #222222;
	color: white;
	border: solid 1px maroon;
	margin: 1px;
}

input.forms:hover, textarea:hover { border-color: #EEEEFF; }
input.forms:focus, textarea:focus { border-color: #EEFFEE; }

.post_datetime { font-size:10px;border-top:solid 1px #CCDDCC; color:orange; }
.format_datetime { font-size:10px;color:orange; }

.highlight {background-color:#AA2222;}






/* beta */
.post_entry {
	height: 22px;
	
}


/*.post_entry_title*/
.post_entry h2 {
	display: inline;
	float: left;
	color:#AAFFAA;
	margin: 0px 5px 0px 5px;
	padding: 0px;
	line-height: 0px;
	font: bold 18px "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;
}

.post_entry_bloginfo {
	display: inline;
	float: right;
	/*background-color: #333333;*/
	vertical-align:bottom;
	height: 12px;
	padding: 5px 0px 5px 0px;
}

.post_entry_datetime {
	width: 585px;
	display: inline;
	float: right;
	font-size:10px;
	border-top:solid 0px #CCDDCC;
	color:orange;
	text-align: right;
	padding-top: 0px;
	margin-top: 0px;
}

.clear {
	clear: both;
}

/*
.entry .post_controls_manage {
	display: none;
}

.entry:hover .post_controls .post_controls_manage {
	display: block;
}
*/
.post_controls {
	width: 585px;
	float: right;
}

.post_controls_read {
	display: inline;
	float: left;
}

.post_controls_manage {
	display: inline;
	float:right;
}
