/* CSS style for entire blog section */

.postedby {
    color: #FFC272;    
}

.postedby {
    margin-bottom: 3em;
}

.blog-title {
    margin-bottom: 0.2em;
}

.blog-title a {
    color: inherit;
}

.small {
    font-weight: lighter;
    font-size: 0.8em;
}

ul.linklist {
    list-style-type: none;
    margin-left: 1em;
    padding-left: 0;
}

ul.linklist li {
    padding-left: 0;
    margin-left: 0;
}

#archive {
    float: right;
    width: 18em;
    margin-left: 2em;
    margin-bottom: 2em;
}

a.rss {
    padding-right: 20px;
    background-image: url(/static/images/rss-feed.gif);
    background-position: right;
    background-repeat: no-repeat;
}

.comment {
    background-color: #1a303f;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    width: 450px;
    margin-bottom: 1em;
}

.comment h3 {
    color: #FFC272;
}

.post-comment {
    padding-top: 4px;
    margin-top: 4em;
}

#content-secondary {
    margin-top: 3em;
}
