@charset "utf-8";
@import url(fonts.css);
/* CSS Document */

/*=======================================
 Main CSS Document

 1. Reset the styles
 2. General styles
 3. Home Page

 =========================================*/

/*================================================
 1. Reset the styles
 ================================================*/

html, body {
	height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-family: Arial;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body, div, dl, dt, dd, ul, ol, li, pre, code, form, label, fieldset, legend, input, button, textarea, p, blockquote, th, td, footer, header, hgroup, menu, nav, section {
	color: #454545;
	font-size: 14px;
}
div, dl, dt, dd, ul, ol, li, legend, input, button, textarea, p, blockquote, th, td {
	font-size: 15px;
	line-height: 24px;
}
nav li {
	list-style-type: none;
}
blockquote, q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
input[type=radio], input[type=checkbox] {
	vertical-align: middle;
	margin: 0;
}
ins {
	color: #000;
	text-decoration: none;
}
mark {
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #000;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
address, caption, cite, code, dfn, em, th, var, optgroup {
	font-style: inherit;
	font-weight: inherit;
}
del, ins {
	text-decoration: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
h1 {
	font-size: 43px;
	line-height: 50px;
	font-family: Arial;
	color: #000;
}
h2 {
	font-size: 40px;
	font-family: Arial;
	line-height: 48px;
	color: #000;
}
h3 {
	font-size: 22px;
	font-family: SansationRegular, Arial;
	color: #000;
	line-height: 30px;
	color: white;
}
h4 {
	font-size: 20px;
	line-height: 27px;
	font-family: Arial;
	color: #000;
}
h5 {
	font-size: 16px;
	line-height: 22px;
	font-family: Arial;
	color: #000;
}
h6 {
	font-size: 14px;
	line-height: 18px;
	color: #fff;
}
p {
	padding: 0 0 15px;
	color: #999999;
	font-size: 14px;
	line-height: 16px;
	font-family: Arial;
}
a {
	background-color: inherit;
	font-size: 14px;
	outline: none;
	color: white;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #00d2ff;
}
ol {
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
}
ol li {
	color: #999999;
    font-family: Arial;
    font-size: 14px;
    line-height: 16px;
    padding: 0 0 10px;
}
ul li {
	color: #999999;
    font-family: Arial;
    font-size: 14px;
    line-height: 16px;
}
span {
	font-size: 17px;
	font-family: SansationRegular;
	color: white;
}
sup {
	vertical-align: baseline;
}
sub {
	vertical-align: baseline;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	padding: 0;
	margin: 0;
}
input:focus, textarea:focus {
	outline: none
}
* {
	margin: 0;
	padding: 0;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}
* html .clearfix {
	height: 1px;
}
input:-moz-focus-inner {
	border: 0;
	padding: 0;
}
body:before {
	content: "";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px;
}

/*================================================
 2. General styles
 ================================================*/
body {
	background: #000;
}
#wrap {
	min-width: 1000px;
	margin: 0 auto;
}

/*---Header---*/
#header-holder {
	background: url("https://dau3ggmxgyr2r.cloudfront.net/img/bg-header.png") repeat-x scroll 0 0 transparent;
}
#header {
	width: 1000px;
	margin: 0 auto;
}
#logo {
    background: url("https://dau3ggmxgyr2r.cloudfront.net/img/logo.png") no-repeat scroll 0 0 transparent;
    height: 90px;
    width: 272px;
    float: left;
}
#logo a {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 90px 0 0;
    width: 272px;
}
/*---Navigation---*/
.nav-holder {
	width: 700px;
	float: right;
}
.nav ul li {
	float: left;
	list-style-type: none;
}
.nav ul li.current, .nav ul li:hover {
	background: black;
}
.nav ul li.current a, .nav ul li a:hover {
	text-decoration: none;
	color: #04d3ff;
}
.nav ul li a {
	color: #a8a8a8;
	display: block;
	height: 20px;
	line-height: 25px;
    padding: 35px 15px;
    font-family: SansationRegular;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
}
.nav ul li.home {
    height: 90px;
    width: 71px;
    float: left;
}
.nav ul li.home a {
	background: url("https://dau3ggmxgyr2r.cloudfront.net/img/home-sprite.png") no-repeat scroll 0 -80px transparent;
    display: block;
    height: 0px;
    overflow: hidden;
    padding: 90px 5px 0;
    width: 71px;

}
.nav ul li.home.current a, .nav ul li.home a:hover {
	background: url("https://dau3ggmxgyr2r.cloudfront.net/img/home-sprite.png") no-repeat scroll 0 -6px transparent;
}
.nav ul li.link-var1 {
	height: 61px;
	overflow: hidden;
	width: 63px;
	margin: 15px 0;
}
.nav ul li.link-var1:hover {
	background: none;
	width: 63px;
}
.nav ul li.link-var1 a {
	background: url("https://dau3ggmxgyr2r.cloudfront.net/img/sign.png") no-repeat scroll 0 0 transparent;
    font-family: BlueHighwayD;
    height: 25px;
    overflow: hidden;
    padding: 18px 17px;
    width: 30px;
    color: #656565;
}
.nav ul li.link-var1 a:hover {
	background: url("https://dau3ggmxgyr2r.cloudfront.net/img/sign.png") no-repeat scroll 0 -61px transparent;
	color: white;
}
/*---Footer 1---*/
#footer-holder1 {
	background: #111111;
	padding: 15px 0 15px;
}
#footer1 {
	width: 985px;
	margin: 0 auto;
}
.copyright {
	width: 280px;
	float: left;
	line-height: 31px;
}
.copyright span {
	background: url('https://dau3ggmxgyr2r.cloudfront.net/img/small-logo.png') no-repeat 0 0 transparent;
	font-size: 12px;
	line-height: 30px;
	color: #999999;
	display: block;
	padding: 0 0 0 40px;
}
.p-box {
	float: right;
	width: 630px;
}

/*---Footer 2---*/
#footer-holder2 {
	background: black;
	padding: 15px 0 75px;
}
#footer2 {
	width: 985px;
	margin: 0 auto;
}
.utility-nav {
	width: 740px;
	float: left;
}
.development {
	width: 215px;
	float: right;
	font-size: 12px;
	color: #7c7c7c;
	height: 30px;
	line-height: 20px;
}
.development span, .development a {
	display: block;
	line-height: 15px;
	float: left;
	font-size: 12px;
	font-family: Arial;
	color: #7c7c7c;
}
.development a {
	margin: 0 10px 0 5px;
	text-decoration: none;
}
.development a:hover {
	color: #00d2ff;
}
.development .development-logo {
	background: url("https://dau3ggmxgyr2r.cloudfront.net/img/development-logo.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: right;
    height: 0;
    overflow: hidden;
    padding: 17px 0 0;
    width: 30px;
    margin: 0;
}
.utility-nav ul li {
	float: left;
	padding: 0 10px;
	border-right: 1px solid #3e3d3d;
	line-height: 15px;
	list-style-type: none;
	margin: 0 0 10px;
}
.utility-nav ul li.first-item {
	padding: 0 10px 0 0;
}
.utility-nav ul li.last-item {
	padding: 0 0 0 10px;
	border: 0;
}
.utility-nav ul li a {
	font-size: 12px;
	color: #7c7c7c;
	line-height: 16px;
	text-decoration: none;
}
.utility-nav ul li a:hover {
	color: #00d2ff;
}

/*================================================
3. Home Page
 ================================================*/
 #main {
 	background: url("https://dau3ggmxgyr2r.cloudfront.net/img/bg-main.png") no-repeat scroll center 0 #1f1f1f;
 }
/*---Slider---*/
.list_carousel {
	background-color: #352c25;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	width: 2000px;
	height: 400px;
	display: block;
	float: left;
	padding: 0;
}

/*---Section 1---*/
.section-holder {
	background: url("https://dau3ggmxgyr2r.cloudfront.net/img/section-shadow.png") no-repeat scroll center 0 transparent;
}
.gamesection {
	width: 1400px; 
	margin: 0 auto;
	padding: 20px 0;
}
	
.section {
	width: 985px;
	margin: 0 auto;
	padding: 20px 0;
}

@media screen and (max-width: 1400px) 
{
  #optionalbox { display: none; } /*hide 4th game box if screen is too short*/
  #aboutline2 { display: none; } /*hide 4th game box if screen is too short*/
  #optionalbox2 { display: none; } /*hide 5th game box if screen is too short*/
  #optional_redshirt_line2 { display: block;}
  #about_bottom  { display: block;}
  #line3_thin { display: block;}
  #line3_medium { display: none;}
  #line3_wide { display: none;}
  .gamesection {width: 985px;}
  .section {width: 985px;}
  #about  { display: block; }
  .cell3 { display:none; }
 }

@media screen and (min-width: 1400px) and (max-width: 1648px)
{
  #optionalbox { display: block; }
  #aboutline2 { display: block; } 
  #optionalbox2 { display: none; } /*hide 5th game box if screen is too short*/
  #optional_redshirt_line2 { display: none;}
    #about_bottom  { display: none;}
	#line3_thin { display: none;}
  #line3_medium { display: block;}
  #line3_wide { display: none;}
  .gamesection {width: 1316px;}
  .section {width: 985px;}
  #about  { display: block; }
  .cell3 { display:none; }
}


@media screen and (min-width: 1648px) 
{
  #optionalbox { display: block; }
   #aboutline2 { display: block; } 
  #optionalbox2 { display: block; }
  #optional_redshirt_line2 { display: none;}
    #about_bottom  { display: none;}
	#line3_thin { display: none;}
  #line3_medium { display: none;}
  #line3_wide { display: block;}
  .gamesection {width: 1648px;}
  .section {width: 1490px;}
  #about { display: none; }
  .cell3 { display:block; }
}

.wideaboutbox {
	width: 480px;
	float: left;
	padding: 0 12px 0 0;
}

.box {
	width: 320px;
	float: left;
	padding: 0 12px 0 0;
}
.box.box3 {
	float: right;
	padding: 0;
}
.b-pane img {
	border: 5px solid #141414;
	margin: 0 0 10px;
}
.b-pane ul {
	float: right;
	width: 180px;
}
.b-pane ul li {
	list-style-type: none;
	float: left;
	margin: 0 0 0 3px;
}
.b-pane span {
	width: 120px;
	display: block;
	float: left;
	color: white;
	font-family: SansationRegular;
}
.d-button {
	background: url("https://dau3ggmxgyr2r.cloudfront.net/img/btn4-sprite.png") no-repeat scroll 0 0 transparent;
	float: left;
	width: 82px;
	padding: 0 0 0 10px;
	height: 27px;
	font-size: 14px;
	text-transform: uppercase;
	border: none;
	color: white;
	font-family: SansationBold;
	cursor: pointer;
}
.d-button:hover {
	background: url("https://dau3ggmxgyr2r.cloudfront.net/img/btn4-sprite.png") no-repeat scroll 0 -27px transparent;
	color: #00d2ff;
}
a.d-button {
	line-height: 21px;
}
.b-button {
	background: url("https://dau3ggmxgyr2r.cloudfront.net/img/btn5-sprite.png") no-repeat scroll 0 0 transparent;
	padding: 0 17px 0 38px;
	margin: 1px 0 0;
	height: 27px;
	line-height: 27px;
	display: block;
	float: right;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	color: black;
	font-family: SansationBold;
}
.b-button:hover { 
	text-decoration: none;
	background: url("https://dau3ggmxgyr2r.cloudfront.net/img/btn5-sprite.png") no-repeat scroll 0 -27px transparent;
	color: black;
}
/*---Section 2---*/
.cell1 {
	background: #2a2a2a;
	width: 445px;
	padding: 5px 15px 20px 15px;
	border: 1px solid black;
	float: left;
	-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;
}

.wide_news {
	background: #2a2a2a;
	width: 620px;
	padding: 5px 10px 20px 10px;
	border: 1px solid black;
	-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;
}


.cell1thin {
	background: #2a2a2a;
	width: 950px;
	padding: 5px 15px 20px 15px;
	border: 1px solid black;
	-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;
}
.cell2 {
	float: right;
	width: 480px;
}
.cell3 {
	padding: 5px 15px 20px 15px;
	float: left;
	width: 480px;
}

.cell3wide {
	padding: 5px 15px 20px 15px;
	width: 460px;
}

.cell1 h3 {
	background: url("https://dau3ggmxgyr2r.cloudfront.net/img/h-image.png") no-repeat scroll 0px center transparent;
	padding: 0 0 0 60px;
	line-height: 55px;
}
.cell p {
	padding: 0 15px 0 10px;
}

.cell3 h3 {
	padding: 0 15px 0 10px;
}
.cell form {
	background: url("https://dau3ggmxgyr2r.cloudfront.net/img/bg-form.png") no-repeat scroll 0 0 transparent;
	margin: 20px 5px 0;
	height: 36px;
}
.cell input.text {
	color: #3d3d3d;
	font-size: 14px;
	width: 322px;
	padding: 6px 0;
	border: 0;
	background: #171717;
	float: left;
	margin: 0 0 0 15px;
	height: 22px;
}
.cell input.text:focus {
	border: 1px solid #00d2ff;
	padding: 6px 0 6px 15px;
	margin: 0;
	-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;
	color: white;
}
.cell input.submit {
	background: url("https://dau3ggmxgyr2r.cloudfront.net/img/btn7-sprite.png") no-repeat scroll 0 0 transparent;
	margin: 2px 8px 2px 0;
	height: 32px;
	width: 81px;
	float: right;
	font-size: 14px;
	text-transform: uppercase;
	color: black;
	font-family: SansationBold;
	border: none;
	cursor: pointer;
}
.cell input.submit:hover {
	background: url("https://dau3ggmxgyr2r.cloudfront.net/img/btn7-sprite.png") no-repeat scroll 0 -32px transparent;
}
.c-pane h3 {
	float: left;
}
.c-pane a {
	display: block;
    padding: 8px 0 0;
}
.c-pane a.d-button {
	background: url("https://dau3ggmxgyr2r.cloudfront.net/img/btn6-sprite.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: right;
    line-height: 27px;
    padding: 0 0 0 41px;
    text-decoration: none;
    width: 61px;
}
.c-pane a.d-button:hover {
	background: url("https://dau3ggmxgyr2r.cloudfront.net/img/btn6-sprite.png") no-repeat scroll 0 -27px transparent;
}
.rss-title {
	color: white;
    font-family: SansationRegular,Arial;
    font-size: 22px;
    line-height: 30px;
    text-decoration: none;
}
.rss-title:hover {
	text-decoration: none;
}
.rss-item {
	list-style: none;
}
.rss-item a {
	display: block;
    line-height: 15px;
    line-height: 14px;
    text-decoration: none;
}
.rss-item br {
	list-style-type: 15px;
}
.rss-box p {
	padding: 0;
}

/* about page */

.about_text{
	font-size: 16px;
	color: #CCCCCC;
}

.about_title{
	font-size: 20px;
	font-weight: bold;
	color: #CCCCCC;
}