@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);

* { 
	box-sizing: border-box; 
}

html, body { 
	margin: 0; 
}

body {
	background-image: url('/assets/bg.png');
	background-color: #111;
	color: #eee;
	font-family: Arial;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #fc0505;
}

a:hover {
	color: #fff;
}

h2,
h3 {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	margin: 0;
}

h2 {
	color: #fc0505;
	font-size: 18px;
	margin-bottom: 10px;
}

h2.story-header-2 {
	line-height: 1.5em;
}

h3 {
	font-size: 14px;
}

header {
	font-family: 'Roboto Condensed', sans-serif;
	padding: 10px 0 0 0;
}

.container {
	width: 1022px;
	margin: 0 auto;
}

a.logo,
header h1 {
	float: left;
	margin: 0 5px 0 0;
	font-size: 30px;
}

header ul {
	list-style-type: none;
	margin: 10px 0 0 0;
	text-align: right;
}

header li {
	display: inline-block;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	width: 100px;
	height: 20px;
	text-align: center;
	background: rgba(34, 34, 34, 0.4);
	margin: 0 5px 0 0;
}

a.logo,
nav li a {
	color: #fff;
}

a.logo:hover,
nav li a:hover {
	color: #fc0505;
}
audio {
	width: 290px;
}

.portrait-wrapper {
	text-align: center;
}

.include-background {
	background: rgba(34, 34, 34, 0.4);
}

.youtube-widget {
	text-align: center;
}

.hero-image,
.media-gallery {
	background: rgba(34, 34, 34, 0.4);
	height: 440px;
	width: 100%;
	margin: 20px 0;
	position: relative;
	text-align: center;
}

.hero-image .wrapper img {
	margin: 0 auto;
	margin-top: 20px;
	z-index: 10;
}

.three-column {
	min-height: 350px;
	width: 100%;
}

.top-div {
	margin: 20px 0;
}

.column-1,
.column-2,
.column-3,
.column-4 {
	background: rgba(34, 34, 34, 0.4);
	float: left;
	min-height: 350px;
	padding: 10px;
}

.column-1 {
	width: 31%;
	margin-right: 1%;
}

.column-2 {
	width: 36%;
}

.column-3 {
	margin-left: 2%;
	width: 62%;
}

.column-4 {
	width: 100%;
}

.last {
	margin: 0 0 0 1%;
}

.video {
	display: none;
}

.active-vid {
	display: block;
}

.video-listing {
	float: left;
	width: 170px;
}

.media-gallery {
	clear: both;
	margin: 0;
	padding: 10px;
	height: 1720px;
}

.media-gallery a {
	display: block;
	height: 160px;
	width: 160px;
	float: left;
	margin: 0 7px 7px 0;
	text-align: center;
	background: #222;
	overflow: hidden;
}

.media-gallery img {
	height: 100%;
	min-width: 100%;
	width: auto;
}

.aux {
	display: none;
}

.footer {
	clear: both;
	height: 30px;
}

ul.external-links {
	list-style-type: none;
	padding: 0;
}

ul.external-links li {
	padding: 2;
}
