body { font-family: Georgia, "Times New Roman", Times, serif;
       font-size: 14px; 
       color: black; 
       background: #996;
       width:90%;
       max-width: 900px;
       min-width: 600px;
       margin-left: auto;
       margin-right: auto;
       line-height: 1.2;
       position: relative;
}

#main {position: absolute; left: 1em;}

p { margin: 0 0 1em 0 }

a { text-decoration: none; }

h1 { 
 font-size: 200%; 
 font-weight: bold; 
 color: white; 
 margin-top: 0; 
 margin-bottom: 0;
}
.subtitle {margin-top: 0.5em; margin-bottom:0; color: white;}

img { border: none }

h2 {margin-top: 0; margin-bottom: 0;}

h2.navi {
 margin-top:0;
 margin-bottom: 0.5em;
 font-family: Verdana,Geneva,Arial,Sans-serif;
 color: black;
 font-size: 120%;
 font-weight: bold;
 text-align: left;
 border: 1px solid black;
 border-width: 0px 0px 1px 0px;
}

div.blogentry p {margin-top: 1em}

.blogtitle {
 font-size: 175%; 
 font-weight: bold; 
 margin-top: 0;
 border: 1px solid black; 
 border-width: 0px 0px 1px 0px;
}

h2.booktitle {
 margin-bottom: 2px;
 margin-top: 0;
 font-size: 175%; font-weight: bold;
}

/* div {border: 1px solid black;} */

p.center {text-align: center}

table {
 padding: 1em; 
 font-size: 100%; 
 border-spacing: 10px; 
 width: 100%
}
td {vertical-align: top}

.green {background: #996}
.white {background: white}

bookref {font-style: italic}

.fullentry {
 background: white; 
 padding: 1em;
 margin-top: 0;
 margin-bottom: 15px;
}

.bookauthor {
 line-height: 1.0em;
 font-size: 150%; 
 font-weight: bold; 
 margin-top: 2px;
 border: 1px solid black; 
 border-width: 0px 0px 1px 0px;
}
.bookdetails {
}

.sidebar {
 margin-top: 0;
 vertical-align: text-top; 
 width: 134px; 
 float: right; 
 text-align: center
}

.inset {border: 0; margin: 0 3px 3px 3px}

.details {margin-right: 135px;}
.readingnotes {margin-right: 135px; line-height: 1.6}
.flat, .blogentry {line-height: 1.6 }

.footer {font-size: 80%; line-height: 1.1em; clear: right}
.content {padding: 1em; margin-right: 210px;}
.titleblock {padding: 1em; margin-right:210px}
.left {text-align: left}
.right {text-align: right}
.center {text-align: center}

.nav {
 vertical-align: top; 
 width: 175px; 
 padding: 1em;
 float: right;
 position: absolute; right: 1em;
}

.readingnotes p:first-child:first-letter, .blogentry p:first-child:first-letter {
/* display:inline;*/
 float:left;
 font-size: 3.2em;
 line-height: 0.9;
 color: #996;
 text-transform:uppercase;
 padding: 0;
 margin:0.2em 0.14em 0pt 0pt;
}



