div#sidebar div#sideLeft h2, div#sidebar div#sideRight h2 {
    background-color: #47505f;
    border-bottom: 2px solid #2f353f;
    color: #fff;
    padding: 5px 0;
    border-left: 15px solid #FF9933;
    /* text-transform: uppercase; */
    /* font-weight: normal; */
}

#cnblogs_post_body h2 {
    text-align: center;
    box-shadow: 10px 10px 5px #888888;
    background-color: #5FBDCE;
    color: #015666;
}