h1.postTitle{
font-size: 2.5em;
margin: 0 0 15px 0;
line-height: 1.7;
}
/*标题*/
.postBody h2 {
line-height: 1.5;
font-size: 2em;
margin: 25px 0 15px;
/*border-bottom: 1px solid #eee;*/
line-height: 1.7;
color: #399ab2;
}
.postBody h3{
margin-top:20px;
}
/*正文*/
.postBody p, .postCon p {
text-indent: 0px;
margin: 15px 0;
font-size: 13px;
}



/* blockquote 样式，来自马克飞象*/
blockquote {
    margin: 0 0 15px;
    padding: 15 20px;
    border-left: 5px solid #ddd;
    font-size: 14px;
    background-color: rgba(102,128,153,.05)
}

blockquote p {
    font-size: 14px;
    font-weight: 300
}

blockquote h4 {
    margin-top: 0;
    margin-bottom: 5px
}

#div_digg{
position: fixed;
    bottom: 20px;
    right: 20px;
    border: 1px solid #eee;
    padding: 5px 5px 0 5px;
    background: #fff;
    box-shadow: 3px 3px 4px rgba(0,0,0,0.3);
}

.intro-stress{
    background: #fbf9e4;
    /*padding: 5px;*/
    margin-bottom: 5px;
}

.intro_avatar{
    padding: 5px;
    border: 1px solid #eee;
    background: #fff;
    margin-left: 5px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3)
}

/* 公告标题 */
#sideBar h3, #MyIng .ing_title {
    display: none; 
}

/* 公告 */
.newsItem{
    margin-top: 20px;
    background: #fbf9e4;
    padding: 10px;
}