/* html,body{font-family: “Microsoft YaHei” ;} */
#main #sideBar {
    width: 240px;
}

.cnblogs_code pre {
    font-size: 14px!important;
}

.postBody {
    line-height: 1.6;
}

.cnblogs_code {
    padding: 0 0 0 5px;
    font-size: 14px!important;
    border: 1px dashed #ccc;
    transition: all .5s;
}

.cnblogs_code:hover {
    border-style: solid;
}

.cnblogs_code pre {
    padding: 3px 10px 3px 6px;
    background: #f5f5f5;
}

span.cnblogs_code {
    border-left: 3px solid #ddd;
}

.cnblogs_code .cnblogs_code_toolbar:last-child {
    display: none;
}

.cnblogs_code span {
    font-size: 14px!important;
}

/* 生成博客目录 */
#cnblogs_post_body a {
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    color: #3d81ee;
    text-decoration: none;
}

#navCategory {
    border: 1px solid #eee;
    border-radius: 8px;
    box-shadow: 0px 2px 4px #ddd;
    padding: 4px 18px;
    margin-bottom: 20px;
}

#navCategory ul li a:hover {
    color: #f60;
}

/*生成博客目录的CSS*/
#upRightsideBar {
    font-size: 12px;
    font-family: "Comic Sans MS","微软雅黑";
    text-align: left;
    position: fixed;
    top: 130px;
    right: 0px;
    width: auto;
    height: auto;
    cursor: pointer;
}

#sideBarTab {
    float: left;
    width: 30px;
    padding: 4px 1px;
    font-size: 16px;
    border-right: 4px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    border-radius: 5px;
    background: #6c94b7;
}

#sideBarContents {
    font-size: 15px;
    font-family: "Comic Sans MS","微软雅黑";
    border-radius: 8px;
    float: left;
    overflow: auto;
    overflow-x: hidden;
    !important; width: 300px;
    min-height: 108px;
    max-height: 460px;
    border: 1px solid #e5e5e5;
    border-right: none;
    background: #ffffff;
}

#sideBarContents dl {
    margin: 0;
    padding: 8px;
}

#sideBarContents dt {
    margin-top: 5px;
    margin-left: 5px;
}

#sideBarContents dd, dt {
    cursor: pointer;
}

#sideBarContents dl dd {
    margin-top: 3px;
    margin-left: 18px;
}

#sideBarContents dd:hover, dt:hover {
    color: #5FBDCE;
}

/* 外观颜色 */
#navigator {
    background-color: #5ea99a;
}

#navList a:hover {
    color: white;
    background-color: #66b3a7;
}

#navList a:link, #navList a:visited, #navList a:active {
    color: #fff;
}

.postTitle a:hover {
    color: #F60 !important;
}

a.entrylistItemTitle {
    color: #26aece;
}

.blogStats {
    color: #fff;
}

.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #26aece;
    transition: all 0.4s linear 0s;
}

#cnblogs_post_body h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0;
    padding: 5px 8px;
    color: #fff;
    box-shadow: 0 2px 6px #d2d2d2;
    border-radius: 6px;
    background: #71b7b1;
}

.catListTitle {
    background: #71b7b1;
    border-bottom: 1px solid #71b7b1;
}

#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: white;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 17px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 15px 0 !important;
    padding: 5px 0 5px 20px;
    text-shadow: 2px 2px 3px #222;
    width: 97%;
}

#cnblogs_post_body h2 {
    background: #2B6600;
    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: 15px;
    font-weight: bold;
    height: 20px;
    line-height: 23px;
    margin: 12px 0 !important;
    padding: 5px 0 5px 20px;
    text-shadow: 2px 2px 3px #222222;
    width: 97%;
}
#cnblogs_post_body h3 {
    background: #5B9600;
    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: 18px;
    line-height: 20px;
    margin: 12px 0 0 20px !important;
    padding: 5px 0 5px 20px;
    text-shadow: 2px 2px 3px #222222;
    width: 95%;
}

#cnblogs_post_body blockquote {
    margin: 20px 0;
    padding: 15px 20px 15px 60px;
    background: #FFFFA3 url('//images.cnblogs.com/cnblogs_com/wangiqngpei557/417984/o_title.png') no-repeat 9px 0px;
    font-size: 15px;
    font-family: 'Microsoft Yahei';
    box-shadow: 0 0 8px #AAA;
    clear: both;
}

.postBody blockquote {
    background: url('images/comment.gif'))no-repeat 25px 0;
    padding: 10px 60px 5px 60px;
    min-height: 35px;
    _height: 35px;
    line-height: 1.6em;
    color: #333;
}

blockquote {
    background: none;
    border: 2px solid #EFEFEF;
    color: #333;
    margin-left: 25px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#Copyright {
    border: solid 1px #E5E5E5;
    padding: 10px;
    background: url(//www.cnblogs.com/images/cnblogs_com/Terrylee/147338/o_info.png) no-repeat scroll 1% 50%;
    padding-left: 60px;
}

/*顶一下*/
.diggnum {
    font-size: 25px;
    position: relative;
    bottom: 10px;
    color: #075db3;
    font-family: 'Microsoft Yahei';
}

/*点赞&反对*/
#div_digg {
    position: fixed;
    bottom: 20px;
    right: 100px;
    width: 120px;
    border: 1px solid #1f7b9b;
    border-radius: 5px;
    padding: 5px;
    background-color: #fff;
    z-index: 100;
    margin-bottom: auto;
}
/*顶部 底部*/
.topfoot {
    width: 45px;
    background: #1f7b9b;
    border-radius: 4px;
    box-shadow: 2px 2px 5px #333333,0 0 6px #2D3636;
    border: 1px solid #1f7b9b;
    position: fixed;
    right: 230px;
    bottom: 30px;
    /* font-family: 'Microsoft Yahei'; */
}

.gofooter, .gotop {
    padding: 15px 0;
    text-align: center;
}

    .gofooter:hover, .gotop:hover {
        background-color: #009BCC;
    }

    .gofooter a, .gotop a {
        font-size: 14px;
        color: #fff;
        text-align: center;
    }

/*屏蔽广告*/
.c_ad_block {
    display: none !important;
}