html{
  width:1000px;
  margin:0 auto;
}
a:hover {
	text-decoration: none;
}
body{
  background:none;
}
/* 页首部分*/
#page_begin_html{
  margin-top:20px;
margin-bottom:5px;
  height:55px;
}
#page_begin_html img{
  width：55px;
  height:100%;
}

/* 内容部分*/
#home{
  width:100%;
}

#blogTitle{
  display:none;
}
/* 导航栏*/
#navigator{
  background-color:#262626;
  width:1000px;
}
#navList li:nth-of-type(4),
#navList li:nth-of-type(5){
  display:none;
}
#navList li a{
  color:rgb(187, 187, 187);
}
#navList a:hover {
	text-decoration: none;
	background-color: #353535;
	color: #999;
}

/* 文章部分*/
#main{
  width:100%;
  border:  1px solid #e5e5e5;
  margin:0;
  box-sizing:border-box;
}
#mainContent{
  width:75%;
  border-right: 1px solid #e5e5e5;
  box-sizing:border-box;
}
.day{
  border:none;
  border-bottom:1px solid #e5e5e5;
  margin-bottom:0;
}
.day:hover{
  border:none;
  border-bottom:1px solid #e5e5e5;
  position:none;
}
.day:hover .postSeparator {
	border-top: 1px dashed #e5e5e5;
}
.dayTitle{
  background-color:#e5e5e5;
}
.dayTitle:hover {
	background-color: #e5e5e5;
}
#mainContent .postTitle a{
  color:rgb(221, 17, 17);
  font-weight:bold;
  font-size:19px;
}
#mainContent .postTitle a:visited{
  color:#222;
}
#mainContent .postTitle a:hover{
  color:#3b61de;
}
.desc_img {
	max-height: 100px;
}
.postDesc {
	float: right;
	line-height: 100%;
}
a.c_b_p_desc_readmore {
	display: none;
}
/* 侧边栏*/

#sideBar{
  width:25%;
  margin-left:0;
  border-bottom:1px solid #e5e5e5;
}
.sidebar-block ul li {
	line-height: 2;
	border-bottom: none;
	padding: 5px 10px 5px 10px;
	font-size: 14px;
	color: #777;
}
.sidebar-block ul li a:hover {
	color: #777;
	border-bottom: none;
}

#profile_block{
  border:none;
    border-bottom:1px solid #e5e5e5;
}
#profile_block:hover{
  border:none;
    border-bottom:1px solid #e5e5e5;
}
.sidebar-block h3 ,.catListTitle{
	background-color: white;
	border: none;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	color: black;
  padding:10px;
}
.sidebar-block ul{
  border:none;
}
.catListTag ul li:hover {
	background: #e5e5e5;
	
}
#widget_my_zzk{
  border:none;
}
.input_my_zzk{
  width:130px;
}
#btnZzk{
  background-color:#e5e5e5;
}
/* 底栏*/
#footer{
  border-right:1px solid #e5e5e5;
  border-left:1px solid #e5e5e5;
  margin:0 ;
  padding:0 0 10px 0 ;
}

/* 文章详情页 */
#ad_t2, #under_post_news, #under_post_kb{
  display:none;
}

#topics{
 border:none;
}

#blog-comments-placeholder,
#comment_form_container{
  border:none;
  border-top:1px solid #e5e5e5;
}
#cnblogs_post_body p {
	line-height: 2em;
}

#blog_post_info{
	display: none;
}
#comment_nav {
	margin: 10px 20px;
}
/* 评论框*/
.feedbackItem {
	border-bottom: 1px solid #cccccc;
}
.feedback_area_title{
  font-weight:bold;
  color:black;
}
.feedbackCon {
	border: none;
}
.comment_textarea{
  width:100%;
}
#commentform_title,#poweredby{
   display:none;
}

a.comment_digg{
  color:red;
}
a.comment_burry{
  color:#00f;
}