/*
Theme Name: ModdrBeaver
Theme URI: http://moddr.net/[coming]
Description: Inspired by 'AIK' theme by Rod McFarland
Version: 1.0
Author: moddr.net

Enjoy! 
*/

body{
	font-family:"Courier New","Courier","System","Terminal",Monospace;
	color:#88ff88; 
	background-color:black;
/*	cursor:crosshair; */ /* on windowz the cross is black ;( */
        margin:0px;
        padding:0px;
}

a{
	color:#88ff88;
	font-weight:bold;
	text-decoration:none;
}

body div.bg {
	
	position:absolute;
	z-index: 1;
        visibility: visible;
        margin: 0px;
        color: #444; 
	font-size: 70%;
        overflow: hidden;
	
}

body div#rap {
        z-index:10;
        position:absolute;
        width:97%;
        margin:12px;
}

body div.bg br {
        float:left;
}

hr.divide {
	height:2px;
	color:#88dd88;
	background-color: #88dd88;
	border:0px;
        margin-top: 10px;
        
        
}


span.header a {
	line-height:120%;
	font-size:500%;
	padding-left:20px;
}

a:hover{
	text-decoration:underline;
}
.ident{
	
	color:#000000;
	background-color:#88ff88;
	padding-left:0.4em;
}
.ident a{
	color:#000000;
	text-decoration:none;
}
.ident a:hover{
	text-decoration:underline;
}

.ident#lsd {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.tagline{
	font-size:50%;
	font-style:italic;
}
.spost{
	position:absolute;
	cursor:crosshair;
	border:1px solid #88ff88;
	overflow:hidden;
	background-color:black;
	color:#88ff88;
	padding:0;
}

.post {
       font-size: 11pt; 
        
}
.post pre {
       font-size: 9pt; 
        
}

.postmetadata {
        font-size: 11pt;
        color:#118811;
        
}

.sptitlebar{
	cursor:move;
	background-color:#88ff88;
	color:black;
	padding:0px 0px 0px 2px;
	border:1px solid black;
}

.sptitlebar a{
	color:black;
	text-decoration:none;
}

.sptitlebar a:hover{
	text-decoration:underline;
}

.spcontrols{
	float:right;
}
.spcontrols span{
	border-left: solid 2px #000000;
	border-bottom: solid 2px #000000;
	padding:0 0.4em 0 0.4em;
	font-size:200%;
	cursor:pointer;
	color:#000000;
	font-family: sans-serif;
	font-weight: bolder;

}
.storytitle{
	background-color:black;
}

.storytitle a{
	font-size:150%;
	color:#11cc11;
	border-left: solid 12px;
	padding-left:8px;
	line-height:150%;
}

.storytitle a:hover{
	color:#88ff88;
}

.storytitle-dark a{
        font-size:150%;
	color:#118811;
        border-left: solid 12px;
	padding-left:8px;
	line-height:150%;
}

.storytitle-dark a:hover{
	color:#11cc11;
}

.under {
        font-size:70%;
        color:#66aa66;
}

.sppostcontent{
	padding:2px;
}

.sidebar, div.pagenav {
	font-size:100%;
	padding-top:10px;
	padding-bottom:20px;
}
.sidebar ul, div.pagenav ul, div.links ul li, li.categories, li.pagenav {
	margin:0;
	padding:0;
	list-style-type:none;
}
div.pagenav li
{
float:left;
padding-right:8px;
margin:0;

}


li.page_item, li.cat-item, ul.links li
{
	border-left:8px solid #8f8;
	padding-left: 5px;
        background-color:black;
}


input[type=text], input[type=password], textarea{
	font-family:"Courier New","Courier","System","Terminal",Monospace;
	color:#88ff88;
	background-color:#000000;
	border:1px solid #88ff88;
        height:11pt;
        font-size:8pt;
        width:80pt;
}

span.moddr img {
        background-color:#88ff88;
        position:absolute;
}

span.moddr img#green {
        position: relative;
        top:0px;
        left:0px;
}

span.moddr:hover img#green {
        visibility: hidden;
}

.beaver {
        text-align:right;
        width:300px;
        position:absolute;
        color: #999900;
        top:60%;
        left:-295px;
        z-index:100;
}

