@import url(http://fonts.googleapis.com/css?family=VT323);
@font-face {
    font-family: _04b_03;
    src: url(04B_03__.TTF);
    font-weight:400;
}

body {
	background: black url('img/bg.png') repeat-x;
	color:white;
	font-size:1.2em;
	font-family: 'VT323', monospace;
}
img {border:0;}
button {
	/* mostly copied from itch */
	background: #FA5C5C;
	color: white;
	text-decoration: none;
	padding: 0 10px;
	font-size: 14px;
	text-shadow: 1px 1px 2px #b70606;
	border-radius: 1px;
	cursor: pointer;
	border: 0;
	text-align: center;
	line-height: 35px;
	height: 35px;
	border: 0;
	font-family:sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	font-family: '_04b_03','VT323',monospace;
	font-size: 1.5em;
}
h1 {
	margin-bottom:5px;
}
a {
	color:#EDCA00;
	text-decoration:none;
}
a:hover { text-decoration:underline; }

.left {float: left;}
.right {float:right;}
.section {clear:both;padding-top:1em;}
.smaller {margin-top: 5px; font: 0.7em 'VT323',monospace;}

#main {
	width:900px;
	margin:auto;
	padding:25px;
	background-color:rgba(0,0,0,0.85);
}
#logo {
	display:inline-block;
	font:2em '_04b_03','VT323',monospace;
	font-weight:bold;
	line-height:82px;
}
#logo img {float:left;margin-right:10px;}
#introvideo #intro {
	display:inline-block;
	width:480px;
	min-height:240px;
}
#introvideo #intro h1 {
	margin-top:0;
}
#introvideo #intro #btnBuyNow { 
	width: 250px;
	margin: auto;
	display: block;
}
#introvideo #video {
	float:right;
	width:400px;
	height:220px;
	margin-top:1.5em;
	background-color:#222;
}

#gallery {background-color:#111;width:900px;height:209px;overflow:hidden;}
#gallery ul {width:2000px;margin:0;padding:0;} /* for some reason the plugin needs a high width specified */
#gallery li {display:inline-block;margin-right:5px;}

#gallerybackward, #galleryforward {
	margin-top: -209px;
	position: absolute;
	background: black;
	color: white;
	text-shadow: none;
	font-weight: bold;
	height: 209px;
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	user-select:none;
}
#gallerybackward:focus, #galleryforward:focus {
	outline:0;
}
#gallerybackward:hover, #galleryforward:hover {
	opacity: 0.7;
}
#gallerybackward:active, #galleryforward:active {
	opacity:1;
	text-shadow:0 0 10px #FFF; 
}
#gallerybackward {
	right: 50%;
	margin-right: 425px;
}
#galleryforward {
	left: 50%;
	margin-left: 425px;
}

#quotes p { color: #BBB;margin-bottom:8px; }
#quotes i {color:#888; }

#subscribe { font-size:32px; line-height:105px; }
#subscribe #subscribetext {margin-left:12px;}
#subscribe #mini-form {margin-right:15px;}
#subscribe #mini-form #email {margin-top:37px;height:33px;font-size:24px;width:150px;border:0;color:black;padding: 1px 5px}
#subscribe #mini-form #btnSubscribe {margin-top:37px;}

#footer {
	width:100%;
	min-height: 55px;
	margin-top:-35px;
	padding-top: 30px;
	text-align:center;
	background: #796741 url('img/bgfooter.png') repeat-x;
	font-family: '_04b_03','VT323',monospace;
}
#credit {
	display:none;
	margin:0;
	font-size:0.6em 'VT323',monospace;
	margin-top:2px;
}