@charset "utf-8";
/* CSS pagini */

.post {
	padding-right: 10px;
	float: left;
	width: 450px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.post2 a {
	color: #EE1C25;
	text-decoration: none;
}
.post .title a, .post .title{
	font-size: 16px;
	color: #ED1C22;
	text-decoration: none;
}
.post .more {
	float: right;
	margin-bottom: 15px;
}

.post .firstImg {
	float: left;
	margin-right: 10px;
}
.post .more {
	float: left;
	width: auto;
	text-align: right;
}

