html {
overflow-y: scroll;
}   /* fix for Firefox, Opera scrollbar jump*/

h1, h2, h3 {
    color: #B4302A;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.entry h1 {
   font-size: 26px;
}

#content_container .entry h2, #content_container .entry h3 {
   font-size: 20px;
}

.entry h1 + p {
     font-size: 120%;
}

.widget h2 {
    font-size: 20px;
}

.entry li {
     font-size: 13px;
}

.onecol {
    padding-top: 5px;
}