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


/* @font-face */
@font-face {
    font-family: 'Proxima Nova';
    src: url('proximanova-regular-webfont.eot');
    src: url('proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('proximanova-regular-webfont.woff') format('woff'),
         url('proximanova-regular-webfont.ttf') format('truetype'),
         url('proximanova-regular-webfont.svg#proximanova-regular-webfont') format('svg');
   font-weight: normal;
   font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Semi Bold';
    src: url('proximanova-semibold-webfont.eot');
    src: url('proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('proximanova-semibold-webfont.woff') format('woff'),
         url('proximanova-semibold-webfont.ttf') format('truetype'),
         url('proximanova-semibold-webfont.svg#proximanova-semibold-webfont') format('svg');
   font-weight: normal;
   font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Bold';
    src: url('proximanova-bold-webfont.eot');
    src: url('proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('proximanova-bold-webfont.woff') format('woff'),
         url('proximanova-bold-webfont.ttf') format('truetype'),
         url('proximanova-bold-webfont.svg#proximanova-bold-webfont') format('svg');
   font-weight: normal;
   font-style: normal;
}





body
{
	font-family:"Proxima Nova", Helvetica, sans-serif;
	font-size:15px;	
	width:100%;
	min-width:960px;
	max-width:1400px;
	line-height:1.6em;
}

h1 {
	font-family: "Proxima Nova Bold", Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 20px;
}

h2
{
	font-family: "Proxima Nova Bold", Helvetica, sans-serif;
	font-size:18px;	
	color:#444;
	padding-top:12px;
	text-transform: uppercase;
}

strong {
	font-family: "Proxima Nova Semi Bold", Helvetica, sans-serif;
}

a {
	text-decoration: none;
}

a:hover {
	color: #000;
}

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

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

img#header
{
	width:720px;
	max-height:240px;	
	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:100%;	
}

ul#esghistory li {
	margin: 4px 0;
}

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

#container a
{
	color:#666;
}

#trailers {
	width: 60%;
}

#navigation
{
	position:fixed;
	width:200px;	
	height:100%;
	left: 40px;
}

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

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

#navigation h3 {
	-webkit-margin-before: 0.2em;
	margin-top: 0.2em;
	font-size: 16px;
	text-align: center;
}

#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, #screenshots
{
	overflow:hidden;
	width:740px;	
}

#logo img
{
	max-width:720px;	
}

#images img.preview
{
	min-width:355px;
	min-height:255px;
	max-width:550px;
	max-height:460px
}

#screenshots img.preview
{
	width:355px;
	/*min-height:255px;*/
}

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

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

#esg-footer {
	padding-top: 28px;
	width: 45px;
	display: block;
	margin: 0 auto;
}

#esg-footer img {
	width: 100%;
}

#navigation h1 {
	text-align: center;
	-webkit-margin-after: 0;
	margin-bottom: 0;
}



#esg-nav {
	width: 80px;
	display: block;
	margin: 24px auto 0;
}

#esg-nav img {
	width: 100%;
}

p.credits
{
	color:#999;
	text-align: center;
}

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

.sub-heading {
    text-transform: none;
    color: #535353;
    margin-top: 0;
    -webkit-margin-before: 0;
    padding-top: 0;
    font-size: 130%;
    margin-left: 30px;
    padding-left: 18px;
    font-weight: 100;
}

.sub-heading#munchie-farm {
    border-left: solid 3px #e3b12c;
}

#mf-signup-link {
    color: #e3b12c !important;
    padding-bottom: 4px;
    border-bottom: 1px solid #e3b12c;
    font-family: "Proxima Nova Semi Bold", sans-serif;
    text-transform: uppercase;
}