#div_digg {
    position: fixed;
    bottom: 40px;
    right: 20px;
    background-color: #DCFCE9;
    border: 1px solid #eee;
    padding: 10px;
    margin: 10px;
    text-align: center;
}

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;
}

#cnblogs_post_body h2 {
    background: #399ab2;
    color: #fff;
    text-indent: 10px;
    border-radius: 4px;
    padding: 5px;
    margin-top: 25px;
}

.postBody h3{
margin-top:20px;
}
/*正文*/
.postBody p, .postCon p {
text-indent: 0px;
margin: 15px 0;
font-size: 13px;
}

#cnblogs_post_body p {
margin: 15px 0;

}

/* 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
}
#cnblogs_post_body h4{
background: #f3f3f3;
    padding-left: 8px;
}
#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 {
    
}

/* 公告 */
.newsItem{
    margin-top: 20px;
    background: #fbf9e4;
    padding: 10px;
}
.am-badge {

    min-width: 10px;
    padding: .25em .625em;
 
  
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
  
    text-align: center;
    background-color:#a0cde5;
    border-radius: 0;
  
}