main .splash {
	height: 525px;
	position: relative;
	
	background: #777 no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	-webkit-box-shadow: inset 0px -15px 15px -7px rgba(0, 0, 0, 0.15625);
	-moz-box-shadow: inset 0px -15px 15px -7px rgba(0, 0, 0, 0.15625);
	box-shadow: inset 0px -15px 15px -7px rgba(0, 0, 0, 0.15625);
	
	line-height: 525px;
	text-align: center;
}

main .splash .title {
	font-weight: normal;
	font-size: 88px;
	color: #fff;
	
	-webkit-text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
	-moz-text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
	text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
	
	text-align: left;
	line-height: normal;
	vertical-align: middle;
	display: inline-block;
}

main .content .title {
	font-weight: 300;
	font-size: 49px;
	color: #275135;
	
	max-width: 1000px;
	margin: 0px auto 50px auto;
	padding: 0px 20px 10px 20px;
}

main .content .title::after {
	content: '';
	display: block;
	border-bottom: 1px solid #000;
	margin-top: 10px;
}

main .content {
	font-size: 18px;
	font-weight: 300;
	color: #333333;
	padding: 80px 0px;
}

main .content::after {
	content: '';
	display: block;
	clear: both;
}

main .content .title {
	font-weight: 300;
	font-size: 49px;
	color: #275135;
	
	max-width: 1000px;
	margin: 0px auto;
	padding: 0px 20px 10px 20px;
}

main .content .title::after {
	content: '';
	display: block;
	border-bottom: 1px solid #000;
}

main .content > div {
	max-width: 1000px;
	margin: 0px auto;
	padding: 0px 20px;
}

main .content article {
	padding: 40px 0px;
	margin-right: 300px;
	font-size: 18px;
}

main .content .thumb {
	display: block;
	height: 260px;
	
	background: no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	margin-bottom: 20px;
}

main .content h2 {
	font-weight: 300;
	font-size: 30px;
	
	margin-bottom: 20px;
}

main .content h2 a:hover { text-decoration: underline; }

main .content article p { display: inline; }

main .content .more {
	color: #275135;
	text-transform: lowercase;
	
	border-bottom: 1px solid transparent;
}

main .content .more:hover { border-color: #275135; }

main .content .more::before {
	content: '(';
	color: #333333;
}

main .content .more::after {
	content: ')';
	color: #333333;
}

main .content a { color: #275135; }
main .content a:hover { text-decoration: underline; }

main aside {
	float: right;
	width: 250px;
	margin-top: 40px;
}

main aside h5 {
	color: #275135;
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 15px;
}

main aside ul { padding-left: 1em; }

main aside li {
	list-style: disc;
	font-size: 18px;
	margin-bottom: 10px;
}

main aside li a { color: #275135; }

main aside li a:hover { text-decoration: underline; }

main .pager nav {
	max-width: 1000px;
	margin: 0px auto;
	padding: 0px 20px;
}

main .pager a {
	display: inline-block;
	text-decoration: underline;
}

main .pager a:hover { color: #3b794f; }
main .pager a ~ a { margin-left: 40px; }
main .pager span { display: none; }

@media only screen and (max-width: 768px) {
	main .content { font-size: 30px; }
	main aside { display: none; }
	main .content article {
		margin-right: 0px;
		font-size: 30px;
	}
	
	main .pager span { display: inline; }
	main .pager a { line-height: 45px; }
	main .pager a ~ a { margin-left: 0px; }
	main .pager .next { float: right; }
	main .pager .prev { float: left; }
	
	main .pager nav::after {
		content: '';
		display: block;
		clear: both;
	}
}