div {
    background-color: #F8F3F3;
}

a:hover {
    text-decoration:none
}

/*首页文章列表标题样式*/
.entrylistPosttitle a {
    color: #6A6352;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
}
.entrylistPosttitle a:hover {
    color: #ff0000;
}

/*首页文章列表摘要样式*/
.entrylistPostSummary {
    position: relative;
    width: 690px;
    height: auto;
    margin: 0px;
    border: medium none;
    padding: 10px 0px;
    overflow: hidden;
    color: #9a9a9a;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    line-height: normal;
}
/*阅读全文*/
.entrylistPostSummary a {
    color: #AEB63B;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
}
.entrylistPostSummary a:hover {
    color: #BFC74C;
}

.desc_img {
    width: 260px;
    margin: 10px;
}


/*去掉广告*/
.c_ad_block {
    display: none;
}


/*文章正文 标题设置*/
#topics .postTitle {
    position: relative;
    width: 690px;
    margin: 15px;
    border: medium none;
    padding: 0px;
    overflow: hidden;
}
#topics .postTitle a {
    color: rgb(20, 156, 26);
    font-family: 微软雅黑,华文细黑,黑体,Arial;
    font-weight: normal;
    font-size: 24px;
    line-height: normal;
}
#topics .postTitle a:hover {
    color: rgb(10, 136, 16);
    text-decoration:none
}

/*文章正文 正文*/
#cnblogs_post_body {
    margin-bottom: 60px;
    border-color: #DAED24;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #efefef;
}

#cnblogs_post_body a {
    color: #DE743A;
}

#cnblogs_post_body a:hover {
    color: #FC1503;
}




/*网站头部设置*/
.blogStats {
    display: none;
}


/*文章内容 推荐阅读*/
#site_nav_under {
    display: none;
}
/*文章内容 评论功能菜单*/
#comment_nav {
    display: none;
}

#BlogPostCategory a {
    color: rgb(207, 133, 98);
}
#BlogPostCategory {
    margin-bottom: 20px;
    color: #0A8810;
}

/*博客文章 超链接样式*/
.postBody a {
    text-decoration: none;
}

/*隐藏掉 反对按钮*/
#div_digg .buryit {
    display: none;
}
#digg_tips {
    display: none;
}


#div_digg .diggit{

}


#author_profile a:hover {
    text-decoration: none;
}

#blogTitle h2 {
    margin: 20px 0px 0px;
    color: #DB3508;
    font-size: 20px;
}

#blogTitle a {
    color: rgb(84, 206, 31);
    font-size: 40px;
}

#blogTitle a:hover {
    color: rgb(68, 164, 10);
}

#blogTitle {
    top: 85px;
    left: 30px;
    width: 740px;
    height: 200px;
}

#navigator {
    left: 140px;
    top: 50px;
}