/**
 * @author     Wynn Chen <wynn.chen.cn@gmail.com>
 * @version    $Id: post.css 401 2008-07-19 06:10:33Z wynn $
 */
.authorinfo{
	clear:both;
	margin:10px 5px 5px 10px;
}
#post_content{
	width: 632px;
}

#post_content .post_block{
	width: 630px;
	border: 1px solid #e2e2e2;
	margin-bottom: 15px;
	overflow: hidden;
}
#post_content h2{
	font-size: 14px;
	background: #f2f2f2;
	border: 1px solid #e0e0e0;
	padding: 10px;
}
#post_content .post_block img{
	padding: 4px;
	border: 1px solid #e2e2e2;
	margin: 15px 0 0 15px;
	float: left;
}
#post_block{
	clear:both;
}

#post_content .post_block p.info{
	font-size: 12px;
	margin: 15px 10px 0 10px;
}
#post_content .post_block p.info em{
	margin-right: 15px;
	font-weight: bold;
}
#post_content .post_block p.infoname span{
	margin-left: 2px;
	font-weight: normal;
	color: #ad1618;
}
.info{
	border-bottom:1px solid #e0e0e0;
	height:30px;
}
.infoname{
	float:left;
}
.infofloor{
	float:right;
}
.divavatar{
	width:90px;
	float:left;
}
.divcontent{
	width:500px;
	float:right;
}
.postbody{
	clear:both;
	overflow:hidden;
}
.postbody em{
	font-style:italic;
	font-weight:normal;
	color:#333;
}
#post_content .post_block p.infofloor span.floor{
	
	color:#009966;
	font-weight:bolder;
	font-size:14px;
}
#post_content .info {
	margin: 5px 10px 15px 10px;
	padding-top: 10px;

}
.line{
	margin-bottom:5px;
	clear:both;
}
.admininfo{
	clear:both;
	text-align:right;
	margin-right:20px;
}
.adminbutton{
	clear:both;
	text-align:right;
	margin-right:10px;
	margin-bottom:5px;
	background-color:#f7f7f7;
	padding:5px;
}
.adminbutton a{
	margin-right:10px;
	color:#333;
}
.adminbutton span{
	margin-right:10px;
	color:#06f;
	text-decoration: underline;
}
.postbody img{
	max-width: 450px; 

}
#right_block{
	width: 230px;
	float: right;
}
#right_block div{
	border: 1px solid #e0e0e0;
	margin-bottom: 20px;
}
#right_block h3{
	background: #f2f2f2;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 10px;
}
#right_block p{
	margin: 5px 0 5px 20px;
}