/*
Author: Greg Wohlwend
Author URI: http://aeiowu.com
*/

body, html
{
	height: 100%;
}

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;
	-webkit-font-smoothing: antialiased;
}

	#pagewrapper
	{
		position: relative;

		min-height: 100%;
		height: 100%;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	#wrapper
	{
		position: relative;
		float: left;
		clear: both;

		width: 96%;
		padding: 0;
		margin: 2% 2% 0 2%;
	}

.clear
{
	clear: both;
	width: 100%;
/*	padding: 0;*/
	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;
	}

.tagline
{
	font-size: 2.3em;
	font-weight: 600;
}

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

h1.writingContent
{
	padding: 0;
	line-height: 1em;
	font-size: 5.6em;
	font-weight: 700;
	
	margin-top: 5px;
	margin-bottom: 10px;
}

h2.writingContent
{
	margin: 80px 0 0 0;
	padding: 0;
	line-height: .9em;
	font-size: 3.2em;
	font-weight: 600;
}

h3.writingContent
{
	margin: 80px 0 10px 0;
	font-size: 2.4em;
	line-height: 1.2em;
	font-weight: 600;
	text-transform: uppercase;
}

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

h5
{
	font-size: 2.3em;
	font-weight: 600;
}

p
{
	font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", serif;
	font-size: 2.2em;
	line-height: 1.8em;
	margin-bottom: 30px;
}

ol, ul
{
	margin: 40px 0 40px 0px;
	padding-left: 40px;
	font-size: 2em;
	line-height: 2.8em;
	font-weight: 400;
}

ol
{
	list-style-type: number;
}

ul
{
	list-style-type: disc;
}

	li
	{
		margin-top: 5px;
	}

.graph::first-letter
{
	float: left;
	font-size: 4em; 
	line-height: .5em; 
	padding-top: .1em; 
	padding-right: .1em;
}

	.video
	{
		width: 100%;
		margin-bottom: 2em;
	}

	.lead
	{
		font-family: "museo-sans-rounded-1", "museo-sans-rounded-2", helvetica, arial, sans-serif;
		opacity: 0.5;
		font-size: 3em;
		line-height: 1.2em;
		font-weight: 300;
		margin: 0 0 70px 0;
	}
	
.date
{
	margin-bottom: 10px;
	font-size: 1.6em;
	font-weight: 300;
}

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

a h1
{
	color: #2B2B33;
}
	a h1:hover
	{
		color: #FF2464
	}
	
#logoBar
{
	clear: none;
	position: absolute;
	float: left;

	height: 55px;
	width: 70px;
	margin-left: 25px;
	
	background: transparent url('images/logoSmall.svg') no-repeat;
}

	#logoBar:hover
	{
		cursor: pointer;
		background: transparent url('images/logoSmallHover.svg') no-repeat;
	}

#logoBarDark
{
	clear: none;
	position: absolute;
	float: left;

	height: 55px;
	width: 70px;
	margin-left: 25px;
	
	background: transparent url('images/logoSmallDark.svg') no-repeat;
}

	#logoBarDark:hover
	{
		cursor: pointer;
		background: transparent url('images/logoSmallDarkHover.svg') no-repeat;
	}

#banner
{
	width: 100%;
	height: 200px;
	clear: both;
	
	background: transparent url('writing/images/article_tumbleseed.svg') repeat-x;
}

#game
{
	padding: 0;
	height: auto;
	padding-bottom: 5px;
	margin: 0 auto;
	text-align:center;
	
	background: #fff;
}

	#flash
	{
		position: relative;
		clear: both;
		width: 100%;
		margin: 0 auto;
		margin: 200px 0;
		text-align: center;
		
		background: transparent url('images/noflash.png') center no-repeat;
	}
		.gameSwf
		{
			position: relative;
		}

	.flashBox
	{
		margin: 200px auto 0 auto;
		outline: solid #2B2B33;
		/*background: #2B2B33;
		-webkit-border-radius: 13px;
		-moz-border-radius: 13px;
		-ms-border-radius: 13px;
		-o-border-radius: 13px;
		border-radius: 13px;*/
	}

	.gameInfo
	{
		padding: 10px;
		margin: 10px auto;
		text-align: left;
	}
	
.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;
}
			
	.bar
	{

	}

	.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, .writingContent
{
	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;
		float: none;
	}
	
	.featureContent
	{
		padding: 75px 0 0 60px;
	}

	.writingContent
	{
		padding: 3%;
		max-width: 900px;
		margin: 0 auto;
		float: none;
		clear: both;

		color: #2B2B33;
	}
	
	.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
{
	overflow: visible;
	float: right;
	text-align: right;
	
	padding: 0 0 0 0;
	margin: 15px 35px 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: 5px 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: -130px;
	color: #fff;
	
	background: #2B2B33;
}
	
	#footWrapper
	{
		position: relative;
		float: left;
		clear: both;
		
		width: 98%;
		padding: 30px 0 30px 2%;
		
		background: #2B2B33; 
	}
	
	#contact
	{
		position: relative;
		clear: none;
		float: left;
		
		width: 71.5%;
		margin-left: 2%;
		margin-bottom: 1%;
		
		background: transparent;
	}
	
	.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, #footButtonEmail
		{
			position: relative;
			clear: none;
			float: left;
			height: 30px;
			width: 22.625%;
			
			padding: 10px 0 10px 0;
			margin: 0 2.5% 0 0;
			
			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;
			}

		#footButtonEmail
		{
			color: #2B2B33;
			background-color:  #ffffff;
			margin-right: 0;
/*			font-size: 2.2vw;*/
		}

			#footButtonEmail:hover
			{
				color: #ffffff;
				background-color: #2B2B33;
			}
	
	#info
	{
		position: relative;
		clear: none;
		float: left;
		
		width: 22.5%;
		margin-left: 6%;
		
		background: transparent;
		overflow: hidden;
	}