html {
 font-family: Calibri, Arial, Helvetica, sans-serif;
 font-size: 1.1em;
 border:0px;
 margin:0px;
}

body {
 background:url('http://www.anus.com/zine/layout/aom.jpg') repeat;
}

a:link, a:visited {
 text-decoration:none;
 color:#700;
}

div#page {
 width:80%;
 margin:20px auto 20px auto;
 border:1px solid #300;
 background-color:white;
 color:100;
 box-shadow: 10px 10px 5px #000;
}

div#navigation {
 width:300px;
 float:left;
 height:100%;
 vertical-align:top;
 padding:0px 20px 0px 10px;
}

div#navigation h2 {
 line-height:1;
 margin: 0px 0px 0px 20px;
 font-weight:normal;
 font-size:1.0em;
}

h1.title {
 font-weight:bold;
 margin: 4px 0px 0px 20px;
}

h2.sub-title {
 font-style:italic;
 margin: 0px 20px 0px 20px;
 border-bottom:1px solid #100;
} 

div#copyright {
 font-size:0.8em;
 margin:40px 0px 20px 0px;
}

div#content {
 width:700px;
 margin-left:300px;
 padding:0px 30px 0px 30px;
}

p.break {
 display:block;
 margin-bottom:20px;
 overflow:hidden;
}

/* posts */

div.post {
 display:block;
 width:90%;
 margin:10px auto 10px auto;
 border:1px solid #ddd;
 padding:0px 6px 8px 6px;
 white-space: pre-wrap;
}

span.date {
 font-size:67.5%;
 font-style:italic;
}