<!--***********************文章标题*******************************************-->
.postTitle {
    border-left: 0px solid #21759b;
    margin-bottom: 10px;
    font-size: 20px;
    width: 100%;
    clear: both;
}

    .postTitle a:link, .postTitle a:visited, .postTitle a:active {
        color: #21759b;
        transition: all 0.4s linear 0s;
    }

    .postTitle a:hover {
        margin-left: 30px;
        color: #0f3647;
        text-decoration: none;
    }

/******h2******/
h2{
background:burlywood;
font-size: 21px;
    font-weight: bold;
    line-height: 1.5;
}
/******h3******/
h3{
background:#2b613452;

}

/*****************做着底部签名区**********************/
#MySignature {
    margin-top: 20px;
    background-color: #aed7ed;
    border-radius: 16px;
    padding: 10px 20px 10px 20px;
    font-size: 14px;
}

/********************推荐与反对固定在底部*************************************/
#div_digg {
    padding: 10px;
    position: fixed;
    _position: absolute;
    z-index: 1000;
    bottom: 20px;
    right: 0;
    _right: 17px;
    border: 1px solid #D9DBE1;
    background-color: #FFFFFF;
    filter: alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.icon_favorite {
    background: transparent url('https://files.cnblogs.com/files/jackson0714/kj.gif') no-repeat 0 0;
    padding-left: 16px;
}

#blog_post_info_block a {
    text-decoration: none;
    color: #5B9DCA;
    padding: 3px;
}
/********************文章顶部展示区*************************************/
div#blogTitle{
    height: 150px;
    padding-top: 0px;
    position: relative;
    text-align: center;
    background: #3B485B
}
#navigator {
    background: white;
    box-shadow: 0px 1px 2px 0px #b3b2b3;
height: 60px !important;;
}
#navList {
    overflow: hidden;
    margin-top: 0 !important;
    text-align: center;
   top:0 !important;
   position: relative  !important;
}
#navList li{
display: inline-block;
float:none;
}
#navList li a{
    font-size: 20px !important;
    color:#5C5C5C !important;
    background: transparent !important; 
    padding: 16px 38px !important;
}
#navList #nav_myhome{
       border-bottom-color: #5EB762;
}
/******顶部展示区修改导致的影响*****/
#sideBar{
    top: 267px;
}
.blogStats{
    top: 230px !important;
}