/*
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;
}

iframe
{
	display: block;
	margin: 0 auto;
}

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

p, ol, ul
{
	font-family: "Lucida Grande", helvetica, arial, sans-serif;
	font-weight: normal;
	letter-spacing: 0.0em;
	font-size: 1.6em;
	line-height: 1.6em;
	padding-top: 20px;
	padding-bottom: 20px;
}

li
{
	padding-top: 10px;
	padding-bottom: 10px;
}

ol ol
{
	font-family: "Lucida Grande", helvetica, arial, sans-serif;
	font-weight: normal;
	letter-spacing: 0.0em;
	font-size: 1em;
	line-height: 1.6em;	
	padding-top: 20px;
	padding-bottom: 20px;
}

label, .error
{
	position: relative;
	float: left;
	
	font-family: "Lucida Grande", helvetica, arial, sans-serif;
	font-weight: normal;
	letter-spacing: 0.0em;
	font-size: 1.4em;
	line-height: 1.4em;
	padding-top: 20px;
	padding-bottom: 20px;
}

input
{
	position: relative;
	float: right;
	margin-top: 20px;
	
	font-family: "Lucida Grande", helvetica, arial, sans-serif;
	font-weight: normal;
	letter-spacing: 0.0em;
	font-size: 1.4em;
	line-height: .8em;
}

textarea
{
	position: relative;
	width: 100%;
	height: 222px;
	clear: both;
	margin-bottom: 40px;
	
	font-family: "Lucida Grande", helvetica, arial, sans-serif;
	font-weight: normal;
	letter-spacing: 0.0em;
	font-size: 1.2em;
	line-height: .8em;
}

#submitButton
{
	width: 100%;
	height: 100px;
	font-size: 1.6em;
	font-weight: bold;
	margin: 20px 0 50px 0;
}

	#submitButton:hover
	{
		cursor: pointer;
	}

	.error
	{
		
	}

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

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: 2.8em;
	font-weight: 800;
	
	margin: 0;
	padding: 0;
	
	letter-spacing: 0.05em;
}

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

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

.chunk
{
	position: relative;
	clear: both;
	height: 800px;
	margin: 0 auto;
}

.cloudBig, .cloudMed, .cloudMed2, .cloudSmall1, .cloudSmall2, .cloudSmall3, .cloudSmall4, .cloudSmall5, .cloudSmall6
{
	position: absolute;
	z-index: 1;
}

	.cloudBig
	{
		left: -850px;
		top: 120px;
		
		width: 760px;
		height: 310px;
		background: transparent url('images/cloudBig.svg') no-repeat;
		
  		animation: cloudmove 60s linear -20s infinite;
  		-webkit-animation: cloudmove 60s linear -20s infinite;
		-moz-animation: cloudmove 60s linear -20s infinite;
		-o-animation: cloudmove 60s linear -20s infinite;
  		
  		opacity: 0.4;
	}

	.cloudMed
	{
		left: -460px;
		top: 420px;
		
		width: 230px;
		height: 110px;
		background: transparent url('images/cloudMed.svg') no-repeat;
		
  		animation: cloudmove 80s linear 0s infinite;
  		-webkit-animation: cloudmove 80s linear 0s infinite;
		-moz-animation: cloudmove 80s linear 0s infinite;
		-o-animation: cloudmove 80s linear 0s infinite;
  		
  		opacity: 0.3;
	}
	
	.cloudMed2
	{
		left: -460px;
		top: 230px;
		
		width: 230px;
		height: 110px;
		background: transparent url('images/cloudMed.svg') no-repeat;
		
  		animation: cloudmove 80s linear -40s infinite;
  		-webkit-animation: cloudmove 80s linear -40s infinite;
		-moz-animation: cloudmove 80s linear -40s infinite;
		-o-animation: cloudmove 80s linear -40s infinite;
  		
  		opacity: 0.3;
	}
	
	.cloudSmall1
	{
		left: -320px;
		top: 720px;
		
		width: 170px;
		height: 70px;
		background: transparent url('images/cloudSmall1.svg') no-repeat;
		
  		animation: cloudmove 120s linear -60s infinite;
  		-webkit-animation: cloudmove 120s linear -60s infinite;
		-moz-animation: cloudmove 120s linear -60s infinite;
		-o-animation: cloudmove 120s linear -60s infinite;
  		
  		opacity: 0.2;
	}
	
	.cloudSmall2
	{
		left: -320px;
		top: 920px;
		
		width: 160px;
		height: 70px;
		background: transparent url('images/cloudSmall2.svg') no-repeat;
		
  		animation: cloudmove 120s linear -90s infinite;
  		-webkit-animation: cloudmove 120s linear -90s infinite;
		-moz-animation: cloudmove 120s linear -90s infinite;
		-o-animation: cloudmove 120s linear -90s infinite;
  		
  		opacity: 0.2;
	}
	
	.cloudSmall3
	{
		left: -320px;
		top: 790px;
		
		width: 170px;
		height: 70px;
		background: transparent url('images/cloudSmall1.svg') no-repeat;
		
  		animation: cloudmove 120s linear -30s infinite;
  		-webkit-animation: cloudmove 120s linear -30s infinite;
		-moz-animation: cloudmove 120s linear -30s infinite;
		-o-animation: cloudmove 120s linear -30s infinite;
  		
  		opacity: 0.2;
	}
	
	.cloudSmall4
	{
		left: -320px;
		top: 820px;
		
		width: 160px;
		height: 70px;
		background: transparent url('images/cloudSmall2.svg') no-repeat;
		
  		animation: cloudmove 120s linear -45s infinite;
  		-webkit-animation: cloudmove 120s linear -45s infinite;
		-moz-animation: cloudmove 120s linear -45s infinite;
		-o-animation: cloudmove 120s linear -45s infinite;
  		
  		opacity: 0.2;
	}
	
	.cloudSmall5
	{
		left: -320px;
		top: 870px;
		
		width: 170px;
		height: 70px;
		background: transparent url('images/cloudSmall1.svg') no-repeat;
		
  		animation: cloudmove 120s linear -15s infinite;
  		-webkit-animation: cloudmove 120s linear -15s infinite;
		-moz-animation: cloudmove 120s linear -15s infinite;
		-o-animation: cloudmove 120s linear -15s infinite;
  		
  		opacity: 0.2;
	}
	
	.cloudSmall6
	{
		left: -320px;
		top: 750px;
		
		width: 160px;
		height: 70px;
		background: transparent url('images/cloudSmall2.svg') no-repeat;
		
  		animation: cloudmove 120s linear -75s infinite;
  		-webkit-animation: cloudmove 120s linear -75s infinite;
		-moz-animation: cloudmove 120s linear -75s infinite;
		-o-animation: cloudmove 120s linear -75s infinite;
  		
  		opacity: 0.2;
	}

#sky
{
	height: 400px;
}

	.skyContent
	{
		position: relative;
		margin: 0 auto;
		width: 850px;
		
		text-align: center;
		padding-top: 100px;
	}
		.skyText
		{
			margin-top: -50px;
			color: white;
			text-align: right;
		}

#peak
{
	height: 500px;
	background: -webkit-linear-gradient(red, yellow);
	background-image: url('images/bg_peak.svg');
	background-repeat: no-repeat;
	background-position: center top;
	
	z-index: 500;
}

#skyWrapper
{
	position: relative;
	clear: both;
	margin: 0 auto;
    background: -moz-linear-gradient(#7823a0, #fa8282);
	background: -webkit-linear-gradient(#7823a0, #fa8282);
	background: -o-linear-gradient(#7823a0, #fa8282);
	background: -ms-linear-gradient(#7823a0, #fa8282);
    background: -ms-linear-gradient(#7823a0, #fa8282);
	background: linear-gradient(#7823a0, #fa8282);
	filter: progid:DXImageTransform.Microsoft.Gradient( startColorstr='#7823a0', endColorstr='#fa8282',GradientType=0 ); /* IE6-9 */
	
	z-index: 0;
}

#snowTop
{
/* 	height: 1400px; */
	height: 1200px;
	background: url('images/bg_snowTop.svg') repeat;
	background-position: center top;
}

	.snowTopContent
	{
		position: relative;
		margin: 0 auto;
		width: 520px;
		
		text-align: center;
		padding-top: 0px;
	}
	
	.snowTopText
	{
		text-align: left;
	}

#snowFill
{
/* 	height: 1400px; */
	height: 450px;
	margin-top: 100px;
	background: #f2f7ff;
}

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

#snow
{
	height: 1200px;
	background: url('images/bg_snow.svg') repeat;
	background-position: center top;
}

	.snowContent
	{
		position: relative;
		margin: 0 auto;
		width: 850px;
		
		text-align: center;
		padding-top: 500px;
	}
	
	.snowText
	{
		text-align: center;
	}

#melt
{
	height: 1000px;
	background: url('images/bg_melt.svg') repeat-x;
	background-position: center top;
}

	.meltContent
	{
		position: relative;
		margin: 0 auto;
		width: 850px;
		
		text-align: center;
		padding-top: 420px;
	}
	
	.meltText
	{
		margin-bottom: 150px;
		color: white;
		text-align: center;
	}

#jungle
{
	height: 1180px;
	background: #1a0510 url('images/bg_jungle.svg') repeat-x;
	background-position: center top;
}

#chasmTop
{
	height: 300px;
	background: #1a0510 url('images/bg_chasmTop.svg') repeat-x;
	background-position: center top;
}

	.chasmTopContent
	{
		position: relative;
		margin: 0 auto;
		width: 420px;
		
		text-align: center;
		padding-top: 100px;
	}
	
	.chasmTopText
	{
		color: white;
		text-align: center;
	}

#chasm
{
	position: relative;
	clear: both;
	height: 3500px;
	background: #1a0510;
	background-position: center top;
}

	.chasmContent
	{
		position: relative;
		margin: 0 auto;
		width: 420px;
		height: 100px;
		padding-top: 100px;
		
		text-align: center;
		z-index: 100;
	}
	
		.chasmText
		{
			color: white;
			text-align: center;
		}
	
	.suitContent
	{
		position: relative;
		margin: 0 auto;
		height: 100px;
		margin-top: 70px;
		margin-bottom: 40px;
		
		text-align: center;
		background: url('images/suitMarquee.svg') repeat-x center top;
		z-index: 100;
	}
	
		.suitText
		{
			padding-top: 35px;
			color: white;
			text-align: center;
		}

	.screenshot
	{
		width: 800px;
		margin: 0 auto;
		padding-top: 20px;
		text-align: center;
		clear: both;
	}

#chasmBot
{
	height: 400px;
	background: #1a0510 url('images/bg_chasmBot.svg') repeat-x;
	background-position: center top;
}

	.chasmBotContent
	{
		position: relative;
		margin: 0 auto;
		width: 850px;
		
		text-align: center;
		padding-top: 200px;
	}
	
	.chasmBotText
	{
		color: white;
		text-align: center;
	}

#forest
{
	height: 1300px;
	background: #1a0510 url('images/bg_forest.svg') repeat-x;
	background-position: center top;	
}

	.forestArrow
	{
		width: 90px;
		height: 60px;
		margin: 0 auto;
		background: transparent url('images/arrow_up.svg') no-repeat;
		
  		animation: fadeIn 5s ease-in-out 3s infinite;
  		-webkit-animation: fadeIn 5s ease-in-out 3s infinite;
		-moz-animation: fadeIn 5s ease-in-out 3s infinite;
		-o-animation: fadeIn 5s ease-in-out 3s infinite;
  		
  		opacity: 0.0;
	}

	.forestContent
	{
		position: relative;
		margin: 0 auto;
		width: 850px;
		
		text-align: center;
		padding-top: 600px;
	}
		.forestText
		{
			margin-top: -50px;
			color: white;
			text-align: right;
		}
	
	.logoLandscape
	{
		margin: 0 auto;
		position: relative;
		height: 300px;
		width: 850px;
		
		background: url('images/logo_landscape.svg') no-repeat;
		background-position: center top;
		z-index: 500;
	}
	
@keyframes cloudmove
{
    0%   {transform: translateX(0px);}
    100% {transform: translateX(3000px);}
}

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

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

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

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

@keyframes fadeIn
{
    0%   {opacity: 0;}
    50%	 {opacity: 0.5;}
    100% {opacity: 0;}
}

@-moz-keyframes fadeIn
{
    0%   {-moz-opacity: 0;}
    50%	 {-moz-opacity: 0.5;}
    100% {-moz-opacity: 0;}
}

@-o-keyframes fadeIn
{
    0%   {-o-opacity: 0;}
    50%	 {-o-opacity: 0.5;}
    100% {-o-opacity: 0;}
}

@-ms-keyframes fadeIn
{
    0%   {-ms-opacity: 0;}
    50%	 {-ms-opacity: 0.5;}
    100% {-ms-opacity: 0;}
}

@-webkit-keyframes fadeIn
{
    0%   {-webkit-opacity: 0;}
    50%	 {-webkit-opacity: 0.5;}
    100% {-webkit-opacity: 0;}
}

#contestTop
{
	height: 1200px;
	background: #80333d url('images/bg_undergroundTop.svg') repeat;
	background-position: center top;	
}

	#contestTitle
	{
		margin: -100px auto 0 auto;
		height: 170px;
		width: 680px;
		background: url('images/title_challenge.svg') no-repeat;
		background-position: center top;	
	}
	
	.contestSubHead
	{
		color: white;
		text-align: center;
		margin: -35px auto 0 auto;
		width: 600px;
	}
	
	#contestContentWrapper
	{
		width: 540px;
		margin: 0 auto;
		
		border-radius: 50px;
		background: #662658;
		padding: 50px; 
/* 		opacity: 0.75; */
	}
	
		.contestContent
		{
			color: white;
			text-align: left;
			margin: 0 auto;
			padding-top: 50px;
		}
	
	#rulesContentWrapper
	{
		width: 540px;
		margin: 0 auto;
		
		border-radius: 50px;
		background: white;
		padding: 50px; 
/* 		opacity: 0.75; */
	}
	
		.rulesContent
		{
			color: #662658;
			text-align: left;
			margin: 0 auto;
			padding-top: 0px;
		}
		

#contest
{
	height: 1800px;
	background: #80333d url('images/bg_underground.svg') repeat-x;
	background-position: center top;	
}

#rules
{
	height: auto;
	background: #80333d url('images/bg_undergroundTile.png') repeat;
	background-position: center top;	
}

	#disclaimer
	{
		margin: 0 auto;
		width: 500px;
		text-align: left;
	}
	
#videoContentWrapper
{
		width: 640px;
		margin: 0 auto;
		
/* 		border-radius: 50px; */
/* 		background: white; */
/* 		padding: 50px;  */
/* 		opacity: 0.75; */
}

	.videoContent
	{
		padding: 50px 0;
	}