/* 
CSS Reset
http://meyerweb.com/eric/tools/css/reset/
v1.0 | 20080212 
*/

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
Main Styles
*/

html {
	background: #748492;
}

body, .wf-loading body, .wf-inactive body {
	color: #97acc6;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

.wf-active body {
	font-family: "droid-sans-1","droid-sans-2", sans-serif;
	font-size: 13px;
}

a {
	color: #fff;
	text-decoration: none;
}

	a:hover, a:focus {
		text-decoration: underline;
	}

h1, h2 {
	color: #fff;
	padding-bottom: 18px;
	text-shadow: #131c28 0 3px 0, #131c28 0 4px 0, #131c28 -2px 2px 0, #131c28 2px 2px 0;
}
	
h1 {
	font-size: 22px;
	line-height: 30px;
}

.wf-active h1 {
	font-size: 24px;
}

h2 {
	font-size: 16px;
	line-height: 24px;
}

.wf-active h2 {
	font-size: 18px;
}

p {
	padding-bottom: 12px;
}

.fixed {
	margin: 0 auto;
	position: relative;
	width: 960px;
}

.button-up {
	background: url(../img/sprite-button-up.png) no-repeat;
	display: block;
	height: 48px;
	left: 50%;
	margin-left: -23.5px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	top: 10px;
	width: 47px;
}

.button-up:hover, .button-up:focus { background-position: -47px 0; }
.button-up:active { background-position: -94px 0; }

.button { 
	background: url(../img/sprite-classic-buttons.png) no-repeat;
	display: inline-block;
	height: 43px;
	overflow: hidden;
	text-indent: -9999px;
	width: 200px;
}

.ie6 .button {
	display: block;
}

.button-js { background-position: 0 0; }
.button-js:hover, .button-js:focus { background-position: -200px 0; }
.button-js:active { background-position: -400px 0; }
.button-ios { background-position: 0 -100px; }
.button-ios:hover, .button-ios:focus { background-position: -200px -100px; }
.button-ios:active { background-position: -400px -100px; }
.button-flash { background-position: 0 -200px; }
.button-flash:hover, .button-flash:focus { background-position: -200px -200px; }
.button-flash:active { background-position: -400px -200px; }
.button-info { background-position: 0 -300px; }
.button-info:hover, .button-info:focus { background-position: -200px -300px; }
.button-info:active { background-position: -400px -300px; }

.container {
	background: #253447 url(../img/bg-cogs.png) repeat center center;
}

.main {
	background: url(../img/bg-cave.png) repeat-x center top;
	background: url(../img/bg-cave.png) repeat-x center top, url(../img/bat-1.png) no-repeat 4% 20px, url(../img/bat-2.png) no-repeat 20% 8px, url(../img/bat-3.png) no-repeat 96% 20px;
	height: 545px;
}

.game {
	background: url(../img/bg-game.png) no-repeat;
	height: 410px;
	left: -4px;
	padding: 7px 0 0 9px;
	position: absolute;
	top: 90px;
	width: 549px;
}

.sorry {
	background: url(../img/noflash.jpg) no-repeat;
	height: 160px;
	padding-top: 240px;
	width: 540px;
}

.sorry p {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	padding-bottom: 20px;
	text-align: center;
}

.about {
	position: absolute;
	right: 0;
	top: 110px;
	width: 380px;
}

.about img {
	float: right;
	margin: 3px -3px 20px 20px;
}

.author {
	font-size: 11px;
	font-weight: bold;
}

.promo {
	background: url(../img/bg-floor-top.png) repeat-x center bottom;
	padding-bottom: 5px;
}

.promo .fixed {
	background: url(../img/smiley-ball.png) no-repeat right bottom;
	height: 205px;
	width: 860px;
}

.promo h2, .promo img, .promo li a {
	position: absolute;
}

.promo h2 {
	left: 452px;
	top: 20px;
	width: 368px;
}

.promo img {
	bottom: -5px;
	left: -12px;
}

.button-appstore {
	background: url(../img/sprite-button-appstore.png) no-repeat;
	display: block;
	height: 75px;
	left: 448px;
	overflow: hidden;
	text-indent: -9999px;
	top: 84px;
	width: 209px;
}

.button-appstore:hover, .button-appstore:focus { background-position: -209px 0; }
.button-appstore:active { background-position: -418px 0; }

.button-info {
	left: 635px;
	top: 103px;
}

.byline {
	background: url(../img/bg-floor.png) repeat-x center top;
	font-size: 12px;
	height: 140px;
	line-height: 24px;
}

.wf-active .byline {
	font-size: 14px;
}

.byline a {
	color: #22272b;
	text-decoration: none;
	text-shadow: rgba(255,255,255,0.2) 0 1px 0;
}

.byline a:hover, .byline a:focus, .byline strong {
	color: #000000;
}

.byline strong {
	font-weight: normal;
}

.backabit-logo, .byline ul {
	position: absolute;
}

.backabit-logo {
	background: url(../img/backabit-logo-inset.png) no-repeat;
	display: block;
	height: 78px;
	left: 280px;
	overflow: hidden;
	text-indent: -9999px;
	top: 30px;
	width: 173px;
	-webkit-transition: -webkit-transform 0.25s;
}

.backabit-logo:hover, .backabit-logo:focus {
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	transform: rotate(-2deg);
}

.byline ul {
	background: url(../img/byline-rule-inset.png) no-repeat left center;
	height: 49px;
	left: 480px;
	padding: 3px 0 0 25px;
	top: 48px;
}

.byline li a {
	background-position: 0 3px;
	background-repeat: no-repeat;
	display: inline-block;
	padding-left: 24px;
}
.twitter {
	background-image: url(../img/twitter.png);
}
.email {
	background-image: url(../img/email.png);
}