.blogStats {
    display: none;
}

#sidebar_search {
    display: none;
}

#under_post_kb {
    display: none;
}

#cnblogs_c2 {
    display: none;
}

#cnblogs_c1 {
    display: none;
}

#ad_t2 {
    display: none;
}

#under_post_news {
    width: 850px;
}

#sidebar_recentcomments {
    display: none;
}

#sidebar_imagecategory {
    display: none;
}

#blog_nav_rss {
    display: none;
}

#home {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
}

#home::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    filter: blur(2px);
}

#home::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    background-color: hsla(0, 0%, 100%, .4);
}

#blog_nav_contact {
    display: none;
}

div.commentform textarea {
    height: 200px;
}