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

License: Be kind.
*/

html
{
	height: 100%;
	width: 100%;
}

body
{
	background: #000000;
	margin: 0px auto;
	height: 100%;
	width: 100%;
	
	font: 62.5% "lucida grande", helvetica, verdana, sans-serif;
	color: #FFFFFF;
}

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

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




/* TEXT */

p
{
	position: relative;
	clear: both;
	
	font-family: "lucida grande", helvetica, verdana, sans-serif;
	font-size: 1.2em;
	line-height: 1.6em;
}

a
{
	color: #00FFFF;
	text-decoration: none;
}

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




/* HEADINGS */

h1, h2, h3
{
	font-family: "orbitron-1","orbitron-2", 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;
}

	h1.ohFace
	{
		color: #000000;
	}

h2
{
	font-size: 2.4em;
	line-height: .4em;
	margin-top: 60px;
	
	color: #FFFFFF;
}

h3
{
	font-size: 1.6em;
	line-height: .4em;
	
	color: #5a6518;
}


/* LISTS */

ul
{
	margin: 40px 0 0 0;
	padding: 0;
}

ul li
{
	display: inline;
	clear: none;
	margin: 20px;
}




/* IMG */
img .thumb
{
	width: 180px;
	height: 180px;
}




/* CONTAINERS */

#wrapper
{
	width: 900px;
	position: relative;
	margin: 0 auto;
	
	padding-top: 60px;
	
	border-left: solid #00FFFF 1px;
	border-right: solid #00FFFF 1px;
	background: url('../images/BGplanet.jpg') no-repeat top right;
}

#header
{
	width: 700px;
	height: 80px;

	padding: 80px 0 0 57px;
	margin: 0;
	
	background: url('../images/BGheader.png') no-repeat top left;
}


#trailer
{
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.textBlock, .textBlockSS
{
	width: 780px;
	padding: 0 60px 20px 60px;
	
	position: relative;
	float: left;
}

	.textBlockSS
	{
		padding: 0;
		margin: 0 60px 20px 60px;
		background: url('../images/BGgridSS.png') no-repeat 0px 90px;
	}

.description
{
	width: 220px;
	position: relative;
	float: left;
	clear: none;
	
	padding: 40px 20px 20px 20px;
	
	text-align: left;
	font-family: "lucida grande", helvetica, verdana, sans-serif;
	font-size: 1.2em;
	line-height: 1.6em;
}

.buttonBlock
{
	width: 780px;
	padding: 40px 60px 00px 60px;
	
	position: relative;
	float: left;
}

.buttonSpace
{
	width: 371px;
	position: relative;
	float: left;
	clear: none;
	
	padding: 0px 200px 0px 200px;
}

#footer
{
	width: 900px;
	position: relative;
	margin: 0 auto;
	height: 600px;
	
	border-left: solid #00FFFF 1px;
	border-right: solid #00FFFF 1px;
	background: url('../images/BG_bot.jpg') no-repeat bottom left;
}

