@CHARSET "UTF-8";
body{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#d4f59a;
	margin:0;
	padding:0;
	color:#3a3a3a;
}
img{ border:none;}
ul{ list-style-type:none;;}
h1,h2,h3,ul,p{ margin:0; padding:0}
a{
	color:#5ba800;
	text-decoration:none;
	cursor: pointer;
}
a:hover{
	text-decoration:underline;
}
#main{
	margin:0 auto;
	width:1004px;
	background:url("images/header-bg.jpg") no-repeat;
}
textarea{
	font-size:13px;
}

/*头部样式*/
#header{
	position:relative;
	height:200px;
}
#header-info{
	position:absolute;
	top:110px;
	left:50px;

}
#header-info .user-name{
	font-size:16px;
}
#header-info .visit{
	padding-left:5px;
}
#header-info .mood{
	padding-left:5px;
}

#header-nav{
	position:absolute;
	top:160px;
	border-bottom:1px solid #D8EEC5;
	margin:0 10px;
	width:984px;
}
#header-nav .h{
	height:29px;
	line-height:29px;
}
#header-nav ul li{
	float:left;
	
}
#header-nav ul li a{
	text-align:center;
	display:block;
	font-size:14px;
	margin-left:10px;
	width:72px;
	background:url("images/nav.gif") no-repeat;
}
#header-nav  .selected a{
	background:url("images/nav-select.gif") no-repeat;
}

/*content css*/
#content{
	margin:0 auto;
	width:1004px;
	background-color:#FFFFFF;
	overflow:hidden;
	
}
/*footer*/
#footer{/*底部背景的改变*/
		
		background:url(images/footer.jpg) no-repeat;
		text-align: center;
		padding-top:160px;
		height:60px;
	}
/*------------------- paged css*/
.page{
	color:#395A7D;
	height:auto;
	margin:0 auto;
	overflow:hidden;
	padding:10px 0;
	width:703px;
	text-align:center;
}
.page .page_list a:hover, .page .page_list a.current {color:#0067c6;background: #d8efbb;}
.page .page_list{ height:28px;line-height:28px;}
.page .page_list a{
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #e3e3e3;
	color:#5BA800;
	font-family:Arial;
	margin:1px;
	padding:3px 7px;
	text-decoration:none;
}

.button-green {
	background:url("images/bt-bg.jpg") repeat-x scroll 0 0 transparent;
	border:1px solid #CACACA;
	cursor:pointer;
	height:24px;
	line-height:24px;
	width:56px;
}
/*comment_block css*/

#comment_block{
	margin:10px auto;
	overflow:hidden;
	text-align:left;
	width:760px;
}
#comment_block h1 {
	font-size:14px;
	font-weight:bold;
}
#comment_block textarea {
	height:80px;
	width:99%;
}
#comment_block .commentEmot {
	cursor:pointer;
	float:left;
	width:45px;
}
#comment_block .commentBtn {
	float:right;
	text-align:right;
}

#comment_block .cmt-list li {
	border-bottom:1px solid #D8EFC5;
	margin:10px 0;
}
#comment_block .cmt-list .icon {
	float:left;
	background:url("images/u-icon-bg-b.gif") no-repeat scroll 0 0 transparent;
	height:64px;
	padding:4px;
	width:64px;
}
#comment_block .cmt-list .icon img{
width:58px;
}
#comment_block .cmt-list .cmt-reply .rephead img {
	border:1px solid #D8EFC5;
	height:28px;
	padding:1px;
	width:28px;
}
#comment_block .cmt-list .cmt-conent {
	float:left;
	width:680px;
	padding-bottom:15px;
}
.blog-item-commnet #comment_block .cmt-list .cmt-conent {
	float:left;
	width:630px;
	padding-bottom:15px;
}
#comment_block .cmt-list .cmt-conent .handle {
float:right;
}
#comment_block .cmt-reply .repmain .repone{
	background:none repeat scroll 0 0 #F4FAEC;
	border:1px solid #D8EFC5;
	margin-top:10px;
	padding:5px 10px;
	overflow:hidden;
}
#comment_block .cmt-replyarea{
	background:none repeat scroll 0 0 #F4FAEC;
	border:1px solid #D8EFC5;
	margin-top:10px;
	overflow:hidden;
}
#comment_block .cmt-reply .repmain .repone .rephead span{
}
#comment_block .rephead{
	float:left;
}
#comment_block .repcontent{
	float:left;
	margin-left:15px;
}
#comment_block .reptime{
	color:gray;
}
#comment_block .rep-textarea{
	width:500px;height:80px;border:1px solid #D8EFC5;margin:12px 0 0 50px;
}

