#header {
    position:fixed;
    z-index:100;
    top:0;
}
#main{
    top:40px;
}
#navigator, #blogTitle, #main, #footer {
    width: 1100px;
}
#mainContent {
    width: 800px;
}
body {
    font-family: "Monaco", "Consolas", "Courier", "Lucida Console", "monospace", "Comic Sans MS", "微软雅黑";
}
/*清除浮动*/
.clear {
    clear: both;
}
/*屏蔽广告*/
.c_ad_block {
    display: none;
}
#ad_t2 {
    display:none;
}
.itnews {
    display: block;
}
#cnblogs_post_body h2 {
    background: none repeat scroll 0% 0% rgb(216, 216, 216);
    border-radius: 6px 6px 6px 6px;
    color: rgb(102, 102, 102);
    font-family: "Monaco", "Consolas", "Courier", "Lucida Console", "monospace", "Comic Sans MS", "微软雅黑";
    font-size: 17px;
    margin: 15px 0px !important;
    padding: 5px 0px 5px 20px;
}
h4 {
    background-color: #FFF;
    color: #F01010;
}
.dayTitle a, .postTitle a {
    font-weight: bold;
}
#footer {
    margin-top: 44px;
}
#mainContent {
    border-radius: 0;
}
#under_post_kb {
    margin-bottom: 24px;
}
#MyLinks1_HomeLink {
    display: none;
}
#navList li {
    margin: 0 5px;
}
#navList li:first-child {
    display: none;
}
code.hljs {
    font-family: "consolas", "微软雅黑";
    line-height: 20px;
}
#footer_custom {
    text-align: center;
    padding-top: 60px;
}
#notice-div {
    margin: 10px;
}
#notice-div h1 {
    font-size: 24px;
    margin: 10px 0;
}
#notice-div h3 {
    font-size: 18px;
    margin: 10px;
}
