@charset "UTF-8";
/* Up & Above */

a{
	color:#FFFFFF;
	text-decoration:none;
	border-bottom:dotted #CCC 1px;
	
	
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

a:visited{
	color:#999999;
	border-bottom:dotted #999 1px;
	
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

a:hover{
	color:#FFFFFF;
	border-bottom:solid #CCC 1px;
		
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

a img{
	border:none;
}

hr{
	width:50%;
	margin:auto;
	border:none;
	border-bottom:1px dotted #CCC;
}

body{
	color:#CCCCCC;
	background-color:#333333; 
	background-image:url(images/noise.png);
	
	/*width:1200px;*/
	width:1137px;
	margin: 40px auto;
}

#header{
	margin:auto;
}

#header h1{
	display:none;
}

#header img{
	display:block;
	margin:auto;
}

#content{
	margin:50px auto;
}

#game-window{
	width:1137px;
	/*height:640px;*/
	margin:auto;
	/*border:1px solid #ccc;*/
	
}

#navigation{
	text-align:center;
	margin: 40px auto 0 auto;
	width: 100%; 
    text-align: center; 
}

#navigation ul{
}

#navigation ul li{
	display:inline;
	list-style:none;
	margin-right:20px;
}

#footer{
text-align:center;
clear:both;
}

/* Count Down Timer */
#countdown_dashboard {
	height: 120px;
	width:650px;
	margin:50px auto 15px auto;
}

.dash {
	width: 110px;
	height: 114px;
	background: transparent url('./images/dash.png') 0 0 no-repeat;
	float: left;
	margin: 0 10px 0 10px;
	position: relative;
}

.dash .digit {
	font-size: 55pt;
	font-weight: bold;
	float: left;
	width: 55px;
	text-align:center;
	font-family: Times;
	color: #555;
	position: relative;
}

.dash_title {
	position: absolute;
	display: block;
	width:100%;
	bottom: 5px;
	text-align:center;
	font-size: 9pt;
	color: #555;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.dev_comment {
	font-size: 14pt;
	color: #777;
	text-align: center;
	font-style: italic;
	margin: 40px auto 0 auto;
}
/* End Timer */

/* Gallery */
#demo, #gallery, #galleria{
	text-align: center;
	}
.galleria-container{
	margin: auto;
	}

/* hilariously bad CSS controls! */
.clear{
	clear:both;
}
.floatl{
	float:left;
	}
	
.floatr{
	float:right;
	}
	
.description{
float:left;
clear:right;
}

#controls{
	color:#666;
	border-color:#666;
	font-family: 'Helvetica Neue', Helvetica, Sans-serif;
	width:650px;
	margin:50px auto;
}
 #controls ul{
  list-style:none;
  text-align:left;
 }

.key{
	display:inline-block;
	width:28px;
	height:28px;
	margin:1px;
	font-size:20px;
	border: 2px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#keyboard{
	width:112px;
	height:100px;
	float:left;
	text-align:center;
}
#key-top{
	width:40px;
	margin:auto;
}
#key-bottom{
}

#mouse{
	float:left;
	clear:left;
	width:60px;
	height:100px;
	font-size:16px;
		font-family: 'Helvetica Neue', Helvetica, Sans-serif;
	text-align:center;
	text-transform:uppercase;
	border: 2px solid;
	-webkit-border-radius: 40px 40px 40px 40px / 20px 20px 45px 45px;
	-moz-border-radius: 40px 40px 40px 40px / 20px 20px 45px 45px;
	border-radius:  40px 40px 40px 40px / 20px 20px 45px 45px;
}

#mouse-buttons{
	width:60px;
	height:40px;
	border-bottom:2px solid;
}

.rbutton, .lbutton{
	display:block;
	width:28px;
	height:20px;
	padding-top:10px;
	padding-bottom:10px;
	float:left;
}

.lbutton{
	border-right: 2px solid;
}