/*
General Settings
	-Alignment
	-Text
*/
::selection { background:#D84545; color:#fff; /* Safari and Opera */ }
::-moz-selection  { background:#D84545; color:#fff; /* Firefox */ }
	
@font-face {
    font-family: 'HammersmithOneRegular';
    src: url('HammersmithOne-webfont.eot');
    src: url('HammersmithOne-webfont.eot?#iefix') format('embedded-opentype'),
         url('HammersmithOne-webfont.woff') format('woff'),
         url('HammersmithOne-webfont.ttf') format('truetype'),
         url('HammersmithOne-webfont.svg#HammersmithOneRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body, div, h1, h2, h3, img {
	position: relative;
	margin:0px auto;
	padding:0px;
	border:0px;
	font-family: 'HammersmithOneRegular', 'Hammersmith One', sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}

a {
	text-decoration: none;
}

p {
	font-family: 'Oxygen', sans-serif;
	font-size: 13px;
	color: #1F1F1F;
}

h1 {
	font-size: 18px;
	position: absolute;
	color: #ffffff;
}

h3 {
	font-size: 12px;
	color: #1F1F1F;
}

h3 a {
	font-size: 14px;
	color: #1F1F1F;
}

h3 a:hover {
	color: #555555;
}

.date {
	font-size: 11px;
	font-family: 'Oxygen', sans-serif;
}

form, input, textarea, select {
	color: #727272;
	font-size: 12px;
}

/*
Backgrounds
*/
html {
	background-image:url('../images/bg-rtop.jpg');
	background-repeat: repeat-y;
	background-position: bottom;
	background-color: #141414;
	min-width: 960px;
}

body {
	background-image:url('../images/bg-bottom.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
}

/*
Common Classes
	-Clearfooter
	-Connections (banner edges)
	-Icons
	-Placeholders
	-Header Tabs
	-Headers
	-Description Boxes
	-More Info Buttons
	-Sections
*/
.clearfooter {
    clear: both;
}

.connection {
	position: absolute;
	z-index: 20;
}

.clock {
	background-image:url('../images/clock.png');
}

.icon.general {
	background-image:url('../images/icon_general.png');
}

.icon.tournaments {
	background-image:url('../images/icon_tournaments.png');
}

.icon.behindthescenes {
	background-image:url('../images/icon_behindthescenes.png');
}

.icon.events {
	background-image:url('../images/icon_events.png');
}

.icon.shows {
	background-image:url('../images/icon_shows.png');
}

.icon.statistical, .icon.statistics {
	background-image:url('../images/icon_statistical.png');
}

.placeholder {
	background-color: #838370;
	border: 1px solid #292929;
}

.placeholder:hover {
	border: 1px solid #939393;
}

.tab {
	background-color: #292929;
	height: 23px;
	font-size: 17px;
	text-align: center;
	border-radius: 5px 5px 0 0;
	padding-top: 3px;
}

.header {
	position: absolute;
	background-color: #2e2e2e;
	z-index: 30;
}

.color {
	position: absolute;
	background: rgb(119,22,22); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(119,22,22,1) 0%, rgba(232,43,43,1) 55%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(119,22,22,1)), color-stop(55%,rgba(232,43,43,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(119,22,22,1) 0%,rgba(232,43,43,1) 55%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(119,22,22,1) 0%,rgba(232,43,43,1) 55%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(119,22,22,1) 0%,rgba(232,43,43,1) 55%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(119,22,22,1) 0%,rgba(232,43,43,1) 55%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#771616', endColorstr='#e82b2b',GradientType=0 ); /* IE6-9 */
}

.moreInfo {
	position: absolute;
	background: rgb(103,104,97); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(103,104,97,1) 0%, rgba(135,135,124,1) 27%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(103,104,97,1)), color-stop(27%,rgba(135,135,124,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(103,104,97,1) 0%,rgba(135,135,124,1) 27%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(103,104,97,1) 0%,rgba(135,135,124,1) 27%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(103,104,97,1) 0%,rgba(135,135,124,1) 27%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(103,104,97,1) 0%,rgba(135,135,124,1) 27%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#676861', endColorstr='#87877c',GradientType=0 ); /* IE6-9 */
	width: 85px;
	height: 15px;
	font-size: 10px;
	text-align: center;
	bottom: 0px;
    right: 8px;
	padding-top: 5px;
	border-radius: 3px 3px 0 0;
	color: #ffffff;
}

.moreInfo.red {
	background: #a81f1f; /* Old browsers */
	background: -moz-linear-gradient(top, #a81f1f 0%, #e82b2b 19%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a81f1f), color-stop(19%,#e82b2b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a81f1f 0%,#e82b2b 19%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a81f1f 0%,#e82b2b 19%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a81f1f 0%,#e82b2b 19%); /* IE10+ */
	background: linear-gradient(to bottom, #a81f1f 0%,#e82b2b 19%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a81f1f', endColorstr='#e82b2b',GradientType=0 ); /* IE6-9 */
}

.moreInfo:hover {
	background: rgb(89,88,83); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(89,88,83,1) 0%, rgba(108,109,100,1) 27%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(89,88,83,1)), color-stop(27%,rgba(108,109,100,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(89,88,83,1) 0%,rgba(108,109,100,1) 27%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(89,88,83,1) 0%,rgba(108,109,100,1) 27%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(89,88,83,1) 0%,rgba(108,109,100,1) 27%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(89,88,83,1) 0%,rgba(108,109,100,1) 27%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595853', endColorstr='#6c6d64',GradientType=0 ); /* IE6-9 */
	color: #bdbdbd;
}

.moreInfo.red:hover {
	background: #891a1a; /* Old browsers */
	background: -moz-linear-gradient(top, #891a1a 0%, #b52222 19%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#891a1a), color-stop(19%,#b52222)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #891a1a 0%,#b52222 19%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #891a1a 0%,#b52222 19%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #891a1a 0%,#b52222 19%); /* IE10+ */
	background: linear-gradient(to bottom, #891a1a 0%,#b52222 19%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#891a1a', endColorstr='#b52222',GradientType=0 ); /* IE6-9 */
	color: #cd9999;
}

.more {
	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: 90px;
	height: 16px;
	bottom: 5px;
	font-size: 10px;
	text-align: center;
	padding-top: 6px;
	color: #ffffff;
	cursor: pointer;
	font-family: 'HammersmithOneRegular', 'Hammersmith One', sans-serif !important;
}

.more.red {
	background: #b52222; /* Old browsers */
	background: -moz-linear-gradient(top, #b52222 49%, #9b1d1d 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(49%,#b52222), color-stop(50%,#9b1d1d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b52222 49%,#9b1d1d 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b52222 49%,#9b1d1d 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b52222 49%,#9b1d1d 50%); /* IE10+ */
	background: linear-gradient(to bottom, #b52222 49%,#9b1d1d 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b52222', endColorstr='#9b1d1d',GradientType=0 ); /* IE6-9 */
}

.more.orange {
	background: #f9881b; /* Old browsers */
	background: -moz-linear-gradient(top, #f9881b 49%, #df6f01 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(49%,#f9881b), color-stop(50%,#df6f01)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f9881b 49%,#df6f01 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f9881b 49%,#df6f01 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f9881b 49%,#df6f01 50%); /* IE10+ */
	background: linear-gradient(to bottom, #f9881b 49%,#df6f01 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9881b', endColorstr='#df6f01',GradientType=0 ); /* IE6-9 */
}

.more:hover {
	background: #3f3f3f; /* Old browsers */
	background: -moz-linear-gradient(top, #3f3f3f 49%, #333333 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(49%,#3f3f3f), color-stop(50%,#333333)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3f3f3f 49%,#333333 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3f3f3f 49%,#333333 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3f3f3f 49%,#333333 50%); /* IE10+ */
	background: linear-gradient(to bottom, #3f3f3f 49%,#333333 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
}

.more.red:hover {
	background: #d62828; /* Old browsers */
	background: -moz-linear-gradient(top, #d62828 49%, #bc2323 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(49%,#d62828), color-stop(50%,#bc2323)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d62828 49%,#bc2323 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d62828 49%,#bc2323 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d62828 49%,#bc2323 50%); /* IE10+ */
	background: linear-gradient(to bottom, #d62828 49%,#bc2323 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d62828', endColorstr='#bc2323',GradientType=0 ); /* IE6-9 */
}

.more.orange:hover {
	background: #f99c4a; /* Old browsers */
	background: -moz-linear-gradient(top, #f99c4a 50%, #ed8231 51%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#f99c4a), color-stop(51%,#ed8231)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f99c4a 50%,#ed8231 51%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f99c4a 50%,#ed8231 51%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f99c4a 50%,#ed8231 51%); /* IE10+ */
	background: linear-gradient(to bottom, #f99c4a 50%,#ed8231 51%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f99c4a', endColorstr='#ed8231',GradientType=0 ); /* IE6-9 */
}

.section {
	background: -moz-linear-gradient(top, rgba(201,201,192,0) 0%, rgba(201,201,192,0.17) 26%, rgba(160,160,149,0.64) 99%, rgba(106,106,95,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(201,201,192,0)), color-stop(26%,rgba(201,201,192,0.17)), color-stop(99%,rgba(160,160,149,0.64)), color-stop(100%,rgba(106,106,95,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(201,201,192,0) 0%,rgba(201,201,192,0.17) 26%,rgba(160,160,149,0.64) 99%,rgba(106,106,95,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(201,201,192,0) 0%,rgba(201,201,192,0.17) 26%,rgba(160,160,149,0.64) 99%,rgba(106,106,95,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(201,201,192,0) 0%,rgba(201,201,192,0.17) 26%,rgba(160,160,149,0.64) 99%,rgba(106,106,95,0.65) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(201,201,192,0) 0%,rgba(201,201,192,0.17) 26%,rgba(160,160,149,0.64) 99%,rgba(106,106,95,0.65) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c9c9c0', endColorstr='#a66a6a5f',GradientType=0 ); /* IE6-9 */
}

/*
Main Page Setup
	-Content
	-Top and Bottom Bars
*/
#content {
	width: 960px;
	min-height: 1072px;
}

.bar {
	height: 30px;
	width: 100%;
	z-index: 20;
}

.bar.top {
	background-color: #1d1d1d;
	top: -15px;
}

.bar.top div {
	width: 960px;
	padding-top: 5px;
}

.bar.top .text {
	width: 122px;
	height: 11px;
	margin-top: 1px;
}

.bar.top .submit {
	background: #b52222; /* Old browsers */
	background: -moz-linear-gradient(top, #b52222 49%, #9b1d1d 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(49%,#b52222), color-stop(50%,#9b1d1d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b52222 49%,#9b1d1d 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b52222 49%,#9b1d1d 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b52222 49%,#9b1d1d 50%); /* IE10+ */
	background: linear-gradient(to bottom, #b52222 49%,#9b1d1d 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b52222', endColorstr='#9b1d1d',GradientType=0 ); /* IE6-9 */
	width: 72px;
	height: 20px;
	border: none;
	color: #ffffff;
	font-family: 'HammersmithOneRegular', 'Hammersmith One', sans-serif;
	text-align: center;
	cursor: pointer;
	margin-left: 3px;
}

.bar.top .submit:hover {
	background: #d62828; /* Old browsers */
	background: -moz-linear-gradient(top, #d62828 49%, #bc2323 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(49%,#d62828), color-stop(50%,#bc2323)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d62828 49%,#bc2323 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d62828 49%,#bc2323 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d62828 49%,#bc2323 50%); /* IE10+ */
	background: linear-gradient(to bottom, #d62828 49%,#bc2323 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d62828', endColorstr='#bc2323',GradientType=0 ); /* IE6-9 */
}

.bar.top .register {
	position: absolute;
	background: #3f3f3f; /* Old browsers */
	background: -moz-linear-gradient(top, #3f3f3f 49%, #303030 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(49%,#3f3f3f), color-stop(50%,#303030)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3f3f3f 49%,#303030 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3f3f3f 49%,#303030 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3f3f3f 49%,#303030 50%); /* IE10+ */
	background: linear-gradient(to bottom, #3f3f3f 49%,#303030 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#303030',GradientType=0 ); /* IE6-9 */
	width: 102px;
	height: 16px;
	left: 341px;
	top: 6px;
	text-align: center;
	padding-top: 4px;
	color: #ffffff;
}

.bar.top .register:hover {
	background: #595959; /* Old browsers */
	background: -moz-linear-gradient(top, #595959 49%, #444444 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(49%,#595959), color-stop(50%,#444444)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #595959 49%,#444444 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #595959 49%,#444444 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #595959 49%,#444444 50%); /* IE10+ */
	background: linear-gradient(to bottom, #595959 49%,#444444 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595959', endColorstr='#444444',GradientType=0 ); /* IE6-9 */
}

.bar.bottom {
	background-color: #0e0e0e;
	bottom: 0px;
	font-size: 10px !important;
}

.bar.bottom div {
	width: 960px;
	padding-top: 9px;
}

.bar.bottom a {
	color: #e82b2b;
	text-decoration: none;
}

.bar.bottom a:hover {
	text-decoration: underline;
}

.bar.bottom span {
	float: right;
}

/*
Space Above Navigation
	-HoNCast Logo
	-Timeclock
*/
#logoclock {
	height: 76px;
}

#logoclock #logo_text {
	width: 230px;
	margin: 10px 0 0 65px;
}

#logoclock #logo_icon {
	position: absolute;
	width: 304px;
	top: -10px;
	left: 62px;
	z-index: 10;
}

#logoclock  .time {
	float: right;
	margin-right: 54px;
	font-size: 10px;
	text-align: right;
	color: #838383;
}

#logoclock  .time span {
	font-size: 21px;
	color: #e82b2b;
	font-family: 'HammersmithOneRegular', 'Hammersmith One', sans-serif;
}

/*
Main Top Navigation Bar
	-Broadcasts
	-News
	-Videos
	-Community
	-About
*/
#navbar {
	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: 100%;
	height: 53px;
}

#navbar .clickable {
	width: 150px;
	height: 34px;
	font-size: 15px;
	padding-top: 19px;
	color: #cacaca;
}

#navbar .clickable:hover {
	color: #ffffff;
	text-shadow: 0px 0px 3px #ffffff;
}

#navbar .button {
    float: left;
    text-align: center;
    width: 159px;
	height: 53px;
	color: #cacaca;
	font-size: 16px;
	border-right: 1px solid #383838;
}

#navbar .button:hover {
	background: #be3b3b; /* Old browsers */
	background: -moz-linear-gradient(top, #be3b3b 0%, #be3b3b 50%, #a72424 51%, #a72424 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#be3b3b), color-stop(50%,#be3b3b), color-stop(51%,#a72424), color-stop(100%,#a72424)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #be3b3b 0%,#be3b3b 50%,#a72424 51%,#a72424 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #be3b3b 0%,#be3b3b 50%,#a72424 51%,#a72424 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #be3b3b 0%,#be3b3b 50%,#a72424 51%,#a72424 100%); /* IE10+ */
	background: linear-gradient(to bottom, #be3b3b 0%,#be3b3b 50%,#a72424 51%,#a72424 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be3b3b', endColorstr='#a72424',GradientType=0 ); /* IE6-9 */    
	color: #ffffff !important;
	text-shadow: 0px 0px 3px #ffffff;
}

#navbar .button .drop {
	display: none;
	position: absolute;
	padding-top: 6px;
	text-shadow: 0 0 0;
	z-index: 40;
}

#broadcasts {
	display: none;
	width: 206px;
	height: 23px;
	left: -10px;
}

#feed {
	width: 146px;
	height: 23px;
	left: 2px;
}

#videos  {
	width: 266px;
	height: 23px;
	left: -59px;
}

#community {
	width: 290px;
	height: 23px;
	left: -70px;
}

#about {
	width: 516px;
	height: 23px;
	left: -381px;
}

#broadcasts a, #feed a, #videos a, #community a, #about a {
	font-size: 14px;
	color: #dfdfdf;
	text-decoration: none;
	padding: 4px;
}

#broadcasts a:hover, #feed a:hover, #videos a:hover, #community a:hover, #about a:hover {
	color: #ffffff;
	text-decoration: underline;	
}

#navbar form {
	position: absolute;
	right: 5px;
	top: 4px;
}

#navbar select {
	width: 194px;
}

#navbar .text {
	position: absolute;
    top: 24px;
    width: 139px;
}

#navbar .submit {
	position: absolute;
	background: #b52222; /* Old browsers */
	background: -moz-linear-gradient(top, #b52222 49%, #9b1d1d 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(49%,#b52222), color-stop(50%,#9b1d1d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b52222 49%,#9b1d1d 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b52222 49%,#9b1d1d 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b52222 49%,#9b1d1d 50%); /* IE10+ */
	background: linear-gradient(to bottom, #b52222 49%,#9b1d1d 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b52222', endColorstr='#9b1d1d',GradientType=0 ); /* IE6-9 */
	width: 44px;
	height: 22px;
	color: #ffffff;
	text-align: center;
    top: 24px;
	right: 0px;
	border: none;
	font-family: 'HammersmithOneRegular', 'Hammersmith One', sans-serif !important;
}

#navbar .submit:hover {
	background: #d62828; /* Old browsers */
	background: -moz-linear-gradient(top, #d62828 49%, #bc2323 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(49%,#d62828), color-stop(50%,#bc2323)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d62828 49%,#bc2323 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d62828 49%,#bc2323 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d62828 49%,#bc2323 50%); /* IE10+ */
	background: linear-gradient(to bottom, #d62828 49%,#bc2323 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d62828', endColorstr='#bc2323',GradientType=0 ); /* IE6-9 */
}

.tabIt {
	margin-left: 20px;
}

/* Dropdown Menu */
#dropdown {
	background: #310c0c; /* Old browsers */
	background: -moz-linear-gradient(top, #310c0c 0%, #721b1b 15%, #b42b2b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#310c0c), color-stop(15%,#721b1b), color-stop(100%,#b42b2b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #310c0c 0%,#721b1b 15%,#b42b2b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #310c0c 0%,#721b1b 15%,#b42b2b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #310c0c 0%,#721b1b 15%,#b42b2b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #310c0c 0%,#721b1b 15%,#b42b2b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#310c0c', endColorstr='#b42b2b',GradientType=0 ); /* IE6-9 */
	width: 915px;
	height: 25px;
}


/* Advertising */
#ad {
	background-color: #454545;
	border: 3px solid #292929;
	width: 921px;
	height: 60px;
	margin: 23px 0;
	left: 15px;
}

#ad p {
	font-size: 14px;
	text-align: center;
	margin-top: 23px;
}

/* Elements */
.element {
	width: 864px;
	height: 26px;
	right: 2px;
}

.element.light {
	background-color: #c3c3b9;
}

.element.dark{
	background-color: #acaca2;
}

.element.f_light {
	background-color: #5d5d5d;
}

.element.f_dark{
	background-color: #545454;
}

.element div {
    height: 22px;
	color: #626256;
	font-size: 14px;
	font-family: 'Oxygen', sans-serif !important;
	padding-left: 7px;
	padding-top: 4px;
}

.element.f_dark div, .element.f_light div {
	color: #ffffff;
}

/* More Pages */
.pages {
	background-color: #2e2e2e;
	height: 28px;
	width: 864px;
	right: 2px;
	padding-top: 6px;
}

.pages .last, .pages .next, .pages .viewall {
	background: #4e0707; /* Old browsers */
	background: -moz-linear-gradient(top, #4e0707 0%, #962929 8%, #7c0f0f 49%, #962929 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4e0707), color-stop(8%,#962929), color-stop(49%,#7c0f0f), color-stop(100%,#962929)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4e0707 0%,#962929 8%,#7c0f0f 49%,#962929 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4e0707 0%,#962929 8%,#7c0f0f 49%,#962929 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4e0707 0%,#962929 8%,#7c0f0f 49%,#962929 100%); /* IE10+ */
	background: linear-gradient(to bottom, #4e0707 0%,#962929 8%,#7c0f0f 49%,#962929 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e0707', endColorstr='#962929',GradientType=0 ); /* IE6-9 */
	color: #ffffff;
	width: 110px;
	height: 17px;
	text-align: center;
	padding-top: 5px;
}

.pages .last:hover, .pages .next:hover, .pages .viewall:hover {
	background: #660a0a; /* Old browsers */
	background: -moz-linear-gradient(top, #660a0a 0%, #c44040 8%, #a31515 49%, #c44040 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#660a0a), color-stop(8%,#c44040), color-stop(49%,#a31515), color-stop(99%,#c44040)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #660a0a 0%,#c44040 8%,#a31515 49%,#c44040 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #660a0a 0%,#c44040 8%,#a31515 49%,#c44040 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #660a0a 0%,#c44040 8%,#a31515 49%,#c44040 99%); /* IE10+ */
	background: linear-gradient(to bottom, #660a0a 0%,#c44040 8%,#a31515 49%,#c44040 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#660a0a', endColorstr='#c44040',GradientType=0 ); /* IE6-9 */
}

.pages .last.none, .pages .last.none:hover, .pages .next.none, .pages .next.none:hover {
	background: #020202; /* Old browsers */
	background: -moz-linear-gradient(top, #020202 0%, #1c1c1c 8%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#020202), color-stop(8%,#1c1c1c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #020202 0%,#1c1c1c 8%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #020202 0%,#1c1c1c 8%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #020202 0%,#1c1c1c 8%); /* IE10+ */
	background: linear-gradient(to bottom, #020202 0%,#1c1c1c 8%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020202', endColorstr='#1c1c1c',GradientType=0 ); /* IE6-9 */
	color: #585858;
}

.pages .last {
	float: left;
	margin-left: 5px;
}

.pages .viewall {
	position: absolute;
}

.pages .next {
	float: right;
	margin-right: 5px;
}

/*
MATCH STATS POPUP
	-Match Title
	-Logo
	-Type
	-Teams
	-Best of?
	-Scheduled Time
	-Countdown
	-Reveal Match Stats
	-Footer
*/
#popup {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 50;
}

#popup #bg {
	background-color: #000000;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	width: 100%;
	height: 100%;
}

#popup #match_holder {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

#popup #main_window {
	width: 900px;
	margin: auto;
	right: 2px;
	border: 3px solid #001b00;
	margin-top: 55px;
}

#upcoming_base #time_specs {
	color: #FF7800;
    top: 60px;
}

#upcoming_base #time_specs span {
    float: left;
}

/* Match Stats Header */
#popup #main_window #main_header {
	background-color: #001b00;
	height: 53px;
}

#popup #main_window #main_header .header {
	width: 520px;
	height: 47px;
	margin: -7px 0 0 -14px;
}

#popup #main_window #main_header .header h1 {
	left: 10px;
	margin-top: 9px;
	font-size: 29px;
}

#popup #main_window #main_header .header .color {
	width: 470px;
	height: 5px;
	left: 14px;
	top: 47px;
}

#popup #main_window #main_header .icon {
	float: right;
	width: 45px;
	height: 44px;
	right: 2px;
	top: 3px;
}

#popup #main_window #main_header .item_type.hontour {
	background-image: url('../images/HoNTour_Logo.png');
	float: right;
	width: 61px;
	height: 76px;
	right: 6px;
	background-size: 100% auto;
}

#popup #main_window #main_header .item_type.honcast {
	background-image: url('../images/HoNCast_Logo_Light.png');
	float: right;
	width: 141px;
	height: 24px;
	right: 6px;
	background-size: 100% auto;
	top: 6px;
}

/* Match Stats Information*/
#popup #main_window #main_info {
	background-color: #c3c3b9;
	height: 379px;
}

#popup #main_window #main_info h1, #popup #main_window #main_info h2, #popup #main_window #main_info h3, #popup #main_window #main_info p {
	color: #333333;
}

#popup #main_window #main_info h2, #popup #main_window #main_info h3 {
	font-family: 'Oxygen', sans-serif;
}

/* Match Stats Information Left and Right Sides */
#popup #main_window #main_info .info_left, #popup #main_window #main_info .info_right {
	width: 313px;
	height: 100%;
}

#popup #main_window #main_info .info_left {
	float: left;
}

#popup #main_window #main_info .info_right {
	float: right;
}

#popup #main_window #main_info .info_left .placeholder, #popup #main_window #main_info .info_right .placeholder {
	width: 291px;
	height: 291px;
	top: 8px;
	background-image: url('../images/upload/clans/default_1_lg.jpg');
}

#popup #main_window #main_info .info_left.loss, #popup #main_window #main_info .info_right.loss {
	background: -moz-linear-gradient(left, rgba(176,176,161,0) 0%, rgba(176,176,161,1) 19%, rgba(176,176,161,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(176,176,161,0)), color-stop(19%,rgba(176,176,161,1)), color-stop(100%,rgba(176,176,161,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(176,176,161,0) 0%,rgba(176,176,161,1) 19%,rgba(176,176,161,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(176,176,161,0) 0%,rgba(176,176,161,1) 19%,rgba(176,176,161,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(176,176,161,0) 0%,rgba(176,176,161,1) 19%,rgba(176,176,161,1) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(176,176,161,0) 0%,rgba(176,176,161,1) 19%,rgba(176,176,161,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b0b0a1', endColorstr='#b0b0a1',GradientType=1 ); /* IE6-9 */
}

#popup #main_window #main_info .info_left.loss .placeholder, #popup #main_window #main_info .info_right.loss .placeholder {
	opacity:0.2;
	filter:alpha(opacity=20); /* For IE8 and earlier */
}

#popup #main_window #main_info .info_left .round_loss, #popup #main_window #main_info .info_right .round_loss {
	display: none;
	position: absolute;
	background-image: url('../images/round_loss.png');
	width: 291px;
	height: 240px;
	top: 29px;
	left: 11px;
}

#popup #main_window #main_info .info_left.loss .round_loss, #popup #main_window #main_info .info_right.loss .round_loss {
	display: block;
}

#popup #main_window #main_info .info_left h1, #popup #main_window #main_info .info_right h1 {
	width: 313px;
	text-align: center;
	font-size: 36px;
	top: 308px;
}

#popup #main_window #main_info .info_left h3, #popup #main_window #main_info .info_right h3 {
	display: none;
	width: 313px;
	top: 44px;
	font-size: 26px;
	text-align: center;
}

#popup #main_window #main_info .info_left.loss h3, #popup #main_window #main_info .info_right.loss h3, #popup #main_window #main_info .info_left.victory h3, #popup #main_window #main_info .info_right.victory h3{
	display: block;
}

/* Match Stats Information Center */
#popup #main_window #main_info #info_center {
	background-color: #b2b2a9;
	width: 274px;
	height: 100%;
	margin: auto;
}

#popup #main_window #main_info #info_center h1, #popup #main_window #main_info #info_center h2, #popup #main_window #main_info #info_center h3, #popup #main_window #main_info #info_center p {
	width: 274px;
	text-align: center;
}

#popup #main_window #main_info #info_center .title_vs {
	font-size: 98px;
}

#popup #main_window #main_info #info_center .title_best {
	font-size: 32px;
	top: 82px;
}

#popup #main_window #main_info #info_center h3 {
	font-size: 16px;
	top: 130px;
}

#popup #main_window #main_info #info_center h2 {
	font-size: 22px;
	top: 133px;
}

#popup #main_window #main_info #info_center .jump_to {
	font-size: 16px;
	margin: 0px;
}

#popup #main_window #main_info #info_center .jump_to a {
	color: #333333;
}
#popup #main_window #main_info #info_center .jump_to a:hover {
	color: #E82B2B;
}

#popup #main_window #main_info #info_center .info_vod, #popup #main_window #main_info #info_center .info_live, #popup #main_window #main_info #info_center .info_upcoming {
	position: absolute;
	width: 274px;
	height: 188px;
	bottom: 0px;
}

#popup #main_window #main_info #info_center .info_vod {
	display: block;
}

#popup #main_window #main_info #info_center .info_live {
	display: none;
}

#popup #main_window #main_info #info_center .info_upcoming {
	display: none;
}

/* Match Stats Revealed Stats*/
#popup #main_window .match {
	background-color: #5b5b4d;
	height: 192px;
}

#popup #main_window .match .match_header {
	background-color: #292929;
	width: 900px;
	height: 69px;
}

#popup #main_window .match .heroes_left {
	float: left;
	top: 5px;
	left: 10px;
}

#popup #main_window .match .heroes_right {
	float: right;
	top: 5px;
	right: 10px;
}

#popup #main_window .match .placeholder {
	float: left;
	background-image: url('../images/blank.jpg');
	width: 54px;
	height: 55px;
	margin: 0 1px;
}

#popup #main_window .match .match_ind {
	background: #020202; /* Old browsers */
	background: -moz-linear-gradient(top, #020202 0%, #1c1c1c 8%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#020202), color-stop(8%,#1c1c1c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #020202 0%,#1c1c1c 8%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #020202 0%,#1c1c1c 8%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #020202 0%,#1c1c1c 8%); /* IE10+ */
	background: linear-gradient(to bottom, #020202 0%,#1c1c1c 8%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020202', endColorstr='#1c1c1c',GradientType=0 ); /* IE6-9 */
	color: #585858;
	text-align: center;
	width: 234px;
	height: 43px;
	padding-top: 14px;
	font-size: 29px;
	top: 6px;
}

#popup #main_window .match .player_tags {
	width: 900px;
	height: 23px;
	font-family: 'Oxygen', sans-serif;
}

#popup #main_window .match .player_tags.dark {
	background-color: #3e3e32;
}

#popup #main_window .match .player_tags .team_left {
	float: left;
	margin: 3px 0 0 13px;
}
#popup #main_window .match .player_tags .team_right {
	float: right;
	margin: 3px 13px 0 0;
}

/* Match Stats Footer */
#popup #main_footer {
	width: 906px;
	background-color: #001b00;
	height: 25px;
	right: 2px;
	margin-bottom: 15px;
	border-radius: 0 0 5px 5px;
}

/* Broadcasts, VoDs, and News Backgrounds */
.broadcast_id, .news_id, .vod_id {
	background-image: url('../images/bg_light.jpg');
}

.broadcast_id .date, .vod_id .date {
	background-image: url('../images/bg_dark.jpg');
}

.broadcast_id.general .left, .news_id.general .title, .vod_id.general .left {
	background-image: url('../images/bg_red.jpg');
}

.broadcast_id.tournaments .left, .news_id.tournaments .title, .vod_id.tournaments .left {
	background-image: url('../images/bg_green.jpg');
}

.broadcast_id.behindthescenes .left, .news_id.behindthescenes .title, .vod_id.behindthescenes .left {
	background-image: url('../images/bg_blue.jpg');
}

.broadcast_id.events .left, .news_id.events .title, .vod_id.events .left {
	background-image: url('../images/bg_yellow.jpg');
}

.broadcast_id.shows .left, .news_id.shows .title, .vod_id.shows .left {
	background-image: url('../images/bg_purple.jpg');
}

.broadcast_id.statistical .left, .news_id.statistical .title, .vod_id.statistical .left, .broadcast_id.statistics .left, .news_id.statistics .title, .vod_id.statistics .left {
	background-image: url('../images/bg_pink.jpg');
}

.broadcast_id .right.moreTimes .row.light, .news_id .right.moreTimes .row.light, .vod_id .right.moreTimes .row.light {
	background-image: url('../images/bg_dark.jpg');
}

.broadcast_id .right.moreTimes .row.dark, .news_id .right.moreTimes .row.dark, .vod_id .right.moreTimes .row.dark {
	background-image: url('../images/bg_darker.jpg');
}

/*
Countdown Timer Preloading
*/
/* small size */
.flip-1.small {
	background-image: url("small/1.png");
}

.flip-2.small {
	background-image: url("small/2.png");
}

.flip-3.small {
	background-image: url("small/3.png");
}

.flip-4.small {
	background-image: url("small/4.png");
}

.flip-5.small {
	background-image: url("small/5.png");
}

.flip-6.small {
	background-image: url("small/6.png");
}

.flip-7.small {
	background-image: url("small/7.png");
}

.flip-8.small {
	background-image: url("small/8.png");
}

.flip-9.small, .flip.small  {
	background-image: url("small/9.png");
}

.flip-0.small {
	background-image: url("small/0.png");
}

.flip-days.small.d-1.flip-0 {
	display: none;
}

.flip-days.small.d-2.flip-0 {
	margin-left: 17px !important;
}

#ui-datepicker-div {
    z-index: 20 !important;
}

/*Clearfooter gaps for Tabs */
.forTab {
	padding-top: 20px;
	background-color: #121212;
}
	
/* Multiple Pages */
#numbers {
	float: right;
	bottom: 4px;
	margin-right: 8px;
}

#numbers span{
	float: left;
	color: #FFFFFF;
	padding-top: 2px;
	margin: 0 4px;
	padding-top: 9px;
}

#numbers span:hover {
	color: #E82B2B;
}

#numbers div {
	float: left;
	background-color: #912424;
	margin: 4px 2px;
	padding: 4px 4px 2px;
	color: #FFFFFF;
	border: 1px solid #621111;
}

#numbers div:hover, #paging_Current {
	color: #FFFFFF !important;
	background-color: #E82B2B !important;
}

.filter {
	cursor:pointer;
}


/* Tooltips */
.tooltip_size {
	position: absolute;
	display: none;
	color: #000000; outline: none;
	text-decoration: none;
	padding: 0.5em 0.8em 0.8em 2em;
	border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
	font-family: 'Oxygen', sans-serif !important;
	position: absolute;
	z-index: 99;
	margin: 34px 0 0 0px;
	width: 200px;
}

.tooltip_size img {
	border: 0; margin: -12px 0 0 -47px;
	float: left; position: absolute;
}

.tooltip_size em {
	font-family: 'Oxygen', sans-serif !important;
	font-size: 1.2em; font-weight: bold;
	display: block; padding: 0.2em 0 0.6em 0;
}

#livePlayer {
	top: 28px !important;
	margin-bottom: 29px !important;
}



.tooltip_colors {background: #dfdfd9; border: 1px solid #292929;}