#navList a:link, #navList a:visited, #navList a:active, .blogStats {
    color: #aabbcc;
}


.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #2fb2e6;
    transition: all 0.4s linear 0s;
}

.postTitle a:hover {
    color: #F60;
    text-decoration: underline;
}


.catListTitle {
    background: #2fb2e6;
    border-bottom: 1px solid #006600;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    color: #FFFFFF;
    font-size: 1.2em;
    height: 1.8em;
    line-height: 1.8em;
    padding: 5px;
    text-indent: 0.5em;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

#sidebar_search, #blog-calendar {
    display: none;
}