body{background:#fff;font-family:"微软雅黑"}
*{background:#fff}
#navigator{height:40px;line-height:40px;display:none}
#navList{float:left}
#navList li {
    float: left;
    font-size: 16px;
    margin-left: 20px;
    margin-right: 20px;
}
#sideBar｛border:none｝
#footer_ext{text-align:center}
#footer{text-align:center;border-top:2px solid #ccc}
#div {
    top: 0;
    height: 38px;
    position: fixed;
    left:15%;right:auto
    background:#F7FCF6;
}
#navList a:hover{text-decoration: underline;color:blue;font-weight:600}
#navList a{width:60px;float:left}
.blog a:hover{text-decoration: underline;color:blue;font-weight:600}
#sideBar li, .divRecentCommentAticle{border-bottom:1px dotted #ccc;margin-left:0px;text-indent:0px}
#sideBar{background:#fff;border-bottom:none;border-right: 6px solid green;}
#ad_under_post_holder{display:none}
#blogTitle{padding-top:50px}
#main{background:#fff;border-top:6px solid green}
#mainContent{}
.postTitle{border-bottom:1px solid #999}
.postDesc, .entrylistItemPostDesc{border-bottom:1px solid #ddd}
.c_b_p_desc{font-size:12px}
.postTitle a:hover{color:#ff0000;font-weight:600;padding-left:10px}



.postTitle a {
    -webkit-transition: all 0.4s linear;  
    -moz-transition: all 0.4s linear;  
    -ms-transition: all 0.4s linear;  
    -o-transition: all 0.4s linear;  
    transition: all 0.4s linear; 
    }