#blogTitle h1 a {
    font-size: 30px;
    color: #515151;
    padding-left: 10px;
    text-shadow: 0 0 black;
}
#blogTitle h2 {
    font-weight: normal;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    color: #757575;
    float: left;
    padding-left: 10px;
}
#navList a {
    display: block;
    width: 5em;
    height: 22px;
    float: left;
    text-align: center;
    padding-top: 15px;
    font-size: 15px;
}

.postTitle {
    border-left: 5px solid #21759b;
    margin-bottom: 10px;
    font-size: 20px;
    float: right;
    width: 100%;
    clear: both;
}

.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #21759b;
    font-size: 100%;
    transition: all 0.4s linear 0s;
}

.postTitle a:hover {
    margin-left: 0px;
    text-decoration: none;
}

#cnblogs_post_body p {
    font-size: 110%;
    margin: 10px auto;
    text-indent: 0;
}

#sideBar h3 {
    font-size: 14px;
    border-left: 2px solid;
    padding-left: 5px;
}