/* Jack Lumber Stylesheet  */

@font-face {
	font-family: LondrinaSolidRegular;
	src: url(../fonts/LondrinaSolid-Regular.otf);
	font-weight: 500;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	font-size: 16px;
	line-height: 1.7;
	color: #777;
	background: #5eb1c3;
 font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
 font-weight: 300;
}
input.text {
	font-size: 16px;
	line-height: 24px;
	height: 24px;
	padding: 3px 0;
	width: 100%;
	text-indent: 5px;
	border: 1px solid #ccc;
	background-color: #fff;
	margin-top: 10px;
}
input.button {
	background: #6f6ea1;
	background-image: linear-gradient(bottom, #5E5D89 0%, #6F6EA1 50%);
	background-image: -o-linear-gradient(bottom, #5E5D89 0%, #6F6EA1 50%);
	background-image: -moz-linear-gradient(bottom, #5E5D89 0%, #6F6EA1 50%);
	background-image: -webkit-linear-gradient(bottom, #5E5D89 0%, #6F6EA1 50%);
	background-image: -ms-linear-gradient(bottom, #5E5D89 0%, #6F6EA1 50%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #5E5D89),
		color-stop(0.5, #6F6EA1)
	);
	border: 1px solid #5c5b7e;
	border-radius: 3px;
	display: block;
	width: 100%;
	color: white;
	font-size: 16px;
	line-height: 16px;
	padding: 7px 0;
	box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
	margin-top: 8px;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	text-align: center;	
}
input.button:hover {
	background: #7d7ca9;
	background-image: linear-gradient(bottom, #69698F 0%, #7D7CA9 50%);
	background-image: -o-linear-gradient(bottom, #69698F 0%, #7D7CA9 50%);
	background-image: -moz-linear-gradient(bottom, #69698F 0%, #7D7CA9 50%);
	background-image: -webkit-linear-gradient(bottom, #69698F 0%, #7D7CA9 50%);
	background-image: -ms-linear-gradient(bottom, #69698F 0%, #7D7CA9 50%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #69698F),
		color-stop(0.5, #7D7CA9)
	);
}
.centerblock {
	display: block;
	text-align: center;
	margin: 0 auto;
}

/* <:3 )~ Header <:3 )~ */
header {
	height: 676px;
	background: #539dae url(../images/header-with-android.jpg) no-repeat top center;
}
header .grid_12 {
	position: relative;
}
header #logo {
	margin-top: 22px;
	margin-left: 153px;
	height: 238px;
	float: left;
}
header #app-button {
	float: left;
	clear: both;
	margin-top: 28px;
	margin-left: 64px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	width: 414px;
	height: 90px;
	background: url(../images/app-button.png?20120816) no-repeat 0 0;
}

header #owlchemyButton {
	float: left;
	clear: both;
	margin-top: 50px;
	margin-left: 120px;
	display: block;
	height: 80px;
	text-decoration: none;
	font-size: 24px;
	line-height: 64px;
	color: #444;
	font-family: LondrinaSolidRegular, Impact, Arial, Helvetica, sans-serif;
}

.biglink {
	display: block;
	clear: all;
}

header #segaButton {
	float: left;
	clear: both;
	margin-top: -76px;
	margin-left: 301px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	width: 200px;
	height: 80px;
	background: url(../images/sega.png) no-repeat 0 0;
}

header #owlchemyButton:hover,
header #segaButton:hover {
	opacity: 0.8;
}

header #app-button:hover {
	background-position: 0 -90px;
}
header #video {
	clear: both;
	float: left;
	margin-top: 32px;
	margin-left: 95px;
}
header #video a {
	display: block;
	width: 354px;
	height: 236px;
	background: url(../images/watch-video.png);
	text-indent: -999px;
	overflow: hidden;
}
header #video a:hover {
	background-position: 0 -236px;
}
header .steam,
header .ios {
	display: block;
	height: 178px;
	position: absolute;
	top: -20px;
	overflow: hidden;
	text-indent: -999px;
}
@keyframes steam {
	0% {
		transform: rotate(2deg);
	}
	100% {
		transform: rotate(-2deg);
	}
}
@-webkit-keyframes steam {
	0% {
		-webkit-transform: rotate(2deg);
	}
	100% {
		-webkit-transform: rotate(-2deg);
	}
}
@-webkit-keyframes ios {
	0% {
		-webkit-transform: rotate(-2deg);
	}
	100% {
		-webkit-transform: rotate(2deg);
	}
}
@keyframes ios {
	0% {
		transform: rotate(-2deg);
	}
	100% {
		transform: rotate(2deg);
	}
}
header .steam {
	width: 354px;
	left: -170px;
	animation: steam 1.5s ease-in-out infinite alternate;
	-webkit-animation: steam 1.6s ease-in-out infinite alternate;
}
header .steam a {
	width: 354px;
	height: 165px;
	background: url(../images/header-steam.png);
	display: block;
}

header .mas {
	width: 320px;
	left: -150px;
	position:absolute;
	top:80px;
	animation: steam 1.5s ease-in-out infinite alternate;
	-webkit-animation: steam 1.6s ease-in-out infinite alternate;
	overflow: hidden;
	text-indent: -999px;
}
header .mas a {
	width: 320px;
	height: 160px;
	background: url(../images/header-mas.png);
	display: block;
}

header .wp {
	width: 320px;
	left: -150px;
	position:absolute;
	top:155px;
	animation: steam 1.5s ease-in-out infinite alternate;
	-webkit-animation: steam 1.6s ease-in-out infinite alternate;
	overflow: hidden;
	text-indent: -999px;
}
header .wp a {
	width: 320px;
	height: 160px;
	background: url(../images/header-wp.png);
	display: block;
}

header .android {
	width: 320px;
	right: -120px;
	position:absolute;
	top:83px;
	animation: ios 1.5s ease-in-out infinite alternate;
	-webkit-animation: ios 1.8s ease-in-out infinite alternate;
	overflow: hidden;
	text-indent: -999px;
}
header .android a {
	width: 320px;
	height: 160px;
	background: url(../images/header-android.png);
	display: block;
}

header .ios {
	width: 337px;
	right: -130px;
	animation: ios 1.5s ease-in-out infinite alternate;
	-webkit-animation: ios 1.8s ease-in-out infinite alternate;
	top:-20px;
}
header .ios a {
	width: 337px;
	height: 145px;
	background: url(../images/header-ios.png);
	display: block;
}

header .steam a:hover,
header .ios a:hover {
	background-position: 0 -178px;
}

header .mas a:hover, header .android a:hover, header .wp a:hover {
	background-position: 0 -167px;
}

/* <:3 )~ Main <:3 )~ */
#main {
	background: #5eb1c3 url(../images/bg.png) repeat 0 0;
	position: relative;
}
#main #fade {
	background: url(../images/fade.png) top center repeat-x;
	height: 200px;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 2;
}
#main .container_12 {
	position: relative;
	z-index: 4;
}
#main hgroup {
	margin-bottom: 20px;
	height: 70px;
	font-size: 42px;
	line-height: 64px;
	color: #da8075;
	text-indent: 48px;
	font-family: LondrinaSolidRegular, Impact, Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 0 #622143;
	position: relative;
}
#main .container_12 {
	z-index: 20;
}
#content hgroup {
	background: url(../images/hgroup.png) no-repeat 0 0;
	width: 620px;
}
#sidebar hgroup {
	background: url(../images/hgroup-sidebar.png) no-repeat 0 0;
	width: 300px;
}
#main hgroup .prop {
	position: absolute;
	bottom: 49px;
	right: 5px;
}
#main .paper {
	margin-bottom: 14px;
}
#main .paper .top {
	height: 2px;
	background: url(../images/paper-top.png) no-repeat 0 0;
}
#main .paper .middle {
	background: url(../images/paper-middle.png) repeat-y 0 0;
	padding: 18px 32px 0;
}
#main .paper .bottom {
	height: 82px;
	background: url(../images/paper-bottom.png) no-repeat 0 0;
}
#main .review {
	width: 300px;
	float: left;
}
#main .review .top {
	height: 2px;
	background: url(../images/review-top.png) no-repeat 0 0;
}
#main .review .middle {
	background: url(../images/review-middle.png) repeat-y 0 0;
	padding: 18px 32px;
}
#main .review .bottom {
	height: 64px;
	background: no-repeat 0 0;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.35);
	padding: 40px 160px 16px 0;
	text-align: right;
	line-height: 1.3;
	margin-bottom: 18px;
}
#main .review.even .bottom {
	text-align: left;
	padding: 40px 0 16px 160px;
}
#main .review.one .bottom { background-image: url(../images/review-bottom-gorilla.png); }
#main .review.two .bottom { background-image: url(../images/review-bottom-snake.png); }
#main .review.three .bottom { background-image: url(../images/review-bottom-anteater.png); }
#main .review.four .bottom { background-image: url(../images/review-bottom-wolf.png); }
#main .review.five .bottom { background-image: url(../images/review-bottom-yak.png); }
#main .review.six .bottom { background-image: url(../images/review-bottom-llama.png); }
#main .review .bottom strong {
	font-size: 18px;
	font-weight: bold;
}
#main .review .bottom em {
	font-size: 14px;
	font-style: italic;
}
#main #gallery {
	margin-top: -2px;
	margin-bottom: 6px;
}
#main #gallery ul {
	list-style: none;
}
#main #gallery ul li {
	float: left;
	display: block;
	margin: 0 6px 12px;
}
#main #gallery ul li a:hover img {
	opacity: 0.8;
}

/* <:3 )~ Footer <:3 )~ */
footer {
	padding-bottom: 32px;
	text-align: center;
}
footer a:hover img {
	opacity: 0.8;
}
footer ul {
	list-style: none;
}
footer #social {
	margin: 20px 0 10px;
}
footer #social li {
	display: inline;
}
footer .attribution {
	margin-top: 50px;
}