/* LAYOUT STUFF */
html, body {
	height: 100%;
	width: 100%;
	background-color: #123;
	margin: 0px;
	padding: 0px;
	border: 0;

	
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #ddd;
	font-size: 1em;
	line-height: 120%;
	
	text-align:center;
}

#preload img {
	height: 0;
	width: 0;
	border-width: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -30;
	display: none;
}
#leftBackground {
	width: 50%;
	height: 100%;

    position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
}
#rightBackground {
	width: 50%;
	height: 100%;

    position: fixed;
	top: 0;
	right: 0;
	z-index: 1;
	overflow: hidden;
}

#index2020TopBar {
	position:fixed;
	top: 0px;
	left: 0px;
	
	width: 100%;
	height: 48px;
	line-height: 48px;
	
	background-color:rgba(30, 100, 255, 0.65);
}

#index2020TopBar .a {
	color: #FFFFFF;
	text-decoration: none;
}

#index2020Footer {
	text-align: right;
	vertical-align: middle;
	color: white;
	font-size: 12px;
	padding: 20px;
}

#index2020TopBarInner {
	position:relative;
	top: 0px;
	min-width: 960px;
	max-width: 1100px;
	height: 100%;
	padding-right: 20px;
	
	position: relative; 
	left: 50%;
	transform: translateX(-50%);
	
	text-align: right;
	vertical-align: middle;
	color: white;
	font-size: 16px;
	font-weight: 700;
}


#index2020Wrapper {
	width:100%;
	margin: 0px;
	padding: 0px;	
	
	min-width:960px;
	min-height:500px;
	height:320px;
	
	background-image: url(images/index2020HeaderBackground.jpg);
	background-repeat: no-repeat;
	background-position: 50% 38%;
	background-size: 100%;
}

#index2020Header {
	position:absolute;
	top: 220px;
	left: -80px;
	
	width: 100%;
	height: 140px;
	
	//background-image: linear-gradient(to right, #36B, #25A);
	//box-shadow: 5px 10px 20px 0px rgba(0, 0, 0, 0.3);
}

#index2020HeaderInner {
	position:relative;
	top: 0px;
	max-width: 1100px;
	min-width: 960px;
	height: 100%;
	
	position: relative; 
	left: 50%;
	transform: translateX(-50%);
}

#indexMainLogoImage {
	position:absolute;
	height:460px;
	top: -181px;
	left: -100px;
}

#index2020BodyWrapper {
	position:relative;
	top: 520px;
	width: 100%;	
	text-align: center;
}

#index2020Body1 {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

.index2020Body2 {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	padding-top: 25px;
	padding-bottom: 25px;
	overflow: auto;
	
	box-shadow: 2px 2px 2px 0px rgba(20, 30, 50, 0.5);
}

.index2020Body2Inner {
	clear: both;
	max-width: 1200px;
	margin: 0px auto;
	padding-left: 20px;
	padding-right: 20px;
}

#index2020Body3 {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	padding-top: 20px;
}


#index2020BodyBreak {
	display: block;
	height: 460px;
	max-height: 460px;
	padding-top: 40px;
	padding-bottom: 40px;
	
	background-image: url(images/index2020Break1.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100%;
}



#buttonSteam {
	position:absolute;
	top: 11px;
	right: 0px;
	
	background-color: #5b3;
	
	margin-right: 16px;
}

#buttonSteam:hover {
	background-color: #6c4;
}

#buttonDiscord {
	position:absolute;
	bottom: 11px;
	right: 0px;
	
	margin-right: 16px;
}

.space {
	height: 40px;
	border: none;
    clear: both;
    margin: 0;
}

.index2020MainImg {
	box-shadow: 2px 2px 2px 0px rgba(20, 30, 50, 0.5);
}

.bigButtons {
	margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.index2020Body2Inner a > img:hover {
	box-shadow: 4px 4px 4px 0px rgba(20, 30, 50, 1.0);
}

.bigButtons a > img {
    margin-right: 0px;
    vertical-align: bottom;
	float: left;
	margin-left: 1px;
}

#index2020TopBarInner a > img {
    margin-left: 6px;
	margin-right: 6px;
    vertical-align: bottom;
	margin-bottom: 8px;
}

#index2020TopBarInner a > img:hover {
	opacity: 100%;
}

#index2020TopBarInner a {
	opacity: 90%;
}

#index2020TopBarInner a:hover {
	opacity: 100%;
}


.roundedButton {
	
	line-height: 44px;
	
	flex: 1;
    width: 220px;
	height: 44px;
	max-height: 44px;
	max-width: 260px;
	
    font-weight: 700;
	font-size: 16px;
	background-color: #246;
	
	border-width: 1px;
    border-radius: 30px !important;
    padding: 5px;
	
	color: #FFFFFF;
	text-decoration: none;
	
	margin: 0px 0px;
    border: none;
    cursor: pointer;
	
	display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
	
	box-shadow: 2px 2px 2px 0px rgba(20, 30, 50, 0.2);
}

.roundedButton:hover {
	background-color: #357;
	box-shadow: 2px 2px 2px 0px rgba(20, 30, 50, 0.5);
}


.roundedButton a:hover{
    text-decoration: none;
	color: #FFFFFF;
}












#logoSlider {	
//	min-height:275px;
//	height:100%;

	position: relative;
	width:100%;


        min-height:100%; /* real browsers */
        height:auto !important; /* real browsers */
        height:100%; /* IE6: treated as min-height*/


        background-repeat: repeat-y;
        background-image: url(images/centerbackground.jpg);
        background-position: top;

	
	margin: 0px;
	padding: 0px;	
}


#index_nav {
	position: absolute;
	top: 0px;
	left: 780px;
	width: 220px;
}
#index_navtext {
	padding-top: 23px;
	padding-left: 11px;
	padding-right: 14px;
	font-size: 10px;
	text-align: left;
}
.index_news_box {
	line-height: 130%;
	border-bottom: solid thin;
	border-color: #2A2A2A;
	padding-top: 5px;
	padding-bottom: 5px;
}

.index_blurbs {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	color: #FFE6AA;
	font-weight: 100;
	position: relative;
	padding: 0px;
	margin: 0px;
	text-shadow: 1px 1px 3px black;
}
#index_trailer {
	position: absolute;
	top: 80px;
	left: 65px;
	width: 780px;
	text-alight: left;
}
#index_calltoaction {
	position: absolute;
	top: 435px;
	left: 140px;
	width: 500px;
	text-align: center;
	min-width: 500px;
	margin:0 auto; /* center, not in IE5 */
	
	
	
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	color: #FED;
	font-weight: 100;
	position: relative;
	padding: 0px;
	margin: 0px;
	text-shadow: 1px 1px 3px black;
}
#index_multiplayercombat {
	position: absolute;
	top: 619px;
	left: 28px;
	width: 320px;
}
#index_coopcampaign {
	position: absolute;
	top: 839px;
	left: 371px;
	width: 320px;
}
#index_carsnchemicals {
	position: absolute;
	top: 1117px;
	left: 28px;
	width: 320px;
}
#index_strategicskills {
	position: absolute;
	top: 1417px;
	left: 426px;
	width: 320px;
}
#index_uniquegamemodes {
	position: absolute;
	top: 1597px;
	left: 28px;
	width: 320px;
}

#main_wrapperIndex {
	width: 1000px;
	margin:0 auto; /* center, not in IE5 */

	min-height:100%; /* real browsers */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/	
		
	background-position: center bottom;
	background-repeat: repeat-y;
	background-image: url(images/frontground.gif);
}
/* Nav Bar */
#main_header {
	width: 1000px;
	position:relative; /* needed for button positioning*/	
	padding: 0px;
	margin:0 auto; /* center, not in IE5 */
}

#subveinSundays {
	position: absolute;
	bottom: 58px;
	right: 13px;
	width: 170px;
	height: auto;
	text-align: center; 
	vertical-align:text-bottom;
	color: #ccaa99;
	font-weight:normal;
	font-size: 1em;
	font-size: 12px;
	line-height:normal;
	padding: 0px;
}
#subveinSundays p {
	font-size: 1em;
	font-size: 12px;
}
#main_logo {
	width: 1000px;
	height: 275px;
	padding: 0px;
	margin:0 auto; /* center, not in IE5 */
	text-align: center;
	color: #FFFFFF;
	font-weight:bolder;
}
#navLogo {
	position: absolute;
	top: 109px;
	left: 135px;
	width: 700px;
	height: 160px;
	text-align: center; 
	padding: 0px;
}
#navLogo a {
	width: 700px;
	height: 160px;
	display: block;
}
#navLogo a.navSelected {
	background-position: left bottom;
	border: none;
}
#playerDisplay {
	position: absolute;
	top: 221px;
	right: 0px;
	width: 184px;
	height: 20px;
	text-align: left;
	padding: 0px;
	color: #FFEEDD;
	text-indent: 0px;
	font-size: 12px;	
}
#navBarL {
	z-index: 3;
	position: absolute;
	top: 237px;
	left: 0px;
	float: left;
	height: 38px;
	width: 433px;
	padding: 0px;
	padding-left: 23px;
}
#navBarR {
	z-index: 2;
	position: absolute;
	top: 237px;
	right: 0px;
	float: right;
	width: 433px;;
	height: 38px;
	padding: 0px;
	padding-right: 21px;
}
#navBar a {
	width: 144px;
	height: 28px;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	font-size:14px;
	color: #EEE;
	padding-top: 10px;
}
#navBar a:hover {
	background-position: left bottom;
	border: none;
	text-decoration:none;
	color:#F00;	
}
#navBar a.navSelected {
	background-position: left bottom;
}
#navBar a.navHome {
	text-indent: -1927px;
	overflow: hidden;
}
#navBar a.navButton {
	float: left;
	background-image: url(images/button.png);
}

/* Borders and Footer */
#contentBorderL {
	position: absolute;
	float: left;
	width: 5px;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: auto;

	background-repeat: repeat-y;
	background-image: url(images/bg_left.gif);	
}
#contentBorderR {
	position: absolute;
	float: right;
	width: 5px;
	top: 0px;
	bottom: 0px;
	right: 0px; 
	left: auto;

	background-repeat: repeat-y;
	background-image: url(images/bg_right.gif);	
}
#main_footerLForum {
	clear: both;
	position: absolute;
	bottom: 0px;
	left: 31px;
	height: 32px;
	width: 380px;
	text-align: left;
	color: #202020;
	border: none;	
}
#main_footerRForum {
	clear: both;
	position: absolute;
	bottom: 0px;
	right: 26px;
	height: 32px;
	width: 380px;
	text-align: right;
	color: #202020;
	border: none;	
}
#wrapper {
	border-left:#333 solid 1px;
	border-right:#333 solid 1px;
}
#footer {
 	width: 100%;
	height: 38px;
	position: absolute;
	bottom: 0px;
	z-index: 100;

	
	background-color: #000000;
	border-top:#333 solid 1px;
}
#innerFooter {
	position: relative;	
	top: 0px;

        background-color: #000000;

	text-align:center;	
 	width: 1000px;	
	height: 38px;
	margin:0 auto;
	text-align:center;
}
#main_footerL {
	clear: both;	
	position: absolute;
	bottom: 8px;
	left: 25px;
	height: 19px;
	border-style: none;
	z-index: 5;	
	//overflow: hidden;
}
#main_footerM {
	clear: both;	
	position: absolute;
	bottom: 0px;
	left: auto;
	right: auto;
	height: 25px;
	width: 1000px;
	text-align: center; 
	color: #4D4D4D;
	z-index: 5;	
}
#main_footerR {
	clear: both;	
	position: absolute;
	bottom: 6px;
	right: 21px;
	height: 20px;
	width: 380px;
	text-align: right;
	border-style:none;
	z-index: 5;	
}
#scrollingMidground {
	position:absolute;
	top: 0px;
	bottom: 38px;
	left:0px;
	right:0px;
	height:100%;
	z-index: 0;
}
/* Content */
#main_content {
	position:relative;
	z-index: 1;
	width: 1000px;

	clear: both;
	padding: 48px 0px 60px 0px;
	margin: 0px auto;
	text-align: justify;
}
#contentMainIndex {
	padding: 0px 25px;
	margin: 0px auto;
	width: 950px;
}
#contentMain {
	padding: 2px 8px 0px 25px;
	width: 650px;
	margin: 0px auto;
	float: left;
}
#indexScreensBox {
	text-align: center;
	padding: 0px 28px;
	margin: 0px auto;
}
/*
#contentMain {
	padding: 2px 8px 0px 22px;
	width: 664px;
	margin: 0px auto;
}
*/
#contentRight {
	padding: 2px 24px 0px 8px;
	padding-right: 18px !important; /*God dammit IE6..*/
	margin: 0px;
	margin-left: 695px;
	text-align: left;
}
a.contentRight {
	padding: 2px 24px 0px 8px;
	margin: 0px;
}

.imgThumb {
	width: 212px;
	height: 125px;
	display: block;
	background-image: url(images/thumbOver.png);
	background-repeat: no-repeat;
	background-position: top left;
	float:left;
	margin: 2px;
}
.imgThumb320 {
	width: 320px;
	height: 184px;
	display: block;
	background-image: url(images/thumbOver320.png);
	background-repeat: no-repeat;
	background-position: top left;
	float:left;
	margin: 2px;
}
.imgThumb138 {
	width: 138px;
	height: 138px;
	display: block;
	background-image: url(images/thumbOver138.png);
	background-repeat: no-repeat;
	background-position: top left;
	float:left;
	margin: 2px;
}
.imgThumb275 {
	width: 275px;
	height: 155px;
	display: block;
	background-image: url(images/thumbOver275.png);
	background-repeat: no-repeat;
	background-position: top left;
	float:left;
	margin: 0px;
	margin-bottom: 4px;
}
.imgThumbRight {
	width: 212px;
	height: 125px;
	display: block;
	background-image: url(images/thumbOverRight.gif);
	background-repeat: no-repeat;
	background-position: top left;
	float:right;
	margin: 2px;
}
.imgThumbSmall {
	width: 90px;
	height: 54px;
	display: block;
	background-image: url(images/thumbOverSmall.gif);
	background-repeat: no-repeat;
	background-position: top left;
	float:left;
	margin: 8px;
}
.vidThumb {
	width: 275px;
	height: 159px;
	display: block;
	
	text-align: center;
	margin:0 auto;	
	padding-top: 5px;	
	
	background-image: url(images/vidBox.png);
	background-repeat: no-repeat;
	background-position: top left;
	float:left;
	margin: 0px;
	margin-top: 2px;
}

.imgFloatRight {
	float: right;
	margin: 12px 0px 6px 12px;
}
.imgFloatLeft {
	float: left;
	margin: 12px 12px 6px 0px;
}
.imgFloatMid {
	text-align:center;
	clear: both;
	margin: 12px auto;
	display: block;
}


.imgThumbLarge {
	width: 652px;
	height: 372px;
	display: block;
	background-image: url(images/largeImageBorder.png);
	background-repeat: no-repeat;
	background-position: top left;
	text-align:center;
	margin: 0 auto;
}


.serverTable {
	width: 950px;
	display: block;
	background-color:#000;
	text-align: left;
	border:#999 solid 1px;
	font-size: 12px;
	padding: 0px;
}
.serverTable td {
	padding: 2px;
	margin: 0px;
}


.imgThumb:hover {
	background-position: bottom left;
}
.imgThumb320:hover {
	background-position: bottom left;
}
.imgThumb138:hover {
	background-position: bottom left;
}
.imgThumb275:hover {
	background-position: bottom left;
}
.imgThumbRight:hover {
	background-position: bottom left;
}
.imgThumbSmall:hover {
	background-position: bottom left;
}
.imgThumbLarge:hover {
	background-position: bottom left;
}


.imgThumb img {
	margin: 6px;	
}
.imgThumb320 img {
	margin: 5px;	
}
.imgThumb138 img {
	margin: 5px;	
}
.imgThumb275 img {
	margin: 5px;	
}
.imgThumbRight img {
	margin: 6px;	
}
.imgThumbSmall img {
	margin: 3px;	
}
.imgThumbLarge img {
	margin: 5px;
}

#contentMain img {
   max-width: 100%;
}

.galleryDisplay {
   border:#333 solid 1px;
   margin: 12px;
}
 

.index_download {
	width: 205px;
	height: 75px;
	display: block;
	
	margin: 8px 0px 0px 6px;

	background-image: url(images/indexDownload.jpg);	
	background-repeat: no-repeat;
	background-position: top left;
	text-decoration: none;
	text-align: center;
}
.index_download:hover {
	background-position: bottom left;	
	text-decoration: none;
}
.index_downloadtext {
	font-weight: bold;	
	font-size: 10px;
	color: #DDD;
	padding: 38px 0px 0px 0px;
	display: block;	
} 

.index_playthedemo {
	width: 500px;
	height: 40px;
	display: block;

	background-image: url(images/playTheDemo.png);	
	background-repeat: no-repeat;
	background-position: top left;
	text-decoration: none;
	text-align: center;
}
.index_playthedemo:hover {
	background-position: bottom left;	
	text-decoration: none;
}
.index_playthedemotext {
	font-weight: bold;	
	font-size: 10px;
	color: #DDD;
	padding: 38px 0px 0px 0px;
	display: block;	
} 


.index_steam {
	width: 205px;
	height: 75px;
	display: block;
	
	margin: 2px 0px 0px 6px;

	background-image: url(images/steam.jpg);	
	background-repeat: no-repeat;
	background-position: top left;
	text-decoration: none;
	text-align: center;
}
.index_steam:hover {
	background-position: bottom left;	
	text-decoration: none;
}


.index_facebook {
	width: 205px;
	display: block;
	text-align: left;
	padding: 0px 0px 0px 11px;
	margin: 0px;
}
 
 .index_twitter {
	width: 205px;
	display: block;
	text-align: left;
	padding: 7px 0px 0px 11px;
	margin: 0px;
	margin-bottom: 2px;
}

.index_youtube {
	width: 205px;
	height: 124px;
	display: block;
	
	margin: 2px 0px 0px 6px;
	
	padding: 7px 0px 0px 0px;
	
	background-image: url(images/indexYoutube.jpg);	
	background-repeat: no-repeat;
	background-position: top left;
	text-align: center;
}
 
 
.downloadBox {
	width: 260px;
	height: 72px;
	display: block;
	
	margin: 46px 36px 0px 0px;

	background-image: url(images/downloadBox.png);	
	background-repeat: no-repeat;
	background-position: top left;
	text-align:left;
	float: right;
	text-decoration: none;
	text-align: center;
}
.downloadBox:hover {
	background-position: bottom left;	
	text-decoration: none;
}
.downloadTop {
	font-weight: 900;		
	font-size: 22px;
	line-height: 19px;
	padding: 12px 0px 0px 0px;
	color: #F00;	
	display: block;
	text-decoration: none;
}

.downloadBottom {
	font-weight: 900;	
	font-size: 13px;
	color: #FFF;
	padding: 12px 0px 0px 0px;
	display: block;	
	text-decoration: none;
}

.listleft {
	text-alight: left;	
}
.listright {
	float: right;
	text-alight: right;	
}
.youtubeBox {
	background-image: url(images/videoBox.gif);	
	background-repeat: no-repeat;
	background-position: top left;
	
	text-align: center;
	margin:0 auto;	
	padding-top: 6px;
	width: 652px;
	height: 397px;
	
	display: block;
}

.newsCommentBox {
	border-top:dashed thin;
	border-color: #666666;
	padding: 2px 16px;
	margin: 0px;
}

.homeCommentBox {
	border-top:dashed thin;
	border-color: #666666;
	padding: 8px 0px;
	margin: 0px;
}
 
.black_overlay {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #091929;
    z-index:1001;
    -moz-opacity: 0.95;
    opacity:.95;
    filter: alpha(opacity=95);
}
 
.white_content {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
	margin: 0px;
    padding: 0px;
    z-index:1002;
    overflow: auto;
	text-align:center;
}
 
.white_content_inner {
	position:relative;
	top: 5%;
	height: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 5px 5px 5px;
	background-color: black;
    border: 1px solid #333;
	text-align:center;
}
 
 
 
 
 
 
 
/* OTHER STUFF */


/* unvisited link */
a:link {
  color: white;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: white;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: white;
  text-decoration: none;
}

/* selected link */
a:active {
  color: white;
  text-decoration: none;
}


 a.footerLink {
	color:#717171;
}
img {
	border:none;
}
h1 {
	font-size: 16px;
	color: #FFEEDD;
}
h2 {
	font-weight: bold;
	font-size: 11px;
}
h3 {
	color: #666666;
	font-size: 11px;
	font-weight:normal;
	display:inline;
}
a.whiteLink {
	color: #FFEEDD;
	text-decoration: none;	
}
a.whiteLink:hover {
	color: #FFEEDD;
	text-decoration: underline;	
}
hr {
	width: 100%;
}
p.center {
	text-align: center;
}
ul.bulletListLeftCommunity {
	padding: 0px 16px;
}
ul.bulletListLeft {
	position: relative;
	float: left;
	font-style: italic;
	padding: 1px 16px;
}
ul.bulletListRight {
	position: relative;
	float: right;	
	font-style: italic;
	padding: 1px 90px 1px 0px;
}
ul.newsBar {
	padding: 0px;
	margin: 0px;
}

html>body .entry ul, .entrytext ul, .pagepost ul {
	margin-left: 0px;
	padding: 0 0 0 5px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}
html>body .entry li, .entrytext li, .pagepost li {
	margin: 5px 0 5px 5px;
}
.entry ul li:before, .entrytext ul li:before, #sidebar ul ul li:before, .pagepost ul li:before {
	content: "\00BB \0020";
}

* {margin: 0; padding: 0;}

span.alignLeft {
	float: left;
	text-align: left;	
	width: 300px;
}
span.alignRight {
	float: right;
	text-align: right;	
	width: 300px;
}
