#cnblogs_post_body h2 {
    background-color:  #479ac7;
    border-radius: 3px;
    text-align: left;
    color: white;
    //text-shadow: 1px 1px 2px #222222;
    padding-left: 0;
    margin-bottom: 12px;
    font-size: 22px;
}
#cnblogs_post_body h3 {
    padding: 10px 3px 3px 1px;
    margin-left: 0;
    font-size: 20px;
    color: darkred;
}
#cnblogs_post_body h4 {
    padding: 5px 2px 2px 1px;
    margin-left: 0;
    font-size: 18px;
    color: green; 
}
#cnblogs_post_body p {
    margin: 10px auto;
    text-indent: 2em;
}
h3 .fa-paragraph {  color: darkred; }
h4 .fa-paragraph {  color: green; }
.fa-pencil  { color: cornsilk;  }


/**
临时增加
*/
#Header1_HeaderTitle {
    font-weight: bold;
    font-size: 26px;
    line-height:1.5em;
    margin=top: 25px;
}






/*生成博客目录的CSS*/
#uprightsideBar{
    font-size:14px;
    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:30px;
    border:2px solid #e5e5e5;
    border-right:none;
    text-align:center;
    background:#ffffff;
}

#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;
}