/* 
    Author     : Insomniak
*/
@font-face{
	font-family: 'Video Terminal Screen';
	src:url(VTSR.ttf);
}

a img{
	text-decoration:none;
	border:none;
}
a img:hover{
	margin-top:-1px;
}

a{
	text-decoration:none;
	color:#b0b;
	border:none;
}
a:hover{
	color:#000;
	text-shadow: 0 0 10px #FFF;
}

h1{
	color:#ddd;
	margin:10px 5px;
	font-size:33px;
}

h1.game img{
	height:100px;
	border-radius:20px;
	float:right;
	margin-top:-20px;
}

h1.game{
	font-size: 45px;
	color:#FFF;
	padding-top:20px;
	text-shadow: 0 0 5px #000;
}

h2{
	color:#a0a;
	margin:0;
	font-size:18px;
	display:inline-block;
	text-shadow: 0 0 2px #a0a;
	font-weight:normal;
}

body { 
    background:#000;
	font-family: "Video Terminal Screen";
	font-size: 16px;
	/*-webkit-perspective: 2000; */
}

#header{
	width:970px;
	height:120px;
	background:rgba(0,0,0,0.7);
	border-radius:0px;
	margin-top:0px;
	box-shadow: -1px 2px 5px #000;
}


@-webkit-keyframes myfirst /* Safari and Chrome */
{
0%   {-webkit-transform:rotateY(0deg);}
50%  {-webkit-transform:rotateY(20deg);}
100% {-webkit-transform:rotateY(0deg);}
}

.center{
	background:rgba(0,0,0,0.7);
	margin-top:0px;
	box-shadow: 0 0 5px #555;
}

#footer-game-links{
	font-size:25px;
}
#game-links{
	text-shadow: 0px 0px 2px #FFF;
	display:block;
	font-size:25px;
	margin:0 auto;
	width:720px;
	text-align:center;
	padding: 10px 0 10px 0;
	background: rgba(120,120,120,0.5);
}

@-webkit-keyframes logo /* Safari and Chrome */
{
0%   {-webkit-transform: rotateZ(0deg) scale3d(1,1,1);}
30% {-webkit-transform: rotateZ(-720deg) scale3d(0,0,0);}
70% {-webkit-transform: rotateZ(0deg) scale3d(1,1,1);}
}

#intro{
	text-shadow: 0px 0px 2px #FFF;
	position:absolute;
	width:738px;
	height:160px;
	text-align:center;
	color:#FFF;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	display:none;
}
#intro:hover{
	-webkit-animation: myfirst 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
}

strong{
	color:#b0b;
	font-weight:normal;
}

.block{
	width:900px;
	margin:30px auto;
	height:auto;
	display:block;
	color:#FFF;
	/*text-shadow: 0 0 2px #999;*/
	padding:15px;
}

footer{
	font-size:18px;
	position:relative;
	bottom:0;
	background:rgba(0,0,0,0.7);
	height:auto;
	padding:50px;
	display:block;
	color:#fff;
	text-align:center;
	text-shadow: 0px 0px 2px #FFF;
}

footer span{
	font-family:Arial;
}

canvas{
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	cursor:none;
}

#content{
	/*-webkit-animation: myfirst 10s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;*/
	background:rgba(50,50,50,0.5);
	display:block;
	width:1000px;
	margin:-10px auto 0;
	border-left:1px solid rgb(0,0,0);
	border-right:1px solid rgb(0,0,0);
	z-index:1000;
	/*box-shadow: 0 5px 10px #550055;*/
}





#logo{
	margin-top:20px;
	height:85px;
	display:inline-block;
	float:left;
}

#menu{
	background:rgb(10,10,10);
	margin-top:53px;
	display:inline-block;
	border-radius:10px;
	padding:0;
	overflow:hidden;
	float:right;
	margin-right:20px;
	box-shadow:0 0 10px #FFF;
}
iframe{
	min-height:200px;
}
#menu *{display:inline-block;}
#menu a:hover, #menu a.selected{
	/*background:rgb(50,0,50);*/
	text-shadow: 0px 0px 5px #FFF,0px 0px 5px #FFF;
	color:rgb(50,50,50);
}

#menu a{
	text-shadow: 0px 0px 5px rgb(150,0,150),0px 0px 5px rgb(150,0,150);
	text-align:center;
	width:80px;
	font-size:25px;
	text-decoration:none;
	color:#FFF;
	padding:5px 20px;
	/*border-left:2px solid #fff;
	border-right:2px solid #fff;*/
}
ul, li{
	margin:0;
	padding:0;
}



.getit{
	padding:10px;
	background:#333;
	background: #595959; /* Old browsers */
	background: -moz-linear-gradient(top,  #595959 0%, #131313 32%, #4c4c4c 97%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#595959), color-stop(32%,#131313), color-stop(97%,#4c4c4c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #595959 0%,#131313 32%,#4c4c4c 97%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #595959 0%,#131313 32%,#4c4c4c 97%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #595959 0%,#131313 32%,#4c4c4c 97%); /* IE10+ */
	background: linear-gradient(to bottom,  #595959 0%,#131313 32%,#4c4c4c 97%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595959', endColorstr='#4c4c4c',GradientType=0 ); /* IE6-9 */
	color:#FFF;
	border-radius: 10px;
	/*box-shadow:0 0 5px #000;*/
	border:3px solid #888;
	font-size:17px;
}

.links{
	float:left;
}

.leftico{
	float:right;
	margin-left:15px;
}