@charset "UTF-8";
/* CSS styles.css Document */

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, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
}

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;
}


area:focus, a:focus, a.panel:focus, div.buttons a:focus {
	outline: none;
}

a:hover {color: #0F0;}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong {
	font-weight: 900;
}

/* website */

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color:#333;
}

/* framework */

#wrapper {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
	left: 0;
	overflow: visible;
}

#mask {
	width: 100%;
	height: 100%;
}

.item {
	width: 100%;
    height: 33%;
    float: left;
}

.content {
	position: relative;
    width: 100%;
	height: 100%;
	margin:0 auto;
}

.selected {}

.clear {
	clear: both;
}

hr {
	width:350px;
}

/* contact screen */

#contact {
	position:fixed;
	
	margin-left:-680px;
	margin-top:20px;
	
	width:730px;
	height:260px;
	z-index:10;
	
	background:#F60;
	
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	
	-moz-box-shadow: 0 0 5px 5px #FFF;
	-webkit-box-shadow: 0 0 5px 5px #FFF;
	box-shadow: 0 0 5px 5px #FFF;
	
	z-index:1000;
}

div#contact:hover {
	-moz-box-shadow: 0 0 2px 2px #FFF;
	-webkit-box-shadow: 0 0 2px 2px#FFF;
	box-shadow: 0 0 2px 2px #FFF;
}

/* mainl-field */

#mail_field {
	position: relative;
	top: 60px;
	left: 10%;
	display: table;
	z-index: 1500;
}

fieldset {
	color: #000;
	border: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#left_form {
	display: table-cell;
	width: 80px;
}

#right_form {
	display: table-cell;
	width: 150px;
}

label {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
}
input {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	display: block;
	
	background-color: #333;
	color: #fff;
	
	border: none;
	
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
}

#form_submit {
	background-color:#333;
	border: none;
	width: 322px;
	color: #fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#form_submit:hover {
	background-color: #666;
}

textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	
	background-color: #333;
	color: #fff;
	
	border: none;
	
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px
}

.hide {display: none;}
legend {display: none;}



/* home screen */
#home {
	margin-top: 8%;
	height: 1200px;
	z-index:10;
}

.appStore {
	margin-bottom:20px;
	
	width:100px;
	height:60px;
	display:block;
	
	margin-right:auto;
	margin-left:auto;
}

#home div img {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top: 5px;
}

.mc_button {
	width:320px;
	height:320px;
	display:block;
	
	margin-right:auto;
	margin-left:auto;
	
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	
	-moz-box-shadow: 0 0 5px 5px #FFF;
	-webkit-box-shadow: 0 0 5px 5px#FFF;
	box-shadow: 0 0 5px 5px #FFF;
}

div.mc_button:hover {
	-moz-box-shadow: 0 0 2px 2px #FFF;
	-webkit-box-shadow: 0 0 2px 2px#FFF;
	box-shadow: 0 0 2px 2px #FFF;
}
/* gameplay screen */

#gameplay {
	background:#333; /* old browsers */
	height:1200px;
	z-index:20;
}

.up_arrow {
	position:absolute;
	width:60px;
	height:100px;
	
	margin-left: 90%;
	margin-top: 1400px;
	z-index:60;	
}

.down_arrow {
	position:absolute;
	width:60px;
	height:100px;
	
	margin-left: 90%;
	margin-top: 1500px;
	z-index:60;
}

.up_arrow_sec {
	position:absolute;
	width:60px;
	height:100px;
	
	margin-left: 90%;
	margin-top: 2600px;
	z-index:60;	
}


.table_gameplay {
	display: table;
	width:960px;
	height:400px;
	
	margin-left:auto;
	margin-right:auto;
}

#table_gamplay_left {
	display: table-cell;
	width:480px;
}

#table_gameplay_right {
	display: table-cell;
	width:480px;
}

.table_gameplay p {
	font-size:20px;
	line-height:120%;
	
	padding-left:10%;
}

h2 {
	font-size:24px;
	
	font-family:"Comic Sans MS", cursive;
	color:#F60;
	
	padding-left:10%;
}


/* story screen */

#story {
	/* Background */
	background:#333333; /* old browsers */
	background: -moz-linear-gradient(top, #333333 13%, #ffD430 100%); /* FF3.6 + */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(13%, #333333), color-stop(100%,#ffD430)); /* Chrome10+, Safari5.1 + */
	background::-o-linear-gradient(top, #333333 13%,#ffD430 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #333333 13%,#ffD430 100%); /* IE 10+ */
	background: linear-gradient(top, #333333 13%,#ffD430 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient (startColorstr='#333333', endColorstr='#ffD430',GradientType=0); /* IE6-9 */
	
	height:1700px;
	
	z-index:30;
}

#story div {
	display: table;
	margin:0 auto;
}

.the_table {
	display: table;
	width:960px;
	height:200px;
}

h1 {
	font-family:"Comic Sans MS", cursive;
	font-size:22px;
	text-align:center;
	color:#FFF;
}

p {
	font-family:"Comic Sans MS", cursive;
	font-size:15px;
	color:#fff;
}

p strong {
	font-size:17px;
}


.round_corners_right p {
	padding-top:30px;
	padding-left:25px;
}

.round_corners_left p {
	padding-top:30px;
	padding-left:25px;
}

.image_shadow {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;

	-moz-box-shadow: 0 0 5px 5px #FFF;
	-webkit-box-shadow: 0 0 5px 5px#FFF;
	box-shadow: 0 0 5px 5px #FFF;
}

/* footer */
.footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 30px;
	background-color: #F60;
	z-index: 15;
	
	-webkit-border-top-left-radius: 30px;
	-moz-border-radius-topleft: 30px;
	border-top-left-radius: 30px;
	z-index:100;
}

#footer_inside {
	position: fixed;
	color: #FFF;
	margin-top: 5px;
	margin-left: 80%;
	font-family: "Comic Sans MS", cursive;
	z-index:150;
}



/* for the gameplay video */

#gameplay>.content>iframe {
	display:block; 
	
	margin-top:30px; 
	margin-left:auto; 
	margin-right:auto; 
	margin-bottom:60px;
	
	border:30px solid #000;

	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
    border-radius: 30px;
	
	-moz-box-shadow: 0 0 3px 3px #FFF;
	-webkit-box-shadow: 0 0 3px 3px#FFF;
	box-shadow: 0 0 3px 3px #FFF;
}​