//#blog_nav_sitehome{
//    display:none !important;
//}
#main {
    min-width: auto;
    max-width: 1000px;
    margin: 0 auto;
}
body{background:none;background-color:#fff;}/*之前是#eeeeee  f8c1d3*/
#header{background-color:#333;margin-top:0;}
#blogTitle{display: none; height:50px;}
#blogTitle h1{
    margin-left: 2em;
    margin-top: 40px;
}
#blogTitle h1 a, #blogTitle h2 {
 color: #fff;
 text-shadow: none;
}

#nav_next_page a{margin-right:30px;padding:10px 30px;background: #f0f0f0;color: #1c7791;}
#nav_next_page{padding-bottom:30px;}
#home{width: 100%;}
#navigator {margin-top: 0;}

input.btn_my_zzk {width: 80px;}
.postTitle{
    padding:5px 100px 5px 10px;
    border-left: 0px solid #1fa6e6;
    /*background: #f0f0f0;*/
    border-bottom: 1px solid #1fa6e6;
}
#topics .postTitle {
    font-size: 130%;
    border: 0px solid #ccc;
    border-bottom: 3px solid #1fa6e6; 
    background: #fff;
}
.dayTitle {
margin-right: 10px;
margin-bottom: 13px;
}

#mainContent{width:100%;max-width: 1000px;}
#sideBar{display: none;}

.cnblogs_code pre{
font-family: Consolas, monospace, serif !important;
}
.cnblogs_code span{
font-family: Consolas, monospace, serif !important;
}
.cnblogs-markdown .hljs, .cnblogs-post-body .hljs {font-family: Consolas, monospace, serif !important;}
.cnblogs-markdown code, .cnblogs-post-body code{font-family: Consolas, monospace, serif !important;}

#cnblogs_post_body img {margin: 0 auto;display: block; max-width: 700px;}
#cnblogs_post_body table, .blogpost-body table {margin: 0 auto;}
#cnblogs_post_body h2 {border-bottom: 1px solid #ccc;}
.postBody li {margin-bottom: 0;}
.commentform {background-color: #eee; border: 1px solid #aaa;padding: 0 1em 1em 1em;}
#comment_form_container {background-color: #fff; padding: 1em 1em;}
#comment_nav {padding: 0.5em 0.5em;}

#blog_nav_sitehome{border-right: 1px solid #ccc; margin-right: 30px !important;}
#navList {
    margin-left: 0;
    // make it vertical align center;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#navList a {margin: 0; padding:18px 10px 18px 10px; text-shadow: 0px 0px 0px #000; font-family: 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;}
#navList a:link, #navList a:visited, #navList a:active {text-shadow: 0px 0px 0px #000;}

.cnblogs-markdown :not(pre,div)>code, .blogpost-body:not(.cnblogs-markdown) :not(pre,div,td)>code {
    background-color:#f5f5f5;
    color: #444;
}

#to_top{
    text-align: center;
    text-decoration: none;
    padding: 10px 0px;
    width: 66px;
    max-width: 66px;
    background-color: #d8d8d8;
    position: fixed;
    bottom: 5px;
    right: 0px;
    font-size:12px;
    display:block;
}


/*生成博客目录的CSS*/
#catalogSideBar{
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
    position:fixed;/*将div的位置固定到距离top:50px，right:0px的位置，这样div就会处在最右边的位置，距离顶部50px*/
    top:60px;
    right:0px;
    width: auto;
    height: auto; 
}
#sideBarTab{
    float:left;
    width:33px;
    padding-top:30px;
    padding-bottom:30px;
    border:1px solid #e5e5e5;
    border-right:none;
    text-align:center;
    background:#333;
    color:white;
}

#sideBarContents{
    float:left;
    overflow:auto; 
    overflow-x:hidden;!important;
    width:200px;
    min-height:108px;
    max-height:460px;
    border:1px solid #e5e5e5;
    border-left:none; 
    border-right:none; 
    background:#333;
    color:white;
}
#sideBarContents dl{
    margin:0;
    padding:0;
}

#sideBarContents dt{
    margin-top:5px;
    margin-left:5px;
}
#sideBarContents dd{
    margin-top:5px;
    margin-left:15px;
}
#sideBarContents dd, dt {
    cursor: pointer;
}

#sideBarContents dd:hover, dt:hover {
    color:#1fa6e6;
}