/*生成博客目录的CSS*/
#sideBar{
    font-size:14px;
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
    position:fixed;/*将div的位置固定到距离top:100px，right:0px的位置，这样div就会处在最右边的位置，距离顶部50px*/
    top:100px;
    right:0px;
    width: auto;
    height: auto;
    color:#4371A6;
}
#sideBarTab{
    float:left;
    width:20px; 
    border:1px solid #e5e5e5;
    border-right:none;
    text-align:center;
    background:#ffffff;
}

#sideBarTab h2{
    font-weight:bold;
    font-size:1.2em;
    color:#000;
}

#sideBarContents{
    float:left;
    overflow:auto; 
    overflow-x:hidden;!important;
    width:200px;
    min-height:108px;
    max-height:460px;
    border:1px solid #e5e5e5;
    border-right:none; 
    background:#ffffff;
}
#sideBarContents dl{
    margin:0;
    padding:0;
}

#sideBarContents dt{
    margin-top:5px;
    margin-left:5px;
    list-style-type:square;
}

#sideBarContents dd, dt {
    cursor: pointer;
}

#sideBarContents dd:hover, dt:hover {
    color:#A7995A;
}

ul{
  font-size:14px;
}

p{font-size:15px;}

#cnblogs_post_body h2{
    background: #2B6695;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: #FFFFFF;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 18px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 30px 0 !important;
    padding: 8px 0 5px 5px;
    text-shadow: 2px 2px 3px #222222;

}

#cnblogs_post_body h3{
    border-left:5px solid #2B6695;
    text-indent:1em;
    margin: 35px 0 !important;
    color:#2B6695;
}