body { 
    font-family: 'Hoefler Text', 'Minion Pro', 'Adobe Garamond Pro', Garamond, 'Palatino Linotype', serif;
    background-color: #fff;
    color: #555;
    font-size: 16pt;
    line-height: 20pt;
}

div#page {margin: 30px 30px 30px 350px;}
div#header { height: 150px; }
div#content { width: 650px; }

a { color: #ff7010; text-decoration: none; }
a:hover { color: #0b3; }

em { font-weight: normal; font-style: italic; }
abbr{ text-transform: lowercase; font-variant: small-caps; margin: 0; padding: 0; }
abbr[title] { cursor: help; border-bottom: 1px dashed #555; }

span#subtitle { font-size: 10pt; line-height: 10pt; }
h1, h2, h3, h4, h5 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; 
    font-weight: bold;
    margin: 0;
    padding: 0;
    line-height: normal;
}

h1 { font-size: 24pt; line-height: 26pt; }
h2 { font-size: 18pt; line-height: 20pt; }
div.post h2 a { color: #484848; }
div.post h2 a:hover { color: #ff7010; }

div.post { margin-bottom: 100px; }
div.post span.date { font-size: 9pt; line-height: 10pt; }


div.entry { margin-top: 25px; }

div.entry pre { 
    width: 95%;
    overflow: auto;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 0.6em 0 0.6em 0.6em;
    font-size: 11pt;
    line-height: 12pt;
    margin: 1em 0 1em 0;

}

.margin_note {
    position: relative;
    font-size: 9pt;
    line-height: 10pt;
    font-style: italic;
    text-align: right;
    width: 125px;
    margin-left: -150px;
    /* margin-top: -1em; */
    float: left;
}
.postmetadata { font-size: 10pt; line-height: 10pt; margin-top: 20px; padding-left: 25px; }

code { font-family: 'Courier New', Courier, Monospace; font-size: 13pt; color: #666; }

.post ul, .post ol {
    margin: 20px 0 20px 0;
}
.post li { list-style: outside; margin: .2em 0 .2em 0; }

div.navigation { margin-bottom: 20px; }
div.alignright { text-align: right; }

div#footer { width: 650px; border-top: 1px solid black; padding: 20px; text-align: center; }
div#sidebar { display: none; }
