body {
    font-size: 15px;
}
#cnblogs_post_body h1{
    font-size: 25px;
}
#cnblogs_post_body h2{
    font-size: 22px;
}
#cnblogs_post_body h3{
    font-size: 19px;
}
#cnblogs_post_body h4{
    font-size: 16px;
}

#home {
    margin: 0 auto;
    width: 78%;
    min-width: 980px;
    background-color: #fff;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

/*博客标题*/
#blogTitle {
    height: 60px;  /*高度*/
    clear: both;
}

#blogTitle h1 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.8em;
    margin-top: 10px;
}

#navList {
    min-height: 30px;
    float: left;
    font-size: 18px;
    height: 50px;
}
#navList a {
    display: block;
    width: 5em;
    height: 22px;
    float: left;
    text-align: center;
    padding-top: 15%;
}
#navList a:hover {
    color: #4C9ED9;
}


/*生成博客目录的CSS*/
#uprightsideBar{
    font-size:14px;
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
    position:fixed;/*将div的位置固定到距离top:50px，right:0px的位置，这样div就会处在最右边的位置，距离顶部50px*/
    top:160px;
    right:100px;
    width: auto;
    height: auto; 
}
#sideBarTab{
    font-size:16px;
    float:left;
    width:30px; 
    text-align:center;
    padding: 4px 0px;
    background:#4DA1FB;
    bottom: 0;
    box-shadow: 0 0 6px #4DA1FB;
}

#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;
}


/* 返回按钮 */
#back-to-top {
    background-color: #4DA1FB;
    bottom: 0;
    box-shadow: 0 0 6px #4DA1FB;
    color: #444444;
    padding: 10px 10px;
    position: fixed;
    right: 50px;
    cursor: pointer;
}

/* 隐藏反对按钮 */
.buryit {
display:none;
}

#clockdiv {
text-align: left;
}