.blog_entry {
    display: block;
    float: left;
    clear: both;
    width: 428px;
    font-size: 10px;
    margin: 0 0 35px 16px;
}

    .blog_entry h2 {
        display: block;
        float: left;
        font-size: 24px;
        width: 413px;
        margin: 0 0 10px 0;
        clear: both;
        font-weight: 100;
    }
    
    .blog_entry p {
        display: block;
        float: left;
        width: 413px;
        margin: 0 0 24px 0;
        line-height: 21px;
    }
    
    .blog_entry .entry_info {
        display: block;
        float: left;
        clear: both;
        padding: 10px;
        width: 393px;
        background: #2b2b2b;
        margin: 0 0 35px 0;
    }
    
    .blog_entry .posted {
        display: block;
        float: left;
        clear: both;
        width: 413px;
        padding-bottom: 20px;
        margin: 0 0 10px 0;
        border-bottom: 1px solid #2b2b2b;
    }

.paginate {
    display: block;
    float: left;
    clear: both;
    width: 428px;
    font-size: 10px;
    margin: 0 0 35px 16px;
}

#commentform {
    display: block;
    float: left;
    clear: both;
    width: 428px;
    margin: 0 0 35px 16px;
    font-size: 10px;
}

    #commentform textarea {
        display: block;
        float: left;
        clear: both;
        width: 408px;
    }
    
    #commentform p {
        display: block;
        float: left;
        clear: both;
        width: 428px;
        margin: 10px 0;
    }
    
    #commentform form {
        margin: 0;
        padding: 0;
    }
    
#ancillary h2 {
    background: transparent url("../images/title-theinloops.gif") top left no-repeat;
}