/******************************************  
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
* 
* Simply copy an existing style from style.css to this file, 
* and modify it to your liking.
*/

#postsSmall p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 16px;
}
#postsBig p {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}
#single {
    font-size: 16px;
    line-height: 22px;
    color: #555;
}
div.featCategories li.first p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
}
#archive p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 6px;
}

.posts h2 {
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
}