#blogTitle h1{padding-left: 70px;}
#blogTitle h1 a{font-size: 25px;line-height: 70px;}
#navigator{margin-top:10px;}
#header { height:150px;}
#blogTitle {height: 80px;clear: both; background: url(https://pic.cnblogs.com/avatar/735678/20160315154906.png) no-repeat; background-size:70px 70px;background-position: 10px 10px;}

/*去掉园龄，日历，搜索*/
.newsItem,#blog-calendar,#sidebar_shortcut,#site_nav_under,iframe,/*.c_ad_block,*/#under_post_news,#navList li:first-child{display:none !important}

/*左侧栏目标题背景色*/
.catListTitle {
    background: #000;
}
/*文章标题*/
a.postTitle2{color:#565656 !important}

/*偷的易墨的代码*/
#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;
}
.comment_btn{
    background: #000;
}
#navList a{
height:100px;
}
#navList a:hover{
background:#000;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active{
color:#58768e
}
#cnblogs_post_body ul li{
    list-style-type:mongolian !important;
}