
a {
	color: #999;
	}
a:hover {
	color: #fff;
	background-color: #666;
	}
a:visited {
	}
a:active {
	}

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

a.imagelink:hover {
	background-color: #fff;
	}
body {
	font-family:'Lucida Grande',Helvetica,Arial,sans-serif ;
	font-size: 9pt; 
	color: #999;
	line-height: 1.1;
	margin: 0;
	padding: 0;
	background-color: #000; 
	}
input, textarea{
	font-family:Helvetica,  Arial, sans-serif ;
	font-size: 9pt; 
	color: #666;
	line-height: 1.1;
	}
img {
	border: none;
	}
ul, li {
	list-style-type: none;
	}
h1, h2, div, p, ul, li {
	margin: 0;
	padding: 0;
	}
h2{
	font-size:3em;
	}

div.commentform label{
	display:block;
	margin-top:5px;
	}
/* layout */

.subcol {
	position: absolute;
	top: 0px; 
	right: 0px;
	width: 200px;
	padding: 0;
	text-align: right;
	}
.subcol:hover {
	}

.subcoldummy {
	position: absolute;
	top: 50px; 
	right: 15px;
	width: 100px;
	height:800px;
	z-index: 2;
	}


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;
	font-size:12px;
	}
div#adblock a:hover{
	background:#FFFFFF;
	text-decoration:none;
	}
div#menu {
	height:21px;
	overflow:hidden;
	}
div#menu li {
	display:inline;
	list-style-type:none;
	height:21px;
	overflow:hidden;
	padding:0;
	}
div#menu li a, div#menu li a:visited {
	padding:3px 3px;
	background-color:#aaaaaa;
	color: #FFFFFF;
	border-bottom:#666666 solid 1px;
	border-right:#666666 solid 1px;
	text-decoration:none;
	line-height:19px;
	font-size:12px;
	}
div#menu li a:hover{
	background:#FFFFFF;
	text-decoration:none;
	color:#666666;
	}

div#linklist li {
	display:inline;
	list-style-type:none;
	height:21px;
	overflow:hidden;
	padding:0;
	}

div#linklist li a, div#linklist li a:visited {
	padding:0px 3px;
	background-color:#aaaaaa;
	color: #333333;
	border-bottom:#666666 solid 1px;
	border-right:#666666 solid 1px;
	text-decoration:none;
	line-height:19px;
	font-size:12px;
	}
div#linklist li a:hover{
	background:#FFFFFF;
	text-decoration:none;
	color:#666666;
	}
/* 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 0 0;
	}
.body{

	}
.logname {
	color: #444;
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 10px 0;
	}
.timestamp {
	display:none;
	}
.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:3em;
	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;
	}
