#navigator {
    background-color: #004873;
}
#blogTitle h2 {
    margin-left: 1.5em;
}
.catListTitle {
    background: #004873 none repeat scroll 0 0;
}
#navList a:link, #navList a:visited, #navList a:active {
    color: #fff;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #004873;
    transition: all 0.4s linear 0s;
}
div.commentform textarea {
    font-size: 13px;
    height: 150px;
    width: 100%;
}


#blogTitle {
    background: #D2D8DE none repeat scroll 0 0;
    clear: both;
    height: 70px;
}
.dayTitle {
    width: 100%;
    color: #666;
    line-height: 2.2em;
    font-size: 22px;
    clear: both;
    border-bottom: 1px solid #ccc;
    text-align: center;
    display: none;
}