@charset "utf-8";
/* CSS Document */
.post-container{
	width: 98%;
	overflow: hidden;
	color: #FFF;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
}

.post-thumb img {
    float: left;
    clear:left;
    width:218px;
    height:120px;

}

.post-title {
	float: left;
	margin-left: 10px;
	font-weight: bold;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 36px;
	color: #F90;
}

.post-content {
	float: right;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
}
