@charset "utf-8";
/* CSS Document */

@font-face
{
	font-family: square;
	src: url("images/forcedsquare.ttf");
}

body
{
	font-family:'Play', Arial, Helvetica, sans-serif;
	font-size:13px;	
	width:100%;
	min-width:960px;
	line-height:1.6em;
	overflow-x:hidden;
}

h2
{
	font-family:'Play', "Times New Roman", Times, serif;
	font-size:18px;	
	color:#444;
	padding-top:12px;
}

ul
{
	list-style:square outside;
	margin-left:0px;	
	padding-left:32px;	
	left:0px;	
}

input
{
	border-radius:2px;
	border:1px #999 solid;	
}

img#header
{
	width:720px;
	margin-bottom:32px;
	margin-top:12px;
}

#media-download
{
	border:1px #999 solid;
	color:#666;
	line-height:32px;
	border-radius:2px;
	width:720px;
	height:32px;
	text-align:center;
	background-color:#ddd;	
	margin-bottom:12px;
}

#media-download:hover
{
	border:1px #666 solid;
	background-color:#bbb;	
}

#awards li, #quotes li
{
	margin-bottom:12px;	
}

#container
{
	width:960px;	
	margin:0px auto;
}

#content
{
	position:relative;
	left:240px;
	float:left;
	width:720px;
	height:100%;	
}

#container a
{
	color:#666;
}

#container a:visited
{
	color:#666;	
}

#navigation
{
	font-family:square, Arial, Helvetica, sans-serif;	position:fixed;
	font-size: 20px;
	font-style: normal;;
	width:240px;	
	height:100%;
}

#navigation h1 {
	font-size:32px;
}

#navigation ul
{
	margin-left:0px;
	padding-left:0px;
	left:0px;
	list-style:none inside none;
}

#navigation li
{
	margin-bottom:4px;	
}

#navigation a
{
	font-weight:bolder;	
	text-decoration:none;
}

#navigation a:hover
{
	color:#000;
}

#factsheet
{
	float:left;
	width:240px;
	height:100%;
}

#right-of-factsheet
{
	float:left;
	width:480px;		
}

#description, #history, #features
{
	width:480px;	
}

#images, #gifs, #logo
{
	overflow:hidden;
	width:740px;	
}

#images img.preview
{
	width:355px;
	height: auto;
}

#logo img.preview {
	height:255px;
	width:auto;
}

#images div.preview-wrapper
{
	width:355px;
	height:200px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;	
	overflow:hidden;
}

#gifs div.preview-wrapper
{
	width:360px;
	height:203px;
	float:left;	
	overflow:hidden;
}


#logo div.preview-wrapper
{
	width:355px;
	height:255px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;	
	overflow:hidden;
}



#contact, #credits
{
	float:left;	
	width:360px;
}

p.credits
{
	color:#999;
}

div.clear
{
	clear:both;
	width:100%;
	margin-top:30px;
	height:10px;
	border-top:1px #ddd solid;	
}