/*
Theme Name: aeiowu LLC
Description: A CSS Document. What else?
Version: 3.0
Author: Greg Wohlwend
Author URI: http://aeiowu.com

License: Do whatever you want.
*/


body
{
	margin: 0 auto;
	
	font-size: 62.5%;
	font-family: "museo-sans-rounded", helvetica, arial, sans-serif;
	font-style: normal;
	font-weight: 800;
	
	background-color: #f2f7ff;
	
	z-index: 1;
}

#wrapper
{
	position: absolute;
	margin: 0 auto;
	width: 100%;
	
	color: #662658;
	background: #f2f7ff url('images/bg_sky.svg') repeat-x;
	background-position: center top;
	
	overflow-x: hidden;
}

p
{
	font-family: "Lucida Grande", helvetica, arial, sans-serif;
	font-weight: normal;
	letter-spacing: 0.0em;
	font-size: 1.6em;
	line-height: 1.6em;
}

pre
{
	width: 400px;
	font-size: 2em;
	padding: 20px;
	margin: 10px 0 0 0;
	word-wrap: break-word;
	background: white;
	overflow: scroll;
}

small
{
	font-weight: 400;
	font-size: 1.2em;
}

a
{
	color: #ff338f;
	text-decoration: none;
	cursor: pointer;
}

a:visited
{
	color: #ff338f;
}

a:hover
{
	color: black;
}

.clear
{
	position: relative;
	clear: both;
}

h2, h3, h4
{
	clear: none;
	font-size: 3.8em;
	font-weight: 800;
	
	margin: 0;
	padding: 0;
}

h3
{
	clear: none;
	font-size: 2.2em;
}

h4
{
	clear: none;
	font-size: 1.8em;
}

.cloudNew1, .cloudNew2
{
	position: absolute;
	z-index: 5;
}

	.cloudNew1
	{
		left: -250px;
		top: 420px;
		
		width: 150px;
		height: 50px;
		background: transparent url('images/cloudNew_1.svg') no-repeat;
		
  		animation: cloudmove 120s linear -20s infinite;
  		-webkit-animation: cloudmove 120s linear -20s infinite;
		-moz-animation: cloudmove 120s linear -20s infinite;
		-o-animation: cloudmove 120s linear -20s infinite;
  		
  		opacity: 0.2;
	}

	.cloudNew2
	{
		left: -650px;
		top: 220px;
		
		width: 300px;
		height: 100px;
		background: transparent url('images/cloudNew_2.svg') no-repeat;
		
  		animation: cloudmove 80s linear -60s infinite;
  		-webkit-animation: cloudmove 80s linear -60s infinite;
		-moz-animation: cloudmove 80s linear -60s infinite;
		-o-animation: cloudmove 80s linear -60s infinite;
  		
  		opacity: 0.3;
	}

#logo
{
	position: absolute;
	margin: 20px auto 0 auto;
	clear: none;
	left: 50%;
	margin-left: -480px;
	
	width: 960px;
	height: 560px;
	
	background-color: transparent;
	background-size: 960px 280px;
	background-image: url('images/logoTransparent2x.png');
	background-repeat: no-repeat;
/*     background-blend-mode: screen; */
	
	z-index: 10;
}

#vine
{
	position: absolute;
	width: 100%;
	top: 680px;
	
	text-align: center;
	background: transparent url('images/bg_mountainBot.svg') repeat-x;
	
	z-index: 50;
}

#bar
{
	width: 104%;
	height: 120px;
	position: absolute;
	top: 5px;
	left: -2%;
	clear: none;
	
	background: transparent url('images/bar2x.svg') repeat-x;
	
	animation: barTilt 1s ease-in-out 0s infinite alternate;
	-webkit-animation: barTilt 1s ease-in-out 0s infinite alternate;
	-moz-animation: barTilt 1s ease-in-out 0s infinite alternate;
	-o-animation: barTilt 1s ease-in-out 0s infinite alternate;
}

#seed
{
	margin: 0 auto;
	width: 80px;
	height: 80px;
	
	clear: none;
	
	background: transparent url('images/seed2x.svg');
	animation: seedRoll 1s ease-in-out 0s infinite alternate;
	-webkit-animation: seedRoll 1s ease-in-out 0s infinite alternate;
	-moz-animation: seedRoll 1s ease-in-out 0s infinite alternate;
	-o-animation: seedRoll 1s ease-in-out 0s infinite alternate;
}

	#seedSprite
	{
		width: 40px;
		height: 40px;
		
		background: transparent url('images/seedSheet.svg');
		
		animation: seedBlink 2s steps(25) infinite;
		-webkit-animation: seedBlink 2s steps(25) infinite;
		-moz-animation: seedBlink 2s steps(25) infinite;
		-o-animation: seedBlink 2s steps(25) infinite;
	}

.smallZ, .mediumZ, .bigZ
{
	position: absolute;
	left: 51%;
	clear: none;
	
	z-index: 60;
}

.smallZ
{
	font-size: 1em;
	animation: moveZees 4s ease-out 0s infinite;
	-webkit-animation: moveZees 4s ease-out 0s infinite;
	-moz-animation: moveZees 4s ease-out 0s infinite;
	-o-animation: moveZees 4s ease-out 0s infinite;
}

.mediumZ
{
	font-size: 2em;
	animation: moveZees 4s ease-out -0.33s infinite;
	-webkit-animation: moveZees 4s ease-out -.33s infinite;
	-moz-animation: moveZees 4s ease-out -.33s infinite;
	-o-animation: moveZees 4s ease-out -.33s infinite;
}

.bigZ
{
	font-size: 3em;
	animation: moveZees 4s ease-out -.66s infinite;
	-webkit-animation: moveZees 4s ease-out -.66s infinite;
	-moz-animation: moveZees 4s ease-out -.66s infinite;
	-o-animation: moveZees 4s ease-out -.66s infinite;
}

#mountain
{
	position: relative;
	margin: 0 auto;
	clear: none;
	
	height: 800px;
	
	background: transparent url('images/bg_mtn.svg') repeat-x;
	background-position: center top;
	
	z-index: 20;
}

#holes
{
	position: relative;
	margin: 0 auto;
	height: 1500px;
	
	background: transparent url('images/bg_holes.svg') repeat-x;
	background-position: center top;
	
	z-index: 30;
}

.content
{
	position: relative;
	margin: 0 auto;
	margin-top: 100px;
}

#trailer
{
	position: relative;
	margin: 0 auto;
	margin-top: 150px;
	text-align: center;
	
	z-index: 500;
}
	
	#embeddedVideo
	{
		box-shadow: 0px 10px 25px 5px rgba(0,0,0,0.5);
		max-width: 1280px;
		max-height: 720px;
		
		width: 960px;
		height: 540px;
		
		min-width: 640px;
		min-height: 360px;
	}
	
#logoLine
{
	width: 640px;
	position: relative;
	margin: 20px auto;
	text-align: center;
}
	.logo
	{
		display: inline;
		clear: none;
		padding-left: 20px;
		margin: 20px auto;
		opacity: 0.5;
	}
	
	a .logo:hover
	{
		opacity: 1.0;
	}

#signup
{
	position: relative;
	margin: 80px auto;
	width: 640px;
	
	z-index: 70;
}

#signupForm
{
	margin: 0 auto;
	margin-left: 135px;
}

	#signupText
	{
		position: relative;
		clear: none;
		float: left;
		
		width: 280px;
		height: 50px;
		
		background: transparent url('images/listForm_txtboxSprite.svg') 0 0 repeat-x;
		
		font-size: 3em;
		text-align: right;
		color: #662658;
		padding: 0px 15px 0 0;
		
		font-family: "museo-sans-rounded", helvetica, arial, sans-serif;
		font-style: normal;
		font-weight: 700;
		
		outline: 0;
		border: 0;
	}
	
		#signupText:hover
		{
			background: transparent url('images/listForm_txtboxSprite.svg') 280px 0 repeat-x;
		}
		
		input::-webkit-input-placeholder
		{
			color: #d9c9d5;
		}
	
	textarea:focus, input:focus., *:focus
	{
		outline: 0;
		border: 0;
		
		color: #d9c9d5;
	}
	
	#signupButton
	{	
		width: 90px;
		height: 40px;
		
		margin-top: 5px;
		padding: 1px 6px 3px;
		
		background: transparent url('images/listForm_submitSprite.svg') 0 0 repeat-x;
		
		font-size: 3em;
		color: white;
		font-family: "museo-sans-rounded", "museo-sans-rounded", helvetica, arial, sans-serif;
		font-style: normal;
		font-weight: 700;
		
		cursor: pointer;
		
		outline: 0;
		border: 0;
	}
	
		#signupButton:hover
		{
			background: transparent url('images/listForm_submitSprite.svg') 180px 0 repeat-x;
			color: #ffffff;
		}
		
		#signupButton:active
		{
			background: transparent url('images/listForm_submitSprite.svg') 90px 0 repeat-x;
			color: #662658;
		}

#beta
{
	position: relative;
	margin: 0 auto;
	text-align: center;
}

#news
{
	color: #662658;
	position: relative;
	margin: 100px auto 0 auto;
	text-align: center;
}

	#contestTitle
	{
		margin: 50px auto 0 auto;
		height: 170px;
		width: 680px;
		background: url('images/title_challenge.svg') no-repeat;
		background-position: center top;
		
		z-index: 100;
		opacity: 0.9;
	}
	
	.contestSubHead
	{
		color: white;
		text-align: center;
		margin: -35px auto 0 auto;
		width: 600px;
		
		z-index: 100;
		opacity: 1.0;
	}
	
	#blankCheckTS
	{
		position: relative;
		clear: both;
		height: 400px;
		width: 800px;
		
		margin: -25px auto 0 auto;
		background: url('images/blankCheckTS.svg') no-repeat;
		background-position: center top;
		
		z-index: 10;
		opacity: 0.7;
	}
	
	#contestTitle:hover, .contestSubHead:hover, #blankCheckTS:hover
	{
		opacity: 1.0;
	}

#description
{
	position: relative;
	margin: 100px auto 0 auto;
	text-align: left;
	width: 640px;
}

	#description p
	{
		font-size: 1.8em;
		line-height: 1.6em;
		font-weight: 200;
	}
	
	.loopingVideo
	{
		margin-top: 60px;
	}
	
	.screenshot
	{
		position: relative;
		display: block;
		width: 640px;
		margin-top: 40px;
	}
	
#footer
{
	position: relative;
	clear: both;
	margin: 100px auto 50px auto;
	
	min-width: 500px;
	padding-right: 50px;
	
	text-align: right;
	
	z-index: 70;
}

/* PRESSKIT */

small
{
	padding-top: 5px;
	
}

#presskitWrapper
{
	margin: 50px;
}

#presskitSection
{
	margin: 20px;
}

.presskitAsset
{
	clear: none;
	float: left;
	position: relative;
	padding: 20px;
	display: block;
	margin-top: 20px;
}

.presskitThumb
{
	width: 480px;
}

	.presskitThumb a
	{
		border: solid 5px white;
	}

@keyframes barTilt
{
    0%		{transform: rotate(-5deg);}
    100%	{transform: rotate(5deg);}
}

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

@-o-keyframes barTilt
{
    0%		{-o-transform: rotate(-5deg);}
    100%	{-o-transform: rotate(5deg);}
}

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

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

@keyframes seedRoll
{
    0%		{transform: rotate(30deg);}
    100%	{transform: rotate(-30deg);}
}

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

@-o-keyframes seedRoll
{
    0%		{-o-transform: rotate(30deg);}
    100%	{-o-transform: rotate(-30deg);}
}

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

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

@keyframes moveZees
{
	0%		{
				transform: scale(1, 1) translate(0, 0);
				opacity: 1;
			}
	100%	{
				transform: scale(1.5, 1.5) translate(120px, -120px);
				opacity: 0;
			}
}

@-moz-keyframes moveZees
{
	0%		{
				-moz-transform: scale(1, 1) translate(0, 0);
				-moz-opacity: 1;
			}
	100%	{
				-moz-transform: scale(1.5, 1.5) translate(120px, -120px);
				-moz-opacity: 0;
			}
}

@-o-keyframes moveZees
{
	0%		{
				-o-transform: scale(1, 1) translate(0, 0);
				-o-opacity: 1;
			}
	100%	{
				-o-transform: scale(1.5, 1.5) translate(120px, -120px);
				-o-opacity: 0;
			}
}

@-ms-keyframes moveZees
{
	0%		{
				-ms-transform: scale(1, 1) translate(0, 0);
				-ms-opacity: 1;
			}
	100%	{
				-ms-transform: scale(1.5, 1.5) translate(120px, -120px);
				-ms-opacity: 0;
			}
}

@-webkit-keyframes moveZees
{
	0%		{
				-webkit-transform: scale(1, 1) translate(0, 0);
				-webkit-opacity: 1;
			}
	100%	{
				-webkit-transform: scale(1.5, 1.5) translate(120px, -120px);
				-webkit-opacity: 0;
			}
}

@keyframes cloudmove
{
    0%   {transform: translateX(0px);}
    100% {transform: translateX(5000px);}
}

@-moz-keyframes cloudmove
{
    0%   {-moz-transform: translateX(0px);}
    100% {-moz-transform: translateX(5000px);}
}

@-o-keyframes cloudmove
{
    0%   {-o-transform: translateX(0px);}
    100% {-o-transform: translateX(5000px);}
}

@-ms-keyframes cloudmove
{
    0%   {-ms-transform: translateX(0px);}
    100% {-ms-transform: translateX(5000px);}
}

@-webkit-keyframes cloudmove
{
    0%   {-webkit-transform: translateX(0px);}
    100% {-webkit-transform: translateX(5000px);}
}

@keyframes seedBlink
{
	from	{background-position: 0px;}
	to		{background-position: 1000px;}
}

@-moz-keyframes seedBlink
{
	from	{-moz-background-position: 0px;}
	to		{-moz-background-position: 1000px;}
}

@-o-keyframes seedBlink
{
	from	{-o-background-position: 0px;}
	to		{-o-background-position: 1000px;}
}

@-ms-keyframes seedBlink
{
	from	{-ms-background-position: 0px;}
	to		{-ms-background-position: 1000px;}
}

@-webkit-keyframes seedBlink
{
	from	{-webkit-background-position: 0px;}
	to		{-webkit-background-position: 1000px;}
}