#cnblogs_post_body h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}

h3 {
    background: #390;
    border-bottom: 1px solid #006600;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    color: #FFFFFF;
    font-size: 1.2em;
    height: 1.8em;
    line-height: 1.8em;
    padding: 5px;
    text-indent: 0.5em;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

#cnblogs_post_body h4 {
    color: #fff;
    font-size: 18px;
}
.postBody h4 {
    font-weight: normal;
}
h4 {
    background-color: #2EB1B1;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 3px;
    margin: 10px 0px;
    text-shadow: 2px 2px 3px #404040;
}

.postBody blockquote {
    background: url('/skins/darkgreentrip/images/comment.gif') no-repeat 5px 0px;
    line-height: 1.6;
    color: #333;
}
#cnblogs_post_body blockquote p {
    text-indent:30px
}