cnblogs_post_body h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0;
}
h3 {
    color: #fff;
    background-color: #bf571a;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 3px;
    margin: 10px 0px;
    text-shadow: 2px 2px 3px #404040;
}

.syntaxhighlighter {
    width: 100% !important;
    margin: 1em 0 1em 0 !important;
    position: relative !important;
    overflow: auto !important;
    font-size: 1em !important;
}

/*
#blogTitle {
    background-size: 1200px 200px;
    height: 220px;
    clear: both;
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
#blogTitle h1{
    top: 45px;
    left: 45px;
}
*/