#cnblogs_post_body h1 {
     background: gray !important;
     background: #406CA4 !important;
    border-radius: 4px 4px 4px 4px !important;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: #FFFFFF;
    font-family: "Courier New", "宋体", "黑体", Arial;
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0 !important;
    padding: 6px 0 4px 5px;
}

#cnblogs_post_body h2 {
   border-radius: 6px 6px 6px 6px;
   text-shadow: 0 -1px 1px rgba(0,0,0,0.2);
   color: #d55526;
   font-family: "Courier New","宋体","黑体",Arial;
   font-size: 15px;
   font-weight: bold;
   height: 25px;
   line-height: 25px;
   margin: 15px 0px !important;
   padding: 0 5px;
   width: 98%;
}

#cnblogs_post_body h2 a{
   color: rgb(235, 235, 235);
}

#cnblogs_post_body h2 a:hover{
   color: rgb(255, 102, 0);
}

#cnblogs_post_body p{
  padding:0 5px;
}

#cnblogs_post_body img{
    border: 1px solid #2e6ab19c;
    padding: 3px;
    border-radius: 3px;
}

/*生成博客目录的CSS*/
#uprightsideBar{
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
    position:fixed;/*将div的位置固定到距离top:50px，right:0px的位置，这样div就会处在最右边的位置，距离顶部50px*/
    top:50px;
    right:0px;
    width: auto;
    height: auto; 
}
#sideBarTab{
    float:left;
    width:40px; 
    border:1px solid #e5e5e5;
    border-right:none;
    text-align:center;
    background:#ffffff;
}

#sideBarTab h1{
    font-size: 14px;
    line-height: 15px;
    padding: 3px;
    margin: 3px;
    color: #069;
}


#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;
}

#sideBarContents dd, dt {
    cursor: pointer;
}

#sideBarContents dd:hover, dt:hover {
    color:#A7995A;
}
#sideBarContents dd{
    margin-left:20px;
}