/* This is main body */

body {
	/*font-size: 10px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: rgb(0,255,0);
	background-image: url('images/background.png');
}

#page {
	width: 810px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

#head {
	width: 800px;
	height: 45px;
	padding: 0;
	margin: 0;
}

#head h2 {
	width: 796px;
	height: 26px;
	padding: 7px 0 7px 0;
	margin: -3px 0 -4px 0;
	text-align: center;
	font-size: 18px;
	background-color: rgb(0,0,0);
	border-left: 2px solid rgb(106,106,106);
	border-right: 2px solid rgb(90,90,90);
}

#foot {
	clear: both;
	width: 800px;
	height: auto;
	padding: 0;
	margin: 0;
}

#foot p {
	width: 796px;
	padding: 8px 0 0 0;
	margin: -3px 0 0 0;
	text-align: center;
	font-size: 12px;
	background-color: rgb(0,0,0);
	border-left: 2px solid rgb(106,106,106);
	border-right: 2px solid rgb(90,90,90);
}

#nav {
	clear: both;
	float: left;
	width: 120px;
	height: auto;
	margin: 21px 0;
	font-size: 12px;
	background-color: rgb(0,0,0);
}

#nav ul {
	list-style-type: none;
	width: 114px;
	height: auto;
	padding: 5px 0 10px 2px ;
	margin: 0 0 -2px 0;
	background-color: rgb(0,0,0);
	border-left: 2px solid rgb(106,106,106);
	border-right: 2px solid rgb(90,90,90);
}

#nav ul li.badge {
	list-style-type: none;
	text-align: center;
	padding: 2px 0 0 0;
}

form input.openid_url_sidebar {
	width: 100px;
	margin: 0 0 5px 0;
	color: rgb(0,255,222);
	background-color: rgb(50,50,50);
}

#nav p {
	list-style-type: none;
	width: 116px;
	height: auto;
	padding: 2px 0 2px 2px ;
	margin: 0 0 -2px 0;
	background-color: rgb(0,0,0);
	border-left: 2px solid rgb(106,106,106);
	border-right: 2px solid rgb(90,90,90);
}

.lblockhead_top {
	width: 120px;
	height: 18px;
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 145%;
	text-align: center;
	color: rgb(0,255,222);
	background-image: url('images/top.gif');
}

.lblockhead {
	width: 116px;
	height: 18px;
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 140%;
	text-align: center;
	color: rgb(0,255,222);
	background-image: url('images/midbar.gif');
	border-left: 2px solid rgb(106,106,106);
	border-right: 2px solid rgb(90,90,90);
}

.dots {
	display: inline;
	color: rgb(0,0,0);
	background-color: transparent;
}

/* Header Icons */

.icon_l {
	float: left;
	display: block;
	padding: 2px 5px 2px 5px;
	margin: 0;
	border: none;
}

.icon_r {
	float: right;
	display: block;
	padding: 2px 5px 2px 5px;
	margin: 0;
	border: none;
}


.icon img {
	float: left;
	border: none;
}

.icon_l a:hover, .icon_r a:hover {
	display: block;
	background-color: rgb(75,75,75);
}

#maincontent {
	width: 670px;
	height: auto;
	margin: 21px 0 10px 130px;
}

.contenthead {
	width: 670px;
	height: 18px;
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 145%;
	text-align: left;
	color: rgb(0,255,222);
	background-image: url('images/contenttop.gif');
}

.contenthead img {
	vertical-align: middle;
	margin-top: -1px;
}



.contentblock {
	width: 666px;
	height: auto;
	background-color: rgb(0,0,0);
	border-left: 2px solid rgb(106,106,106);
	border-right: 2px solid rgb(90,90,90);
}

.contentblocksep {
	width: 300px;
	height: 18px;
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 140%;
	text-align: left;
	background-image: url('images/seperator.gif');
}

.contentblock p {
	padding: 10px;
	margin: 0 0 -2px 0;
	/*font-size: 12px;*/
	text-indent: 2em;
	text-align: justify;
}

.contentblock ol {
	padding: 5px 10px 5px 50px;
	margin: 0 0 -2px 0;
	/*font-size: 12px;*/
	text-indent: 2em;
	text-align: justify;
}

.contentblock ul {
	list-style-type: none;
	padding: 5px 10px 5px 10px;
	margin: 0 0 -2px 0;
	/*font-size: 12px;*/
	text-indent: 2em;
	text-align: justify;
}

.contentblock ul ul {
	list-style-type: none;
	border: none;
}

.contentblock h3 {
	color: rgb(0,0,255);
	padding: 5px 0 0 5px;
	margin: 0 0 -2px 0;
	/*font-size: 12px;*/
	text-indent: 0;
	text-align: left;
	background-color: rgb(0,0,0);
}

.contenthead a, .contenthead a:visited, .contenthead a:hover, .contenthead a:active, .contenthead b {
	border: none;
}

.contentblock_hollow {
	color: rgb(255,0,0);
	padding: 5px;
	margin: 0 0 -2px 0;
	text-align: center;
	background-color: rgb(0,0,0);
	border-left: 2px solid rgb(200,200,200);
	border-right: 2px solid rgb(200,200,200);
}

p.meta {
	font-size: 10px;
	text-align: left;
	background-color: rgb(0,0,0);
}

h2.pagetitle {
	padding: 5px 10px 5px 50px;
	margin: 0;
	font-size: 18px;
	text-align: center;
	background-color: rgb(0,0,0);
}

img {
	padding: 0;
	margin: 0;
	border: none;
}

a, a:visited {
	text-decoration: none;
	color: rgb(0,255,222);
}

a:hover {
	text-decoration: underline;
	color: rgb(0,255,222);
}

#microdot1 {
	position: absolute;
	top: 201px;
	left: 11px;
}

#microdot2 {
	position: absolute;
	top: 221px;
	left: 11px;
}

#microdot3 {
	position: absolute;
	top: 241px;
	left: 11px;
}

#microdot4 {
	position: absolute;
	top: 261px;
	left: 11px;
}

#microdot5 {
	position: absolute;
	top: 281px;
	left: 11px;
}

#microdot6 {
	position: absolute;
	top: 301px;
	left: 11px;
}

#microdot7 {
	position: absolute;
	top: 401px;
	left: 11px;
}

.cent {
	text-align: center;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.navigation {
	padding: 5px;
	margin: 0;
	background-color: rgb(0,0,0);
}

textarea {
	color: rgb(0,255,222);
	background-color: rgb(50,50,50);
}

code {
	display: block;
	font-size: 12px;
	text-indent: 0;
	text-decoration: none;
	padding: 5px;
	margin: 25px;
	overflow: auto;
	background-color: rgb(50,50,50);
	border: 1px solid rgb(90,90,90);
}

blockquote {
	padding: 0 5px 0 5px;
	border: 1px dotted rgb(255,255,0);
}


/* WP Calendar formatting */
table#wp-calendar {
	margin: 10px;
	border: 1px solid rgb(200,200,200);
}

table#wp-calendar caption {
	margin-top: 5px;
}

table#wp-calendar th {
	border-bottom: 1px solid rgb(200,200,200);
}

table#wp-calendar tfoot td {
	border-top: 1px solid rgb(200,200,200);
}

/* Comment Formatting */
.commentdata, .commentdata a {
	text-decoration: none;
	text-align: left;
	text-indent: 0;
	color: rgb(0,0,255);
}

.contentblock ol li p {
	border: none;
}

.contentblock ol li.alt {
	background-color: rgb(50,50,50);
}

.contentblock ol li.alt p {
	border: none;
	background-color: rgb(50,50,50);
}

.contentblock p.center {
	padding: 5px;
	margin: 0 0 -2px 0;
	font-size: 12px;
	text-align: center;
	border-left: 2px solid rgb(200,200,200);
	border-right: 2px solid rgb(200,200,200);
}

/* Search form */
form input.search {
	width: 100px;
	margin: 0 0 5px -2px;
	color: rgb(0,255,222);
	background-color: rgb(50,50,50);
}

form input.bigsearch {
	width: 150px;
	margin: 0 0 5px 0;
	color: rgb(0,255,222);
	background-color: rgb(50,50,50);
}

.bigsearch {
	text-align: center;
	padding: 0 0 4px 0;
	margin: 0 0 -2px 0;
	background-color: rgb(0,0,0);
	border-left: 2px solid rgb(200,200,200);
	border-right: 2px solid rgb(200,200,200);
}

/* kversion table formatting */
table#kversion {
	height: auto;
	width: 80%;
	margin: auto;
	padding: 0;
	border-spacing: 0;
}

td.kernel {
	text-align: left;
}

td.version {
	text-align: left;
}

/* Files Section formatting */
table.file td, a, img {
	border: none;
	text-decoration: none;
}

table.file tr.item {
	background-color: rgb(90,90,90);
}

table.file tr.item:hover {
	background-color: rgb(120,120,120);
}

table.file td.description {
	padding: 0 0 0 3em;
}

table.file {
	height: auto;
	width: 600px;
	padding: 0;
	margin: 10px 0 10px 35px;;
}

table.file tr.category {
	font-size: 130%;
        color: rgb(0,0,0);
        background-color: rgb(150,150,0);
}

table.file tr.column_key {
	font-size: 70%;
        color: rgb(0,255,0);
        background-color: rgb(60,60,60);
}

table.file td.name {
	padding-left: 10px;
}

table.file td.size {
	width: 125px;
	text-align: right;
}

table.file td.icon {
	text-align: center;
	width: 75px;
}
