/*
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
{
	background: transparent;
	margin: 0;
	
	font-size: 62.5%;
	font-family: "museo-sans-rounded-1", "museo-sans-rounded-2", helvetica, arial, sans-serif;
	font-style: normal;
	
	color: #2B2B33;
}

	#wrapper
	{
		position: relative;
		float: left;
		clear: both;
		
		width: 96%;
		
		margin: 2% 2% 0 2%;
	}

.clear
{
	clear: both;
	width: 100%;
	
	margin: 0;
}

small
{
	color: #2B2B33;
	padding: 0 10px;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

	small:hover
	{	
		color: #fff;
		background: #FF2464;
	}
h1
{
	margin: -4px 0 0 0;
	padding: 0;
	line-height: .9em;
	font-size: 4.6em;
	font-weight: 700;
}

h2
{
	margin: -4px 0 0 0;
	padding: 0;
	line-height: .9em;
	font-size: 2.3em;
	font-weight: 600;
}

h3
{
	margin: 10px 0 10px 0;
	font-size: 1.8em;
	line-height: 1.2em;
	font-weight: 400;
}

h4
{
	margin: 10px 0 10px 0;
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: 400;
}

p
{
	width: 80%;
	
	margin-top: 42px;
	
	font-size: 1.8em;
	line-height: 1.4em;
	font-weight: 400;
}

ul
{
	list-style-type: none;
	list-style-position: outside;
	margin-left: -40px;
}

	li
	{
		margin-top: 5px;
	}

a
{
/* 	font-size: 1.4em; */
/* 	font-weight: 700; */
	text-decoration: none;
	
	color: #FF2464;
}
	a:hover
	{
		cursor: pointer;
		color: #2B2B33;
	}
	
	a:link
	{
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}

a.text
{
	font-size: 1em;
	font-weight: normal;
	
	color: #FF2464;
}

	a.text:hover
	{
		cursor: pointer;
		color: #fff;
	}


a.logo:hover
{
	color: #fff;
}

#logo, #logoBar
{
	position: relative;
	float: left;
	clear: none;
	margin-right: 20px;
	margin-bottom: 20px;
	
	width: 200px;
	height: 200px;
	background: #ffffff url('images/logo.svg') no-repeat;
	
	overflow: hidden;
}

	#logo:hover
	{
		//cursor: pointer;
		
		//background: #ffffff url('images/logoHover.svg') no-repeat;
	}
	
#logoBar
{
	height: 50px;
	width: 50px;
	
	
	background: transparent url('images/logoSmall.svg') no-repeat;
}

	#logoBar:hover
	{
		//cursor: pointer;
		
		//background: transparent url('images/logoSmallHover.svg') no-repeat;
	}
	
.game, .bar, .head, .barSmall, .barHalf, .barHalfOdd, .text
{
	position: relative;
	float: left;
	clear: both;
	
	margin: 0 0 2% 0;
	
	width: 100%;
	height: 400px;
	
	background-color: transparent;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	-ms-border-radius: 13px;
	-o-border-radius: 13px;
	border-radius: 13px;
	
	overflow: hidden;
}

	.game
	{
		padding: 0;
		height: auto;
		padding-bottom: 20px;
		margin: 0 0 0px 0;
		
		background: #fff;
	}
	
		#flash
		{
			position: relative;
			clear: both;
			width: 100%;
			//float: left;
			margin: 0 auto;
			margin: 200px 0;
			text-align: center;
			
			background: transparent url('images/noflash.png') center no-repeat;
		}
			.gameSwf
			{
				position: relative;
			}
			
	.bar
	{
		//padding-top: 20px;
	}

	.bar:hover
	{
		cursor: pointer;
	}
	
	.head
	{
		height: 100px;
	}
	
		.barSmall
	{
		height: 150px;
		padding-top: 0px;
	}
	
		.barSmall:hover
		{
			cursor: pointer;
		}
		
	.barHalf, .barHalfOdd
	{
		clear: none;
		
		height: 150px;
		width: 49%;
		
		padding-top: 0;
		margin-left: 2%;
	}
	
		.barHalf:hover
		{
			cursor: pointer;
		}
		
	.barHalfOdd
	{
		margin-left: 0;
	}
	
		.barHalfOdd:hover
		{
			cursor: pointer;
		}
		
	.text
	{
		height: auto;
		margin-bottom: 1%;
	}

.featureContent, .headContent, .aboutText, .smallContent, .infoContent, .headCopy
{
	position: relative;
	float: left;
	clear: none;
	
	width: 470px;
	margin: 0;
	padding: 60px 60px 0 0;
	
	color: #fff;
	
	background-color: transparent;
}

	.headContent
	{
		width: 100%;
		padding: 20px 0 20px 35px;
	}
	
	.featureContent
	{
		padding: 75px 0 0 60px;
	}
	
	.headCopy
	{
		width: 100%;
		padding: 20px 0 0 25px;
	}
	
	.smallContent
	{
		float: left;
		
		padding: 60px 0 0 60px;
		width: 80%;
	}
	
	.infoContent
	{
		float: right;
		width: 48%;
		padding: 0;
		margin: 60px 0 0 0;
	}
	
.aboutText
{
	float: right;
	width: 470px;
	
	padding: 0 38px 0 0;
	margin: 23px 0 0 0;

}

.contents
{
	position: relative;
	float: left;
	clear: none;
	
	width: 140px;
	margin: 220px 0 0 220px;
	padding: 20px;
	
	background: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}
	
.button, .buttonDark, .buttonClash, .buttonRF, .buttonThrees, .buttonBio, .buttonTouchtone, .buttonTumbleseed
{
	position: relative;
	float: left;
	clear: none;
	
	width: 140px;
	height: 30px;
	padding: 10px 0 5px 0;
	margin-top: 10px;
	margin-right: 20px;
	
	color: #fff;
	font-size: 2.2em;
	font-weight: 700;
	text-align: center;
	
	background: #FF2464;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}

	.button:hover
	{
		color: #fff;
		background: #2B2B33;
	}
	
	.buttonDark:hover
	{
		color: #FF2464;
		background: #fff;
	}
	
	#hundreds, .buttonClash
	{
		background-color: #fff;
		color: #000;
	}
	
		#hundreds:hover, .buttonClash:hover
		{
			background-color: #000;
			color: #DE0000;
		}
	
	#ridiculous
	{
		background-color: #5865e4;
		color: #fff;
	}
	
		.buttonRF
		{
			background-color: #fff;
			color: #000;
		}
	
		.buttonRF:hover
		{
			color: #5865e4;
			background: #000;
		}
		
	#threes
	{
		color: #000;
	}
	
		.buttonThrees
		{
			background: #FF6680;
			color: #fff;	
		}
			
			.buttonThrees:hover
			{
				color: #FF6680;
				background: #fff;
			}
			
	#touchtone
	{
		color: #000;
	}
	
		.buttonTouchtone
		{
			color: #FFF;
			background: #000;
		}
			
			.buttonTouchtone:hover
			{
				color: #000;
				background: #FFF;
			}
	
	#tumbleseed
	{
		color: #fff;
	}
	
		.buttonTumbleseed
		{
			color: #fff;
			background: #ff338f;
		}
			
			.buttonTumbleseed:hover
			{
				color: #fff;
				background: #662658;
			}
	
	.buttonBio
	{
		float: right;
		margin: 0 100px 0 0;
	}

#footer
{
	position: relative;
	clear: both;
	
	width: 100%;
	
	margin-top: 0;
	color: #fff;
	
	background: #2B2B33;
}

	#footHead
	{
		position: relative;
		clear: both;
		
		width: 100%;
		height: 22px;
		
		margin: 0;
		background: #fff;
		-webkit-border-radius: 0 0 13px 13px;
		-moz-border-radius: 0 0 13px 13px;
		-ms-border-radius: 0 0 13px 13px;
		-o-border-radius: 0 0 13px 13px;
		border-radius: 0 0 13px 13px;
	}
	
	#footWrapper
	{
		position: relative;
		float: left;
		clear: both;
		
		width: 100%;
		
		margin: 0;
		padding: 4% 0 0 0;
		
		background: #2B2B33; 
	}
	
	#contact
	{
		position: relative;
		clear: none;
		float: left;
		
		width: 71.5%;
		margin-left: 2%;
		margin-bottom: 1%;
		
		background: transparent;
	}
	/*
		#contactBG
		{
			position: relative;
			clear: none;
			float: left;
			
			width: 100%;
			height: 160px;
			
			padding: 20px 3%;
			
			font-size: 1.4em;
			line-height: 1.2em;
			font-weight: 400;
			color: #2B2B33;
			
			background: #fff;
			-webkit-border-radius: 13px;
		}
	*/
		
		textarea#contactForm
		{
			width: 100%;
			height: 160px;
			
			padding: 20px 3%;
			margin: 0;
			
			font-size: 1.8em;
			line-height: 1.2em;
			font-weight: 400;
			font-family: "museo-sans-rounded-1", "museo-sans-rounded-2", helvetica, sans-serif;
			color: #2B2B33;
			text-align: left;
			
			overflow: hidden;
			resize: none;
			-webkit-appearance: none;
			
			background: #fff;
			border: none;
			
			-moz-border-radius: 13px;
			-webkit-border-radius: 13px;
			-o-border-radius: 13px;
			border-radius: 13px;
		}
	
			textarea#contactForm:focus
			{
				outline-width: 0;
				outline: none;
				
				background: #fff;
			}
			
			textarea#contactForm:hover
			{
				background: #fff;
			}
			
			fieldset
			{
				margin: 0;
				padding: 0;
				
				border: none;
				-webkit-appearance: none;
			}
			
			#submitBtn
			{
				position: relative;
				float: right;
				clear: none;
				
				width: 140px;
				height: 30px;
				padding: 7px 0 35px 0;
				margin-top: 2%;
				//margin-right: 20px;
				
				color: #fff;
				font-size: 2.2em;
				text-align: center;
				font-weight: 700;
				text-decoration: none;
				font-family: "museo-sans-rounded-1", "museo-sans-rounded-2", helvetica, sans-serif;
				
				border: none;
				-webkit-appearance: none;
				
				background: #FF2464;
				-webkit-border-radius: 8px;
				-moz-border-radius: 8px;
				-ms-border-radius: 8px;
				-o-border-radius: 8px;
				border-radius: 8px;
			}
	
				#submitBtn:hover
				{
					cursor: pointer;
					
					color: #FF2464;
					background: #fff;
				}
	
	.footerCol, .footerColRight
	{
		position: relative;
		clear: none;
		float: left;
		
		margin: 0 2% 0 0;
		text-align: left;
		
		width: 23.5%;
	}
		.footerColRight
		{
			margin-right: 0;
		}
	
		#footButton, #footButtonBlog, #footButtonTwitter
		{
			position: relative;
			clear: none;
			height: 30px;
			width: 100%;
			
			padding: 7px 0 5px 0;
			margin-bottom: 10px;
			
			color: #fff;
			font-size: 2.2em;
			text-align: center;
			font-weight: 700;
			text-decoration: none;
			font-family: "museo-sans-rounded-1", "museo-sans-rounded-2", helvetica, sans-serif;
		
			background: #FF2464;
			-webkit-border-radius: 8px;
			-moz-border-radius: 8px;
			-ms-border-radius: 8px;
			-o-border-radius: 8px;
			border-radius: 8px;
			
			overflow: hidden;
		}
		
			#footButton:hover
			{
				color: #FF2464;
				background-color: #FFFFFF;
			}
			
		#footButtonBlog
		{
			
			background-color: #ff8e00;
		}
		
			#footButtonBlog:hover
			{
				color: #ff8e00;
				background-color: #ffffff;
			}
			
		#footButtonTwitter
		{
			background-color: #00aaff;
		}
			
			#footButtonTwitter:hover
			{
				color: #00aaff;
				background-color: #ffffff;
			}
	
	#info
	{
		position: relative;
		clear: none;
		float: left;
		
		width: 22.5%;
		margin-left: 6%;
		
		background: transparent;
		overflow: hidden;
	}