@charset "utf-8";
/* CSS Document */
.gameWrapper{
	max-width:600px;
	position:relative;
	margin:0px auto;
	overflow:hidden;
}
.gameBG{
	position:absolute;	
}
.game {
	position: relative;
	width:100%;
	padding-bottom: 75%;
	height: 0;
	overflow:hidden;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.game object,
.game embed  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.game img{
	width:100%;
	height:auto;	
}

/*Game Backgrounds*/
.aaBomb{
	width:100%;
	height:auto;	
}

.game{
	width:100%;
	height:100%;
	position:relative;
	margin:0 auto;
	border:1px solid #aaa;
	box-shadow:0px 0px 10px #aaa;
	-moz-box-shadow:0px 0px 10px #aaa;
	-webkit-box-shadow:0px 0px 10px #aaa;
	overflow:hidden;
}
.caption{
	width:100%;
	display:block;
	text-align:center;
	margin-top:5px;
	color:#f00;
	font-style:italic;
	font-size:12px;
	z-index:1000;	
}
.sectionHeader{
	margin-bottom:0;
	margin-top:20px;	
}
.siteDescription{
	padding-bottom:20px;
	line-height:1.5em;	
}
.siteDescription a{
	color:#00b2b2;
	
	-webkit-transition: all .05s linear;
    -o-transition: all .05s linear;
    -moz-transition: all .05s linear;
    -ms-transition: all .05s linear;
    -kthtml-transition: all .05s linear;
    transition: all .05s linear;	
}
.siteDescription a:focus{
	outline:none;
	color:#fff;
	background-color:#318DFD;	
}
.siteDescription a:focus:hover{
	background-color:#00f;
	color:#fff;	
}
@media only screen and (min-width: 933px) {
.gameWrapper{		
	position:relative;
	margin:0px auto;
	overflow:hidden;
}
.gameBG{
	position:absolute;	
}
.caption{
	display:none;	
}
.game{
	width:100%;
	height:100%;
	position:relative;
	margin:0 auto;
	border:1px solid #aaa;
	box-shadow:0px 0px 10px #aaa;
	-moz-box-shadow:0px 0px 10px #aaa;
	-webkit-box-shadow:0px 0px 10px #aaa;
	overflow:hidden;
}
.siteDescription{
	padding-bottom:20px;
	line-height:1.5em;	
}	
}