.postTitle {
    margin-top: 10px;
    height: 50px;
    line-height: 50px;
}
h3 {
    color: #fff;
    background-color: #2459a2;
    -moz-border-radius: 3px;
    border-radius: 5px;
    padding: 3px;
    margin: 10px 0px;
    text-shadow: 2px 2px 3px #404040;
}
div#blogTitle {
    background: #2459a2;
    height: 76px;
    padding: 0;
}
div#navigator ul#navList li a {
    font-size: 18px;
    display: block;
    background: #2459a2;
    color: #fff;
    width: 65px;
    padding: 4px 0 7px;
    text-align: center;
    margin: 0;
    line-height: 120%;
}
#blogTitle .title {
    font-size: 17pt;
    padding-left: 18px;
}
div#blogTitle .subtitle {
    text-indent: 50px;
    color: #1bd41b;
    margin-bottom: 0;
}