/** blog **/

.post-title {
}

.post-title a {
    font-family: Verdana, Geneva, Arial, sans-serif;
    background-image:url(images/block_sm.png);
    background-position: -2px -20px;
    background-repeat:no-repeat;
    padding-left:14px;
}

.post-title a:visited {
    background-position: -2px -3px;
}

.post-body {
    margin: 5px 0;
}

.post-body h1 {
    font-size:1.5em;
    border-bottom: 1px solid #666;
}

.post-body h2 {
    font-size:1.2em;
    border-bottom: 1px solid #aaa;
}

.post-body h3 {
    font-size:1.1em;
    border-bottom: 1px dotted #ccc;
}

.post-body .codeblock {
    font-size: 85%;
}

.post-body img.first {
    padding: 0 20px 20px 0;
    float:left;
    vertical-align:top;
}

.post-meta {
    border-bottom: 1px solid #666;
    border-top: 1px solid #666;
    font-size: 80%;
    padding-bottom: 2px;
    text-transform: lowercase;
}

.post-list .post {
    border-bottom: 1px solid #666;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.post-list .post .read-more {
    text-align:right;
    font-size:90%;
    margin-top:-1.5em;
}

.post-list .post .post-title {
    font-size: 1.2em;
    font-variant: small-caps;
    font-weight: bold;
}

.post-list .post .subtext {
    font-size: 0.8em;
}

#smalltitle {
    font-variant: small-caps;
    font-weight: bold;
    margin-bottom: 5px;
    padding-bottom: 3px;
    font-size:1.7em;
}

