/*标题*/
#cnblogs_post_body h2 {
    background: none repeat scroll 0% 0% rgb(141,182,205);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0px 0px 0px 1px rgb(95, 90, 75), 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: rgb(255,255,255);
    font-family: "微软雅黑","宋体","黑体",Arial;
    font-size: 18px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 15px 0px !important;
    padding: 5px 0px 5px 20px;
    text-shadow: 2px 2px 3px rgb(34, 34, 34);
    width: 98%;
}
#cnblogs_post_body h2 a{
   color: rgb(34,139,34);
}
#cnblogs_post_body h2 a:hover{
   color: rgb(255, 102, 0);
}



.catListTitle {
    background: #6C7B8B;
    border-bottom: 1px solid #006600;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    color: #FFFFFF;
    font-size: 1.2em;
    height: 1.8em;
    line-height: 1.8em;
    padding: 5px;
    text-indent: 0.5em;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}



.postTitle a:hover {
    color:#BFEFFF;
    text-decoration: none;
    margin-left: 10px;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #607B8B;
    transition: all 0.4s linear 0s;
}


body {
    color: #000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 16px;
}


.catListEssay ul li a, .catListLink ul li a, .catListNoteBook ul li a, .catListTag ul li a, .catListPostCategory ul li a, .catListPostArchive ul li a, .catListImageCategory ul li a, .catListArticleArchive ul li a, .catListView ul li a, .catListFeedback ul li a, .catListComment ul li a, .catListBlogRank ul li a, .catList ul li a .catListArticleCategory ul li a {
    text-indent: 1em;
    font-size: 14px;
}

a:hover {
    color: #64787D;
    text-decoration:none;
}



#blogTitle {
    height: 50px;
    background: #fff;
    clear: both;
}

#navigator {
    background-color: black;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    clear: both;
}