/* 去除默认导航条 */
#nav_left{
    display:none
}
/*修改文章标题颜色*/
.postTitle a span{
    color: #0aa5e8;
}
/*修改阅读全文a标签字体颜色*/
.c_b_p_desc a{
    color: #0aa5e8;
}
/*标题颜色
#Header1_HeaderTitle{
    color:red;
    text-shadow: 15px 20px 5px #29b3ec;
    font-weight: 700;
}*/
#navigator{
    display:none
}
/*隐藏昵称/园龄/粉丝数/关注*/
#profile_block{
    display:none
}
/*隐藏预览页面广告*/
#cnblogs_ch,#cnblogs_c1,#under_post_card1,#under_post_card2{display:none}
#top_nav{
    padding-left: 75%;
}

#footer{
    display: none;
}
#top{
    border-top: 3px solid #fff;
    background: #fff;
}
#top a, #top a:link, #top a:visited, #top a:active, #top a:hover {
    color: #369;
}


/*导航->博客园字体调整*/
#blog_nav_sitehome{
    font-size: 17px;
}
/*导航->管理字体调整*/
#blog_nav_admin{
    font-size: 17px;
}
/*生成博客目录的CSS*/
#uprightsideBar{
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
    position:fixed;/*将div的位置固定到距离top:50px，right:0px的位置，这样div就会处在最右边的位置，距离顶部50px*/
    top:170px;
    /*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;
    padding: 4px;
    font-size: 13px;
}

#sideBarContents dd:hover, dt:hover {
    color:#A7995A;
}