@import url(http://fonts.googleapis.com/css?family=Audiowide);

html, body, canvas {
         width: 100%;
         height: 100%;
         padding: 0;
         margin: 0;
         overflow: hidden;
		 background-color: #000000;
 }
 
 .alert{
	 color:red;
	    font-size:20px;
 }

.dir{
   background-color: #ffffff;
   position: absolute;
   font-family:"Times New Roman";
   font-size:12px;
   font-weight:bold;
   min-width:200px;
   text-align:center;
   right: 55px;
   top: 5px;
   opacity:0.5;
   text-align:center;
 	border:2px solid #888888;
 	border-radius:5px;
	display:none;
}

.mainFont{
	font-family: 'Audiowide', cursive;
   font-size:20px;
   font-weight:bold;
   color:#888888;
}
.mainFontLarge{
	font-family: 'Audiowide', cursive;
   font-size:100px;
   font-weight:bold;
   color:#888888;
}

.mainFontSmallMid{
	font-family: 'Audiowide', cursive;
   font-size:15px;
   font-weight:bold;
   color:#888888;
}

.mainFontSmall{
	font-family: 'Audiowide', cursive;
   font-size:12px;
   font-weight:bold;
   color:#888888;
}

.bottomMiddle{
	position:fixed;
	bottom:5px; 
	left:50%;
	margin-left:-300px;
	padding:5px;
	text-align:center;
}

.bottomRight{
	position:fixed;
	bottom:5px; 
	right:10px;
	padding:1px;
}

.bottomLeft{
	position:fixed;
	bottom:5px; 
	left:10px;
	padding:1px;
}

.topLeft{
	position:fixed;
	top:10px; 
	left:10px;
	padding:1px;
}

.center{
	position:absolute;
	top:50%;
	left:50%;
	text-align:center;
}

.titlecenter{
	position:absolute;
	top:50%;
	left:50%;
    margin-left:-300px;
    margin-top:-200px;
}

#TitleScreen{
	position:absolute;
	width:100%;
	height:100%;
	background-color:#000000;
	text-align:center;
    z-index:5;
	color:white;
}

#deadScreen{
     margin-left:-345px;
	margin-top:-100px;
	color:red;
    display:none;
}
#LevelUp{
	opacity:.0;
}
#gameStart{
	display:none;
}

.topMiddle{
	position:fixed;
	top:10px; 
	left:50%;
	margin-left:-100px;
	padding:1px;
   text-align:center;
}

#lightSpeedReminder{
	position:fixed;
	top:48px; 
	left:50%;
	margin-left:-65px;
	padding:1px;
   text-align:center;
   display: none;
}
.topUnderMiddle{
	position:fixed;
	top:100px; 
	left:50%;
	margin-left:-190px;
	padding:1px;
   text-align:center;
}
#lightSpeedReady{
	position:fixed;
	top:100px; 
	left:50%;
	margin-left:-500px;
	padding:1px;
   text-align:center;
   opacity:.0;
}
.gauge{
    width:200px;
    height:30px;
    	padding:5px;
    opacity:0.5;
  border:2px solid #888888;
  border-radius:5px;
}

.statusGaugeInside{
	background-color:red;
	height:30px;
}

.largeGauge{
    width:600px;
    height:30px;
    padding:5px;
    opacity:0.5;
  	border:2px solid #888888;
 	border-radius:5px;
}

.statusScreen{
    width:800px;
    height:600px;
    padding:5px;
  	opacity:0.8;
  	border:2px solid #888888;
  	border-radius:5px;
	color:#ffffff;
   	background-color: #000000;
  	margin-left:-400px;
	margin-top:-300px;
  	display:none;
}

#pauseScreen{
    margin-left:-210px;
margin-top:-100px;
   display:none;
color:yellow;

}

h2 { 
   position: absolute; 
   top: 0px; 
   left: 0; 
   width: 100%; 
}