/* =Typography
-----------------------------------------------------------------------------*/
body {
	background-color: #000;
	background-image: url("../res/site_background.png");
	background-repeat: no-repeat;
	background-position: top center;
	color:#fff;
	font-family:Tahoma, sans-serif;
}

big{font-size:15px;}

a{color:#fff;text-decoration:none}

a:hover{color:#fff}

hr{margin-left:0;padding-left:0;width:100%}

ul{margin:0;padding:0;list-style-type:none;margin-top:10px;margin-bottom:10px;font-size:12px}

/* =Links
-----------------------------------------------------------------------------*/


/* =Layout
-----------------------------------------------------------------------------*/
#header{
	height:180px;
	margin:0 auto;
	width:1000px;
}

#header #logo{
    cursor:pointer;width:300px;height:180px;margin-right:250px;float:left;
}

#header .sponsor
{
	cursor: pointer;
	float: left;
}



#page {
	max-width:1000px;
	width: 94%;
	padding: 0 0px;
	margin: 10px auto;
}

.separator{
	margin:0 0 18px 0;
	float:left;
	width:100%;
	background-color:#ff6600;
	height:1px;
}

.news-small{
	margin-bottom:0px;margin-top:0px;
}

#footer{
	margin:0 auto;
	max-width:1000px;
	width:100%;
	height:210px;
	background-color:#2c2c2c;
	background-image:url("../res/footer_bg.png");
	background-repeat:no-repeat;
}

#footer #info{
	text-align:center;
	width:100%;
	top:180px;
	color:#969696;
	font-weight:bold;
	position:relative;
	font-size:11px;
}
/* =Header
-----------------------------------------------------------------------------*/


/* =Nav
-----------------------------------------------------------------------------*/

.site-menu{
	height:28px;
}

.site-menu .button{
	text-transform:uppercase;
	line-height:100%;
	margin-left:2px;
	width:16.3%;
	height:40px;
}

.site-menu .chosen{
	color:#ff6600;
	background:-webkit-linear-gradient(top, black 50%, #303030);
	background:-moz-linear-gradient(top, black 50%, #303030);
	background:-ms-linear-gradient(top, black 50%, #303030);
	background:-webkit-gradient(top, black 50%, #303030);
	background:-o-linear-gradient(top, black 50%, #303030);
}

.site-menu .separator{
	margin-top:5px;
	width:100%;
	height:2px;
	background-color:#ff6600;
}

#site-menu-live{
	color:#ff6600;
	text-transform:uppercase;
	line-height:100%;
}

/* =News feed
-----------------------------------------------------------------------------*/

#site-news-big{
	width:100%;
	clear:both;
	border-top:2px solid #2c2c2c;
}

#site-news-big .row{
	margin-bottom:0;
}

#site-news-big .image{
	cursor:pointer;
	width:100%;
	height:390px;
	background-repeat:no-repeat;
	background-position:top center;
}

#site-news-big .shadow{
	top:350px;
	height:16px;
	width:98.1%;
	background:#000;
	background-color:rgba(0, 0, 0, 0.5);
	position:relative;
	padding:1.9%;
}

#site-news-big h3{
	text-transform:uppercase;
	font-size:14px;
}

#site-news-big h1{
	margin-top:15px;
	text-transform:uppercase;
	font-size:32px;
	margin-bottom:0;
}

hr{
	height:1px;
	border-color:#ff6600;
	margin:5px;
}

#site-news-big h4{
	text-align:right;
	margin-top:34px;
	font-size:11px;
	text-transform:uppercase;
}

#site-news-big .title-left{
	float:left;width:80%;overflow:hidden;
}

#site-news-big .title-right{
	text-align:right;margin-top:34px;float:left;width:20%;
}

.site-news-small{
	width:100%;
}

.site-news-small .row{
	margin-bottom:0;
}

.site-news-small .image{
	cursor:pointer;
	width:100%;
	height:190px;
	background-repeat:no-repeat;
	background-position:top center;
	background-size:100% 190px;
}

.site-news-small .shadow{
	top:150px;
	height:24px;
	width:100%;
	background:#000;
	background-color:rgba(0, 0, 0, 0.5);
	position:relative;
	padding:12px;
}

.site-news-small h3{
	font-size:13px;
}

.site-news-small h2{
	font-size:20px;
	margin-top:16px;
}

.site-news-small .title-left{
	float:left;width:70%;overflow:hidden;
}

.site-news-small .title-right{

}

.site-news-small h4{
	text-align:right;
	margin-top:16px;
	font-size:9px;
	text-transform:uppercase;
}

/* =Live events
-----------------------------------------------------------------------------*/

.site-live-event{
	width:100%;
	max-width:320px;
	margin:0 auto;
}

.site-live-event h2{
	font-size:21px;
	text-transform:uppercase;
	margin-bottom:0px;
	line-height:90%;
}

.site-live-event h3{
	font-size:10px;
	color:#999999;
	text-transform:uppercase;
	line-height:95%;
}

.site-live-event .darker{
	color:#666666;
}

.site-live-event .flag{
	height:40px;
	width:60px;
	float:left;
	background:#222;
	margin-right:9px;
}

.site-live-event .info{
	height:40px;
	width:182px;
	margin-right:9px;
	float:left;
}

.site-live-event .buttons{
	height:40px;
	width:60px;
	float:left;
}

.site-live-event .button{
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
	font-size:10px;
	float:left;
	height:20px;
	width:60px;
	background:-webkit-linear-gradient(top, #ff6600, #9c3400);
	background:-moz-linear-gradient(top, #ff6600, #9c3400);
	background:-ms-linear-gradient(top, #ff6600, #9c3400);
	background:-webkit-gradient(top, #ff6600, #9c3400);
	background:-o-linear-gradient(top, #ff6600, #9c3400);
}

.site-live-event .inactive{
	color:#5b5b5b;
	background:-webkit-linear-gradient(top, #323232, #1a1a1a);
	background:-moz-linear-gradient(top, #323232, #1a1a1a);
	background:-ms-linear-gradient(top, #323232, #1a1a1a);
	background:-webkit-gradient(top, #323232, #1a1a1a);
	background:-o-linear-gradient(top, #323232, #1a1a1a);
}

.third .separator-thin{
	margin:20px 0 20px 0;
	float:left;
	width:100%;
	height:1px;
	background-color:#ff6600;
}

.site-social-box{
	float:left;
	width:100%;
	max-width:320px;
	height:38px;
	text-align:center;
}

#site-320{
	margin-top:11px;
	float:left;
	width:320px;
	height:340px;
	background:#000;
}

.previous{
	margin-top:20px;
	float:left;
}

.site-previous-info{
	width:70%;float:left;
}

.site-previous-date{
	width:30%;float:left;
	font-size:10px;
	line-height:120%;
	text-align:right;
	font-weight:bold;
	text-transform:uppercase;
}

.site-previous-news{
	width:100%;
	float:left;
	padding:10px 0 10px 0;
	border-bottom:1px solid #333333;
}

.site-previous-date .ago{
	color:#666666;
}

/* =Subpage
-----------------------------------------------------------------------------*/
.site-subpage-image{
	width:100%;height:390px;margin-top:12px;border-top:2px solid #2c2c2c;
}

.page-image{
	height:220px;
}

.site-subpage-image .shadow{
	background:rgba(0,0,0,0.5);width:100%;height:59px;top:331px;position:relative;
}

.page-shadow{
	top:161px !important;
}

.site-subpage-image h1{
	padding:2px 0 0 10px;
	font-size:50px;
	text-transform:uppercase;
}

.site-subpage-text{
	margin-top:10px;
	font-weight:normal;
	font-size:12px;
	width:100%;
	text-align:justify;
	line-height:200%;
}

.site-subpage-text hr{
	border-color:#333333;
}

.site-subpage-text a{
	font-weight:bold;
}

.site-subpage-text h1,
.site-subpage-text h2,
.site-subpage-text h3,
.site-subpage-text h4{
	color:#ff6600;
	margin:10px 0 5px 0;
	text-transform:uppercase;
	display:inline;
}

.site-subpage-text a,
.site-subpage-text a:hover{
	color:#ff6600;
}


/* =Misc
-----------------------------------------------------------------------------*/

.normal{
	font-weight:400;
}

.bold{
	font-weight:700;
}

element.style {
font-size: 11px;
}

/* =Footer
-----------------------------------------------------------------------------*/
