/**
 *  PITMAP Theme
 */

@CHARSET "UTF-8";
@font-face{
}
html, body{
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size:16px;
	image-rendering: pixelated; /*chrome*/
	image-rendering: -moz-crisp-edges;
	image-rendering: crisp-edges;
}

body{
	background-color:#000001;
	line-height:1.3rem;
	border-style: none; border-width: 1px;
	/*text-shadow:0px 0px 1px #ddeeff;*/
	color:#FCFCFC;
	margin:0;
	padding:0;
}

form#sendbtn{
	text-indent: -32px;
}
form.twitter:before{
	content: '';
	display:inline-block;
	background: url('/img/sns_twitter.png') 0 0 no-repeat;
	background-size: 32px;
	width: 32px;
	height: 32px;
	text-indent: -32px;
}
h1{
	font-size:16px;
}
h2{
	line-height: 2rem;
}
h3{
	margin:1rem;
}

ul{
	display: inline-block;
	text-align: left;
	list-style: none;
}

ul li{
	margin: 1rem 0;
}
ul li:before{
	content: '';
	background: url(/img/stepbomb.png);
	width: 3rem;
	height: 3rem;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: cover;
	vertical-align: middle;
	margin-right:0.5rem;
}

.main{
	overflow:hidden;
}

canvas, img{
	/*-webkit-backface-visibility: hidden;*/
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz--transform: translate(0, 0);
	z-index:1;
}

.center{
	width:100%;
	height:100%;
	display:table-cell;
	vertical-align:middle;
	text-align: center;
}

.display iframe#login{
}
.container{
	margin:0 auto;
	width: 640px;
}

@media screen and (max-width: 640px){
	.container{
		margin:0 auto;
		width: 100%;
	}
	
	.resource_capsules img:last-child {
		display: none;
	}
	.horizon_scroll{
		width:100%;
		display:block;
		overflow-x: scroll;
	}
}
.resource{
	color:#F83800;
	font-weight: bold;
}
p{
	color:#F8D878;
}

a{
	color:#B8F8D8;
}

#launcher{
	width: 180px;
	height: auto;
	cursor: pointer;
	border-top: solid 1px transparent;
	border-bottom: solid 1px transparent;
}
#launcher:active{
	width: 180px;
	height: auto;
}
#launcher:hover{
	border-top: solid 1px #B8F818;
	border-bottom: solid 1px #D8F878;
}

.container textarea{
	display:block;
	width: 80%;
	height: 8rem;
	margin: 1rem auto;
	padding: 0.25rem;
	border: 1.5rem solid rgb(252, 160, 68);
	background: black;
	color: white;
	outline: 0.5rem solid #B8F818;
	border-top: 1.5rem solid #D8F878;	
	border-bottom: 1.5rem solid #D8F878;	
	border-right: 0.5rem solid transparent;	
	border-left: 0.5rem solid transparent;
	line-height: 1.2rem;
}


.zoomin{
	position:fixed;
	top:0;
	bottom: 0;
	left:0;
	right: 0;
	margin: auto auto;
	transition-duration: 0.5s;
	z-index:100;
	background-color: hsla(0, 0%, 90%, 0.4);
	overflow: scroll;
}

#keyboard img{
	width: 440px;
}
#keyboard.zoomin img{
	width: 80%;
}
@media screen and (max-width: 640px){
#keyboard.zoomin img{
	width: 200%;
}
}
.zoomin img{
	opacity: 1;
	position:absolute;
	top:0;
	bottom: 0;
	left:0;
	right: 0;
	/*width: 80%;*/
	/*height: auto;*/
	margin: auto auto;
	transition-duration: 0.5s;
	z-index:100;
}
.zoomout{
	position:fixed;
	top:0;
	bottom: 0;
	left:0;
	right: 0;
	width: 0;
	height: 0;
	margin: auto auto;
	transition-duration: 0.2s;
	background-color: hsla(0, 0%, 90%, 0.0);
	z-index:-100;
}
.zoomout img{
	opacity: 0;
	position:fixed;
	top:0;
	bottom: 0;
	left:0;
	right: 0;
/*	width: auto;
	height: auto;*/
	margin: auto auto;
	transition-duration: 0.2s;
	z-index:-100;
}

