#navigator {
    border-radius: 4px;
    font-size: 16px;
    height: 48px;
    background: #7b0000;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
#navList li a {
    padding: 0 30px;
    text-decoration: none;
    line-height: 48px;
    border: 0;
    color: #fff;
    display: -moz-inline-box;
    display: inline-block;
    font-size: 20px;
}
.blogStats {
    margin: 0;
    line-height: 48px;
    display: inline-block;
    float: right;
}
#sideBar {
    position: absolute;
    width: 300px;
    border-left: 1px solid #ccc;
    border-top-width: 0;
    overflow: hidden;
    padding: 0 8px 20px 30px;
    top: 120px;
    right: 0;
    margin-top: 52px;
}
.title a
{
color: #000;
font-size:20pt;
}
#blogTitle .subtitle
{
font-size:16pt;
color:#666;
}