body {
    font-size: 14px;
    font-family: helvetica;
}

#content {
    position: absolute;
    top: 30px;
    background-image: url('/site_media/img/zompf_logo.png');
    background-repeat: no-repeat;
    background-position: center top;
    width: 960px;
    min-height: 600px;
}

#main_block {
    position: relative;
    padding: 250px 0px 30px 0px;
    margin: 0px 150px 0px 150px;
}

#nav { float: left; }
#nav ul {
    margin: 0px;
}

#nav li {
    padding: 0px 10px 0px 10px;
    display: inline;
}

a.logout_link { float: right; }
#header { margin: 0 150px;}


/*** begin blog styles ***/
.post_subheader { border-bottom: thin solid grey; }
.post_message { margin-top: 10px; } 
h2.post_header, h3.post_header { margin: 10px 0 5px; } 
.post_preview_container { border: thin solid grey; margin-bottom: 2px; padding: 15px;} 

.post_pager_newer { float: left; }
.post_pager_older { float: right; }
    
#id_message { width: 600px; height: 400px;}  
#id_title { width: 400px; }


