* {
	margin: 0;
	padding: 0;
	color: #cccccc;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

*:focus {
	outline: 0;
}

*::-moz-focus-inner {
	border: 0;
}

.clear {
	clear: both;
}

.alert {
	color: #f99;
}

.message {
	color: #99f;
}

.hidden {
	display: none;
}

.center {
	text-align: center;
}

.orange {
	color: #f68e56;
}

.green {
	color: #82ca9c;
}

.purple {
	color: #8781bd;
}

.selected,
.navigation a:hover {
	color: #ffffff;
}

.ui-dialog,
.ui-dialog-title,
.ui-dialog .ui-button-text {
	color: #222 !important;
	font-size: 16px !important;
}

html,
body {
	height: 100%;
}

body {
	background: url(../images/background-bottom.jpg) repeat #000000;
}

.container {
	min-height: 100%;
    position: relative;
}

.header {
	height: 150px;
	background: url(../images/background-top.jpg) repeat-x;
}

.logo {
	position: absolute;
	line-height: 1px;
	z-index: 0;
}

.logo img {
	behavior: url('javascript/PIE.htc');
	border: none;
}

.social {
	text-align: right;
	padding: 43px 99px 0 0;
}

.social a img {
	border: none;
	margin-left: 14px;
}

.navigation {
	position: relative;
	text-align: right;
	list-style: none;
	margin: 20px 94px 0 275px;
	min-width: 450px;
	z-index: 1;
}

.navigation li {
	display: inline-block;
	font-size: 18px;
	letter-spacing: 1px;
}

.navigation li a {
	text-decoration: none;
	margin: 5px;
}

.banner {
	line-height: 1px;
}

.banner img {
	width: 100%;
}

.banner-shadow {
	height: 29px;
	background: url(../images/banner-shadow.png) repeat-x;
}

.features {
	margin: -235px auto 0 auto;
	position: relative;
	width: 80%;
	height: 400px;
}

.feature-column {
	float: left;
	width: 33.33%;
	min-width: 250px;
	text-align: center;
}

.feature-block {
	behavior: url('javascript/PIE.htc');
	margin: auto;
	padding-top: 10px;
	width: 250px;
	min-height: 400px;
	background: url(../images/black-transparent-50.png) repeat;
	letter-spacing: 1px;
	
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.feature-block img {
	behavior: url('javascript/PIE.htc');
	border: none;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.feature-block h2 {
	text-align: left;
	font-weight: normal;
	font-size: 15px;
	padding:10px 10px 5px 10px;
}

.feature-block h2 a {
	text-decoration: none;
}

.feature-block p {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	padding: 5px 10px;
}

.feature-shadow {
	behavior: url('javascript/PIE.htc');
	height: 29px;
	background: url(../images/banner-shadow.png) repeat-x;
	width: 250px;
	margin: auto;
}

.content {
	margin: 0 auto 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 80%;
	max-width: 640px;
	letter-spacing: 1px;
	clear: both;
}

.content h1,
.content h2 {
	font-weight: normal;
	font-size: 18px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}

.content h4 {
	margin-top: 10px;
	font-size: 14px;
	line-height: 18px;
}

.content p {
	margin-top: 10px;
	font-size: 12px;
	line-height: 18px;
}

.content .game-logo {
	behavior: url('javascript/PIE.htc');
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	float: left;
	margin-right: 20px;
	border: none;
}

.content .app-store-badge {
	border: none;
}

.content .game-description {
	width: 390px;
	margin-left: 250px;
}

.content .thumbnail-container {
	line-height: 1px;
	margin-left: -14px;
}

.content .thumbnail {
	margin-left: 14px;
	margin-top: 10px;
	cursor: pointer;
}

.screenshot {
	behavior: url('javascript/PIE.htc');
	background: url(../images/black-transparent-75.png) repeat;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: center;
	z-index: 999;
}

.screenshot img {
	position: absolute;  
	height: 100%;
	top: 0;  
	bottom: 0;  
	left: 0;  
	right: 0;
	margin: auto;
}

.screenshot .exitImage {
	position: absolute;  
	top: 10px; 
	right: 16px;
	text-align: right;
	font-weight: bold;
	cursor: pointer;
}

.screenshot .previousImage {
	position: absolute;  
	top: 50%; 
	left: 16px;
	text-align: left;
	font-weight: bold;
	cursor: pointer;
}

.screenshot .nextImage {
	position: absolute;  
	top: 50%; 
	right: 16px;
	text-align: right;
	font-weight: bold;
	cursor: pointer;
}

.spacer {
	clear: both;
	height: 0px;
}

.contact_inputs input,
.contact_inputs select,
.contact_inputs textarea {
	width: 100%;
	color: #333333;
	padding: 2px 3px;
}

.contact_inputs textarea {
	height: 75px;
}

.contact_form .submit {
	margin-top: 15px;
	padding: 2px 3px;
	height: 40px;
	line-height: 36px;
	width: 135px;
	background: transparent url(../images/button.png) no-repeat;
	border: none;
	font-size: 16px;
	cursor: pointer;
}

.footer-margin {
	height: 84px;
}

.footer {
	background-color: #0d0d0d;
	height: 40px;
	background: #0d0d0d;
	position: absolute;
    bottom: 0px;
	width: 100%;
	z-index: 0;
}

.divider {
	background-color: #000;
	height: 3px;
}

.footer-navigation {
	position: relative;
	text-align: center;
	list-style: none;
	margin: 0 0 0 0;
	min-width: 400px;
	z-index: 1;
}

.footer-navigation li {
	display: inline-block;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 40px;
}

.footer-navigation li a {
	text-decoration: none;
	margin: 5px;
}