html {
	background-color: #000000;
	color: #cccccc;
}


body {
	font-family: tahoma;
	font-weight: normal;		
        font-size: 80%;
	padding: 5px;
	margin: 0px;
	padding-bottom: 22px;
}
.date {
        font-size: 75%;
        color: #cccccc;
}
:link {color: #ffcc00; text-decoration: none;}
:visited {color: #aa9900; text-decoration: none;}
:visited:hover {color: #cccccc; text-decoration: none;}
:link:hover {color: #cccccc; text-decoration: none;}

td.highlight{
	background-color: #444444;
}

#pre {
#	color: inherit;
#	font-size: inherit;
#	font-family: inherit;
#	font-weight: inherit;
#}

pre.code {
	overflow:	auto;
	background-color:	#222222;
	border:		solid;
	border-width:	thin;
	padding: 5px  10px;
}

.news {
        font-weight: bold;
        color: #ffffff;
}
.summary:visited {
        color: #993333;
}
.summary {
        color: #FF4444;
}
.comment {
        text-align: left;
        color: #44AAAA;
}
.permalink {
        font-size:70%;
        color: #888800;
}
.permalink:hover {
        color: #cccccc;
}

label.login {
        font-size: 12px;
}
input {
	font-size: 10px;
}
.norm {
        font-size: 100%;
}

img {
        border-style: none;
}

div {
	border-style: solid;
	border-width: 0px;
	border-color: #303030;
	overflow: hidden;
	background-color: inherit;
	color: inherit;
}
div#main {
	position: relative;
}

div#navbar { 
	padding-left: 5px;
	position: relative;
}

div#hidden {
	bottom: 0px;
	position: fixed;
	border-top-style: solid;
	border-top-width: 1px;
	z-index: 100;
	background-color: #222222;
	height: 22px;
	left: 0px;
	right: 0px;
	overflow: hidden;
	color: inherit;
	padding: 0px;
}
div#login{
	text-align: right;
	padding: 0px;
	margin: 0px;
        font-size: 12px;
	right: 0px;
	position: absolute;
	width: 500px;
}
div.comment {
        padding-left: 30px;
        border-width: 0px;
}
.title {
	float: left;
	padding: 0 0px;
	background: #000000;
}
	
