#blog-calendar{
    padding:0px;
}
#blogCalendar{
    display: none;
    padding: 0px;
}
#sidebar_search_box{
    display:none;
}
.catListTitle{
    display:none;
}
.mySearch{
    padding:0px;
}
.catListLink{
    display:none;
    padding:0px;
}
#blog-sidecolumn{
    display:none;
    padding:0px;
}
#sideBar{
    display:none;
    padding:0px;
}
#ad_t2{
    display:none;
    padding:0px;
}
#cnblogs_c1{
    display:none;
    padding:0px;
}
#under_post_kb{
    display:none;
    padding:0px;
}
#under_post_news{
    display:none;
    padding:0px;
}
#green_channel #green_channel_digg{
    display:none;
    padding:0px;
}
<!-- 以上是清空右边栏的所有组件-->
#blog_post_info_block #blog_post_info #div_digg .buryit{
    margin:0px;   
}
.comment_textarea{
    width:100%
}
#comment_nav a{    display:none;    padding:0px;}
#home #footer{
    padding-top:0px;
}
#blog_post_info_block #blog_post_info #div_digg{
    margin: 0px;
    font-size: 12px;
    width: 46px;
    text-align: center;
    position: fixed;
    right: 3px;
    bottom: 15%;
    z-index: 99;
}


#navigator ul li a{
    margin:0px;
    text-decoration:none;
    display: inline-block;
}
#navigator{
    height:35px;
} 
#navigator ul{
    min-height:clear;
    line-height:35px;
}



#navigator ul li{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.blogStats{
    visibility: inherit;  margin: 0 5px 0 0;  line-height:35px;
}
.postTitle a:link{   color:#075;  }
.cangshu{
    height:150px;
}

#sideBarMain ul, .newsItem #blog-news {
    font-size: 9pt;
    padding: 15px 2px;
}


/*生成博客目录的CSS*/
#uprightsideBar{
    font-size:14px;
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
    position:fixed;/*将div的位置固定到距离top:50px，right:0px的位置，这样div就会处在最右边的位置，距离顶部50px*/
    bottom:15px;
    right:50px;
    z-index: 999;
    width: auto;
    height: auto; 
 
}
#sideBarTab{
    position: absolute;
    right:-48px;
    bottom:0px;
    font-size:20px;
    width:45px; 
    height:45px;
    border:1px solid #e5e5e5;
    bottom: 15px;
    text-align:center;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAuUlEQVRIS2NkoANgpIMdDPSxZO6qbQeQffOf+X98SrD3w0WLdnL/5vi7lRo+ZZy7att/ZIMYGRi0k8K8rs1ctZufheH3B6pYMnv1dgdkg/5x/DmV7uv7bdWqVcwfGXltqWIJNQwhZAZ9Ip6QK6ghP4x8Mnfl1gaUJMzIODUpzOv1pG3b2Lk//6+kSnDRJZ/QxSfUCA5CZgyj1EXIq9SQp09w0aUUpk8+oUelRY2IJWQGfSKekCuoIQ8At39XNxqN1mQAAAAASUVORK5CYII=);
    background-repeat:no-repeat;
    background-position:center;
}

#sideBarContents{
    position: absolute;
    bottom: -10px;
    right:-48px;
    overflow:auto; 
    overflow-x:hidden;!important;
    width:300px;
    min-height:108px;
    max-height:460px;
    border:1px solid #e5e5e5;
    background-color:rgba(255,255,255,0.7);
}
#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:#e46113;
}
#sideBarContents dd{
    margin-left:20px;
}