a {
	color: #999999;
	}
a:hover {
	color: #ffffff;
	background-color: #666666;
	}
a:visited {
	}
a:active {
	}

div.subcol li a {
	text-decoration: none;
	}
div.subcol li a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #666666;
	}
div.subcol li a:visited {
	text-decoration: none;
	}
div.subcol li a:active {
	text-decoration: none;
	}

a.imagelink:hover {
	background-color: #ffffff;
	}
body {
	font-family:'Lucida Grande',Helvetica,Arial,sans-serif ;
	color: #999999;
	line-height:1.4;
	font-size:120%;
	margin: 0;
	padding: 0;
	background-color: #000000; 
	}
input, textarea{
	font-family:Helvetica,  Arial, sans-serif ;
	color: #666666;
	line-height: 1.1;
	}
img {
	border: none;
	}
ul, li {
	list-style-type: none;
	}
h1, h2, div, p, ul, li {
	margin: 0;
	padding: 0;
	}
ul li ul li{
	margin-left:3em;
	list-style-type:disc;
	}
div.commentform label{
	display:block;
	margin-top:5px;
	}
/* layout */

.subcol {
	position:relative;
	top: 0px; 
	right: 0px;
	width: 200px;
	padding: 50px 15px 10px 5px;
	text-align: left;
	}
.subcol:hover {
	}

.subcoldummy {
	display:none
	}


div#weblogcol {
	text-align: left;
	padding: 0 0 0 0;
	}
	
div#adblock li {
	list-style-type:none;
	height:21px;
	overflow:hidden;
	}
div#adblock a, div#adblock a:visited {
	padding:3px 3px;
	background-color:#CCCCCC;
	color: #FF3300;
	border-bottom:#666666 solid 1px;
	border-right:#666666 solid 1px;
	text-decoration:none;
	line-height:19px;
	}
div#adblock a:hover{
	background:#FFFFFF;
	text-decoration:none;
	}
/* block */
.item, .body, .bodymore, .logname, .timestamp, .comment, .formlayout
	{
	display:block;
	position: relative;
	z-index:1;
	}
.item, .comment{
	}
.item img{
	border: none;
	}
.item {
	padding: 0 0 0px 0;
	}
.body{

	}
.logname {
	color: #444;
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 10px 0;
	}
.timestamp {
	padding: 2px 0 10px 0;
	line-height: 1;
	font-size: 0.8em;
	}
.dialogno {
	color: #fff; 
	background-color: #666;
	}
.comment, .formlayout{
	width: 500px;
	text-align: left;
	padding: 0 0 50px 0;
	}
#weblogcol h2 {
	font-size: 1.2em;
	color: #999;
	padding: 0 0 10px 0;
	}
#weblogcol h3 {
	font-size: 1em;
	}
.pageswitch{
	font-size:2em;
	font-weight:bold;
	padding-bottom:10px;
	clear:both;
	}
ul.thumbimg{
	padding:0 50px 0 0;
	}
ul.thumbimg li{
	float:left;
	height:120px;
	}
/* form */

.formfield, .formbutton{
	border: solid 1px #999;
	background-color: #fff;
	}
input.linkform {
	border: solid 1px #999;
	background-color: #fff;
	width: 150px;
	}
div.commentform  textarea.formfield {
	width:300px;
	height: 120px;
	}
div.commentform  input.formfield {
	width:150px;
	}
div.commentform  input.formbutton {
	width:100px;
	font-size:10.5px;
	background-color: #666;
	color:#fff;
	}