HR.day-separator {
    border: 1px solid #cccccc; /* FIXME: hacky? used to get HR with noshade in mozilla*/
    height: 0px;
    color: #cccccc;
    background: White;
    width: 100%;
    clear: both;
}

BLOCKQUOTE {
    background-color: #F0F0F0;
    border-left: 1px solid #C8C8C8;
    color: #333333;
    margin-top: 10px;
    margin-left: 25px;
    margin-bottom: 10px;
    margin-right: 25px;
    padding: 7px;
}

.highlight {
    background-color: #FFFFCC;
    padding: 2px;
    color: Black;
}

P {
    margin-top: 0px;
    margin-bottom: 10px;
}

BODY, TD {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 90%;
    line-height: 120%;
}

BODY {
    margin-bottom: 20px;
}

.sidebar {
    font-size: 12px;
}

#footer {
    color: #808080;
    clear: both;
    font-size: 0.75em;
    margin-top: 55px;
    margin-bottom: 30px;
    padding: 2px;
    text-align: center;
}

#main {
    position: absolute;
    left: 230px;
    margin-right: 20px;
    text-align: left;
}

#sidebar {
    clear: none;
    float: left;
    margin-left: 5px;
    font-size: 0.7em;
    padding: 3px; /*border: 1px solid #c0c0c0;*/
    width: 200px;
}

.tagline {
    padding-left: 5px;
    font-size: 0.8em;
    background: #f2f3dd;
    padding-bottom: 2px;
    margin-bottom: 7px;
    border-bottom: 1px solid #c0c0c0;
    margin-right: 10px;
    margin-left: 10px;
}

H3.title {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    font-weight: bold;
}

H3 {
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 0px;
    font-size: 110%;
    font-weight: bold;
}

H4 {
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 0px;
    font-size: 100%;
    font-weight: bold;
}

div.post {
    margin-bottom: 15px;
    clear: both;
}

h2.date, h2.document-title {
    margin-top: 10px;
    padding: 0px;
    font-weight: bold;
    font-size: 100%;
    color: #CC0000;
    /* background: #f0f0f0; */
    /* border: 1px solid #e0e0e0; */
}

h2.document-title {
    margin-bottom: 5px;
}

.timestamp {
    font-size: 75%;
    color: #606060;
    font-weight: normal;
}

.speechmark {
    color: #CC0000;
    font-weight: bold;
}

h1.site-title {
    padding-left: 5px;
    margin-left: 10px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

code {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

pre {
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-left: 10px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

code {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

pre {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

DIV.note {
    background: #FFFFE3;
    padding: 5px;
    border: 1px dashed #E7E7E7;
    margin-top: 10px;
    margin-bottom: 10px;
}

img {
    border: 0px;
}