#HeaderBG{
background: -moz-linear-gradient(left,  rgba(112,113,216,0) 0%, rgba(112,113,216,1) 25%, rgba(112,113,216,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(112,113,216,0)), color-stop(25%,rgba(112,113,216,1)), color-stop(100%,rgba(112,113,216,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(112,113,216,0) 0%,rgba(112,113,216,1) 25%,rgba(112,113,216,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(112,113,216,0) 0%,rgba(112,113,216,1) 25%,rgba(112,113,216,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(112,113,216,0) 0%,rgba(112,113,216,1) 25%,rgba(112,113,216,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(112,113,216,0) 0%,rgba(112,113,216,1) 25%,rgba(112,113,216,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007071d8', endColorstr='#7071d8',GradientType=1 ); /* IE6-9 */


}
#Nav .watch ul{
	display:block;	
}
#Container{
	min-width:1200px;
}
#VideoPlayer{
	margin:0 auto;
}
#WatchContent{
	width:976px;
	margin:0 auto;
	margin-top:12px;
}
#WatchContent .left{
	float:left;
	width:640px;
}
#WatchContent .right{
	float:right;
	width:300px;
}
#VideosWrapper{
	float:left;
	clear:left;
	width:976px;
	height:250px;
	overflow:hidden;
	position:relative;
	margin-bottom: 15px;
}
.top h3{
	float:left;
	clear:left;
	font-weight:400;
	color:#ffffff;
	font-size:20px;
	text-transform:uppercase;
	margin:0;
	padding:0;
}
.video-nav{
	float:left;
	height:17px;
	margin:2px 0 0 20px;
}
.video-nav .back{
	display:block;
	width:17px;
	height:17px;
	float:left;
	background:url('../images/nav-arrows.png') 0 0 no-repeat;
	text-indent:-9999px;
}
.video-nav .next{
	display:block;
	width:17px;
	height:17px;
	float:left;
	background:url('../images/nav-arrows.png') -17px 0 no-repeat;
	text-indent:-9999px;
	margin:0 0 0 10px;
}
.VideoList{
	margin:20px 0 0 0;
	padding:0;
	list-style:none;
	width: 20000em;
	position:relative;
}
.VideoList li{
	float:left;
	width:234px;
	margin:0 12px 0 0;
}
.VideoList li:hover .hover, .VideoList li:hover .track, .VideoList li:hover .artist{
	filter:alpha(opacity=100);
	opacity:1;
}
.VideoList li .thumbnail{
	width:234px;
	height:132px;
	overflow:hidden;
	position:relative;
	display:block;
	float:left;
	clear:left;
}
.VideoList li .hover{
	position:absolute;
	top:42px;
	left:90px;
	width:50px;
	height:50px;
	filter:alpha(opacity=60);
	opacity:0.6;
}
.VideoList li .artist{
	margin:5px 0 0 0;
	padding:0;
	float:left;
	clear:left;
	text-transform:uppercase;
	font-size:14px;
	filter:alpha(opacity=60);
	opacity:0.6;
}
.VideoList li .track{
	margin:0 0 30px 0;
	padding:0;
	float:left;
	clear:left;
	font-size:13px;
	filter:alpha(opacity=60);
	opacity:0.6;
}
.VideoList li .artist a, .VideoList li .track a{
	color:#ffffff;
	text-decoration:none;
}
#RecentPosts{
	clear:both;
	margin:16px 0 0 0;
}
#RecentPosts .item{
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;
	margin-bottom:14px;
}
#RecentPosts .item-inner{	
	display:block;
	-moz-box-shadow: 3px 3px #ffffff;
	-webkit-box-shadow: 3px 3px #ffffff;
	box-shadow: 3px 3px #ffffff;
	border:1px solid #ffffff;
	margin:0 20px 4px 0;
	position:relative;
}
#RecentPosts .item-inner:hover{
	-moz-box-shadow: 4px 4px #48c5d6;
	-webkit-box-shadow: 4px 4px #48c5d6;
	box-shadow: 4px 4px #48c5d6;
	border:1px solid #48c5d6;
}
#RecentPosts .item-inner .gradOverlay{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: -moz-linear-gradient(left,  rgba(72,197,214,0.65) 0%, rgba(72,197,214,0.64) 1%, rgba(72,197,214,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(72,197,214,0.65)), color-stop(1%,rgba(72,197,214,0.64)), color-stop(100%,rgba(72,197,214,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(72,197,214,0.65) 0%,rgba(72,197,214,0.64) 1%,rgba(72,197,214,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(72,197,214,0.65) 0%,rgba(72,197,214,0.64) 1%,rgba(72,197,214,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(72,197,214,0.65) 0%,rgba(72,197,214,0.64) 1%,rgba(72,197,214,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(72,197,214,0.65) 0%,rgba(72,197,214,0.64) 1%,rgba(72,197,214,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a648c5d6', endColorstr='#0048c5d6',GradientType=1 ); /* IE6-9 */
	display: none;
}
#RecentPosts .item-inner:hover .gradOverlay{
	display: block;
}
#RecentPosts .item .tnail{
	display:block;
	overflow:hidden;
	background:#000000;
}
#RecentPosts .item .tnail img{
	filter:alpha(opacity=60);
	opacity:0.6;	
}
#RecentPosts .item img{
	width:100%;
	height:auto;
	float:left;
	box-shadow: #000 0em 0em 0em; /*fix ff image flicker on hover*/
}
#RecentPosts .item .icon-wrapper-outer{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#RecentPosts .item .icon-wrapper{
	display:table;
	width:100%;
	height:100%;
}
#RecentPosts .item .icon-wrapper-inner{
	display:table-cell;
	width:42px;
	height:42px;
	text-align:center;
	vertical-align:middle;
}
#RecentPosts .item img.icon{
	width:42px;
	height:42px;
	float:none;
}
#RecentPosts .item .post-content{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;   
	box-sizing: border-box;    
	padding:15px;
	background:url('../images/item-gradient.png') 0 -60px repeat-x;
}
#RecentPosts .item .post-content .category{
	float:left;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
}
#RecentPosts .item .post-content .category span{
	display:block;
	height:2px;
	width:100%;
	background:#48c5d6;
	margin:6px 0 12px 0;
}
#RecentPosts .item .post-content .title{
	float:left;
	clear:left;
	width:100%;
	font-size:16px;
	color:#ffffff;
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.4);
	text-decoration:none;
}
#RecentPosts .item:hover .tnail img{
	filter:alpha(opacity=100);
	opacity:1;	
}
@media screen and (max-width: 1200px){
	#Container{
		position:relative;
	}
	#Nav{
		position:absolute;
	}
}