@charset "utf-8";
/* CSS Document */
.imageWindow{
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:0px 0px 3px #333;
	-moz-box-shadow:0px 0px 3px #333;
	-webkit-box-shadow:0px 0px 3px #333;
	border:1px solid #fff;
	width:100%;
	height:auto;
	overflow:hidden;	
}
.imageWindow img{
	position:relative;
	margin:0px auto;
	margin-bottom:-4px;
	width:100%;	
	height:auto;
}
.game{	
	position:relative;
	width:100%;
	height:auto;
	margin-top:20px;
	margin-bottom:1px;
	line-height:1.5em;
}
.game:last-child{
	border:none;
}
.gameImage{
	position:relative;
	margin:0px auto;
	margin-bottom:20px;
	width:100%;
	height:auto;
	max-width:425px;
	overflow:hidden;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border:1px solid #fff;
	-moz-box-shadow:0px 0px 2px #333;
	-webkit-box-shadow:0px 0px 2px #333;
	box-shadow:0px 0px 2px #333;
	
	-webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -kthtml-transition: all .1s linear;
    transition: all .1s linear;
}
.gameImage:hover{
	border-color:#000;
	-moz-box-shadow:0 8px 6px -6px #666;
	-webkit-box-shadow:0 8px 6px -6px #666;
	box-shadow:0 8px 6px -6px #666;
}
.gameImage img{
	width:100%;
	height:auto;	
	margin-bottom:-7px;
}
.gameImage .fillLink{
	position:absolute;
	width:100%;
	height:100%;	
}
.game h1,h2,h3,h4,h5,h6{
	padding:0;
	margin:0;	
	color:#00b2b2;
	font-family:"bebas regular";
	font-weight:normal;
	font-size:25px;
}
.game .gameInfo{
	margin:0 auto;
	width:100%;
	max-width:425px;
	height:200px;
	backgroud-color:#f00;	
}	
/*Spacer to fix problem with overflow on Mars Racer*/
.marsRacerSpacer{
	height:120px;
	clear:both;
	z-index:-500;
}	
.game p{
	margin:0;
	margin-top:5px;
	text-align:justify;	
	clear:both;
}
.game h1,h2,h3,h4,h5,h6, a{
	color:#00b2b2;
	text-decoration:none;	
	
	transition:color .1s ease-out;	
	-webkit-transition:color .1s ease-out;	
	-moz-transition:color .1s ease-out;
	-ms-transition:color .1s ease-out;
	-o-transition:color .1s ease-out;
}
.game h1,h2,h3,h4,h5,h6, a:hover{
	color:#c0392b;
}
.gameLink{
	position:inherit;
	display:block;
	margin:0 auto;
	margin-top:20px;
	width:125px;
	height:30px;
}
.intro{
	text-align:center;
	font-size:20px;
}

@media only screen and (min-width: 960px) {
.game{	
	position:relative;
	width:100%;
	height:220px;
	padding-bottom:30px;
	margin-bottom:30px;
	clear:both;
	border-bottom:1px solid #aaa;
	line-height:1.5em;
}
.game:last-child{
	border:none;
}
.gameImage{
	width:425px;
	height:219px;
	margin-right:20px;
	float:left;
}
.gameImage img{
	width:425px;
	height:219px;	
}
.gameImage .fillLink{
	position:absolute;
	width:425px;
	height:219px;	
}
.game{
	border-bottom:1px solid #aaa;	
}
.game h1,h2,h3,h4,h5,h6{
	padding:0;
	margin:0;	
	color:#00b2b2;
	font-family:"bebas regular";
	font-weight:normal;
	font-size:25px;
}
.game .gameInfo{
	float:right;
	width:50%;
	height:200px;
}
/*Spacer to fix problem with overflow on Mars Racer*/
.marsRacerSpacer{
	height:0px;
	display:none;
}	
.game p{
	margin:0;
	margin-top:5px;
	text-align:justify;	
}
.gameLink{
	display:block;
	position:absolute;
	bottom:30px;
	right:0;	
}
.intro{
	text-align:center;
	font-size:20px;
}
}