#navigator {
    background-color: #009090;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    clear: both;
    padding: 0 16px;
}
.catListTitle {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    background: #008080;
    color: #fff;
    padding-left: 10px;
    font-weight: bolder;
}
#blogTitle {
    height: 70px;
    background: #fff;
    clear: both;
}
.newsItem, #blog-calendar {
    margin-bottom: 10px;
    text-indent: 0;
    padding: 20px;
    background: #FAFCFD;
    border-radius: 3px;
    box-shadow: 1px 1px 2px #A7A8AD;
    line-height: 1.5;
}
#navList a:hover {
    color: white;
    background-color: #343434;
    text-decoration: none;
    text-shadow: 0px 0px 1px #000;
}
#navList a:link, #navList a:visited, #navList a:active {
    color: #fff;
}