/*****文章主题CSS**************************/
    #cnblogs_post_body h1    {
        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: 17px;
        font-weight: bold; 
        height: 25px; 
        line-height: 25px; 
        margin: 18px 0 !important;
        padding: 8px 0 5px 5px; !important
        text-shadow: 2px 2px 3px #222222; 
    }
 #cnblogs_post_body h2{
        background: #2B6600;
        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: 13px; 
        font-weight: bold; 
        height: 24px; 
        line-height: 23px; 
        margin: 12px 0 !important;
        padding: 5px 0 5px 10px; 
        text-shadow: 2px 2px 3px #222222;
    }

 #cnblogs_post_body h3{
        background:#7d8b8d;
        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: 10px; 
        font-weight: bold; 
        height: 20px; 
        line-height: 20px; 
        margin: 10px 30px !important;
        padding: 5px 0 5px 5px;  !important
        text-shadow: 2px 2px 3px #222222;
    }

 /*****推荐按钮CSS**************************/
#div_digg{
  position:fixed;
  bottom:5px;
  width:140px;
  right:390px;
  border:2px solid #6FA833;
  padding:10px;
  background-color:#fff;
  border-radius:5px 5px 5px 5px !important;
  box-shadow:0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
}

/****最小化******/
#divExpandViewArea{
    position: fixed;
    color: white;
    border-radius: 10px;
    padding: 2.5px 10px;
    left: 5px;
    top: 430px;
    cursor: pointer;
    opacity: 0.9;
    background-color: gray;
    z-index:1000000;
}
 
#divCollapseViewArea{
    position: fixed;
    color: white;
    border-radius: 10px; 
    padding: 2.5px 10px;
    left: 5px;
    top: 470px;
    cursor: pointer;
    opacity: 0.9;
    background-color: gray;
    z-index:1000000;
}