div.class {
    margin: 50px 0;
}

div.sidebar-block {
   margin: 50px 0;
}

h3.catListTitle {
    margin-bottom: 20px;
}

pre {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    padding: 5px;
    font-family: Courier New;
}

/*替换背景*/
body {
    color: #000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    min-height: 101%;
    background: url(/skins/iMetro/images/background.jpg) top right no-repeat #000 fixed;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color:#000;
}

/*隐藏广告*/
#ad_t2,#cnblogs_c1,#under_post_news,#cnblogs_c2,#under_post_kb{
    display:none;
}

/*评论输入框*/
#tbCommentBody {
    width:550px;
    height: 130px;
}

/*隐藏代码框的复制按钮*/
.cnblogs_code_toolbar {
     display : none;
}

/*去除代码框border*/
.cnblogs_code {
    background-color: #f5f5f5;
    font-family: Courier New!important;
    font-size: 12px!important;
    border: inherit;
    padding: 5px;
    overflow: auto;
    margin: 5px 0;
    color: #000;
}

/*去除sidebar h3标签border*/
#blog-sidecolumn .catListTitle {
    border: none;
}

/*隐藏搜索*/
#sidebar_search {
    display:none;
}