#navigator{
    background: url(https://images2015.cnblogs.com/blog/662652/201701/662652-20170101195419726-758476136.png);
    height: 120px;
    line-height: 100px;
}

#cnblogs_post_body
    {
        color: black;      
        font: 0.875em/1.5em "微软雅黑" , "PTSans" , "Arial" ,sans-serif;
        font-size: 16px;
    }
    #cnblogs_post_body h1    {
        background: #2B6695;
        border-radius: 6px 6px 6px 6px;
        box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
        color: #FFFFFF;
        font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
        font-size: 17px;
        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: #5b82a0;
        border-radius: 6px 6px 6px 6px;
        box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
        color: #FFFFFF;
        font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
        font-size: 13px;
        font-weight: bold;
        height: 24px;
        line-height: 23px;
        margin: 12px 0 !important;
        padding: 5px 0 5px 10px;
        text-shadow: 2px 2px 3px #222222;
    }

/*评论列表*/

#blog-comments-placeholder{
padding: 15px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    background: #fff;
    border-radius: 7px;
    box-shadow: 1px 1px 2px #A7A8AD;
}
#comment_form{
padding: 15px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    background: #fff;
    border-radius: 7px;
    box-shadow: 1px 1px 2px #A7A8AD;
margin-top:15px;
}
.commentbox_title{margin-top:10px;}
/*评论框*/
div.commentform textarea{
    font-family: 'MIcrosoft Yahei';
    margin-top: 10px;
    width: 90%;
    background: white;
    color: #333;
    border: 2px solid #fff;
    box-shadow: inset 0 0 8px #aaa;
    padding: 10px;
    height: 120px ;
    font-size: 14px;
    min-height: 120px;
    outline:medium;
}
/*评论按钮*/
.comment_btn {
    font-family:'Microsoft Yahei';
    border:none;
    height:48px;
    width:120px;
    font-size:18px;
    cursor:pointer;
    position:relative;
    vertical-align:middle;
    display:inline-block;
    background:#390;
    color:#fff;
    border-radius: 7px;
    box-shadow: 1px 1px 2px #A7A8AD;
    outline: medium;
}
#btn_comment_submit:hover {
    background:#6DA47D;
}
#footer {
    background: #F1F4F4 url(https://images.cnblogs.com/cnblogs_com/libaoheng/435190/o_sprite-ui.png) repeat-x 0 -215px;
    padding: 25px;
    color: #333;
    text-align: center;
}
.catListTitle{
    background: #2b6695;
    border-bottom: 1px solid #2b6695;
}
.comment_btn{
    background: #2b6695;
}
#navList a{
height:100px;
}
#navList a:hover{
background:#2b6695;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active{
color:#58768e
}
#cnblogs_post_body ul li{
    list-style-type:mongolian !important;
}
#blogTitle{
display:none;
}
#stats-comment_count{
margin-right:45px;
}
#stats_article_count{
display:none;
}
.blogStats{
    padding-right: 100px;
}
.mylogo{
    width: 140px;
    display: block;
    margin: 0 auto;
}
#profile_block{
    width: 140px;
    margin: 5px auto;
}