  body { background: #E2E5DC; }

#header { background-color: #4FB5E7; }
#footer { background-color: #91908F; }

.container-wide { width: 100%; }
#body_content { height: 0; }

#cover { 
	overflow: auto;
	background-position: center 64%;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 750px;
	position: relative;
}
#cover h1 {
	display: block; 
	text-indent: -9999px; 
	width: 0;
	height: 0;
	line-height: 0;
}
#cover #logo { text-align: right; padding: 25px 8% 10px 0; margin-bottom: 10px; }
#cover #logo img { width: 375px; height: auto; }
#cover #story-desc {
	font-family: Georgia, serif;
	font-size: 17px;
	line-height: 26px;
	font-style: italic;
	width: 30%;
	display: block;
	float: right;
	padding-right: 8%;
	text-align: right;
}
#cover #read-more {
	display: block;
	padding: 2px 4px;
	color: #fff;
	font-family: Georgia, serif;
	font-size: 14px;
	text-decoration: none;
	background-color: #4FB5E7;
	width: 100px;
	text-align: center;
	float: right;
	margin-top: 10px;
}

#cover #fullsize-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	display: block;
	text-indent: -9999px;
	margin: 0;
}
#cover #fullsize-link a {
	width: 100%;
	height: 100%;
	display: block;
}

@media (max-width: 767px) {
	.container-wide {
		margin-left: -20px;
	    padding-left: 20px;
	    padding-right: 20px;
	}
	#cover { min-height: 550px; }
	#cover #logo { padding-right: 0; }
	#cover #logo img { width: 320px; }
}
@media (max-width: 480px) {
	#cover #story-desc { 
		width: 100%; 
		padding-right: 0;
		margin-top: -5px; 
		font-size: 14px; 
		line-height: 20px; 
	}
}