/*
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
{
	font-family: "Lucida Grande", helvetica, arial, sans-serif;
	font-weight: normal;
	letter-spacing: 0.0em;
	font-size: 1.6em;
	line-height: 1.6em;
}

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

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

	li
	{
		list-style-type: none;
	}

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

	.peakContents
	{
		margin: 0 auto;
		position: relative;
		width: 900px;
	}
	
	#floatingNews
	{
		float: left;
		position: relative;
		margin-top: 75px;
		height: 300px;
		width: 400px;
	}

		#floatBerry
		{
			position: absolute;
			clear: none;
			height: 80px;
			width: 60px;
			animation: floatAni 5s ease-in-out 0s infinite;
		}
			#copterBerry
			{
				position: absolute;
				top: 160px;
				height: 80px;
				width: 60px;
		
				background: url('images/jumpSeed_floatAnim60.svg');
				background-repeat: repeat-x;
				background-position: left top;
		
				animation: copter .3s steps(3) infinite;
			}
		
		#contestTitleFloating
		{
			position: absolute;
			clear: none;
			left: 0px;
			margin: 0 auto;
			height: 200px;
			width: 400px;
			background: url('images/title_dailyChallenge.svg') no-repeat;
			background-position: center top;
		}
		
		#subHeadFloating
		{
			position: absolute;
			clear: none;
			top: 180px;
			left: 110px;
		}
		
	#soundtrack
	{
		margin: 300px auto 0 auto;
		position: relative;
		float: right;
		
		height: 50px;
	
		padding-right: 150px;
	}
	
		#soundtrackLink
		{
			text-align: right;
			position: absolute;
			top: 95px;
			right: 160px;
			clear: none;
			width: 420px;
		}

		#harpSeed
		{
			position: absolute;
			clear: none;
			
			width: 110px;
			height: 200px;
			
			background: url('images/harpSeed.svg') no-repeat;
			background-position: center top;
		}
		
		.harpNote1, .harpNote2, .harpNote3
		{
			position: absolute;
			left: 75px;
			clear: none;
		}
		
		.harpNote1
		{
			width: 50px;
			height: 60px;
			
			background: url('images/harpNote1.svg') no-repeat;
			background-position: center top;
			
			animation: musicNote 9s linear 0s infinite;
			-webkit-animation: musicNote 9s linear 0s infinite;
			-moz-animation: musicNote 9s linear 0s infinite;
			-o-animation: musicNote 9s linear 0s infinite;
		}
		
		.harpNote2
		{
			width: 50px;
			height: 100px;
			
			background: url('images/harpNote2.svg') no-repeat;
			background-position: center top;
			
			animation: musicNote 9s linear 6s infinite;
			-webkit-animation: musicNote 9s linear 6s infinite;
			-moz-animation: musicNote 9s linear 6s infinite;
			-o-animation: musicNote 9s linear 6s infinite;
		}
		
		.harpNote3
		{
			width: 50px;
			height: 80px;
			
			background: url('images/harpNote3.svg') no-repeat;
			background-position: center top;
			
			animation: musicNote 9s linear 3s infinite;
			-webkit-animation: musicNote 9s linear 3s infinite;
			-moz-animation: musicNote 9s linear 3s infinite;
			-o-animation: musicNote 10s linear 5s infinite;
		}

#skyWrapper
{
	position: relative;
	clear: both;
	margin: 0 auto;
    background: -moz-linear-gradient(#6b66ff, #79d8f2);
	background: -webkit-linear-gradient(#6b66ff, #79d8f2);
	background: -o-linear-gradient(#6b66ff, #79d8f2);
	background: -ms-linear-gradient(#6b66ff, #79d8f2);
    background: -ms-linear-gradient(#6b66ff, #79d8f2);
	background: linear-gradient(#6b66ff, #79d8f2);
	filter: progid:DXImageTransform.Microsoft.Gradient( startColorstr='#6b66ff', endColorstr='#79d8f2',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: 300px;
	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: 720px;
		position: relative;
		margin: 100px auto 80px auto;
		text-align: center;
	}
		.logo
		{
			display: inline;
			clear: none;
			padding-left: 20px;
			margin: 20px auto;
			opacity: 0.5;
		}
	
			a .logo:hover
			{
				opacity: 1.0;
			}

#snow
{
	height: 1200px;
	background: #f2f7ff 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
{
	margin-bottom: -1px;
	height: 1000px;
	background: #f2f7ff 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;
	margin-bottom: -1px;
	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 1s ease-in-out 3s infinite;
  		-webkit-animation: fadeIn 1s ease-in-out 3s infinite;
		-moz-animation: fadeIn 1s ease-in-out 3s infinite;
		-o-animation: fadeIn 1s ease-in-out 3s infinite;
  		
  		opacity: 0.0;
	}

	.forestContent, .forestContentFade
	{
		position: relative;
		margin: 0 auto;
		width: 850px;
		
		text-align: center;
		padding-top: 600px;
	}
		.forestText
		{
			margin-top: -50px;
			color: white;
			text-align: right;
		}
		
		.forestContentFade
		{
			padding-top: 100px;
			
			animation: fadeInText 5s ease-in 3s;
			-webkit-animation: fadeInText 5s ease-in 3s;
			-moz-animation: fadeInText 5s ease-in 3s;
			-o-animation: fadeInText 5s ease-in 3s;
		
			opacity: 0.0;
		}
	
	.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);}
}

/* FADE IN */

@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;}
}

/* FADE IN TEXT */

@keyframes fadeInText
{
    0%   {opacity: 0;}
    100% {opacity: 1.0;}
}

@-moz-keyframes fadeInText
{
    0%   {-moz-opacity: 0;}
    100% {-moz-opacity: 1.0;}
}

@-o-keyframes fadeInText
{
    0%   {-o-opacity: 0;}
    100% {-0-opacity: 1.0;}
}

@-ms-keyframes fadeInText
{
    0%   {-ms-opacity: 0;}
    100% {-ms-opacity: 1.0;}
}

@-webkit-keyframes fadeInText
{
    0%   {-webkit-opacity: 0;}
    100% {-webkit-opacity: 1.0;}
}

/* COPTER */

@keyframes copter
{
    100%   {background-position: -180px}
}

@-moz-keyframes copter
{
    100%   {background-position: -180px}
}

@-o-keyframes copter
{
    100%   {background-position: -180px}
}

@-ms-keyframes copter
{
    100%   {background-position: -180px}
}

@-webkit-keyframes copter
{
    100%   {background-position: -180px}
}

/* FLOAT */

@keyframes floatAni
{
	0%   {top: 0px;}
    50%	 {top: 20px;}
    100% {top: 0px;}
}

@-moz-keyframes floatAni
{
    0%   {top: 0px;}
    50%	 {top: 20px;}
    100% {top: 0px;}
}

@-o-keyframes floatAni
{
    0%   {top: 0px;}
    50%	 {top: 20px;}
    100% {top: 0px;}
}

@-ms-keyframes floatAni
{
    0%   {top: 0px;}
    50%	 {top: 20px;}
    100% {top: 0px;}
}

@-webkit-keyframes floatAni
{
    0%   {top: 0px;}
    50%	 {top: 20px;}
    100% {top: 0px;}
}

/* MUSIC NOTES */

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

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

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

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

@-webkit-keyframes musicNote
{
	0%		{
				-webkit-transform: scale(1, 1) translate(0, 0);
				-webkit-opacity: 1;
			}
	5%		{
				-webkit-opacity: 1;
			}
	100%	{
				-webkit-transform: scale(1.5, 1.5) translate(222px, -222px);
				-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: 630px;
		background: url('images/title_contest.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;
		}

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