body{
background-color:black;
color:green;
font-family:Georgia, serif;}

#header{
position:absolute;
top:0px;
left:0px;
z-index:0;
width:100%;
height:80px;
border-bottom:2px dotted green;
}

#leftcolumn{
position:absolute;
top:0px;
left:0px;
height:auto;
 
width:200px;
z-index:1;
background-color:black;}

#rightcolumn{
position:absolute;
top:82px;
left:200px;
border-left:2px dotted green;
border-bottom:2px dotted green;
height:auto;
width:auto;
z-index:0;
}

h1{
text-align:right;
margin:20px;
font-size:48px;}

hr{
border-top:0px;
border-left:0px;
border-right:0px;
border-bottom:4px green dotted;
width:85%;
padding:5px;}

#leftcolumn hr{
border-top:0px;
border-left:0px;
border-right:0px;
border-bottom:2px green dotted;
width:100%;
padding:5px;}

.post-title{
font-size:1.3em;
font-weight:bold;
margin:25px;  }

.post, p{margin:25px;  }

.post-footer{
font-size:.8em;
margin:25px;  }

.post-footer-right{float:right;}

.sidebar{margin:10px;}
.sidebar-title{
font-size:1.3em;
font-weight:bold;
margin:10px;
}

a{
font-weight:bold;
text-decoration:none;}
a:link{color:lime;}
a:visited{color:lime;}
a:hover{color:yellow;}
a:active{color:white;}