@charset "utf-8";
/*-----------------------------------------------------MAIN */
body, html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-width: 300px;
	height: 100%;
}

#content {
	width: 100%;
	min-width: 300px;
	height: auto;
	min-height: 100%;
	background: #e0e0e0;	
}

#header {
	width: 100%;
	min-width: 300px;	
	height: 100%;
	max-height: 390px;
	background: #000;
}

#main {
	width: 100%;
	min-width: 300px;	
	min-height: 150px;
	height: 100%; 
	
	padding-top: 25px;
	padding-bottom: 165px;
	
}
#main_content {
	width: 90%;
	max-width: 1000px;
	min-width: 300px;	
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

#footer {
	 position: relative;
	 z-index: 10;
	 min-width: 300px;
	 height: 140px;;
	 margin-top: -140px;
	
	border: 0px;
	border-top: 2px;
	border-style: solid;
	border-color: #87a7d0;
}
/*-----------------------------------------------------HEADER */
#header_image {
	max-width: 1400px;
	min-width: 300px;
	
	/*max-height: 386px;*/
	
	margin-left: auto;
	margin-right: auto;
	
	overflow: hidden;
}
#header_image img{
	width: 100%;
}

#header_image .fader img{
	max-width: 1400px;
	min-width: 300px;
}

#header_image .fader{
	width: 100%;
	position: absolute;
	
	top: 0;
	left: 0;
	
	z-index: 88;
}

#header_image ul{
	position: relative;
	top: 0;
	left: 0;
	list-style-type:none;
	margin:0;
	padding:0;
	
	/*width: 9999px;*/
} 

#header_image ul li{
	float: left;

	/*max-width: 1400px;
	min-width: 300px;*/
	/*margin: 0 20px 15px 0;*/
} 
#header_image ul li img{
	max-width: 1400px;
	min-width: 300px;
}

/*-----------------------------------------------------MAIN */
.game {
	position: relative;
	width: 90%;
	max-width: 330px;
	max-height: 178px;
	
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 10px;
}
.game img {
	width: 100%	;
}
.details_shell{
	cursor: hand;
	cursor: pointer;
}
.game_image{
	position: relative;	
}
.game_thumb{
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 1;
	pointer-events:none;

}
.game_details {
	position: absolute;
	
	width: 100%;
	max-width: 330px;
	max-height: 178px;
	
	z-index: 2;
	
	background: #000;
	
	text-align: left;
	font-size: 80%;
	font-family: Verdana, Geneva, sans-serif;
	color: #fff;
	
	word-wrap:break-word;
	
	left: 0px;
	bottom: 0px;
	
	opacity: 0.9;
	pointer-events:none;	
}
.game_details .text{
	width: 95%;
	height: 100%;
	
	padding-top: 5px;
	padding-bottom: 5px;
	
	margin-left: auto;
	margin-right: auto;
	
}

#main_content h1 {
	margin-top: -10px;
	color: #5c5c5c;
	font-weight: normal;
}
.box_image {
	border: 0px;
	padding: 5px;
    background-color: #ffffff;	
}
/*-----------------------------------------------------FOOTER */
#nav{
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding: 20px;
}
#nav a:link, #nav a:visited, #nav a:active{
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#nav a:hover {
	color: #f1ecaf;	
}
#contact {
	text-align: right;
	padding-right: 20px;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #8e8e8e;
}
#contact a:link, #contact a:visited, #contact a:active{
	color: #87a7d0;
	text-decoration: none;
}
#contact a:hover {
	color: #f1ecaf;
}
#social_shell {
	position: absolute;
	margin-top: -20px;
	margin-left: 20px;
}
#social_shell img{
	padding-right: 5px;
}
#social_shell img:hover{
	margin-top: -5px;
	margin-bottom: 5px;
}
/*-----------------------------------------------------EFFECTS */
.transition {
	transition-duration: .15s;
	-moz-transition-duration: .15s;
	-webkit-transition-duration: .15s;
    -webkit-transition-timing-function: ease-in-out;	
}

.shadow {
	-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 0px 12px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 0px 12px rgba(0, 0, 0, 0.75);
}

.gray {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e0e0e0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e0e0e0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e0e0e0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e0e0e0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
	
}

.black {
	background: #1c1c1c; /* Old browsers */
	background: -moz-linear-gradient(top,  #1c1c1c 0%, #0a0a0a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c1c1c), color-stop(100%,#0a0a0a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1c1c1c 0%,#0a0a0a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1c1c1c 0%,#0a0a0a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1c1c1c 0%,#0a0a0a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1c1c1c 0%,#0a0a0a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c', endColorstr='#0a0a0a',GradientType=0 ); /* IE6-9 */
}