#main-wrapper {
	background-color: #F1F4F9;
}

#news-gallery {
	background: #F1F4F9 url(/media/loading.gif) no-repeat center center;
	margin: 0;
	position: relative;
	overflow: hidden;
}

#news-gallery #next,
#news-gallery #prev {
	cursor: pointer;
	height: 50px;
	margin-top: -25px;
	opacity: 0.7;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 10;
}

#news-gallery #next {
	right: 0;
}

#news-gallery #prev {
	left: 0;
}

article #text {
	background-color: #FFF;
	padding: 0.5em;
}

@media screen and (min-width: 770px) {
	#news-gallery #next,
	#news-gallery #prev {
		margin-top: -50px;
	}

	#news-gallery #next {
		height: 100px;
		width: 100px;
	}

	#news-gallery #prev {
		height: 100px;
		width: 100px;
	}
}

@media screen and (min-width: 1150px) {
	#news-gallery #next,
	#news-gallery #prev {
		height: 150px;
		margin-top: -75px;
		width: 150px;
	}
}

@media screen and (min-width: 2000px) {
	#news-gallery #next,
	#news-gallery #prev {
		height: 200px;
		margin-top: -100px;
		width: 200px;
	}
}

#news-gallery div.aperture {
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	z-index: 5;
}

#news-gallery div.aperture img {
	position: relative;
	width: 100%;
}

#news-gallery div#counter {
	position: absolute;
	text-shadow: 1px 1px #000;
	bottom: 10px;
	color: #FFF;
	z-index: 9;
	width: 50px;
	left: 50%;
	margin-left: -25px;
	text-align: center;
}

#news-gallery #video-wrapper #video {
	position: absolute;
}

article {
	margin: 0 auto;
	padding: 50px 6%;
}

article #title h2 {
	color: #E22;
	padding: 0;
	margin: 0;
}

article #text p:first-child {
	margin-top: 0;
}

article #text p:last-child {
	margin-bottom: 0;
}

article #text .submit-button {
	float: left;
}

@media screen and (min-width: 1150px) {
	article {
		padding-left: 0;
		margin: 0 6%;
		width: 88%;
	}

	article #title {
		background-color: #E22;
		float: left;
		padding: 50px;
		width: 400px;
	}

	article #title h2 {
		color: #FFF;
	}

	article #title p {
		color: #FFF;
	}

	article #text {
		margin-left: 530px;
		padding: 50px;
	}
}

@media screen and (min-width: 1600px) {
	article {
		margin: 0 10%;
		width: 80%;
	}
}

@media screen and (min-width: 2000px) {
	article {
		width: 60%;
		margin: 0 20%;
	}
}
