#blogTitle a {

    color: #951985;
    position: relative;
    top: 0;
    left: auto;
    width: 950px;
    height: 310px;
    margin: auto;
    font-size: 32px;
-webkit-text-stroke: 0.5px #951985;

}

#blogTitle h2 {
    line-height: 1.5;
    margin-left: 4.5em;
    color: #935A32;
    font-size: 18px;
}

.entrylistTitle, .PostListTitle, .thumbTitle { /**几个分类列表的标题样式**/
    margin-left: 2em;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    padding-bottom: 3px;
    padding-right: 10px;
}

.postTitle {
    font-size: 110%;
    font-weight: bold;
    border-bottom: 1px dashed #ccc;
    float: right;
    line-height: 2.5em;
    font-size: 18px;
    width: 100%;
    clear: both;
}

    .postTitle a:link, .postTitle a:visited, .postTitle a:active {
        color: #390;
        transition: all 0.4s linear 0s
    }

    .postTitle a:hover {
        color: #F60;
        text-decoration: none;
        margin-left: 10px;
    }
/*标题h1 h2 h3样式*/
#cnblogs_post_body {
    color: black;
    font: 0.875em/1.5em"微软雅黑", "PTSans", "Arial", sans-serif;
    font-size: 16px;
}
#cnblogs_post_body h1 {
    background: #800050;
    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: 22px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 18px 0 !important;
    padding: 8px 0 5px 5px;
    text-shadow: 2px 2px 3px #222222;
}
#cnblogs_post_body h2 {
    background: #0099aa;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: #F0FFF0;
    font-family:"微软雅黑", "宋体", "黑体", Arial;
    font-size: 18px;
    font-weight: bold;
    height: 24px;
    line-height: 23px;
    margin: 12px 0 !important;
    padding: 5px 0 5px 10px;
    text-shadow: 2px 2px 3px #222222;
}

.toolTitle {
    font-weight: bold;
    line-height: 1.2em;
    font-size: 25px;
    font-family: "黑体","ms song","宋体","Arial","verdana","Helvetica", "sans-serif";
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: left;
    background: url('/Skins/coffee/images/title_cata.gif') 0 50% no-repeat;
    color: #AA7A53;
    padding: 8px 0px 0px 32px;
}