@font-face {
	font-family: 'edo';
	src: url('fonts/edo.ttf') format("truetype");
}

@font-face {
	font-family: 'Agency FB';
	src: url('fonts/agency.ttf') format("truetype");
}

html, body {
	margin: 0;
	padding: 0;
	min-width: 960px;
	font-size: 18px;
	position: relative;
	font-family: Agency FB;
}
html {
	background-image: url(img/bg.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
#wrapper {
	position: relative;
	width: 1600px;
	margin: 0 auto;
}
a {
	color: green;
}
h1, h2, h3, h4 {
	margin: 5px 0;
	padding: 2px 0;
}
p {
	margin: 4px 0;
	padding: 0;
}
.clearfix {
	clear: both;
}
.show {
	display: block;
}
.hide {
	display: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.sp-shadow {
	border: 1px solid #FFF;
	border-radius: 7px;
	box-shadow: 0 0 15px rgba(0,0,0, 0.7);
}
.sp-light {
	border: 1px solid #000;
	border-radius: 7px;
	box-shadow: 0 0 15px rgba(255,255,255, 0.7);
}
.ib {
	display: inline-block;
	vertical-align: top;
	margin: 25px 0 0 0;
}
.btn {
	border-radius: 5px;
	padding: 0px 8px;
	border: 1px solid #FFF;
	color: #000;
	background-image: linear-gradient(to bottom, #FFF, #EFEFF1);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	outline: 0;
}
.btn:hover {
	background-image: linear-gradient(to bottom, #EFEFF1, #FFF);
	box-shadow: 0px 0px 15px rgba(0, 225, 225, 1);
}
.bold {
	font-weight: 700;
}
.red {
	color: #FF0000;
}
.green {
	color: #00FF00;
}
.purple {
	color: #DC45C8;
}
.blue {
	color: #00AADD;
}
.azul {
	color: #00E1E1;
}
.gold {
	color: #D7A500;
}
#background {
	z-index: -3;
	/*background: url(img/space1.jpg) no-repeat;*/
}
.title {
	display: block;
	color: white;
	padding: 25px;
	margin: 0;
	background: url(img/header.png) no-repeat center center;
	border: 1px solid #FFF;
}
.interface {
	background-color: rgba(0,0,0,0.8);
	color: white;
	width: 210px;
	height: 700px;
	padding: 10px;
	overflow: hidden;
}
.interface h2 {
	margin: 0;
	padding: 2px 5px;
	text-align: center;
	border-bottom: 1px solid #FFFFFF;
}
.interface .btn {
	margin: 5px auto;
}
#fade {
	position: fixed;
	z-index: 10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.7);
}
#information {
	position: fixed;
	background-color: rgba(255,255,255,0.9);
	color: white;
	width: 1024px;
	max-width: 95%;
	height: 640px;
	max-height: 95%;
	left: 50%;
	top: 50%;
	margin: -320px 0 0 -512px;
	overflow: auto;
}

#information .container {
	padding: 25px;
}
#information .container .columns {
	/*color: #000000;*/
	background-color: #000000;
	padding: 8px;
}
#patch {
	width: 100%;
}
#controls {
	width: 100%;
}
#highscore {
	text-align: center;
}
#weaponIcon img {
	display: inline-block;
	margin: 1px;
	border: 2px solid black;
	border-radius: 5px;
	width: 25px;
	height: 25px;
	cursor: pointer;
}
#weaponIcon img.active {
	border-color: #FF0000;
}
#status {
	position: absolute;
	z-index: 3;
	left: 565px;
	top: 445px;
	border-radius: 15px;
	box-shadow: 0 0 20px #000;
	background-color: white;
	width: 200px;
	height: 100px;
	opacity: 0;
}
#status span {
	display: block;
	text-align: center;
	color: black;
	font-size: 30px;
	height: 30px;
	line-height: 30px;
	padding: 20px 0;
}
.upBar {
	position: relative;
	width: 100%;
	height: 12px;
	background-color: #fff;
	border-radius: 5px;
}
.bar {
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
	border-radius: 5px;
	position: relative;
	width: 0%;
	height: 100%;
}
#shieldBar .bar {
	background-color: #00E1E1;
}
#healthBar .bar {
	background-color: #00FF00;
}
