/*
    Theme Name: Incrementalism
    Theme URI: http://incrementalism.net
    Author: Tim Moore
    Author URI: http://incrementalism.net
    Template: k2
*/

body {
    background: #3371A3;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

pre {
    overflow: auto;
    background-color: #f4f4f4;
    padding: 5px;
    line-height: normal;
}

img#wpstats {
    display: none;
}

#header {
    height: auto;
}

#page {
    border: none;
    padding-top: 0;
}

#footer {
    background: #eee;
    border-top: 1px solid #888;
    margin-top: 40px;
    padding-bottom: 20px;
}

.blog-title {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-top: 20px;
}

.entry-content {
    text-align: left;
}

.entry-comments {
    display: block;
    float: right;
}

.navigation a {
    color: #27d;
}

