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

License: Do whatever you want.
*/

/* first for IE 4Ð8 */
@font-face {
  font-family: DINWeb-Black;
  font-weight:bold;
  src: url("font/DINWeb-Black.eot");
}

/* then for WOFF-capable browsers */
@font-face {
  font-family: DINWeb-Black;
  font-weight:bold;
  src: url("font/DINWeb-Black.woff") format("woff");
}

/* go on with normal style definitions
body { 
  font-family: DINWeb-Black, sans-serif
*/

body
{
	background: transparent url('images/bgPattern.png');
	margin: 0px auto;
	padding: 60px 0;
	height: 100%;
	width: 100%;
	
	font: 62.5% DINWeb-Black, helvetica, verdana, sans-serif;
	color: #ffffff;
}

div
{
	position: relative;
	margin: 0;
	padding: 0;
}

img
{
	border: none;
	padding: 20px;
	margin: 0;
}

.clear
{
	clear: both;
	height: 0;
	line-height: 0;
}





/* TEXT */

p
{
	position: relative;
	clear: both;
	
	font-family: DINWeb-Black, helvetica, verdana, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	
	text-transform: uppercase;
}

a
{
	color: #FF0085;
	text-decoration: none;
}

	a:hover
	{
		cursor: pointer;
		color: #ffffff;
	}
	
	a:visited
	{
		text-decoration: none;
		border: none;
	}
	
.btn
{
	color: #ffffff;
	text-decoration: none;
}

	.btn:hover
	{
		cursor: pointer;
		color: #CCCCCC;
	}
	
	.btn:visited
	{
		text-decoration: none;
		border: none;
	}
			
small
{
	font: "Lucida Grande", helvetica, verdana, sans-serif;
	
	text-transform: uppercase;
}

.red
{
	color: #FF0085
}

.blue
{
	color: #42D5E7
}

.green
{
	color: #84EC6C
}

.yellow
{
	color: #FFFFAE
}





/* HEADINGS */

h1, h2, h3, h4
{
	font-family: DINWeb-Black, helvetica, verdana, sans-serif;
	
	padding: 0;
	margin: 0;
	
	font-size: 3em;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: 0;
	
	color: #ffffff;
}

h1
{
	font-size: 4.2em;
	line-height: .6em;
}

h2
{
	font-size: 3em;
	line-height: 1.2em;
	text-transform: uppercase;
}

h3
{
	
	font-size: 2.2em;
	line-height: 1.2em;
}

h4
{
	font-size: 3.2em;
	line-height: 1.1em;
	padding-bottom: 40px;
}



/* CONTAINERS */

#wrapper
{
	position: relative;
	background: transparent url('images/bgDotsFill.png');
	width: 850px;
	height: 1810px;
	
	padding: 60px 0 60px 60px;
	
	margin: 0 auto;
}

#video
{
	position: relative;
	width: 350px;
	height: 520px;
	margin: 10px;
	clear: none;
	float: left;
	
	background: #E6E7E8;
}

#sideTop
{
	position: relative;
	width: 440px;
	clear: none;
	float: left;
}

#description
{
	position: relative;
	width: 390px;
	height: 220px;
	margin: 10px;
	margin-top: 200px;
	clear: none;
	float: left;
}

#purchaseBtnShort
{
	position: relative;
	width: 380px;
	height: 58px;
	padding: 12px 0 20px 0;
	margin-left: 55px;
	margin-top: 45px;
	
	font-weight: bold;
	font-size: 2.6em;
	text-transform: uppercase;
	text-align: center;
	
	background: transparent url('images/btn380.png') no-repeat;
}

#purchaseBtnShort:hover
{
	cursor: pointer;
}

#screenshots
{
	position: relative;
	float: left;
	clear: none;
	
	margin-top: 30px;
	padding: 20px;
}

	.images
	{
		margin-left: 15px;
	}
	
#reviews
{
	position: relative;
	float: left;
	clear: none;
	
	margin-top: 60px;
	padding: 20px;
}
	.column
	{
		position: relative;
		float: left;
		clear: none;
		
		width: 360px;
		margin-right: 40px;
	}
	
		.quote
		{
			position: relative;
			float: left;
			clear: none;
			width: 360px;
			margin: 10px 0;
			padding-top: 15px;
			
			text-transform: uppercase;
		}
		
			.byline
			{
				width: 330px;
				margin-top: 5px;
				
				font-family: "Lucida Grande", helvetica, verdana, sans-serif;
				font-size: .8em;
				text-transform: uppercase;
				text-align: right;
			}
			
#purchaseBtnLong
{
	position: relative;
	width: 800px;
	height: 58px;
	padding: 12px 0 20px 0;
	margin-left: 5px;
	margin-top: 42px;
	
	font-weight: bold;
	font-size: 2.6em;
	text-transform: uppercase;
	text-align: center;
	
	background: transparent url('images/btn800.png') no-repeat;
}

	#purchaseBtnLong
	{
		cursor: pointer;
	}

#footer
{
	position: relative;
	margin: 20px auto;
	
	width: 910px;
	height: 20px;
	padding-top: 5px;
	
	font-family: "Lucida Grande", helvetica, verdana, sans-serif;
	font-size: .8em;
	text-transform: uppercase;
	text-align: right;
	
	background: transparent url('images/bgFooter.png') no-repeat;
}

	.footerColLeft
	{
		position: relative;
		float: left;
		clear: none;
		width: 200px;
		padding-left: 10px;
		
		text-align: left;
	}
	
	.footerColMid
	{
		position: relative;
		//margin: 0 auto;
		float: left;
		clear: none;
		width: 500px;
		padding-left: 10px;
		
		text-align: center;
	}
	
	.footerColRight
	{
		position: relative;
		float: right;
		clear: none;
		width: 150px;
		padding-right: 10px;
		
		text-align: right;
	}
