
body {
    margin: 0;
    padding: 0;
    background-color: white;
    font-family: Helvetica, 'Droid Sans', Arial, sans-serif;
    font-size: 14px;
    color: #303030;
}

#main {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
}

#header {
    height: 40px;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 30px;
    position: relative;
}

#header_content {
    padding-left: 12px;
    position: absolute;
    bottom: 12px;
}

#header_content a {
    text-decoration: none;
}

#header_tabs {
    font-size: 14px;
}

#header_tabs li {
    float: right;
}

#header_subtext {
    font-size: 10px;
    color: #303030;
}

#header_spacer {
    clear: both;
    height: 24px;
    width: 100%;
}

#footer {
    padding: 12px;
    border-top: 1px solid #D8D8D2;
}

#content {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 24px;
}

#content-header {
    padding: 0px;
}

#content-header h1 {
    padding: 0px;
    margin: 0px;
}

#sidebar {
    display: none;
    margin-bottom: 24px;
    padding-left: 12px;
    padding-right: 12px;
    width: 174px;
    float: right;
    border-left: 1px solid #D8D8D2;
}

#sidebar ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 24px;
}

#sidebar h4 {
    margin: 0;
    /* color: #820700; */
    font-size: 16px;
    font-weight: normal;
    text-transform: lowercase;
}

#sidebar h4 > span {
    font-weight: bold;
}

.post_title {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 4px;
    margin-bottom: 16px;
    text-transform: lowercase;
}

.post_title > a {
    display: block;
}

.post_date {
    font-size: 11px;
    margin: 0px;
}

.post_content {
    padding-bottom: 4px;
}

#footer {
    padding-left: 12px;
    padding-right: 12px;
}

.message {
    font-style: italic;
}

#subscribe_button {
    padding-bottom: 12px;
}

.project_list {
    padding: 0px;
    list-style: none;
}

.project_list li {
    padding-bottom: 24px;
}

.project_name {
    display: block;
    font-weight: bold;
}

a, a:hover {
  color: #820700;
}

pre > code {
    background-color: transparent;
}
