#header {
    background-image: url();
    background-position-x: right;
    background-position-y: top;
    background-size: initial;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    height: 146px;
    padding-top: 30px;
}
#header h1 a {
    font-family: "Comic Sans MS";
    font: 0.875em/1.5em"华文行楷", "PTSans", "Arial", sans-serif;
    font-size: 40px;
}
#blogTitle h1{
    font-family: "Comic Sans MS";
    color: red;
    font-size: 30px;
}
#blogTitle h2{
    color: red;
    font: 0.875em/1.5em"华文行楷", "PTSans", "Arial", sans-serif;
    font-size: 20px;
}
#navList a:link, #navList a:visited, #navList a:active {
    font: 0.875em/1.5em"华文行楷", "PTSans", "Arial", sans-serif;
    font-size: 20px;
}

#topics .postTitle{
     text-align:center;
     font-size: 24px;
}
/*标题h1 h2 h3样式*/
#cnblogs_post_body {
    color: black;
    font: 0.875em/1.5em"微软雅黑", "PTSans", "Arial", sans-serif;
    font-size: 16px;
}
#cnblogs_post_body h1 {
    background: #faf7ef;
    /*border-radius: 6px 6px 6px 6px;*/
    box-shadow: 0 0 0 1px #3000EE, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: #3AF9AC;
    font-family:"微软雅黑", "宋体", "黑体", Arial;
    font-size: 18px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 18px 0 !important;
    padding: 8px 0 5px 5px;
    text-shadow: 2px 2px 3px #222222;
}
#cnblogs_post_body h2 {
    background: #faf7ef;
    /*border-radius: 6px 6px 6px 6px;*/
    box-shadow: 0 0 0 1px #3000EE, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: #3AF9AC;
    font-family:"微软雅黑", "宋体", "黑体", Arial;
    font-size: 15px;
    font-weight: bold;
    height: 24px;
    line-height: 23px;
    margin: 12px 0 !important;
    padding: 5px 0 5px 10px;
    text-shadow: 2px 2px 3px #222222;
}
#cnblogs_post_body h3 {
    background: #faf7ef;
    /*border-radius: 6px 6px 6px 6px;*/
    box-shadow: 0 0 0 1px #3000EE, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: #3AF9AC;
    font-family:"微软雅黑", "宋体", "黑体", Arial;
    font-size: 13px;
    font-weight: bold;
    height: 24px;
    line-height: 20px;
    margin: 12px 0 !important;
    padding: 5px 0 5px 10px;
    text-shadow: 2px 2px 3px #222222;
}


/*推荐/反对 按钮*/
#div_digg {
    position:fixed;
    bottom:50px;
    width:120px;
    right:160px;
    border:1px solid #3000EE;
    padding:10px;
    background-color:#faf7ef;
    /*border-radius:5px 5px 5px 5px !important;*/
    box-shadow:0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
}
#back-to-top{
 background-color: #faf7ef;
    bottom: 0;
    box-shadow: 0 0 6px #3000EE;
    color: #444444;
    padding: 10px 10px;
    position: fixed;
    right: 50px;
    cursor: pointer;
}
/*#comment_nav a{
    background-color: #faf7ef;
    bottom: 0;
    box-shadow: 0 0 6px #3000EE;
    color: #444444;
    padding: 10px 10px;
    position: fixed;
    right: 50px;
    cursor: pointer;
}*/
#footer{
    background-image: url(/);
    background-position-x: 220px;
    background-position-y: 0px;
    background-size: initial;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
}
#ad_t2{
    display:none;
}
#under_post_news{
    display:none;
}
#cnblogs_c1{
    display:none;
}
#cnblogs_c2{
    display:none;
}
#under_post_kb{
    display:none;
}