/*推荐悬浮*/
#div_digg {
    position: fixed;
    bottom: 20px;
    right: 45px;
    border: silver 1px dashed;
    padding: 5px;
    width: 62px;
    background-color: rgba(255,255,255,0.7);/*半透明#FFF*/
    border-radius: 5px;
    opacity: 0.9;/*透明化*/
    margin: 0 !important;
}
/*隐藏反对*/
.buryit {
    display: none;
}
.comment_bury {
    display: none;
}
/*外边距*/
.diggit {
    margin-left: 8px !important;
}
.diggword {
    margin-top: 0px !important;
}

/*时钟*/
#div_clock {
    background-color: #ffffff;
}

/*字体调整*/
#sideBar h3 {
    margin: 8px 0 0 0px;
    font-size: 19px;
    font-family: Tahoma,STXinwei,STFangsong;
    text-align: left;
}
#cnblogs_post_body h2 {
    font-size: 20px;
    font-family: Tahoma,STKaiti,STXinwei,STFangsong;
    font-weight: bold;
    line-height: 24px;
    margin: 6px 0;
    padding: 0px 0px 0px 5px;
    background-color: rgba(57,154,178,0.7);/*半透明#399ab2*/
    border-radius: 3px;
}
#cnblogs_post_body h3 {
    font-size: 17px;
    font-family: Tahoma,STKaiti,STXinwei,STFangsong;
    font-weight: bold;
    line-height: 20px;
    margin: 6px 0;
    border-left: 13px solid rgba(57,154,178,0.7);
    padding: 0px 0px 0px 0px;
    background-color: rgba(57,154,178,0.5);/*半透明#399ab2*/
    border-radius: 3px;
}

a:hover {
    color: red;
}

/*去广告*/
#ad_t2,#cnblogs_c1,#under_post_news,#cnblogs_c2,#under_post_kb{
    display: none;
    overflow: hidden;
}
/*微博、微信分享*/
#green_channel_wechat{
    display: inline-block !important;
    margin-right: 0px !important;
}
#green_channel_weibo img{margin-left: 0px !important;}
#green_channel_wechat img{margin-left: 0px !important;}

/*隐藏园龄粉丝*/
#profile_block {
    display: none;
}

#author_profile {
    display: none;
}

/*选中颜色*/
::selection {
    color: #9900ff;/*紫色*/
}
/*body {
    font-family: 'comic sans ms' !important;
    font-size: 12px
}*/

#cnblogs_post_body p {
    margin: 0px  !important;
}
/*引用*/
blockquote {
    margin: 0px !important;
}
/*发布时间*/
.postDesc {
    padding-bottom: 0px  !important;
}

#calendar {
    margin-top: 0px  !important;
}
/*表格属性*/
#cnblogs_post_body td {
    padding: 2px 4px  !important;
}