.postTitle {
    font-size: 14.7px;
    font-weight: bold;
    margin-bottom: 10px;
}

h1, h2, h3, h4 {
    border-radius: 3px;
    padding: 3px;
    background-color: #A4D3EE;
    box-shadow: 3px 3px 5px #84af9b;
    text-shadow: 1px 1px white;
}





h1 {
    display: block;
    font-size: 2em;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}


#cnblogs_post_body h2 {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0;
}


h2 {
    display: block;
    font-size: 1.5em;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

.post h3 {
    background-image: none;
    background-repeat: no-repeat;
    font-family: Verdana;
    font-size: 14px;
    margin-bottom: 10px;
    color: #666;
}


h3 {
    margin: 0;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 14.7px;
    color: #666;
    text-align: left;
}

h3 {
    display: block;
    font-size: 1.17em;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}




#cnblogs_post_body h5 {
    background: none repeat scroll 0% 0% rgb(216, 216, 216);
    border-radius: 6px 6px 6px 6px;
    color: rgb(102, 102, 102);
    font-family: "Comic Sans MS","微软雅黑";
    font-size: 17px;
    margin: 15px 0px !important;
    padding: 5px 0px 5px 20px;
}

#cnblogs_post_body h5 {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0;
}


.postBody blockquote, .postCon blockquote {
    border-left-style: inset;
    border-left-width: 4px;
    border-left-color: #16a89d;
    background: #f1f1f3;
    margin-top: 20px;
}

.postBody blockquote, .postCon blockquote {
    width: 90%;
    margin: 0 auto;
    padding: 6px 0 6px 45px;
    color: #666;
    background: white url(/images/blockquote.gif) top left no-repeat;
}