/*---------- NEWS MODULE ----------*/

/* GLOBAL */

.post {
	margin-bottom: 20px;
}
.post img.post-image {
	width: 100%;
	margin-bottom: 10px;
}
.post p.read-more {
	text-align: left;
}
.post footer {
	display: none;
}

/* LAYOUT1 */

/* Position */

.post-layout1 {
	width: 262px;
	height: 220px;
	margin-bottom: 0;
	padding: 25px;
	float: left;
}
.post-layout1 header {}
.post-layout1 aside {}
.post-layout1 .post-content {}
.post-layout1 footer {}

/* Style */

.post-layout1 h2 {
	padding-bottom: 5px;
	border-bottom: 1px solid #e7e6e6;
	color: #3b3b3b;
}
.post-layout1 time {}
.post-layout1 img {}
.post-layout1 img.post-image {}
.post-layout1 p {}
.post-layout1 p.read-more {}
.post-layout1 a {}
.post-layout1 a:hover {}
.post-layout1 .button {}
.post-layout1 .button:hover {}

/* LAYOUT2 */

/* Position */

.post-layout2 header {}
.post-layout2 aside {
	width: 23%;
	float: left;
	margin-right: 2%;
}
.post-layout2 .post-content {}
.post-layout2 footer {}

/* Style */

.post-layout2 {
	padding-bottom: 10px;
	border-bottom: 1px solid #e7e6e6;
}
.post-layout2 h2 {
	font-size: 16px;
	color: #ef7f02;
}
.post-layout2 time {}
.post-layout2 img {}
.post-layout2 img.post-image {}
.post-layout2 p {}
.post-layout2 p.read-more {
	text-align: left;
}
.post-layout2 a {}
.post-layout2 a:hover {}
.post-layout2 .button {}
.post-layout2 .button:hover {}