body {
    background: #f5f5f5;
}

body,
button,
input,
select,
textarea {
    font: 12px/1.5 Tahoma, Arial, Helvetica, sans-serif;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
img {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

#home,
#blog_box {
    width: 60%;
    padding: 20px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
}

#blog_box {
    text-align: center;
    background: url('https://img.t.sinajs.cn/t5/skin/public/profile_cover/001.jpg') no-repeat;
    background-position: center;
    background-size: 100%;
    height: 300px;
    border: none;
    margin-top: -30px;
}

#head_img {
    margin: 48px auto 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: url('https://tva1.sinaimg.cn/crop.0.0.180.180.180/685cf6e9jw1e8qgp5bmzyj2050050aa8.jpg') no-repeat;
    background-position: center;
    background-size: 100%;
}

#user_name a {
    margin-top: 6px;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    vertical-align: text-bottom;
    font-size: 22px;
    display: inline;
    font-weight: normal;
}

#blog_descript {
    margin-top: 4px;
    text-align: center;
    color: #fff;
    line-height: 18px;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

#cb_post_title_url {
    color: #000;
    text-decoration: none;
}

.postDesc,
.entrylistItemPostDesc {
    border-bottom: 1px dashed #E8E7D0;
    text-align: right;
    margin: 20px 0px;
    padding: 5px 0px;
    font-size: 12px;
    color: #999999;
}

#blog-comments-placeholder,
#divRefreshComments,
.commentform,
#AjaxHolder_UpdatePanel1 {
    padding: 0 32px;
}

.feedbackItem {
    border: 1px solid #E3E3E3;
    padding: 5px;
    margin-bottom: 10px;
    background-color: #F6F6F6;
}

.feedbackManage a,
.feedbackListSubtitle a,
.feedbackCon a {
    text-decoration: none;
    color: #3399ff;
}

.comment_date {
    font: 12px/1.5 Tahoma, Arial, Helvetica, sans-serif;
}

.blog_comment_body {
    color: #929292;
    padding-top: 10px;
    font: 12px/1.5 Tahoma, Arial, Helvetica, sans-serif;
}

.comment_vote a {
    text-decoration: none!important;
    padding-left: 10px;
    font: 12px/1.5 Tahoma, Arial, Helvetica, sans-serif;
}

#comment_form_container {
    border: 1px solid #3f85ed;
    padding: 15px;
    border-radius: 5px;
    margin-top: 10px;
}

#tbCommentBody {
    width: 98%;
}

#btn_comment_submit {
    border: none;
    background-color: #4a6ef4;
    border-radius: 5px;
    color: #fff;
    float: right;
    margin-right: 20px;
}

.commentbox_title {
    width: 100%
}

.commentbox_title_right {
    margin-right: 20px;
}

#ad_t2,
#cnblogs_c1,
#under_post_news,
#cnblogs_c2,
#under_post_kb,
#under_post_kb {
    display: none;
}

#sideBar {
    width: 250px;
    position: fixed;
    top: 320px;
    right: 10px;
    border: 1px solid #fff;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #fff;
}

.catListTag ul,
#sidebar_postcategory ul {
    list-style: none;
}

#footer {
    text-align: center;
}

.postTitle {
    text-align: center;
}

.entrylistPosttitle {
    font-size: 15px;
}

.dayTitle {
    display: none;
}

.sidebar-block {
    margin-top: 10px;
}

.sidebar-block h3 {
    background-color: #169fe6;
    border: 1px solid #169fe6;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    padding: 10px 20px;
}

.catListTag a,
#sidebar_postcategory a {
    color: #777;
}

.sidebar-block ul {
    border: 1px solid #dedede;
    border-top: none;
}

.sidebar-block ul li {
    line-height: 2;
    border-bottom: 1px solid #e9e9e9;
    padding: 15px 10px 15px 20px;
    font-size: 14px;
    color: #777;
}

#navList {
    list-style: none
}

#header {
    height: 0px;
}

#blog_nav_admin {
    position: absolute;
    top: 5px;
    right: 10px;
    color: #fff;
}

@media screen and (max-width: 1300px) {
    #sideBar {
        display: none;
    }
    #home,
    #blog_box {
        width: 97%;
        padding: 5px;
    }
    #home {
        margin-top: -8px;
    }
    #blog_box {
        overflow: hidden;
        height: 155px;
    }
    #head_img {
        margin: 30px auto 0;
        width: 50px;
        height: 50px;
    }
    #tbCommentAuthor {
        width: 100px;
    }
}

@media screen and (max-width: 600px) {
    #blog_box {
        overflow: hidden;
        height: 185px;
        margin-top: -50px;
    }
    #head_img {
        margin: 50px auto 0;
        width: 40px;
        height: 40px;
    }
    #user_name a {
        font-size: 18px;
    }
    #home {
        margin-top: -40px;
    }
}

@media screen and (min-width: 500px) {
    #home {
        margin-top: 5px;
    }
}

@media screen and (min-width: 1300px) {
    #home {
        margin-top: 0px;
    }
}