/* 
 * title: 	Footer Stylesheet
 * author: 	Luke Seeley
 * email:	luke@livestream.com
 * --------------------------------------------------------- */

#footer-wrap {
	clear: both;	
	width: 100%;
	height: 355px;
	border-top: 1px solid #000;
	background-color: #333;
	background-image: -moz-linear-gradient(top, #444444, #222222);
  	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #444444),color-stop(1, #222222));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#444444', EndColorStr='#222222');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#444444', EndColorStr='#222222')";
	overflow: hidden;
	}
#footer-wrap.no_related_channels {height:193px;}
#footer-wrap #top-live-channels {
	height:162px;
	border-bottom: 1px solid #272727;
	}
#footer-wrap #top-live-channels p.loading_top_live_channels {color:#777; padding-top:60px; line-height:74px; text-align:center; background:url(/images/background-loading-grey.gif) no-repeat center center;}
/* Footer - Channels
 * --------------------------------------------------------- */

#top-videos {
	width: 960px;
	margin: 0 auto;
	}
#top-videos .videos {
	display: block;
	float: left;
	width: 960px;
	height: 140px;
	margin: 12px 0 10px 0;
	}
#top-videos ul .title h3 {
	height: 15px;
	margin: 3px 0 7px 0;
	background-position: left center;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 13px;
	text-shadow: #000 0px 1px 0px;
	}
#top-videos ul .video {
	float: left;
	width: 146px;
	margin: 0 16px 0 0;
	}
#top-videos ul .video.last {
	margin: 0;
	}
#top-videos #top-recordings.videos .video {margin: 0 0 0 13px;}
#top-videos ul .video .thumbnail {
	display: block;
	position: relative;
	width: 144px;
	height: 81px;
	margin: 0 0 3px 0;
	overflow: hidden;
	border: 1px solid #000;
	}
#top-videos ul .video .thumbnail .mask {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 146px;
	height: 84px;
	background: url(/images/new_channel/mask-footer.png) no-repeat left top;
	}
#top-videos ul .video .thumbnail:hover {
	-moz-box-shadow: 0px 0px 10px #3987cc;
	-webkit-box-shadow: 0px 0px 10px #3987cc;
	box-shadow: 0px 0px 10px #3987cc;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	}
#top-videos ul .video .thumbnail:hover .mask {background-position: left bottom;}
#top-videos ul .video .thumbnail:active {top: 1px;}
#top-videos ul .video h4 a {
	line-height: 14px;
	color: #ccc;
	font-size: 11px;
	text-shadow: #000 0px 1px 0px;
	}
#top-videos ul .video h4 a:hover {
	color: #fff;
	text-shadow: #000 0px 1px 0px, #3987cc 0px 0px 15px;
	}

#footer {
	position: relative;
	width: 960px;
	height: 158px;
	margin: 0 auto;	
	} 
#footer ul.columns {
	width: 600px;
	float: left;
}		

#footer ul.columns li.column {
	float: left;
	width: 140px;
	margin: 10px 10px 0 0;
	font-size:1pt;
	}
#footer ul.columns li.column h4 {
	margin: 0 0 8px 0;
	}	
#footer ul.columns li.column h4 a {
	color: #fff;
	font-size: 15px;
	text-shadow: #000 0px 1px 0px;
	}
#footer ul.columns li.column h4 a:hover {
	color: #2c9efc;
	text-decoration: none;
	}	
#footer ul.columns li.column ul li {
	margin: 0 0 2px 0;
	}	
#footer ul.columns li.column ul li a {
	color: #999;
	font-size: 11px;
	text-shadow: #000 0px 1px 0px;	
	font-family: 'Helvetica Neue',Helvetica,Arial,Verdana,sans-serif;
	}	
#footer ul.columns li.column ul li a:hover {
	color: #fff;
	text-decoration: none;
	}	
#footer div.ad {
	float: right;
	margin: 25px 0 0 15px;
	width: 150px;
	height: 100px;
	padding: 3px;
	background: #333;
	border: 1px solid #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	}
#footer div.ad:hover {
	background: #444;
	}	
#sub_footer {
	position: relative;
	margin: 0 auto;
	height: 34px;
	line-height: 34px;
	font-size: 11px;
	border-top: 1px solid #111;
	background-color: #111111;
	background-image: -moz-linear-gradient(top, #222222, #111111);
  	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #222222),color-stop(1, #111111));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#222222', EndColorStr='#111111');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#222222', EndColorStr='#111111')";	
	}
#sub_footer .inner {
	position: relative;
	width: 960px;
	margin: 0 auto;
	}	
#sub_footer ul li {
	display: inline;
	margin: 0 10px 0 0;
	}	
#sub_footer ul li a {
	color: #777;
	text-shadow: #000 0px 1px 0px;
	}	
#sub_footer ul li a:hover {
	text-decoration: none;
	color: #fff;
	}
#copy {
	position: absolute;
	right: 0px;
	top: 0px;
	color: #444;
	}
#copy a {
	color: #777;
	}
#copy a:hover {
	text-decoration: underline;
	}	
	
/* Solo Footer (Affiliate) */	
#sub_footer.solo {
	background: none;
	}	
#sub_footer.solo #copy {
	width: 960px;
	position: static;
	text-align: center;
	}	
	
/* Small Footers */

#info.error #footer-wrap,
#info.error #page-wrap-bottom {height: 193px;}
#info.error #page-wrap {margin-bottom: -193px;}
