/* H1 标题的样式 */
#cnblogs_post_body h1 {
    background: #eae6d7 !important;
    border-radius: 6px 6px 6px 6px !important;
    color: #49529c;
    font-family: "华文细黑","微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 17px;
    font-weight: normal;
    height: 25px;
    line-height: 25px;
    margin: 15px 0 !important;
    padding: 5px 0 5px 20px;
    text-shadow: 2px 2px 3px #e6e8da;
}

/* 图片的样式 */
#cnblogs_post_body img {
    display: block;
    margin: 0 auto;
    max-width: 900px;
    border: 0.3em solid #e0dfcc;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
}

/* 插入代码 */
.cnblogs_code {
    background-color: #f5f2f0;
    padding: 1em;
    margin: 2em 2em;
    font-family: Consolas, Monaco, 'Andale Mono', monospace;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    font-family: Consolas, Monaco, 'Andale Mono', monospace;
    border-width: 0.3em;
    border-color: #e0dfcc;
    border-style: solid;
    text-shadow: 0 1px white;
    overflow: auto;
}

/* title的样式 s */
.postTitle {font-size: 150%;}
.postTitle a:hover {
    margin-left: 10px;
    color: #6466b3;
    -moz-transform:scale(2,2);  
    -webkit-transform:scale(2,2);  
    -o-transform:scale(2,2);
    transform: scale(2,2);
}
.postTitle a {
    transition: all 0.4s linear 0s;
}
/* title的样式 e */

/*生成博客目录的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: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;
}
#sideBarContents dd{
    margin-left:20px;
}
