/*
Main Featured Video
	-Video Image Cap
	-Video Title (2)
	-Time of Video Start
	-Description
	-Read More if Available
*/
#main {
	background: #dfdfd9; /* Old browsers */
	background: -moz-linear-gradient(top, #dfdfd9 70%, #babab4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%,#dfdfd9), color-stop(100%,#babab4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dfdfd9 70%,#babab4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dfdfd9 70%,#babab4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dfdfd9 70%,#babab4 100%); /* IE10+ */
	background: linear-gradient(to bottom, #dfdfd9 70%,#babab4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfd9', endColorstr='#babab4',GradientType=0 ); /* IE6-9 */
	width: 593px;
	height: 442px;
	margin-bottom: 10px;
	padding-top: 6px;
}

#main .header {
	width: 310px;
	height: 35px;
	margin: -17px 0 0 -14px;
}

#main .header h1 {
	left: 10px;
	margin-top: 7px;
	height: 19px;
	overflow: hidden;
}

#main .header .color {
	width: 280px;
	height: 5px;
	left: 14px;
	top: 35px;
}

#main .details {
	height: 105px;
	padding: 4px 8px 6px;
	overflow: hidden;
}

#main .details .placeholder .live {
	position: absolute;
	background-color: #2e2e2e;
	height: 29px;
	right: 8px;
}

#main .details .icon {
	position: absolute;
	background-size: 22px;
	width: 22px;
	height: 22px;
	left: 563px;
}

#main .details .item_type.cast {
	background-image: url('../images/HoNCast_Logo_Dark.png');
	background-size: 100% auto;
	position: absolute;
	width: 108px;
	height: 19px;
	top: 6px;
	right: 32px;
}

#main .details .item_type.tour {
	background-image: url('../images/HoNTour_Logo.png');
	background-size: 100% auto;
	position: absolute;
	width: 61px;
	height: 39px;
	top: 4px;
	right: 32px;
}

#main .details h1, #main .details h1 a {
	position: relative;
	margin-left: -1px;
	color: #e82b2b;
	width: 548px;
	max-height: 45px;
	overflow: hidden;
	font-size: 20px;
}

#main .details h1:hover, #main .details h1 a:hover {
	color: #fe5252;
}

#main .details h3 {
	top: 0px;
	left: 1px;
}

#main .details p {
	margin-top: 2px;
	font-size: 13px;
	height: 34px;
	overflow: hidden;
}

#main .placeholder {
	background-size: auto 100%;
	background-position: right top;
}

/*
Other Featured Videos
	-Admin Selectable Top 4 Featured Videos
	-Causes the Main Featured Video to Swap Out
*/
#other {
	background: #dfdfd9; /* Old browsers */
	background: -moz-linear-gradient(top, #dfdfd9 70%, #babab4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%,#dfdfd9), color-stop(100%,#babab4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dfdfd9 70%,#babab4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dfdfd9 70%,#babab4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dfdfd9 70%,#babab4 100%); /* IE10+ */
	background: linear-gradient(to bottom, #dfdfd9 70%,#babab4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfd9', endColorstr='#babab4',GradientType=0 ); /* IE6-9 */
	width: 590px;
	height: 133px;
	margin-bottom: 10px;
	padding-left: 3px;
}

#other .side_sections {
	width: 25%;
	float: left;
}

#other .side_sections .placeholder {
	margin: 6px;
	background-image: url('../images/upload/vods/default.jpg');
	background-size: 100% auto;
	background-position: center;
}

#other .side_sections .icon {
	position: absolute;
	background-size: 20px;
	width: 20px;
	height: 20px;
	right: 0px;
	top: 2px;
}

#other .side_sections h1 {
	position: relative;
	color: #e82b2b;
	font-size: 13px;
	left: 0px;
	top: -5px;
	width: 133px;
	max-height: 28px;
	overflow: hidden;
}

#other .side_sections h1 a {
	color: #e82b2b;
}

#other .side_sections h1 a:hover {
	color: #fe5252;
}

#other .side_sections h3 {
	position: relative;
	font-size: 8px;
	left: 9px;
	top: 0px;
}

/*
Upcoming Broadcasts
	-Displays Countdown to Live Video
	-Shows a Summarized Upcoming Schedule Popup?
*/
#rightside {
	float: right;
	margin-right: 23px;
}


#rightside #upcoming {
	top: -2px;
	width: 312px;
	height: 115px;
	margin-bottom: 25px;
}

#rightside #upcoming_header {
	position: absolute;
	background: #2c2c2c; /* Old browsers */
	background: -moz-linear-gradient(top, #2c2c2c 0%, #2c2c2c 51%, #1d1d1d 51%, #1d1d1d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c2c2c), color-stop(51%,#2c2c2c), color-stop(51%,#1d1d1d), color-stop(100%,#1d1d1d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2c2c2c 0%,#2c2c2c 51%,#1d1d1d 51%,#1d1d1d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2c2c2c 0%,#2c2c2c 51%,#1d1d1d 51%,#1d1d1d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2c2c2c 0%,#2c2c2c 51%,#1d1d1d 51%,#1d1d1d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #2c2c2c 0%,#2c2c2c 51%,#1d1d1d 51%,#1d1d1d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#1d1d1d',GradientType=0 ); /* IE6-9 */
	width: 287px;
	height: 24px;
	font-size: 17px;
	text-align: center;
	left: 10px;
	padding-top: 3px;
}

#rightside #upcoming #upcoming_base {
	position: absolute;
	/* background: #c3c3b9;
	background: -moz-linear-gradient(top, #c3c3b9 0%, #9b9b92 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c3c3b9), color-stop(100%,#9b9b92));
	background: -webkit-linear-gradient(top, #c3c3b9 0%,#9b9b92 100%);
	background: -o-linear-gradient(top, #c3c3b9 0%,#9b9b92 100%);
	background: -ms-linear-gradient(top, #c3c3b9 0%,#9b9b92 100%);
	background: linear-gradient(to bottom, #c3c3b9 0%,#9b9b92 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3c3b9', endColorstr='#9b9b92',GradientType=0 ); 
	*/
	width: 273px;
	height: 92px;
	left: 17px;
	top: 27px;
	padding-top: 2px;
	text-align: center;
}

#rightside #upcoming #upcoming_base p {
	margin: 0px;
}

#rightside #upcoming #upcoming_base #countdown {
	position: absolute;
	background-color: #2c2c2c;
	border-radius: 0 0 3px 3px;
	width: 175px;
	height: 40px;
	bottom: 3px;
	left: 49px;
	padding-top: 3px;
	padding-left: 5px;
}

#rightside #upcoming #upcoming_footer {
	position: absolute;
	background-color: #2c2c2c;
	border-radius: 0 0 5px 5px;
	width: 273px;
	height: 18px;
	top: 110px;
	left: 17px;
	color: #ff7800;
	font-size: 14px;
	text-align: center;
	padding-top: 6px;
}

#rightside #upcoming #upcoming_footer a{
	color: #ff7800;
}

#rightside #upcoming #upcoming_footer a:hover {
	color: #ff881f;
	text-shadow: 0px 0px 2px #9a7555;
}

/* COUNTDOWN STUFF */
#fliptimer {
	width: 216px;
}

#fliptimer img {
	background:#eeeeee;
	border:1px solid #dddddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0px;
}

#tabs {
	position: absolute;
	top: 3px;
	left: 3px;
}

#tabs > div:first-child img {
	border:none;
	background:none;
}

.ft {
	color:#CCC;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-left:auto;
	margin-right:auto;
}

.ft .holder {
	float:left;
}

.ft .gap {
	margin-left: 2px;
}

.ft .active {
	position:absolute;
	z-index:10;
}

.ft .reset{
	position:absolute;
	z-index:4;
} 

#flipinfo {
	position: absolute;
	font-size: 9px;
	top: 27px;
	font-family: 'Oxygen', sans-serif;
}

/*
News Feed
	-Admin Selectable Top 4 Featured Articles
	-Allows Searching of Recent News
	-More Button Transports to News Page
*/
#rightside #news_search {
	background-color: #9B9B92;
	width: 266px;
	height: 30px;
	padding-left: 46px;
}

#rightside #news_search p {
    color: #1F1F1F;
    float: left;
    margin: 9px 5px 0 0;
	font-family: 'HammersmithOneRegular', 'Hammersmith One', sans-serif;
	font-size: 12px;
}

#rightside #news_search .icon {
	float: left;
	background-size: 22px;
	width: 22px;
	height: 22px;
	margin-top: 3px;
	margin-left: 3px;
}

#rightside #news_search form {
	position: absolute;
	right: 4px;
	top: 4px;
}

#rightside #news_search select {
	width: 151px;
}

#rightside #news {
	background: #c3c3b9; /* Old browsers */
	background: -moz-linear-gradient(top, #c3c3b9 0%, #9b9b92 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c3c3b9), color-stop(100%,#9b9b92)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c3c3b9 0%,#9b9b92 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #c3c3b9 0%,#9b9b92 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #c3c3b9 0%,#9b9b92 100%); /* IE10+ */
	background: linear-gradient(to bottom, #c3c3b9 0%,#9b9b92 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3c3b9', endColorstr='#9b9b92',GradientType=0 ); /* IE6-9 */
	width: 312px;
	height: 451px;
	margin-bottom: 10px;
}

#rightside #news .placeholder {
	float: left;
	margin: 6px;
	margin-top: 25px;
	background-size: auto 100%;
	background-position: right top;
	z-index: 20;
}

#rightside #news .section {
	float: left;
	width: 312px;
	height: 97px;
}

#rightside #news .section h1, #rightside #news .section h1 a {
	color: #1f1f1f;
	top: 4px;
	left: 6px;
	width: 280px;
	height: 21px;
	overflow: hidden;
}

#rightside #news .section h1:hover, #rightside #news .section h1 a:hover {
	color: #555555;
}

#rightside #news .section .icon {
	position: absolute;
	background-size: 20px;
	width: 20px;
	height: 20px;
	top: 3px;
	right: 3px;
}

#rightside #news .section .details {
	height: 66px;
	top: 23px;
	padding: 4px 8px 6px 0px;
}

/*
Popular Videos of the Week
	-Top 3 Most Popular Videos Tracked at the Start of the Week
*/
#popular {
	background: #c3c3b9; /* Old browsers */
	background: -moz-linear-gradient(top, #c3c3b9 0%, #9b9b92 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c3c3b9), color-stop(100%,#9b9b92)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c3c3b9 0%,#9b9b92 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #c3c3b9 0%,#9b9b92 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #c3c3b9 0%,#9b9b92 100%); /* IE10+ */
	background: linear-gradient(to bottom, #c3c3b9 0%,#9b9b92 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3c3b9', endColorstr='#9b9b92',GradientType=0 ); /* IE6-9 */
	width: 915px;
	height: 537px;
	margin-bottom: 20px;
}

#popular .placeholder {
	float: left;
	margin: 14px;
	background-image: url('../images/upload/vods/default.jpg');
	background-size: 100% auto;
}

#popular .section {
	float: left;
	width: 915px;
	height: 168px;
}

#popular .section .header {
	width: 239px;
	height: 28px;
	margin-left: -14px;
	margin-top: 5px;
}

#popular .section .header h1 {
	left: 10px;
	margin-top: 5px;
	font-size: 15px;
	width: 230px;
	height: 15px;
	overflow: hidden;
}

#popular .section .header .color {
	width: 208px; height: 5px; left: 14px; top: 28px;
}

#popular .section .details {
	position: absolute;
	width: 631px;
	height: 132px;
	right: 0;
	top: 11px;
	padding: 4px 8px 6px;
	overflow: hidden;
}

#popular .section .details .icon {
	position: absolute;
	background-size: 22px;
	width: 22px;
	height: 22px;
	right: 4px;
	top: 2px;
}

#popular .section .details .item_type.cast {
	background-image: url('../images/HoNCast_Logo_Dark.png');
	background-size: 100% auto;
	position: absolute;
	width: 108px;
	height: 19px;
	top: 6px;
	right: 30px;
}

#popular .section .details .item_type.tour {
	background-image: url('../images/HoNTour_Logo.png');
	background-size: 100% auto;
	position: absolute;
	width: 61px;
	height: 39px;
	top: 1px;
	right: 30px;
}

#popular .section .details h1, #popular .section .details h1 a {
	color: #1f1f1f;
	width: 600px;
	max-height: 45px;
	overflow: hidden;
	margin-left: 0px;
	position: relative;
	
}

#popular .section .details h1:hover, #popular .section .details h1 a:hover {
	color: #555555;
}

#popular .section .details h3 {
	top: 0px;
	left: 1px;
}

#popular .section .details p {
	margin-top: 4px;
	height: 70px;
	width: 630px;
	overflow: hidden;
}