/* VIDEO CONTAINER */

#subcontainer {
	width: 1050px;
	margin: 60px auto 20px auto;
}

div#info {
	color: #eee;
	margin-top: 30px;
	margin-bottom: 40px;
	font-weight: 100;
}

div#info h2 {
	font-size: 200%;
	font-family: 'Permanent Marker';
	color: #eba700;
}

div#info h2 span {
	color: #fff;
}

div#info h3 {
	font-size: 140%;
	font-family: 'Sue Ellen Francisco';
	margin: 0 0 -10px 0;
	text-transform: uppercase;
}

div#info h3 span {
	color: #eba700;
}


/* RELATED BLOCK */


#related {
	float: right;
	margin: 0px;
	z-index: -10;
	display: inline-block;
	font-family: 'Sue Ellen Francisco';
	text-transform: uppercase;
}

#relTape {
	display: block;
	width: 300px;
	height: 69px;
	background: url('images/cat_tape1.png');
	margin-bottom: 30px;
	line-height: 69px;
	font-size: 170%;
	text-align: center;
}

#related li {
	opacity: 1;
	display: block;
	width: 320px;
	height: 176px;
	background: #666;
	margin-bottom: 34px;
	line-height: 176px;
	text-align: center;
	box-shadow: 2px 2px 5px #000;
	border: 1px solid black;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

#related li:hover {
	opacity: 1;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

#related a:link {
	display: block;
	width: 320px;
	height: 176px;
	color: #fff;
	text-decoration: none;
	font-size: 170%;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

#related a:visited {
	color: #fff;
	opacity: 0;
}


#related a:hover {
	-webkit-transition: all 3.5s ease-in-out;
	-moz-transition: all 3.5s ease-in-out;
	-o-transition: all 3.5s ease-in-out;
	-ms-transition: all 3.5s ease-in-out;
	transition: all 3.5s ease-in-out;-=
}

#related h4 {
	color: #fff;
	display: block;
	font-weight: 500;
	-webkit-transform: rotate(-2deg); 
	-moz-transform: rotate(-2deg);
}

#related h4:hover {
	opacity: 0;
}


/* GO BACK BUTTON */

a#goback {
	display: inline-block;
	color: #eba700;
	text-decoration: none;
	font-size: 180%;
	font-family: 'Permanent Marker';
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

a#goback:visited {
	color: #eba700;
}

a#goback:hover {
	color: #fff;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}