/* @override http://as:80/css/main.css */

/*jsTrace*/
div#jsTrace {
	text-shadow: none;
}
pre {
	font-size: 12px !important;
}

* {
	text-rendering: optimizelegibility;
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	min-height: 100%;
	text-shadow: #4831e1 1px 0px 2px;
	-webkit-font-smoothing: antialiased;
	background-color: black;
	color: #e6e6e6;
}

a {
	text-decoration: none;
}

a:link {
	color: #905efe;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #0d38fe;
}

a:visited {
	color: #4b87fe;
}

span.hide {
	display: none;
}

ul li {
	list-style-type: square;
	list-style-position: inside;
}

.divider {
	border-top: 1px solid #5d2c84;
}

.divider.interior {
	margin-bottom: 23px;
}

.header {
	margin-left: -8px;
	margin-top: 40px;
}

.desc {
	font: 11px/13px 'PTSansRegular', Arial, sans-serif;
}

#main-container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/site_nebula_pattern900.jpg) repeat-y;
	font: 13px/16px 'PTSansRegular', Arial, sans-serif;
}

#content-container {
	width: inherit;
	background: url(../images/main-header900.jpg) no-repeat;
	height: 100%;
}


/*TOP CONTAINER*/

#video-container {
	position: relative;
	margin-top: 135px;
	margin-left: 230px;
	display: inline-block;
	float: left;
}

#side-container {
	width: 190px;
	height: 225px;
	margin-top: 136px;
	margin-left: 27px;
	float: left;
}

#side-info {
	width: 185px;
	height: 190px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background: rgba(0,0,0,0.76);
	margin-bottom: 10px;
	text-align: center;
}

#side-info #fb-like {
	display: inline-block;
	margin-top: 13px;
	width: 80px;
	text-align: center;
}

#side-info #fb-like #facebook {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

#side-info #coming-soon {
	width: 170px;
	height: 63px;
	margin-right: auto;
	margin-left: auto;
    margin-top: 23px;
	display: inline-block;
}

#side-info p {
	font: 40px/36px 'PTSansBold', Arial, sans-serif;
	letter-spacing: -2px;
	text-align: center;
	padding-top: 30px;
	color: #feffff;
	/*visibility: hidden;*/
}

#side-info #social-icons {
	width: 100%;
	margin-top: 25px;
}

#social-icons a:first-child img {
	margin-right: 23px;
}

#header-container #desc {
	font-size: 14px;
	line-height: 16px;
	margin-left: 230px;
	width: 580px;
	display: inline-block;
	margin-top: 30px;
}

#vid-shadow {
	-moz-box-shadow: 0px 0px 70px #50f;
	-webkit-box-shadow: 0px 0px 70px #50f;
	box-shadow: 0px 0px 70px #50f;
}

#info-container {
	width: 690px;
	margin-left: 104px;
}

/*FORM*/
form#email-form {
	
}

input#email {
	border: solid 0px #999;  
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	background: rgba(253,254,242,0.88);
	width: 115px;
	height: 18px;
	padding: 2px 3px 2px 8px;
	outline: none;
}

.fieldFocus {
	color:#000;  
}  
.fieldIdle {
	color: #999;  
}
.fieldError {
	color: #F00;
}


input#submit {
	border: solid 0px #999; 
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	background: rgba(255,254,255,0.95);
	padding: 3px 7px 4px 8px;
	color: #000;
	cursor: pointer;
}

input#submit.active {
	background: rgba(168,82,254,0.95);
}

input#submit.disabled {
	color: #999;
	cursor: default;
}

#error-container {
	display: none;
	z-index: 9999999;
	position: fixed;
}

#error-container #error-alert {
	border: solid 1px #333; 
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: #000;
	width: 250px;
	height: 50px;
	text-align: center;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -125px;
}
#error-container #error-msg {
	color: #ff0000;
	text-shadow: none;
	font-size: 13px;
	margin-top: 17px;
}
#error-container #background {
	border: solid 0px #333; 
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: rgba(0,0,0,0.74);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
}

#close {
	border: solid 2px #FFF; 
	width: 10px;
	height: 10px;
	border-radius: 5px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 5px;
    background: rgba(0,0,0,0.74);
	display: inline-block;
	position: absolute;
	top: -6px;
	right: -6px;
	cursor: pointer;
}

#close p {
	color: #FFF;
	text-shadow: none;
	margin-top: -2px;
	margin-left: 1px;
	cursor: pointer;
}

/*GALLERY*/
#gallery-container {
	margin-top: -25px;
	padding-bottom: 10px;
}

#gallery-container #gallery-header {
	visibility: hidden;
	background: url(../images/headers/gallery-header.png) no-repeat;
	height: 30px;
	width: 96px;
}

#gallery-container #iphone {
	margin-top: 10px;
	position: absolute;
}

#screenshot-container {
	width: 450px;
	height: 300px;
	margin-left: 119px;
	overflow: hidden;
	margin-top: 34px;
}

#gallery-container #screenshot {
	/*margin-top: 34px;*/
	/*margin-left: 119px;*/
	width: 3650px;
	height: 300px;
	position: relative;
}

#gallery-container #screenshot img {
	/*position: absolute;*/
	display: inline-block;
	padding: 0;
}

#gallery-container #screenshot img:first-child {
	left: 0;
}

#gallery-container #gallery-thumbs {
	margin-top: 52px;
	text-align: left;
	width: 700px;
}

#gallery-container #gallery-thumbs img {
	border: 1px solid rgba(113,232,254,0.19);
	margin-right: 7px;
	cursor: pointer;
	z-index: 1;
}

#gallery-container #gallery-thumbs img.hover {
	
}

#gallery-container #gallery-thumbs img.thumb.active {
	cursor: default;
	pointer-events: none;
	border: 1px solid #1b36fe;
	z-index: 10;
}
/*FEATURING*/
#featuring-container {
	margin-bottom: 24px;
}
#featuring-container #featuring-header {
	background: url(../images/headers/featuring-header.png) no-repeat;
	height: 30px;
	width: 120px;
}

#featuring-container ul {
	margin-left: 9px;
	margin-top: 4px;
}

#featuring-container ul li {
	margin-bottom: 2px;
}



/*TACTICAL SYSTEMS*/
#tactical-header {
	background: url(../images/headers/tactical-systems-header.png) no-repeat;
	height: 30px;
	width: 197px;
	margin-bottom: 10px;
}

.tactical div.title {
	height: 19px;
	display: inline-block;
	padding-top: 3px;
}

.tactical img.hide {
	visibility: hidden;
}

/*ENEMIES*/
#enemies-header {
	background: url(../images/headers/enemies-header.png) no-repeat;
	height: 30px;
	width: 101px;
	margin-bottom: 10px;
}

.category p {
	margin-bottom: 25px;
}

.category span.desc {
	margin-top: 5px;
	width: 510px;
}

.enemy img:first-child {
	margin-right: 15px;
	/*border: 1px solid rgba(166,228,254,0.19);*/
}

/*WEAPONS/ENEMIES*/
.tactical, .enemy {
	margin-bottom: 22px;
	margin-left: 25px;
	display: inline-block;
}

.tactical img.badge {
	margin-right: 15px;
}
.tactical img, .enemy img {
	float: left;
	display: inline-block;
}

.tactical .desc, .enemy .desc {
	width: 550px;
	display: inline-block;
	float: left;
}

/*GAME FEATURES*/
#gameFeatures-container #gameFeatures-header {
	background: url(../images/headers/gameFeatures-header.png) no-repeat;
	height: 30px;
	width: 170px;
	margin-bottom: 10px;
}

#gameFeatures-container ul li {
	margin-left: 16px;
	margin-bottom: 15px;
	list-style-type: square;
	list-style-position: outside;
}

#footer-container {
	width: 690px;
	margin-right: auto;
	margin-top: 50px;
	margin-left: auto;
	padding-bottom: 10px;
	border-top: 1px solid #5d2c84;
	padding-top: 9px;
}

#footer-container #facebook-footer {
	display: inline;
}

p#copyright {
	display: inline;
	float: right;
}



/*ANNOUNCEMENT LIST PAGES*/

body#list #main-container {
	min-height: 100%;
}

body#list #header-container {
	min-height: 600px;
	padding-bottom: 60px;
}

body#list #header-content {
	width: 570px;
	display: inline-block;
	position: relative;
	font: 22px/22px 'PTSansBold', Arial, sans-serif;
	margin-top: 390px;
	margin-left: 240px;
	text-align: center;
}

body#list #header-content p {
	margin-bottom: 10px;
}

body#list #header-content a {
	font-size: 15px;
	letter-spacing: -1px;
	position: relative;
	font: 13px/13px 'PTSansCaptionBold', Arial, sans-serif;
}

body#list #footer-container {
	margin-top: -43px;
	height: 30px;
	font: 13px/13px 'PTSansRegular', Arial, sans-serif;
	padding: 10px 1px 1px;
}
