#cnblogs_post_body h1{
    background: #2B6695 !important;
    border-radius: 6px 6px 6px 6px !important;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: #FFFFFF;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 24px;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    margin: 15px 0 !important;
    padding: 5px 0 5px 20px;
    text-shadow: 2px 2px 3px #222222
}

#cnblogs_post_body h2 {
background-color: #00c668;
    border-radius: 5px;
    text-align:left;
    color: white;
    text-shadow: 1px 1px 2px #222222;
    padding: 2px 15px;
    margin-bottom: 12px;
    width:68%;
}
/*
#cnblogs_post_body h3 {
background-color: #51C332;
    border-radius: 3px;
    text-align:left;
    color: white;
    text-shadow: 1px 1px 2px #222222;
    padding: 5px 15px;
    margin-bottom: 10px;
    width:50%
}
#cnblogs_post_body h4 {
    background-color: #5bc0de;
    border-radius: 3px;
    text-align:left;
    color: white;
    text-shadow: 1px 1px 2px #222222;
    padding: 5px 15px;
    margin-bottom: 10px;
    width:25%
}*/

#cnblogs_post_body a{
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    color:#3d81ee;
    text-decoration: none;
}

/*灰色背景内联样式*/
#cnblogs_post_body code.base{
    display: inline;
    background-color: #f5f5f5 !important;
    border: 1px solid #ccc !important;
    border-radius: 3px !important;
    font-family: "Courier New",sans-serif !important;
    font-size: 12px !important;
    line-height: 1.8;
    padding: 2px 5px !important;
}