
/* Webio-Bot cursors */

a:hover		{
		color: rgb(5,10,15);
		}

body		{
		background-color: #000000;
		}

	.aim {cursor: url(aimbot.png), text;}

	.home {cursor: url(../../nav/go.png), text;}

	.hit {cursor: url(zapbot.png), text;}

	.zapped {cursor: url(zappedbot.png), text;}

#navtop		{
		background-color: #000000;
		}


p		{ /* Used for intro */
		font-size: 12px; 
		line-height: 14px; 
		font-family: Verdana, Geneva, sans-serif; 
		text-indent: 0;
		text-align: center;
		margin-top: 9px;
		color: #888888;
		}

.header		{ /* Used for intro */
		font-size: 20px; 
		line-height: 24px; 
		font-family: Verdana, Geneva, sans-serif; 
		font-weight: bold; 
		text-indent: 0;
		text-align: center;
		color: #CCCCCC;
		}



/* webkit */

/* bar moves */	

			@-webkit-keyframes movedown {
			0% {top: 130px; opacity: 0;}
			10% {opacity: 1;}
			90% {opacity: 1;}
			100% {top: 780px; opacity: 0;}
			}
		
			@-webkit-keyframes movehoriz {
			0% {left: 130px;}
			50% {left: 20px;}
			100% {left: 130px;}
			}
		
			#alienbar {-webkit-animation: movedown 5s linear 0s infinite normal,
			movehoriz 2.5s ease-in-out 0s infinite normal;}

			#etbar {-webkit-animation: movedown 5s linear 1s infinite normal,
			movehoriz 2.25s ease-in-out 0s infinite normal;}

			#zogbar {-webkit-animation: movedown 5s linear 2s infinite normal,
			movehoriz 2s ease-in-out 0s infinite normal;}

			#shwabar {-webkit-animation: movedown 5s linear 3s infinite normal,
			movehoriz 1.75s ease-in-out 0s infinite normal;}

			#brainbar {-webkit-animation: movedown 5s linear 4s infinite normal,
			movehoriz 1.5s ease-in-out 0s infinite normal;}


/* timewarp */	

			@-webkit-keyframes movewarp {
			0% {left: 107px; top: 170px;}
			100% {left: 107px; top: 170px;}
			}
		
			#warpbox {-webkit-animation: movewarp 1s linear 0s infinite normal;}

			@-webkit-keyframes target {
			0% {visibility: hidden;}
			75% {visibility: hidden;}
			80% {visibility: visible;}
			95% {visibility: visible;}
			100% {visibility: hidden;}
			}
		
			#warpbox {-webkit-animation: movewarp 1s linear 0s infinite normal;}
			#target {-webkit-animation: target 11s linear 0s infinite normal;}


/* forcefield */	

			@-webkit-keyframes movefield {
			0% {left: 30px; top: 180px;}
			10% {left: 480px; top: 180px;}
			20% {left: 480px; top: 480px;}
			30% {left: 30px; top: 180px;}
			40% {left: 30px; top: 480px;}
			50% {left: 480px; top: 180px;}
			60% {left: 480px; top: 480px;}
			70% {left: 30px; top: 180px;}
			80% {left: 30px; top: 480px;}
			90% {left: 480px; top: 180px;}
			100% {left: 30px; top: 180px;}
			}

			@-webkit-keyframes fades {
			0% {opacity: .2;}
			50% {opacity: 1;}
			100% {opacity: .2;}
			}
		
			#forcefield {-webkit-animation: movefield 21s linear 0s infinite normal,
			fades 1s linear 0s infinite normal;}

/* mother */	

			@-webkit-keyframes movemother {
			0% {left: 550px; top: 200px;}
			10% {left: 50px; top: 200px;}
			20% {left: 450px; top: 400px;}
			30% {left: 100px; top: 500px;}
			40% {left: 550px; top: 200px;}
			50% {left: 300px; top: 600px;}
			60% {left: 50px; top: 300px;}
			70% {left: 450px; top: 200px;}
			80% {left: 100px; top: 400px;}
			90% {left: 350px; top: 500px;}
			100% {left: 550px; top: 200px;}
			}
		
			#motherbox {-webkit-animation: movemother 15s ease-in-out 0s infinite normal;}

/* all */	

			@-webkit-keyframes fadeall {
			0% {opacity: 1;}
			100% {opacity: 0;}
			}

			@-webkit-keyframes hideall {
			0% {visibility: hidden;}
			100% {visibility: hidden;}
			}
		
			#all {-webkit-animation: fadeall 3s linear 0s 1 normal,
			hideall 1s linear 3s infinite normal;}

/* moz */	

			@-moz-keyframes movedown {
			0% {top: 130px; opacity: 0;}
			10% {opacity: 1;}
			90% {opacity: 1;}
			100% {top: 780px; opacity: 0;}
			}
		
			@-moz-keyframes movehoriz {
			0% {left: 130px;}
			50% {left: 20px;}
			100% {left: 130px;}
			}
		
			#alienbar {-moz-animation: movedown 5s linear 0s infinite normal,
			movehoriz 2.5s ease-in-out 0s infinite normal;}

			#etbar {-moz-animation: movedown 5s linear 1s infinite normal,
			movehoriz 2.25s ease-in-out 0s infinite normal;}

			#zogbar {-moz-animation: movedown 5s linear 2s infinite normal,
			movehoriz 2s ease-in-out 0s infinite normal;}

			#shwabar {-moz-animation: movedown 5s linear 3s infinite normal,
			movehoriz 1.75s ease-in-out 0s infinite normal;}

			#brainbar {-moz-animation: movedown 5s linear 4s infinite normal,
			movehoriz 1.5s ease-in-out 0s infinite normal;}


/* timewarp */	

			@-moz-keyframes movewarp {
			0% {left: 107px; top: 170px;}
			100% {left: 107px; top: 170px;}
			}
		
			#warpbox {-moz-animation: movewarp 1s linear 0s infinite normal;}

			@-moz-keyframes target {
			0% {visibility: hidden;}
			75% {visibility: hidden;}
			80% {visibility: visible;}
			95% {visibility: visible;}
			100% {visibility: hidden;}
			}
		
			#warpbox {-moz-animation: movewarp 1s linear 0s infinite normal;}
			#target {-moz-animation: target 11s linear 0s infinite normal;}


/* forcefield */	

			@-moz-keyframes movefield {
			0% {left: 30px; top: 180px;}
			10% {left: 480px; top: 180px;}
			20% {left: 480px; top: 480px;}
			30% {left: 30px; top: 180px;}
			40% {left: 30px; top: 480px;}
			50% {left: 480px; top: 180px;}
			60% {left: 480px; top: 480px;}
			70% {left: 30px; top: 180px;}
			80% {left: 30px; top: 480px;}
			90% {left: 480px; top: 180px;}
			100% {left: 30px; top: 180px;}
			}

			@-moz-keyframes fades {
			0% {opacity: .2;}
			50% {opacity: 1;}
			100% {opacity: .2;}
			}
		
			#forcefield {-moz-animation: movefield 21s linear 0s infinite normal,
			fades 1s linear 0s infinite normal;}

/* mother */	

			@-moz-keyframes movemother {
			0% {left: 550px; top: 200px;}
			10% {left: 50px; top: 200px;}
			20% {left: 450px; top: 400px;}
			30% {left: 100px; top: 500px;}
			40% {left: 550px; top: 200px;}
			50% {left: 300px; top: 600px;}
			60% {left: 50px; top: 300px;}
			70% {left: 450px; top: 200px;}
			80% {left: 100px; top: 400px;}
			90% {left: 350px; top: 500px;}
			100% {left: 550px; top: 200px;}
			}
		
			#motherbox {-moz-animation: movemother 15s ease-in-out 0s infinite normal;}

/* all */	

			@-moz-keyframes fadeall {
			0% {opacity: 1;}
			100% {opacity: 0;}
			}

			@-moz-keyframes hideall {
			0% {visibility: hidden;}
			100% {visibility: hidden;}
			}
		
			#all {-moz-animation: fadeall 3s linear 0s 1 normal,
			hideall 1s linear 3s infinite normal;}

/* ms */	

			@-ms-keyframes movedown {
			0% {top: 130px; opacity: 0;}
			10% {opacity: 1;}
			90% {opacity: 1;}
			100% {top: 780px; opacity: 0;}
			}
		
			@-ms-keyframes movehoriz {
			0% {left: 130px;}
			50% {left: 20px;}
			100% {left: 130px;}
			}
		
			#alienbar {-ms-animation: movedown 5s linear 0s infinite normal,
			movehoriz 2.5s ease-in-out 0s infinite normal;}

			#etbar {-ms-animation: movedown 5s linear 1s infinite normal,
			movehoriz 2.25s ease-in-out 0s infinite normal;}

			#zogbar {-ms-animation: movedown 5s linear 2s infinite normal,
			movehoriz 2s ease-in-out 0s infinite normal;}

			#shwabar {-ms-animation: movedown 5s linear 3s infinite normal,
			movehoriz 1.75s ease-in-out 0s infinite normal;}

			#brainbar {-ms-animation: movedown 5s linear 4s infinite normal,
			movehoriz 1.5s ease-in-out 0s infinite normal;}


/* timewarp */	

			@-ms-keyframes movewarp {
			0% {left: 107px; top: 170px;}
			100% {left: 107px; top: 170px;}
			}
		
			#warpbox {-ms-animation: movewarp 1s linear 0s infinite normal;}

			@-ms-keyframes target {
			0% {visibility: hidden;}
			75% {visibility: hidden;}
			80% {visibility: visible;}
			95% {visibility: visible;}
			100% {visibility: hidden;}
			}
		
			#warpbox {-ms-animation: movewarp 1s linear 0s infinite normal;}
			#target {-ms-animation: target 11s linear 0s infinite normal;}


/* forcefield */	

			@-ms-keyframes movefield {
			0% {left: 30px; top: 180px;}
			10% {left: 480px; top: 180px;}
			20% {left: 480px; top: 480px;}
			30% {left: 30px; top: 180px;}
			40% {left: 30px; top: 480px;}
			50% {left: 480px; top: 180px;}
			60% {left: 480px; top: 480px;}
			70% {left: 30px; top: 180px;}
			80% {left: 30px; top: 480px;}
			90% {left: 480px; top: 180px;}
			100% {left: 30px; top: 180px;}
			}

			@-ms-keyframes fades {
			0% {opacity: .2;}
			50% {opacity: 1;}
			100% {opacity: .2;}
			}
		
			#forcefield {-ms-animation: movefield 21s linear 0s infinite normal,
			fades 1s linear 0s infinite normal;}

/* mother */	

			@-ms-keyframes movemother {
			0% {left: 550px; top: 200px;}
			10% {left: 50px; top: 200px;}
			20% {left: 450px; top: 400px;}
			30% {left: 100px; top: 500px;}
			40% {left: 550px; top: 200px;}
			50% {left: 300px; top: 600px;}
			60% {left: 50px; top: 300px;}
			70% {left: 450px; top: 200px;}
			80% {left: 100px; top: 400px;}
			90% {left: 350px; top: 500px;}
			100% {left: 550px; top: 200px;}
			}
		
			#motherbox {-ms-animation: movemother 15s ease-in-out 0s infinite normal;}

/* all */	

			@-ms-keyframes fadeall {
			0% {opacity: 1;}
			100% {opacity: 0;}
			}

			@-ms-keyframes hideall {
			0% {visibility: hidden;}
			100% {visibility: hidden;}
			}
		
			#all {-ms-animation: fadeall 3s linear 0s 1 normal,
			hideall 1s linear 3s infinite normal;}




