body {
	background: #000000;
	font-family: Verdana, Tahoma, Arial, san-serif;
	font-size: 18px;
	overflow: auto;
}
h1, h2, h3, h4, h5 {
	text-align: center;
	padding-left: 5%;
	color: #B50000;
}
h4 a {
	text-decoration: none;
	color: #B50000;
}
p {
	padding: 2%;
	color: #B50000;
}
img {
	text-align: center;
	max-width: 100%;
	height: auto;
	width: auto;
}
#wrapper {
	margin: 0 auto;
	max-width: 1020px;
	width: 98%;
	background: #FEFBE8;
	border: 1px solid #B50000;
	border-radius: 2px;
	box-shadow: 0px 0px 10px 0px rgba(12, 3, 25, 0.8);
}
#callout {
	width: 100%;
	height:auto;
	background: #B50000;
	overflow: hidden;
}
#callout p {
	text-align: right;
	font-size: 13px;
	padding: 0.1% 5px 0px 0px;
	color: #F1F0D1;
}
#callout p a {
	color: #F1F0D1;
	text-decoration: none;
}
header {
	width: 96%;
	min-height: 125px;
	padding: 5px;
	text-align: center;
}
nav ul {
	list-style: none;
	margin: 0;
	padding-left: 50px;
}
nav ul li {
	float: left;
	border: 1px solid #B50000;
	width: 15%;
}
nav ul li a {
	background: #F1F0D1;
	display: block;
	padding: 5% 12%;
	font-weight: bold;
	font-size: 18px;
	color: #B50000;
	text-decoration: none;
	text-align: center;
}
nav ul li a:hover, nav ul li.active a {
	background-color: #B50000;
	color: #F1F0D1;
}
.banner img {
	width: 100%;
	border-top: 1px solid #B50000;
	border-bottom: 1px solid #B50000;
}
.clearfix {
	clear: both;
}
.left-col {
	width: 55%;
	float: left;
	margin: -2% 1% 1% 1%;
}
.left-col ul {
	text-align: center;
}
.left-col ul li img {
	height: 100px;
}
.left-col_fb {
	width: 55%;
	float: left;
	padding-left: 25px;
	padding-bottom: 15px;
}
.right-col {
	width: 55%;
	float: right;
	margin: -2% 1% 1% 1%;
}
.right-col h3 {
	padding-top: 25px;
}
.sidebar {
	width: 40%;
	float: right;
	margin: 1%;
	text-align: center;
}
.rightbar {
	width: 40%;
	float: left;
	margin: 1%;
	text-align: center;
}
.cdcover {
	float: left;
	margin: 5%;
	padding-bottom: 5px;
	text-align: center;
}
.player {
	padding-top: 5%;
	padding-left: 5%;
}
.article1 {
	float: left;
	margin: 0 auto;
	width: 100%;
	height: auto;
	padding: 1%;
}
.article1 iframe {
	float: left;
	width: auto;
	height: auto;
	overflow: hidden;
}
.article2  iframe{
	float: right;
	width: auto;
	height: auto;
	overflow: hidden;
}
.article3  img{
	float: right;
	padding-top: 25px;
	padding-left: 15px;
	overflow: hidden;
}
.section {
	width: 29%;
	float: left;
	margin: 2% 2%;
	text-align: center;
}
.section a {
	color: #B50000;
	text-decoration: none;
}

footer {
	background: #B50000;
	width: 100%;
	overflow: hidden;
}
footer p, footer h3 {
	color: #F1F0D1;
}
footer p a {
	color: #F1F0D1;
	text-decoration: none;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
li {
	display: inline;
}
ul li img {
	height: 50px;
}
.vid {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;	
}
.vid iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.grid {
	position: relative;
	padding-bottom: 20%;
	padding-top: 25px;
	height: 0;
	overflow: hidden;	
}
.grid img {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 25px;
}
.grid2 {
	position: relative;
	padding-bottom: 30%;
	padding-top: 25px;
	height: 0;
	overflow: hidden;	
}
.grid2 img {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 25px;
}

/*---------------MEDIA!!!----------------*/
@media screen and (max-width: 478px) {
	body {
		font-size: 13px;
	}
}
@media screen and (max-width: 740px) {
	nav {
		width: 100%;
		margin-bottom: 10px;
	}
	nav ul {
		list-style: none;
		margin: 0 auto;
		padding-left: 0;
	}
	nav ul li {
		text-align: center;
		margin-left: 0 auto;
		width: 100%;
		border-top: 1px solid #B50000;
		border-right: 0px solid #B50000;
		border-bottom: 1px solid #B50000;
		border-left: 0px solid #B50000;
	}
	nav ul li a {
		padding: 8px 0px;
		font-size: 16px;
	}
	.left-col {
		width: 100%;
	}
	.sidebar {
		width: 100%;
	}
	.section {
		float: left;
		width: 100%;
		margin: 0;
	}
}