@font-face
{
font-family: Oswald-light;
src: url('Oswald-Light.ttf');
} 
@font-face
{
font-family: Oswald-bold;
src: url('Oswald-Bold.ttf');
} 
@font-face
{
font-family: Oswald-regular;
src: url('Oswald-Regular.ttf');
} 


table {
	border-collapse: collapse;
}

body {
	margin: 0;
	padding: 0;
	background-color: #212121;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background: #212121 url('images/bgtexture.jpg') no-repeat;
	background-position: center 200px;
}

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

a:hover {
	text-decoration: none;
}
::-webkit-scrollbar {
    width: 10px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 5px;
	background-color: #0e1011;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
	background-color: #48494a;
}

h1 {
	color: #000;
	font-family: Oswald-regular, Arial, Tahoma;
	font-size: 1.8em;
}

h2 {
	color: #fff;
}

#title {
	
	font-family: Gilsans, Tahoma, Helvetica;
	color: #000;
	font-size: 1.3em;
	font-weight: bold;
}

#posted {
	
	font-family: Gilsans, Tahoma, Helvetica;
	color: #000;
	font-size: 1.1em;
}

/** WRAPPER */

#wrapper {
	width: 100%;
	margin: 0 auto;
	
}

.container {
	width: 1000px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/* Header */

#header-wrapper {
	overflow: hidden;
	height: 100px;
}

#header {
	width: 1000px;
	height: 120px;
	padding: 0px;
	margin-right: auto;
	margin-top: 15px;
	margin-left: auto;
	z-index: 10;
}
#navpanel {
	width: 100%;
	height: 66px;
	padding-top: 0px;
	background: url('images/esports_navbg.png');
	margin-top: -3px;
	z-index: 50;
	position: absolute;
}
#bannerpanel {
	width: 100%;
	height: 464px;
	background-color: #000;
	overflow: visible;
	z-index: -1;
}
#bannerpanelsub {
	width: 100%;
	height: 250px;
	background-color: #000;
	overflow: visible;
	z-index: -35;
}
#bannerholder {
	width: 1000px;
	
}

#navwrapper {
	width: 1000px;
	padding-top: 6px;
	padding-left: 60px;
	margin: 0 auto;
	z-index: 30;
}

#contentpanel-left {
	background-color: #fffefe;
	margin-top: 25px;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 600px;
	min-height: 100px;
	overflow: hidden;
	box-shadow:3px 3px 6px #c0c0c1;	
}

#contentpanel-left-tourney {
	background-color: #fffefe;
	margin-top: 25px;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 600px;
	min-height: 100px;
	overflow: hidden;
	box-shadow:3px 3px 6px #c0c0c1;	
}

#contentpanel-left-mainsub {
	background-color: #fffefe;
	margin-top: 25px;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 680px;
	min-height: 100px;
	overflow: hidden;
	box-shadow:3px 3px 6px #c0c0c1;	
}

#contentpanel-latest {
	background-color: #edecec;
	margin-left: 10px;
	margin-top: 3px;
	margin-bottom: 10px;
	width: 580px;
	min-height: 100px;
	overflow: hidden;
	box-shadow:3px 3px 6px #c0c0c1;	
}

#contentpanel-news {
	float: left;
	margin-left: 10px;
	margin-top: 3px;
	margin-bottom: 15px;
	width: 580px;
	min-height: 100px;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	
}

#contentpanel-news2 {
	float: left;
	margin-left: 10px;
	margin-top: 3px;
	margin-bottom: 15px;
	width: 300px;
	min-height: 100px;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	
}

#videopanel {
	float: left;
	margin-left: 10px;
	margin-top: 3px;
	margin-bottom: 15px;
	width: 210px;
	min-height: 100px;
	overflow: hidden;
	text-align: left;
	border-bottom: 1px solid #ccc;
}

#videopanel .videotitle {
	text-align: left;
	font-size: .900em;
	font-family: Oswald-regular, Arial, Tahoma;

}

#videopanel .videotitlecontent {
	text-align: left;
	font-size: .900em;
	font-family: Oswald-light, Arial, Tahoma;

}

#paginate-title {
	font-family: Oswald-regular, Arial, Tahoma;
	font-size: .900em;
	padding-left: 20px;
}

#videopanel-library {
	float: left;
	margin-left: 20px;
	margin-top: 3px;
	margin-bottom: 15px;
	width: 400px;
	min-height: 100px;
	overflow: hidden;
	text-align: left;
	/* border-bottom: 1px solid #ccc; */
}

#videopanel-library .videotitle {
	text-align: left;
	font-size: 1.1em;
	font-family: Oswald-regular, Arial, Tahoma;

}

#videopanel-library .videotitlecontent {
	text-align: left;
	font-size: .980em;
	font-family: Oswald-light, Arial, Tahoma;

}



#contenttitle-blue {
	background-color: #0f9fca;
	border-style: solid;
	border-width: 1px;
	border-color: #aaaaaa;
	font-family: Oswald-regular, Arial, Tahoma;
	font-size: 1.1em;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 5px;
	width: 580px;
	height: 53px;
}

#contenttitle-blue-mainsub {
	background-color: #0f9fca;
	border-style: solid;
	border-width: 1px;
	border-color: #aaaaaa;
	font-family: Oswald-regular, Arial, Tahoma;
	font-size: 1.1em;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 5px;
	width: 660px;
	height: 53px;
}

#contenttitle-blue-sub {
	background-color: #0f9fca;
	border-style: solid;
	border-width: 1px;
	border-color: #aaaaaa;
	font-family: Oswald-regular, Arial, Tahoma;
	font-size: 1.1em;
	margin-top: 20px;
	margin-bottom: 5px;
	width: 940px;
	height: 53px;
}

#content_title_holder {
	background-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	border-color: #aaaaaa;
	font-family: Oswald-regular, Arial, Tahoma;
	font-size: 1.1em;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 5px;
	width: 97%;
	height: 53px;
}

#content_title_holder2 {
	background-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	border-color: #aaaaaa;
	font-family: Oswald-regular, Arial, Tahoma;
	font-size: 1.1em;
	margin-top: 20px;
	margin-bottom: 5px;
	padding-top: 5px;
	width: 100%;
	height: 45px;
}
#eventspanel {
	border-bottom: 1px solid #ccc;
	width: 340px;
}

.contenttitle-blue-black {
	float: left;
	font-family: Oswald-regular, Arial, Tahoma;
	font-size: 1.8em;
	color: #000;
	padding: 8px 5px 5px 10px;
}

.contenttitle-events-black {
	float: left;
	font-family: Oswald-regular, Arial, Tahoma;
	font-size: 1.6em;
	color: #000;
	padding: 4px 5px 5px 10px;
}
.contenttitle-events-black-date {
	float: left;
	font-family: Oswald-regular, Arial, Tahoma;
	font-size: .90em;
	color: #000;
	padding: 4px 5px 5px 10px;
}
.contenttitle-events-blue {
	float: left;
	font-family: Oswald-regular, Arial, Tahoma;
	font-size: 1.6em;
	color: #1099c1;
	padding: 4px 5px 5px 2px;
}
.contenttitle-events-date {
	float: left;
	font-family: Oswald-regular, Arial, Tahoma;
	font-size: 2.1em;
	color: #1099c1;
	padding: 4px 5px 5px 2px;
}

.contenttitle-article-black {
	float: left;
	font-family: Oswald-regular, Arial, Tahoma;
	font-size: 1.6em;
	color: #000;
	padding: 8px 5px 5px 10px;
}

.contenttitle-article-gray {
	float: right;
	font-family: Oswald-regular, Arial, Tahoma;
	font-size: 1.0em;
	color: #666666;
	padding: 8px 5px 5px 10px;
}

.contenttitle-news-black {
	float: left;
	font-family: Oswald-regular, Arial, Tahoma;
	font-size: 1.3em;
	color: #000;
	
}

.contenttitle-news-black2 {
	float: left;
	font-family: Oswald-regular, Arial, Tahoma;
	font-size: .8em;
	color: #000;
	
}
.contenttitle-publish-black {
	float: left;
	font-family: Oswald-regular, Arial, Tahoma;
	font-size: .980em;
	color: #7f7a7a;
	
}

.contenttitle-publish-black2 {
	float: left;
	font-family: Oswald-regular, Arial, Tahoma;
	font-size: .6em;
	color: #7f7a7a;
	
}

#content_news_line {
	border-bottom: 1px solid #1c1c1c;
}

.icon_news_position {
	float: right;
	font-family: Oswald-regular, Arial, Tahoma;
	font-size: .980em;
	color: #7f7a7a;
	width: 36px;
	padding-right: 2px;
}

.contenttitle-blue-white {
	float: left;
	font-family: Oswald-regular, Arial, Tahoma;
	font-size: 1.8em;
	margin-left: 2px;
	color: #fff;
	padding: 8px 5px 5px 0px;
}

.contenttitle-blue-link {
	float: right;
	font-family: Oswald-regular, Arial, Tahoma;
	font-size: .98em;
	text-decoration: underline;
	padding: 25px 10px 10px 10px;
}

#contentpanel-events {
	background-color: #f8f8f8;
	margin-top: 25px;
	margin-left: 5px;
	margin-right: 10px;
	width: 260;
	min-height: 100px;
	overflow: hidden;
	box-shadow:3px 3px 6px #c0c0c1;	
}

#contentpanel-events2 {
	background-color: #f8f8f8;
	margin-top: 2px;
	margin-left: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 260;
	min-height: 100px;
	overflow: hidden;
	box-shadow:3px 3px 6px #c0c0c1;	
}
/* MENU */
.menu_divider {
	display: block;
	background: url('images/esports_menu_divider.jpg');
	width: 8px;
	background-position:0px 0px;
	height: 60px;
	z-index: 1000;
}
.menu_news{
	display: block;
	float: left;
	width: 145px;
	height: 60px;
	background: url('images/esports_menu.jpg');
	background-position:-10px 0px;
	cursor: pointer;
}
.menu_news:hover {
	background: url('images/esports_menu_hover.jpg');
	background-position:-10px 0px;
}
.menu_calendar{
	display: block;
	float: left;
	width: 150px;
	height: 60px;
	background: url('images/esports_menu.jpg');
	background-position:-151px 0px;
	cursor: pointer;
}
.menu_calendar:hover {
	background: url('images/esports_menu_hover.jpg');
	background-position:-151px 0px;
}
.menu_livestream {
	display: block;
	float: left;
	width: 150px;
	height: 60px;
	background: url('images/esports_menu.jpg');
	background-position:-292px 0px;
	cursor: pointer;
}
.menu_livestream:hover {
	background: url('images/esports_menu_hover.jpg');
	background-position:-292px 0px;
}
.menu_rankings {
	display: block;
	float: left;
	width: 145px;
	height: 60px;
	background: url('images/esports_menu.jpg');
	background-position:-442px 0px;
	cursor: pointer;
}
.menu_rankings:hover {
	background: url('images/esports_menu_hover.jpg');
	background-position:-442px 0px;
}
.menu_video {
	display: block;
	float: left;
	width: 150px;
	height: 60px;
	background: url('images/esports_menu.jpg');
	background-position:-578px 0px;
	cursor: pointer;
}
.menu_video:hover {
	background: url('images/esports_menu_hover.jpg');
	background-position:-578px 0px;
}
.menu_contact {
	display: block;
	float: left;
	width: 150px;
	height: 60px;
	background: url('images/esports_menu.jpg');
	background-position:-720px 0px;
	cursor: pointer;
}
.menu_contact:hover {
	background: url('images/esports_menu_hover.jpg');
	background-position:-720px 0px;
}

ul {list-style: none;padding: 0px;margin: 0px;}
ul li {display: block;position: relative;float: left;}
li ul {display: none;}
ul li a {display: block; text-decoration: none; color: #fff;}
ul li a:hover {

}

ul#menu, ul#menu ul.sub-menu {
    padding:0;
	margin-top: 5px;
    margin: 0;
}
ul#menu li, ul#menu ul.sub-menu li {
    list-style-type: none;
    display: inline-block;
}
/*Link Appearance*/
ul#menu li a, ul#menu li ul.sub-menu li a {
	font-family: Oswald-regular, Arial, Tahoma;
    text-decoration: none;
    color: #fff;
	background: #111; 
    padding: 5px;
	width: 150px;
	text-align: center;
	font-size: .90em;
	border-bottom: 1px solid #2e2e2e;
    display:inline-block;
	
}

.sub-menu a:hover {
	color: #1099c1;
	/* text-decoration: underline; */
}


ul#menu li a, ul#menu li ul.sub-menu li a:hover {
	color: #1099c1;
	/* text-decoration: underline; */
}

/*Make the parent of sub-menu relative*/
ul#menu li {
    position: relative;
}
/*sub menu*/
ul#menu li ul.sub-menu {
    display:none;
    position: absolute;
    top: 60px;
    /* left: 0; */
    width: 110px;
	/* background: url(images/LOL_menubg.png) no-repeat top center; */
	height: 119px;
	cursor:default;
	 transition: all 0.2s linear;
	z-index: 15;
}
ul#menu li:hover ul.sub-menu {
    display:block;
}

/* Page */

#panel-one {
	width: 1000px;
	/* background: #e9e9e9; */
	min-height: 100px;
	overflow: hidden;
	margin: 0 auto;
	/* padding-top: 80px; */
	display: inline-block;
	margin-top: 660px;
	top: 0;
	left: 0;
	right: 0;
	margin-bottom: 10px;
	position: absolute;
	z-index: 10;
	/* background: url(images/esports_panelonebg.png) repeat-y left top;	 */
	
}

#panel-one-sub {
	width: 1000px;
	/* background: #e9e9e9; */
	min-height: 100px;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 80px;
	display: inline-block;
	margin-top: 370px;
	top: 0;
	left: 0;
	right: 0;
	margin-bottom: 10px;
	position: absolute;
	z-index: 1;
	/* background: url(images/esports_panelonebg.png) repeat-y left top;	 */
	
}
#panel-one-sub2 {
	width: 1000px;
	/* background: #e9e9e9; */
	min-height: 100px;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 80px;
	display: inline-block; 
	margin-top: 140px;
	top: 0;
	left: 0;
	right: 0;
	margin-bottom: 10px;
	position: absolute; 
	z-index: 20; 
	/* background: url(images/esports_panelonebg.png) repeat-y left top;	 */
	
}

#panel-two {
	margin-top: 100px;
	width: 1000px;
	min-height: 379px;
	position: relative;
	margin: 0 auto;
	/* background: url(images/esports_paneltwobg.png) repeat-y left top; */
}

#panel-sub-top{
	width: 1034px;
	height: 80px;
	margin: 0 auto;
	background: url(images/LOL_con_newsbgTop.png) no-repeat top center;	
}

#panel-sub-mid{
	width: 1034px;
	height: auto;
	margin: 0 auto;
	background: url(images/LOL_con_newsbgMid.png) repeat-y top center;	
}

#panel-sub-bot{
	width: 1034px;
	height: 80px;
	margin: 0 auto;
	background: url(images/LOL_con_newsbgBot.png) no-repeat top center;	
}

#mediapanel {
	background: url(images/LOL_panel_two_mediabg.jpg) no-repeat top center;
	width: 430px;
	height: 309px;
	margin-left: 8px;
}

#mediacontent {
	width: 600px;
	margin-left: 30px;
}


#medialist {
	float: left;
	margin-top: 15px;
	margin-left: 10px;
	width: 180px;
	height: 120px;
	border-width: 5px;
	border-color: #cfcfcf;
	border-style: solid;
}

.menulink {
	width: 230px;
	height: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid;
	border-width: 1px;
	border-color: #f0f1f1;
	color: #336666;
	font-size: 1.16em;
	font-family: Gilsans, Tahoma, Helvetica;
	
}

.menulink a{
	color: #336666;
	font-size: .980em;
	font-family: Gilsans, Tahoma, Helvetica;
	text-decoration:none;
}

.menulink a:hover{
	text-decoration:none;
}

#page-wrapper {
	overflow: hidden;
}

#page {
	overflow: visible;
	width: 1000px;
	margin: 5px auto;
}


.newscontentmain { 
	color: #000; 
	margin-left: 30px; 
	font-size: .95em; 
	text-align: justify;

}

.newscontentmain a {
	color: #000;
	text-decoration:none;
	font-size: 1.1em;
}

.newscontentmain a:hover {
	color: #000;
	text-decoration: underline;

}

.newscontentmain #trlast {
	border-style: none;
	border-bottom-style: none;
	height: 5px;
}

.newslisting {
	margin-left: 20px;
	float: left;
	width: 600px;
	color: #000;
}

.newslisting a {
	color: #000;
	text-decoration:none;
	font-size: 1.1em;
}

.newslisting a:hover {
	color: #000;
	text-decoration: underline;
	font-size: 1.1em;
}

.clear { 
	clear: both; 
}
/* Footer */

#footer {
	color: #fff;
	width: 1000px;
	margin: 0 auto;
	padding-left: 20px;
	background-color: #111111;
	padding-left: 10px;
	padding-top: 10px;
	height: 280px;
	font-size: .99em;
	font-family: Oswald-light, Arial, Tahoma;
	z-index: 10;
}

#footer p {
	margin: 0;
	padding-left: 20px;
	text-align: left;
	font-size: 1.1em;
	font-family: Oswald-light, Arial, Tahoma;
	color: #fff;
	
}

#footer a {
	font-size: .98em;
	font-family: Oswald-light, Arial, Tahoma;
	color: #FFFFFF;
	text-decoration: none;
	
}

#footer a:hover {
	font-size: .98em;
	font-family: Oswald-light, Arial, Tahoma;
	color: #FFFFFF;
	text-decoration: underline;
	
}

/* Three Column Footer Content */

#footer-wrapper {
	/*background: url(images/img02.png) repeat;*/
	background-color: #fff;
}

#footer-content {
	overflow: hidden;
	width: 1000px;
	margin: 0px auto;
	padding: 50px 0px 50px 0px;
	color: #717171;
}

