#navigator {
    font-size: 13px;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    height: 50px;
    clear: both;
    margin-top: 20px;
}
#navigator {
    font-size: 16px;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    height: 50px;
    clear: both;
    margin-top: 20px;
}
#sideBar {
    font-size: 15px;
}
#blogTitle h1 {
    font-size: 45px;
    font-weight: bold;
    font-style: italic;
    line-height: 1em;
    margin-top: 20px;
}
.c_b_p_desc {
    font-size: 13px;
    line-height: 1.6;
}
#sideBar h3 {
    font-size: 18px;
}
.catListTitle {
    font-weight: bold;
    margin-top: 21px;
    margin-bottom: 20.5px;
    border-left: 10px solid #99CC33;
    padding: 10px 0 10px 14px;
    background-color: #f7f7f7;
}
#mainContent {
    min-height: 200px;
    padding: 0px 0px 10px 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    float: right;
    margin-left: -22em;
    width: 100%;
}
#sideBar {
    margin-top: -15px;
    width: 230px;
    min-height: 200px;
    padding: 0px 0 0px 5px;
    float: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.CalTodayDay {
    background: #99CC33 !important;
    color: #FFF;
    font-weight: bold;
}
.entrylistTitle, .PostListTitle, .thumbTitle { /**几个分类列表的标题样式**/
    margin-bottom: 25px;
    height: 38px;
    line-height: 38px;
    font-size: 25px;
    font-weight: bold;
    border-bottom: 2px solid #069206;
}
/* 隐藏反对按钮
.buryit {
display:none;
}*/

/*悬浮博主信息*/
#author_profile_info {
  padding: 10px;
    position: fixed;
    _position: absolute;
    z-index: 1000;
    bottom: 200px;
    left: 5px;
    _right: 17px;
    border: 1px solid #D9DBE1;
    background-color: #FFFFFF;
    filter: alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.icon_favorite {
    background: transparent url('https://files.cnblogs.com/files/jackson0714/kj.gif') no-repeat 0 0;
    padding-left: 16px;
}

#blog_post_info_block a {
    text-decoration: none;
    color: #5B9DCA;
    padding: 3px;
}
#author_profile_detail {
    float: none;
}
.author_profile_info {
    float: left;
    line-height: 25px;
}

/*悬浮推荐和反对*/
#div_digg {
     padding: 10px;
    position: fixed;
    _position: absolute;
    z-index: 1000;
    bottom: 20px;
    left: 5px;
    _right: 17px;
    border: 1px solid #D9DBE1;
    background-color: #FFFFFF;
    filter: alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.icon_favorite {
    background: transparent url('https://files.cnblogs.com/files/jackson0714/kj.gif') no-repeat 0 0;
    padding-left: 16px;
}

#blog_post_info_block a {
    text-decoration: none;
    color: #5B9DCA;
    padding: 3px;
}