@charset "UTF-8";

html,body {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}

a {
  text-decoration: none;
  color: #d32027;
  font-weight: bold;
}

a:hover {
	color: #ffffff;
	background-color: #d32027;
}

.hr {
	display: block;
	width: 570px;
	border-bottom: 1px solid #5f6060;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: left;
}

a img {
	border:none;
}

h1 {
	font-size: 10px;
	font-weight: bold;
	color: #d32027;
	margin-bottom: -10px;
	text-transform: uppercase;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	color: #595959;
	margin-bottom: -10px;
	text-transform: none;
}

.title {
	margin-bottom: 10px;
	margin-top: 10px;
}


.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: #ccc;
}

.bgindex {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: #ccc;
	overflow: hidden;
}
	
	

#container {
	opacity:0.8;
	filter:alpha(opacity=80);
	margin: 30px;
	-webkit-transition: all .25s ease-in-out;
}

#container:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

#container:focus {
	opacity:1;
	filter:alpha(opacity=100);
}

#container:active {
	opacity:1;
	filter:alpha(opacity=100);
}

#nav {
	width: 178px;
	float: left;
	margin-right: 15px;
}

.about {
	height: 22px;
	width: 178px;
	background-image:url('images/nav_01about.gif');
	display: block;
	margin-bottom: 5px;
}

.about:hover {
	background-image:url('images/nav_01about_roll.gif');
}

.reel {
	height: 22px;
	width: 178px;
	background-image:url('images/nav_02reel.gif');
	display: block;
	margin-bottom: 5px;
}

.reel:hover {
	background-image:url('images/nav_02reel_roll.gif');
}

.team {
	height: 22px;
	width: 178px;
	background-image:url('images/nav_03team.gif');
	display: block;
	margin-bottom: 5px;
}

.team:hover {
	background-image:url('images/nav_03team_roll.gif');
}

.press {
	height: 22px;
	width: 178px;
	background-image:url('images/nav_07press.gif');
	display: block;
	margin-bottom: 5px;
}

.press:hover {
	background-image:url('images/nav_07press_roll.gif');
}

.blog {
	height: 22px;
	width: 178px;
	background-image:url('images/nav_05blog.gif');
	display: block;
	margin-bottom: 5px;
}

.blog:hover {
	background-image:url('images/nav_05blog_roll.gif');
}

.holler {
	height: 22px;
	width: 178px;
	background-image:url('images/nav_06holler.gif');
	display: block;
	margin-bottom: 5px;
}

.holler:hover {
	background-image:url('images/nav_06holler_roll.gif');
}



#playerLite {
	width:640px;
}

#playerdesc {
	display: block;
	width: 600px;
	background-color: #fff;
	padding: 10px 20px 10px 20px;
	margin-top: 10px;
	margin-left: 193px;
}

#content_about {
	background : #ffffff;
	color : #000000;
	padding : 35px;
	width : 570px;
	height : 410px;
	overflow : auto;
}

#content_reel {
	background : #ffffff;
	color : #000000;
	padding : 35px;
	width : 570px;
	height : 410px;
	overflow : auto;
}

#content_team {
	background : #ffffff;
	color : #000000;
	padding : 35px;
	padding-right: 0px;
	width : 605px;
	height : 410px;
	
	}


#content_creators {
	background : #ffffff;
	color : #000000;
	padding : 35px;
	width : 570px;
	height : 410px;
	overflow : auto;
}

#blogholder {
	background : #ffffff;
	color : #000000;
	padding : 35px;
	padding-right: 0px;
	width : 605px;
	height : 410px;
}

#henry {
	width: 260px;
	float: left;
	margin-right: 30px;
}

#brandon {
	width: 260px;
	float: left;
}  
