/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ============ END - Meyer Reset ==================*/

/*
	=====================================
	Custom Styles
	=====================================
*/
body {
	background: #222326;
	color: #fbf8f8;
	font: 400 1em "Cabin", Helvetica, Arial, sans-serif;
}

hr {
    display: block;
    height: 1px;
    border: 0;
	border-top: 0.4em dashed #fbf8f8;
    margin: 2em 0 1em;
    padding: 0;
}

/*
	=====================================
	Links
	=====================================
*/

a {
	color: #fbf8f8;
	font-weight: 700;
	text-decoration: none;
}

a:hover {
	color: #ba4423;
}

/*
	=====================================
	Typography
	=====================================
*/

h1, h2, h3, h4, h5, p {
	margin-bottom: 0.75em;
}

h1, h2, h3, h4 {
	color: #fbf8f8;
}

h1 {
	font-size: 2em;
	line-height: 1.4em;
	margin-top: 0.5em;
    text-shadow: 1px 1px 1px #ccc;
}

h2 {
	font-size: 1.414em;
	line-height: 1.414em;
	margin-top: 0.75em;
}

h3 {
	font-size: 1.155em;
}

h4 {
	font-size: 1em;
}

h5 {
	color: #a9b2b9;
	font-size: 0.894em;
	text-transform: uppercase;
}

p {
	font-size: 1.2em;
}

cite {
	font-style: italic;
}

sup {
vertical-align: super;
    font-size: 0.8em;
}

em {
    font-style:italic;
}

/*
	=====================================
	Grid
	=====================================
*/

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.container {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 0 2em;
}

.col-1-2 {
	width: 50%;
	display: inline-block;
}

/*
	=====================================
	Row
	=====================================
*/

.row {
	color: #000;
	background-color: #fbf8f8;
	padding: 1em 0;
}

.row h1,
.row h2,
.row a {
	color: #000;
}

.row a:hover {
	color: #ba4423;
}

/*
	=====================================
	Strike Header
	=====================================
*/

.strike-header {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
	margin-top: 1.5em;
}

.strike-header > span {
    position: relative;
    display: inline-block;
}

.strike-header > span:before,
.strike-header > span:after {
    content: "";
    position: absolute;
    top: 40%;
    width: 9999px;
	border-top: 0.2em dashed #fbf8f8;
}

.strike-header > span:before {
    right: 100%;
    margin-right: 30px;
}

.strike-header > span:after {
    left: 100%;
    margin-left: 30px;
}

/*
	=====================================
	Thumbnails
	=====================================
*/
#bx-pager a img {
	width: 150px;
	padding: 3px;
	border: solid #ccc 1px;
}

#bx-pager a:hover img,
#bx-pager a.active img {
	border: solid #ba4423 1px;
}

/*
	=====================================
	Quotes slider overrides
	=====================================
*/

.quotes .bx-wrapper  .bx-viewport{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border:  none;
	left: 0px;
	background: none;
}

blockquote {
	font-size: 1.894em;
	font-style: italic;
	width: 100%;
	margin: 0.25em 0;
	padding: 0.25em 40px;
	line-height: 1.45;
	position: relative;
	color: #fbf8f8;
	text-align: left;
}

blockquote:before {
	display: block;
	content: "\201C";
	font-size: 3em;
	position: absolute;
	left: -0px;
	top: -20px;
	color: #7a7a7a;
}

blockquote cite {
	color: #999999;
	font-size: 0.94em;
	display: block;
	margin-top: 5px;
	text-align: right;
}
 
blockquote cite:before {
	content: "\2014 \2009";
}

/*
	=====================================
	Buttons
	=====================================
*/

.btn {
	border-radius: 5px;
	font-size: 1em;
	padding: 0.2em 0.8em;
    background: #ba4423;
	border-style: none;
	color: #fbf8f8;
	cursor: pointer;
}

.btn:hover {
    background: #ea5D35;
}


/*
	=====================================
	Home
	=====================================
*/

.logo-container {
	padding-top: 2em;
	padding-bottom: 1em;
	max-width: 853px;
}

.logo-container img {
	width: 100%;
}

.footer {
	margin-top: 2em;
}

/*
	=====================================
	Video
	ref: http://alistapart.com/article/creating-intrinsic-ratios-for-video
	=====================================
*/
.video-container {
	margin: 2em auto;
	max-width: 853px;
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px; /* fixed amount for YouTube chrome */
	height: 0;
}

.video-wrapper object,
.video-wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*
	=====================================
	Nav
	=====================================
*/

.nav {
	font-size: 1.5em;
	text-shadow: 1px 1px 1px #ccc;
}

.nav li {
	display: inline-block;
	margin-right: 1em;
}

.nav-footer {
	margin-top: 1em;
	margin-bottom: 1em;
}


/*
	=====================================
	Email signup form
	=====================================
*/

form {
	margin: 1em 0;
	font-size: 1.4em;
}

.form-email input {
	padding: 0.2em;
	border: 1px solid #c6c9cc;
	border-radius: 4px;
	font-size: 1em;
	margin: 0 0.2em;
}

/*
	=====================================
	About the Game
	=====================================
*/
.about-the-game p, h2 {
	text-align: left;
}

.about-the-game p{
	padding: 0 1em;
}

/*
	=====================================
	Features
	=====================================
*/
.features ul {
	padding: 0 2em 2em 2em;
}

.features li {
	font-size: 1.2em;
	text-align: left;
	list-style: disc inside;
	padding: 0.5em 0.5em 0.5em 1em;
	text-indent: -1em;
}

.footnote {
	font-size: 1em;
	text-align: left;
}

/*
	=====================================
	Release Date
	=====================================
*/

.release-date {
	font-weight: 700;
	font-size: 1.2em;
}

/*
	=====================================
	Buy/Widgets
	=====================================
*/

#humble-widget {
	margin: 0 0 1em 0;
}

.esrb img {
	width: 220px;
}

/*
	=====================================
	Awards
	=====================================
*/

.awards img {
	margin: 0.5em;
}

/*
	=====================================
	FAQ
	=====================================
*/

.faq  p,
.faq h2{
	text-align: left;
}

.faq h3 {
	margin-top: 1.5em;
}

.faq p {
	padding: 0 1em;
}


/*
	=====================================
	CREDITS
	=====================================
*/

.credits
{
	text-align: center;
}

.larger
{
	font-size: 1.3em;
}

/*
	=====================================
	LEGAL
	=====================================
*/

.legal
{
	margin-top: 5em;
	font-size: 0.7em;
	text-align: center;
}

/*
	=====================================
	TROUBLESHOOTING
	=====================================
*/

.troubleshooting
{
	text-align: left;
}

.troubleshooting ol{
	margin-bottom: 1.5em;
}

.troubleshooting p{
	padding: 0 1em;
	font-size: 1em;
}

.troubleshooting ol {
	padding: 0 2em;
	list-style: disc;
}

.troubleshooting h2 {
    text-shadow: 1px 1px 1px #ccc;
	margin-top: 0em;
}

.shadowbox {
	background-color: #E5E5E5;
	padding: 1em;
	margin: 1em;
}

/*
	=====================================
	COMMERCIAL LICENSE
	=====================================
*/

.commercial
{
	text-align: left;
}

.commercial p {
	padding: 0 1em;
	font-size: 1em;
}

.commercial ul {
	padding: 0 2em 1em 2em;
}

.commercial li {
	font-size: 1.2em;
	text-align: left;
	list-style: disc inside;
}

/*
	=====================================
	OCULUS KEY OFFER
	=====================================
*/

.oculuskeyoffer ol {
	padding: 0 2em;
	list-style: decimal;
}

.oculuskeyoffer em {
	font-style: normal;
	font-weight: bold;
}

/*
	=====================================
	PRIVACY POLICY
	=====================================
*/

.privacy
{
	text-align: left;
}

/*
	=====================================
	BULK PURCHASE
	=====================================
*/

.bulk-purchasing, .bulk-purchasing h2
{
	text-align: center;
}

/*
	=====================================
	CAREERS LICENSE
	=====================================
*/

.careers
{
	text-align: left;
	font-family: sans-serif;
}

.careers p {
	padding: 0.5em 0em 0em 1em;
	font-size: 1em;
}

.careers h2 {
	margin-top: 1em;
	margin-bottom: 0em;
}

.careers ul {
	padding: 1em 2em 1em 2em;
}

.careers li {
	font-size: 1em;
	text-align: left;
	list-style: disc inside;
}