#navigator {
    font-size: 16px;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    height: 50px;
    clear: both;
    margin-top: 25px;
    margin-bottom: 10px;
    background-color: #eee;
}

#navList a {
    display: block;
    width: 5em;
    height: 22px;
    float: left;
    text-align: center;
    padding-top: 15px;
}

#home {
    width: 88%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

#blog-calendar td {
    font-size: 12px;
    font-family: "Comic Sans MS";
}
.CalTodayDay {
    background: #abc !important;
    color: #000;
    font-weight: bold;
}

#blogTitle h1 a {
    color: #515151;
    font-size: 36px;
    padding-bottom: 20px;
}

#blogTitle h2 {
    font-weight: normal;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    color: #757575;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

.postSeparator {
    clear: both;
    height: 10px;
    width: 100%;
    clear: both;
    border: 1px;
    float: right;
    /* margin: 0 auto 15px auto; */
    margin-bottom: 20px;
    margin-top: 10px;
    border: 0;
    border-top: 1px solid #eee;
}

.postTitle {
    border-left: 10px solid #21759b;
    margin-bottom: 10px;
    font-size: 24px;
    float: right;
    width: 100%;
    clear: both;
}

.author_profile_info {
    float: left;
    line-height: 18px;
    display: none;
}

#div_digg {
    float: right;
    margin-bottom: 10px;
    margin-right: 30px;
    font-size: 12px;
    width: 125px;
    text-align: center;
    margin-top: 10px;
    display: none;
}

#green_channel {
    padding: 10px 0;
    margin-bottom: 10px;
    margin-top: 10px;
    border: silver 1px dashed;
    font-size: 12px;
    width: 350px;
    text-align: center;
    display: none;
}

.c_ad_block {
    margin-top: 10px;
    line-height: 1.5;
    display: none;
}

#ad_t2 {
    margin-top: 5px;
    line-height: 1.8;
    display: none;
}

#comment_form_container .author {
    padding-left: 10px;
    color: #555;
    border: 1px solid #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 98%;
    height: 20px;
    background-image: none;
}

#comment_form_container .comment_textarea {
    width: 97%;
    margin-right: 50px;
    height: 200px;
    font-size: 13px;
    padding: 8px;
    margin-bottom: 10px;
    color: #555;
    border: 1px solid #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#blog_post_info_block {
    margin-top: 60px;
}

#profile_block {
    margin-top: 5px;
    line-height: 1.5;
    text-align: left;
    display: none;
}

.newsItem .catListTitle {
    display: none;
}

#comment_form_container p {
    font-size: 14px;
    margin-bottom: 20px;
    display: none;
}

.commentbox_title_left {
    font-size: 14px;
    padding-bottom: 20px;
}

.commentbox_title_right {
    float: left;
    padding-bottom: 20px;
}

#cnblogs_post_body
    {
        color: black;      
        font: 0.875em/1.5em "微软雅黑" , "PTSans" , "Arial" ,sans-serif;
        font-size: 16px;
    }
    #cnblogs_post_body h1    {
        background: #0C6085;
        border-radius: 6px 6px 6px 6px;
        box-shadow: 0 0 0 1px #054B69, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
        color: #FFFFFF;
        font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
        font-size: 17px;
        font-weight: bold;
        height: 25px;
        line-height: 25px;
        margin: 18px 0 !important;
        padding: 8px 0 5px 5px;
        text-shadow: 2px 2px 3px #222222;
    }
 #cnblogs_post_body h2{
        background: #3C87A8;
        border-radius: 6px 6px 6px 6px;
        box-shadow: 0 0 0 1px #21769B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
        color: #FFFFFF;
        font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
        font-size: 13px;
        font-weight: bold;
        height: 24px;
        line-height: 23px;
        margin: 12px 0 !important;
        padding: 5px 0 5px 10px;
        text-shadow: 2px 2px 3px #222222;
 }

.postBody a:link, .postBody a:visited, .postBody a:active {
    text-decoration: underline;
    color: steelblue;
    font-size: 14px;
}
.postBody li, .postCon li {
    margin-bottom: 0em;
}