
/* 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: 135px;}
			50% {left: 15px;}
			100% {left: 135px;}
			}
		
			#alienbar {-webkit-animation: movedown 4s linear 0s infinite normal,
			movehoriz 2.5s ease-in-out 0s infinite normal;}

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

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

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

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

/* wormhole */	

			@-webkit-keyframes spin {
			0% {-webkit-transform: rotate(0deg);}
			100% {-webkit-transform: rotate(360deg);}
			}

			#wormhole {-webkit-animation: spin 1s linear 0s infinite normal;}

			@-webkit-keyframes movewormbox {
			0% {left: 158px; top: 250px;}
			100% {left: 158px; top: 250px;}
			}
		
			#wormbox {-webkit-animation: movewormbox 1s linear 0s infinite normal;}

			@-webkit-keyframes target {
			0% {visibility: hidden;}
			75% {visibility: hidden;}
			80% {visibility: visible;}
			95% {visibility: visible;}
			100% {visibility: hidden;}
			}

			#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 18s 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 1s linear 0s 1 normal,
			hideall 1s linear 1s infinite normal;}

/* game over */	

			@-webkit-keyframes moveover {
			0% {left: 283px; top: -500px;}
			50% {left: 283px; top: -500px;}
			100% {left: 283px; top: 430px;}
			}
			@-webkit-keyframes holdover {
			0% {left: 283px; top: 430px;}
			100% {left: 283px; top: 430px;}
			}
		
			#over {-webkit-animation: moveover 4s ease-in-out 0s 1 normal,
			holdover 1s ease-in-out 4s 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: 135px;}
			50% {left: 15px;}
			100% {left: 135px;}
			}
		
			#alienbar {-moz-animation: movedown 4s linear 0s infinite normal,
			movehoriz 2.5s ease-in-out 0s infinite normal;}

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

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

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

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

/* wormhole */	

			@-moz-keyframes spin {
			0% {-moz-transform: rotate(0deg);}
			100% {-moz-transform: rotate(360deg);}
			}

			#wormhole {-moz-animation: spin 1s linear 0s infinite normal;}

			@-moz-keyframes movewormbox {
			0% {left: 158px; top: 250px;}
			100% {left: 158px; top: 250px;}
			}
		
			#wormbox {-moz-animation: movewormbox 1s linear 0s infinite normal;}

			@-moz-keyframes target {
			0% {visibility: hidden;}
			75% {visibility: hidden;}
			80% {visibility: visible;}
			95% {visibility: visible;}
			100% {visibility: hidden;}
			}

			#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 18s 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 1s linear 0s 1 normal,
			hideall 1s linear 1s infinite normal;}

/* game over */	

			@-moz-keyframes moveover {
			0% {left: 283px; top: -500px;}
			50% {left: 283px; top: -500px;}
			100% {left: 283px; top: 430px;}
			}
			@-moz-keyframes holdover {
			0% {left: 283px; top: 430px;}
			100% {left: 283px; top: 430px;}
			}
		
			#over {-moz-animation: moveover 4s ease-in-out 0s 1 normal,
			holdover 1s ease-in-out 4s 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: 135px;}
			50% {left: 15px;}
			100% {left: 135px;}
			}
		
			#alienbar {-ms-animation: movedown 4s linear 0s infinite normal,
			movehoriz 2.5s ease-in-out 0s infinite normal;}

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

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

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

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

/* wormhole */	

			@-ms-keyframes spin {
			0% {-ms-transform: rotate(0deg);}
			100% {-ms-transform: rotate(360deg);}
			}

			#wormhole {-ms-animation: spin 1s linear 0s infinite normal;}

			@-ms-keyframes movewormbox {
			0% {left: 158px; top: 250px;}
			100% {left: 158px; top: 250px;}
			}
		
			#wormbox {-ms-animation: movewormbox 1s linear 0s infinite normal;}

			@-ms-keyframes target {
			0% {visibility: hidden;}
			75% {visibility: hidden;}
			80% {visibility: visible;}
			95% {visibility: visible;}
			100% {visibility: hidden;}
			}

			#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 18s 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 1s linear 0s 1 normal,
			hideall 1s linear 1s infinite normal;}

/* game over */	

			@-ms-keyframes moveover {
			0% {left: 283px; top: -500px;}
			50% {left: 283px; top: -500px;}
			100% {left: 283px; top: 430px;}
			}
			@-ms-keyframes holdover {
			0% {left: 283px; top: 430px;}
			100% {left: 283px; top: 430px;}
			}
		
			#over {-ms-animation: moveover 4s ease-in-out 0s 1 normal,
			holdover 1s ease-in-out 4s infinite normal;}



