li.__h1 { font-size: 14px; }
li.__h2 { font-size: 13px; padding-left: 25px; }


.forTitles { padding: 0;}
#cnblogs_post_body { color: black; font: 0.875em/1.5em "微软雅黑" , "PTSans" , "Arial" ,sans-serif; font-size: 16px; }
#cnblogs_post_body h1 { background: #2B6695 !important; border-radius: 6px 6px 6px 6px !important; 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: 15px 0 !important; padding: 5px 0 5px 20px; text-shadow: 2px 2px 3px #222222; }

#cnblogs_post_body h2 { background-color: #F8F8EE; border: 1px dashed silver; padding: 5px; font-size: 16px; color: black; text-shadow: 0 0 1px #CCC; }

#cnblogs_post_body h3 {text-shadow: 0 0 1px #CCC; font-size: 16px; color: black; font-weight: bold;}

__h1 { font-size: 14px; }
__h2 { font-size: 12px; padding-left: 15px;}

#div_digg { position: fixed; bottom: 10px; right: 50px; }
#centercontent img, .cnblogs_code { max-width: 98% !important; }
@media screen and (min-width: 1px) and (max-width: 800px) {
    #mytopmenu { margin-left: 0; margin-right: 0; width: 94%; }
    #centercontent { padding-left: 0; padding-right: 0; width: 98%; }
    #leftcontent { width: 98%; position: static; width: 98%; }
    #footer { margin: 0; width: 98%; }
    #comment_form { display: none; }
    #header { display: none; }
    #green_channel { display: none; }
    #centercontent img { max-width: 98% !important; }
    .footer { width: 98%; margin-left: 0; margin-right: 0; padding: 0; }
}


/*生成博客目录的CSS*/
#sideBar{
    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:30px; 
    border:1px 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;