@charset "utf-8";
/* The Blog */

.news-left {
	float: left;
	width: 700px;
}

.news-right {
	float: right;
	width: 350px;
}

.news-block {
	padding: 0 0 10px 0;
	border-bottom: 2px solid #CCC;
	margin-bottom:8px;
}

.post-img {
	float: left;
	width: 100px;
	height: 100px;
	background: #FFF none;
	color: #000;
	margin-right: 10px;
}

.post-img img {
	width: 100px;
	height: 100px;
}

.news-content {
	
}

.news-text {
	color: #666;
	background: none;
}

.news-clear {
	clear: left;
	overflow: hidden;
	height: 0;
}
	