html {
	overflow-y: scroll;
}
body {
	margin: 0;
	padding: 0;
	background-color: #000;
	font-family: 'Titillium Web', sans-serif;
	background-image: url(../images/keyart.jpg);
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.outer {
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
}
.inner {
	text-align: center;
	margin-top: 4%;
}
#logo, #logolink {
	border: 0;
}
img#logo {
	max-width: 100%;
	margin-bottom: 5px;
}

.nav {
	font-family: 'Righteous', sans-serif;
	text-decoration: none;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0, 0.6);
	color: rgb(255,255,255);
	padding: 5px 13px 6px 13px;
	font-size: 17px;
	margin: 0px 5px;
	border-radius: 17px;
	line-height: 40px;
	cursor: pointer;
	text-transform: uppercase;
	border: 1px solid rgb(255, 255, 255);
	border: 1px solid rgba(255, 255, 255, 0.7);
	box-shadow: 0px 0px 1px 2px black, 0px 0px 10px 2px rgba(0, 255, 224, 0.2);
}
	.nav:hover {
		background-color: #000;
	}

div.platforms {
	position: absolute;
	left: 10px;
	bottom: 8px;
	display: none;
}
	div.platforms img {
		margin-right: 1px;
		height: 30px;
		opacity: 0.5;
	}
		div.platforms img:hover {
			opacity: 1;
		}

a.dflink {
	position: fixed;
	right: 10px;
	bottom: 8px;
	border: none;
	opacity: 0.8;
}
	a.dflink img {
		border: none;
	}
	a.dflink:hover {
		opacity: 1;
	}

.content {
	max-width: 714px;
	margin: 0px auto;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
}

.content .box {
	max-width: 670px;
	margin: 0px auto;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	padding: 14px 18px;
	font-size: 20px;
	line-height: 28px;
	border-radius: 0px;
}
.content iframe {
	border-radius: 0px;
	display: inline-block;
}

#mainbox {
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
	text-align: center;
}

.content .box, .content iframe {
	border: 1px solid white;
	border: 1px solid rgba(255, 255, 255, 0.7);
	box-shadow: 0px 0px 1px 2px black, 0px 0px 10px 2px rgba(0, 255, 224, 0.2);
	z-index: 9999;
}
	.content .box h2 {
		font-size: 28px;
		font-weight: 700;
		text-align: center;
		margin: 0px 0px 7px 0px;
	}
	.content .box p {
		font-size: 20px;
		line-height: 24px;
		letter-spacing: 1px;
		margin: 0px 0px 12px 0px;
	}
	.content .box h1 {
		font-family: 'Righteous', sans-serif;
		font-size: 36px;
		line-height: 42px;
		margin: 0px 0px 7px 0px;
		font-weight: normal;
	}

	.content .box .preorder {
		text-align: center;
	}

	input[type="image"] {
		margin-left: 10px;
	}
.middle {
	position: absolute;
	width: 100%;
}

.damper {
	background-color: #000;
	filter: alpha(opacity = 0);
	opacity: 0;
}

.thumbnailrow {
	margin-top: 30px;
	padding: 0px 100px;
}
.thumbnail {
	display: inline-block;
	height: 60px;
	width: 100px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 2px 6px;
	opacity: 0.8;
	border: 1px solid #fff;
	box-shadow: 0px 0px 8px 0px #000;
	cursor: pointer;
}
	.thumbnail:hover {
		opacity: 1;
	}

#bigpicture img {
	border: 1px solid #fff;
	box-shadow: 0px 0px 8px 0px #000;
	margin-bottom: 27px;
	max-width: 100%;
}

.shutItDown {
	position: absolute;
	right: -27px;
	top: -19px;
	border-radius: 20px;
	background-color: #000;
	background-image: url(../images/brokenage_xbutton.png);
	height: 35px;
	width: 35px;
	padding: 0px;
}
	.shutItDown:hover {
		background-position: 0px -35px;
		border-color: #96afff;
	}

.content a:link, .content a:visited {
	color: rgb(255, 163, 0);
}
	.content a:hover {
		text-decoration: none;
	}

	.content strong {
		font-weight: 700;
	}
.inline {
	display: inline-block;
}


.buytier {
	display: block;
	border-radius: 100px;
	border: 1px solid #fff;
	box-shadow: inset 0 0 0 2px #000, 0 0 3px 1px #000;
	background-color: rgba(127,133,255,0.1);
	margin: 20px 20px;
	padding: 9px 0 10px 0;
}
	a.buytier:hover {
		background: rgba(127,133,255,0.3);
		background: -moz-linear-gradient(left,  rgba(142,255,127,0.3) 0%, rgba(127,133,255,0.3) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(142,255,127,0.3)), color-stop(100%,rgba(127,133,255,0.3))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left,  rgba(142,255,127,0.3) 0%,rgba(127,133,255,0.3) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left,  rgba(142,255,127,0.3) 0%,rgba(127,133,255,0.3) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left,  rgba(142,255,127,0.3) 0%,rgba(127,133,255,0.3) 100%); /* IE10+ */
		background: linear-gradient(to right,  rgba(142,255,127,0.3) 0%,rgba(127,133,255,0.3) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d8eff7f', endColorstr='#4d7f85ff',GradientType=1 ); /* IE6-9 */
		box-shadow: inset 0 0 0 1px #fff, inset 0 0 0 3px #000, 0 0 3px 1px #000;
	}
		.buy a.buytier:hover h2 {
			color: #fff;
		}
	a.buytier, a.buytier:link, a.buytier:visited {
		text-decoration: none;
		color: #fff;
	}
	.buy a.buytier h2 {
		color: #FFA300;
		text-shadow: 0 0 1px #000, 0 0 1px #000;
		font-size: 26px;
		margin-bottom: 5px;
	}
	a.buytier ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
		font-size: 16px;
		line-height: 22px;
	}

.box.buy .iframecontain {
	margin-right: 21px;
	margin-left: 21px;
	margin-top: 22px;
	margin-bottom: 15px;
}
.box.buy iframe {
	border-radius: 30px;
	border: 1px solid #000;
	box-shadow: inset 0 0 0 2px #000, 0 0 0px 1px #fff;
}

span.pricetag {
	font-size: 21px;
	font-weight: 400;
	color: #FFF156;
	margin-left: 5px;
}

/*** BLOG ***************************/

.blogcontain {
	width: 600px;
	margin: 0 auto;
	color: #fff;
}