#topics .postTitle {
    font-size: 30px;
    text-align: center;
    text-shadow: 0px 1px 0px #CCC, 0px 2px 0px #C9C9C9, 0px 3px 0px #BBB, 0px 4px 0px #B9B9B9, 0px 5px 0px #AAA, 0px 6px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 3px 5px rgba(0, 0, 0, 0.2), 0px 5px 10px rgba(0, 0, 0, 0.25);
font-weight: bold;
float: left;
line-height: 1.5;
padding-left: 5px;
}

#cnblogs_post_body h2 {
    margin: 15px auto 8px 2px;
    padding: 6px 10px;
    box-shadow: 3px 3px 2px #888;
    background-color: #5DB4DC;
    font-size: 18px;
    border-radius: 5px;
}
#cnblogs_post_body h3 {
    margin: 10px auto 4px 0px;
    padding: 4px;
    box-shadow: 2px 2px 2px #888;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #AA7652;
    background-color: #2FD1CB;
}

/*标题样式一*//*
#cnblogs_post_body h2 {
    margin: 15px auto 8px 2px;
    padding: 6px 10px;
    box-shadow: 3px 3px 2px #888;
    background-color: #DEBD94;
    color: #0094FF;
    font-size: 18px;
    border-radius: 5px;
}
#cnblogs_post_body h3 {
    margin: 10px auto 4px 0px;
    padding: 4px;
    box-shadow: 2px 2px 2px #888;
    color: #AA7652;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #AA7652;
}
*/

/*标题样式二*//*
#cnblogs_post_body h2 {
    background: #5DB4DC none repeat scroll 0px 0px;
    clear: both;
    color: #000;
    font-family: "Courier New";
    font-size: 18px;
    margin: 10px 0px;
    padding: 6px 20px;
    font-weight: bold;
}
#cnblogs_post_body h3 {
    background: #2FD1CB none repeat scroll 0% 0%;
    color: #000;
    font-family: "Courier New";
    padding: 0px 5px;
    font-size: 16px;
    font-weight: bold;
}*/

/*文章评价样式*/
#div_digg {
    background-color: #FFFFFF;
    border: 1px solid #D9DBE1;
    bottom: 0;
    position: fixed;
padding: 8px 8px 8px 10px;
    right: -0px;
}
#div_digg {
    float: right;
    font-size: 12px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-top: 0px;
    text-align: center;
    width: 125px;
}

/*生成博客目录的CSS*/
#uprightsideBar{
    font-size:15px;
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
    position:fixed;/*将div的位置固定到距离top:50px，right:0px的位置，这样div就会处在最右边的位置，距离顶部50px*/
    top:200px;
    right:0px;
    width: auto;
    height: auto;
    backgroundcolor: darkgreen;
    font-weight: bold;
}
#sideBarTab{
    float:left;
    width:30px;
    border:1px solid #e5e5e5;
    border-right:none;
    text-align:center;
    background: #6bcaf8;
    font-size:25px;
    color:#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;
}

/* 插入代码的字体大小*/
.cnblogs_code pre {
    font-family: Courier New !important;
    font-size: 16px !important;
    word-wrap: break-word;
    white-space: pre-wrap;
}
.cnblogs_code span {
    font-family: Courier New !important;
    font-size: 16px !important;
    line-height: 1.5 !important;