body {
    background-color: #fff;
    margin: 0;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

#header {
    color: #69AED8;
    text-decoration: none;
    font-weight: bold;
    background-color: #334c66;
    padding: 9px 13px;
    font-size: 2em;
}

#footer {
    margin: 0 0.3em;
    border-top: 1px solid #222;
    font-size: 0.8em;
    padding-left: 1.2em;
    color: #777;
}

#menu {
    padding: 4px 6%;
}

#menu a:link, #menu a:visited {
    color: #222;
}

#menu a:active, #menu a:hover {
    color: #777;
}

#main {
    padding: 4px 7%;
}

div.blog_post {
    border-bottom: 1px solid #eee;
    margin-bottom: 1em;
    max-width: 650px;
}

div.blog_post div.posted {
    font-size: 0.7em;
    color: #555;
}

div.blog_post h3 {
    margin: 0;
    border: 0;
    padding: 0;
}

div.blog_post div.post_content p {
    margin-top: 0.1em;
    margin-bottom: 0.6em;
    font-size: 0.95em;
}

div.blog_post h4 {
    margin-bottom: 0;
}
div.blog_post div.post_content {
    padding: 0 0.7em;
}

a, a:link, a:visited {
    text-decoration: none;
    font-weight: bold;
    color: #334c66;
}

a:active, a:hover {
    color: #99B2CC;
}

code, .codehilite {
    font-family: "Lucidia Console","Andale Mono","Courier New",Courier,monospace;
}

code {
    background-color: #efefef;
}
pre {
    margin: 0.5em 1.6em 1em 1.2em; /* TRBL */
    background-color: #efefef;
    padding: 0.1em 0.8em;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    font-size: 12px;
}
