/*
Theme Name: BlogNet
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
*/

body {
background-color:#FFFFFF;
font-family:verdana,arial;
}

#container {
width:1000px;
margin:0 auto;
padding:0 1px;
background:white ;
}

#header { 
padding:3px;
padding-bottom: 10px;
border-bottom:2px solid #000000;
}

#main {
background-color:#ffffff;
padding:10px;
}

#content {
width:550px;
float:left;
/* border:1px dotted #000; */ 
padding:2px;
font-size:0.8em;
}

#sidebar {
margin-left:560px;
width:400px;
}

#lc {
width:150px;
float:left;
border-left:1px dotted grey;
}

#rc {
width:160px;
padding:15px;
border-left:1px dotted grey;
float:right;
}

#footer {
text-align:center;
padding:15px;
font-size:9pt;
border-top: 1px solid #91b9e2;
clear:both;
}

h1 { font-size:1.3em; margin-bottom:0; }
h2 { font-size:1.2em; }
h3 { font-size:1.0em; }

.h1 { font-size:1.5em; font-weight: bold; font-family:arial; }
.h2 { font-size:1.2em; font-weight: bold; }
.h3 { font-size:1.0em; font-weight: bold; }

.blogname {
color:#0000FF;
font-family:tahoma,arial;
font-size:2em;
font-weight:bold;
text-decoration:none;
}
#header a:link, #header a:visited, #header a:hover { color:black; }

.description {
}

.menu h2 {
font-size:0.9em;
}

.menu ul {
padding-top:0; 
margin-top:0; 
padding-left:20px;
font-size:0.7em; 
}

.spacer {
clear:both;
}

.date { font-size:8pt; }
.postmetadata { font-size:0.8em; }

.post {
margin-bottom:40px;
}

.navigation {
margin:20px auto;
}


.alignright {
        float: right;
        }

.alignleft {
        float: left;
        }

.commentlist li {
        font-size: 0.8em;
        }
small {
        font-size: 0.75em;
        }

