/**
 * Post
 */
.post {
	
}

/**
 * Post list
 */
.post-list {
	margin: 0;
	padding: 0;
}
	.post-list .post {
		margin: 25px 0 0;
	}
	.post-list .post:first-child { margin-top: 0; }
		.post-list .post .post-title {
			margin: 0;
		}
			.post-list .post .post-title a { color: #294b85; }
			.post-list .post .post-title a:hover { color: inherit; }
		.post-list .post .post-info {
			font-size: 10px;
			color: #6b7586;
			text-transform: uppercase;
		}
			.post-list .post .post-info a { color: inherit; }
			.post-list .post .post-info a:hover { color: #294b85; }
		.post-list .post .post-summary {
			margin-top: 3px;
		}
		.post-list .post .post-readmore {
			margin-top: 4px;
		}


