.latest-post-selection {
	clear: both;
}
.latest-post-selection {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.latest-post-selection * {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.latest-post-selection article {
	padding: 1%; border: 1px solid rgb(238, 238, 238); width: 100%; margin-bottom: 1%; box-sizing: border-box; background-color: rgb(255, 255, 255); -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.two-columns.latest-post-selection article {
	width: 49.5%; height: 400px; overflow: hidden; margin-right: 1%; margin-bottom: 1%; float: left; max-height: 400px;
}
.two-columns.latest-post-selection article:nth-child(2n) {
	border: 1px solid rgb(221, 221, 221); clear: right; margin-right: 0px; background-color: rgb(238, 238, 238);
}
.three-columns.latest-post-selection article {
	width: 32.6%; height: 200px; overflow: hidden; margin-right: 1.1%; float: left; max-height: 200px;
}
.three-columns.latest-post-selection article:nth-child(3n+2) {
	border: 1px solid rgb(221, 221, 221); background-color: rgb(238, 238, 238);
}
.three-columns.latest-post-selection article:nth-child(3n) {
	border: 1px solid rgb(204, 204, 204); clear: right; margin-right: 0px; background-color: rgb(221, 221, 221);
}
.latest-post-selection article img {
	margin: 0.5% 1% 0.5% 0.5%; float: left; max-width: 99%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.latest-post-selection article h1 {
	margin: 0px 0px 5px; line-height: 1em; font-size: 2em;
}
.latest-post-selection article .read-more {
	float: right;
}
.pages.latest-post-selection {
	margin: 0px; padding: 0px; width: 100%; clear: both; display: table-row; list-style-type: none; position: relative;
}
.pages.latest-post-selection li {
	vertical-align: middle; float: left; display: inline-block; list-style-type: none; position: relative;
}
.pages.latest-post-selection li:first-child {
	margin: 1px; padding: 5px 5px 5px 0px;
}
.pages.latest-post-selection li a {
	margin: 1px; padding: 5px; text-align: center; line-height: 24px; text-decoration: none; display: block; min-width: 24px;
}
.pages.latest-post-selection li.current a {
	font-weight: bold;
}
