body {
    margin-left: 5em;
    margin-right: 6em;
    background-color: #fff;
    min-width: 630px;
    font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

a {
    color: #444;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: 0;
}

#header {
    clear: both;
}

div#blog-title a {
    float: left;
    color: #444;
    font-size: 250%;
    text-decoration: none;
}

#content {
    clear: both;
    margin: 3em 18em 3em 15em;
    padding-top: 2em;
}

div#searchresultcount {
    margin: 15px 0 30px;
}

div.post-colophon {
    margin: 1em 0 3em 0;
    font-size: 80%;
    color: #444;
    border-bottom: 1px solid #444;
}

div#navigation {
    font-size: 80%;
    text-align: center;
}

/* Footer */

div#footer {
    clear: both;
    margin: 40px 0px 30px 0px;
    text-align: right;
    font-size: 15px;
    font-weight: bold;
    color: #444;
}

div#footer div#credit {
    font-size: 80%;
    margin-top: 15px;
}

.query { font-weight: bold; }

.tag {
    font-style: italic;
}

/*** IE FIX **/
* html #left {
    left: 150px;
}
