html, body { 
	height: 100%;
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: none;
}

div.container {
   min-height:100%;
   position:relative;
   margin: 0px;
   padding: 0px;
}

img.logo {
	border: 0px;
	width: 315px;
	height: 60px;
	display: inline;
	float: left;
	margin-left: 30px;
	margin-right: 10px;
	padding: 10px;
}

div.whiteBoxHeader , div.whiteBoxFooter , div.whiteBoxBody {
	background-position: top center;
	width: 730px;
	margin: 0px auto;
	z-index: 0;
}

div.whiteBoxHeader , div.whiteBoxFooter {
	background-repeat: no-repeat;
	height: 15px;
}
	
div.whiteBoxHeader {
	background-image: url('../images/whitebox/whiteBoxHeader.png');
}
	
div.whiteBoxFooter {
	background-image: url('../images/whitebox/whiteBoxFooter.png');
}
	
div.whiteBoxBody {
	background-image: url('../images/whitebox/whiteBoxBody.png');
	background-repeat: repeat-y;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #515151;
	font-weight: normal;
}

/* Footer Links */

div.socialLinks {
	position: relative;
	margin-left: 50%;
	left: -39px;
}

div.twitterLink a { background: transparent url('../images/footer/twitter.png') no-repeat; }
div.facebookLink a { background: transparent url('../images/footer/facebook.png') no-repeat; }
div.youtubeLink a { background: transparent url('../images/footer/youtube.png') no-repeat; }

div.twitterLink a , div.facebookLink a , div.youtubeLink a {
	background-position: -16px 0px;
	display: block;
	float: left;
	margin: 5px;
	width: 16px;
	height: 16px;
}

div.twitterLink a:hover , div.facebookLink a:hover , div.youtubeLink a:hover {
	background-position: 0px 0px;
} 

/* Nav links */
a.navLink:link , a.navLink:visited , a.navLink:active { 
	float: left;
	text-align: center;
	vertical-align: middle;
	width: 105px;
	display: block;
	padding: 30px 0px 0px 0px;
	color: #515151;
	font-weight: bold;
	font-size: 14px;
}
a.navLink:hover { color: #999999; }

/* Game Links */

div.facebook a { background: transparent url('../images/gamelinks/facebook.png') no-repeat; }
div.kongregate a { background: transparent url('../images/gamelinks/kongregate.png') no-repeat; }
div.appstore a { background: transparent url('../images/gamelinks/appstore.png') no-repeat; }
div.appstorecs { 
	background: transparent url('../images/gamelinks/appstorecs.png') no-repeat; 
	margin: 0px 0px 0px 0px;
	display: block;
	width: 190px;
	height: 85px;
	z-index: 10;
}
div.android a { background: transparent url('../images/gamelinks/android.png') no-repeat; }
div.amazon a { background: transparent url('../images/gamelinks/amazon.png') no-repeat; }
div.twitter a { background: transparent url('../images/gamelinks/twitter.png') no-repeat; }

div.facebook a , div.kongregate a , div.appstore a, div.twitter a, div.android a, div.amazon a {
	margin: 0px 0px 0px 0px;
	display: block;
	width: 190px;
	height: 85px;
	z-index: 10;
}

div.facebook a:hover , div.kongregate a:hover , div.appstore a:hover, div.twitter a:hover, div.android a:hover, div.amazon a:hover {
background-position: -190px 0;
} 

/* Main Page DIVs */

hr.linebreak {
	clear: both;
	margin: 25px 5px 25px 0px;
	color: #515151;
	background-color: #515151;
	border: 1px #515151;
	height: 1px;
}

/* Sidebar */

div.sidebarHeader , div.sidebarFooter , div.sidebarBody , div.sidebarDivider {
	background-position: top center;
	width: 200px;
	margin-left: -6px;
}

div.sidebarHeader , div.sidebarFooter {
	background-repeat: no-repeat;
	height: 15px;
}
	
div.sidebarHeader {
	background-image: url('../images/sidebar/sidebarHeader.png');
}
	
div.sidebarFooter {
	background-image: url('../images/sidebar/sidebarFooter.png');
}
	
div.sidebarBody {
	background-image: url('../images/sidebar/sidebarBody.png');
	background-repeat: repeat-y;
	font: 16px Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
}
	
div.sidebarDivider {
	background-image: url('../images/sidebar/sidebarDivider.png');
}

br.clear {
	clear: both;
}

/* Link Styles */
a:link, a:visited, a:active {
	text-decoration : none;
	color: #dd0000; 
	outline: none;
	}
a:hover {
	text-decoration : none;
	color: #ff6600;
	outline: none; 
	}
	
/* Screenshots */

img.iPhoneScreenshotPortrait {
	border: 0px;
	width: 100px;
	height: 150px;
	margin: 5px;
	border: 2px solid #000000;
}

img.iPhoneScreenshotPortraitSmall {
	border: 0px;
	float: center;
	width: 60px;
	height: 90px;
	margin: 5px;
	border: 2px solid #000000;
}

img.iPhoneScreenshotLandscape {
	border: 0px;
	width: 150px;
	height: 100px;
	margin: 5px;
	border: 2px solid #000000;
}

img.iPhoneScreenshotLandscapeSmall {
	border: 0px;
	float: center;
	width: 90px;
	height: 60px;
	margin: 5px;
	border: 2px solid #000000;
}

img.iPadScreenshotPortraitSmall {
	width: 60px;
	height: 80px;
	margin: 5px;
	border: 2px solid #000000;
}

img.iPadScreenshotPortraitTiny {
	width: 60px;
	height: 80px;
	margin: 5px;
	border: 2px solid #000000;
}

img.AndroidScreenshotPortraitSmall {
	border: 0px;
	float: center;
	width: 60px;
	height: 100px;
	margin: 5px;
	border: 2px solid #000000;
}
div.bigText {
	padding: 15px;
	font: 18px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #515151;
	font-weight: bold;
}
div.fuckingGiganticText {
	padding: 5px;
	margin-bottom: -10px;
	font: 30px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #515151;
	font-weight: bold;
}
