html{min-height:100%;}
body{background:linear-gradient(to bottom,  #FFDAB9, #FF6A6A);}
#container{
	width: 1000px;
        box-shadow: 0 0 25px #808080;
}
#header{background: #FFDAB9;}
#top h1{
	line-height: 80px;
}
#top h1 a{
        color:#FF6A6A;
}
#navstats{
	display: none;
}
#nav{
	padding-bottom: 0;
}
#nav ul{
	width: 100%;
	overflow: hidden;
	background-color: #DCDCDC;
}
#nav ul li{
	display: block;
  overflow: hidden;
  /* width: 100px; */
  text-align: center;
  float: left;
}
#nav ul li a{
	width: 100px;
	font-weight: 600;
  text-align: center;
  line-height: 25px;
  color: #333;
  font-family: '微软雅黑';
}
#nav span{
	display: none;
}
a{
	color: #666;
}
.input_my_zzk{
	width: 50%;
	padding: 0 5%;
}
input.btn_my_zzk{
	width: 35%;
	height: 26px;
}
#content{
        width: 770px;
}
.c_ad_block,#under_post_kb,#under_post_news{
	display: none;
}
.commentbox_main .commentbox_title,.commentbox_main .comment_textarea{
	width: 100%;
}
.comment_btn,.btn_my_zzk{
	background: linear-gradient(to bottom, #FFDAB9, #FF6A6A);
        border-width: 1px;
        border-style: solid;
        border-color: #CCC;
}
.comment_btn:active,.btn_my_zzk:active{
	background: #FF6A6A;
}
#commentbox_opt{
	text-align: right;
}
.post{
	border: none;
}
.posthead{
	padding: 0 20px 5px 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.postbody #cnblogs_post_body{
	padding: 0 20px;
}