/*
Custom stylesheet
*/

.post-image {
    border: 1px solid #ccc;
}

.home-feature article.post-list {
	border-bottom:none;
	padding-bottom:10px;
}

article.post-list {
	border-bottom:1px solid #ccc;
	padding-bottom:20px;
}


/* ============== Widget footer left images ================ */
p.e-active {
	overflow:hidden;
	width: 40%;
	float: left;
}

p.e-active.first {
	margin-right:20px;
}
p.e-active.last {
	margin-left:20px;
}