﻿

* {
	margin: 0;
	padding: 0;
}


html, body
{
  /*height:100%;*/
  min-height:100%;
}

body {

	/*background: #242424;*/
	
	/*background: #e6e6e6;*/
	/*background: #FFFFFF;*/
	/*background: #202225;*/
	background-color:#000000;
	
	overflow-y: scroll;
}



body
{
  background-image: url("images/background_common.jpg");
  
  background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0) 200px, rgba(0,0,0, 1) 560px), url("images/background_common.jpg");
  /*linear-gradient(to bottom, #fff, transparent) top/100% 32px no-repeat,
    linear-gradient(to top, #fff, transparent) bottom/100% 32px no-repeat,*/
    
    
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover auto;
  
  /*backdrop-filter: blur(2px);*/  
}

body
{
  background-size: 120% auto;
}

@media only screen and (max-width: 1400px)  {
body
{
  background-size: 1680px auto; /*1400px * 120%*/
}
}

#wrap
{
  background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0) 22em, rgba(0,0,0, 1) 60em);
  min-height:45em;
}



.clear
{
  clear:both;
}

.break
{
  width: 100%;
}

#message {
	
	font-size: 16px;
	background-color: #ffffe1;
	width:100%;
	padding:0.2em;
	padding-left: .7em;
	border: 0;
	border-bottom: 1px;
	border-style: solid;
	border-color:#000000;
}

#wrap {
	
	/*background:transparent;*/
	/*width:90%;*/
	margin:0 auto;
	
	
}


.alignCenter
{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#Header {
  padding-top:13px;
  /*padding-bottom:7px;*/
  
	margin:0 auto;
	
	text-align:center;
	
	display: block;
	
	/*height: 75px;*/
	
	/*height: 60px;*/
	
	/*z-index:11;
	position:relative;*/
	
	z-index:-1;
	
}


#Header img {
  max-width:100%;
  
  /*height:75px*/
}


#Header h1 {
	
	display:none;
	
	margin-bottom: 0;
	
	font: bold 2.5em verdana, sans-serif;
	letter-spacing: 5px;
	white-space: nowrap;
}

#headerWrap
{
  /*background: #202225;*/
}



#panel
{
   color: white;
   /*color: black;*/
   /*color: #323232;*/
   
   
   /*border: 1px solid black;*/
  
	/*box-shadow: 2px 2px 5px black;*/
	
	
	/*border-radius: 0px 0px 8px 8px;*/
	
	/*background-color:#909090;*/
  /*background-color:#000000;*/
  
  padding:1.4em;
  
  
  
}



#bodyContent{
	
	
	
	/* background: url(images/bgcontainer.png) repeat-y; */
	

	
  
	
	padding:0;
	padding-top:10px;
	/*padding-bottom:50px;*/
}

#bodyContent h2,#bodyContent h2 a {
	
	font: bold normal 2.0em verdana, sans-serif;
	letter-spacing: 3px;
	color: #5dae30;
	text-shadow: 2px 2px 2px #000;
	
	
}



#bodyContent h3 {
	
  margin-left:5px;
  margin-top:10px;
  
	font: bold normal 1.3em verdana, sans-serif;
	letter-spacing: 1px;
	
	color: #5dae30;
	
	text-shadow: 1px 1px 2px #000;
	
}

#bodyContent h4 {
	
  margin-left: 1em;
  margin-top:10px;
  
  
	font: normal 1.1em verdana, sans-serif;
	letter-spacing: 1px;
	
	color: #5dae30;
	
	text-shadow: 1px 1px 2px #000;
	
}




#bodyContent p{
	font: 1.1em verdana, Verdana, Arial, Helvetica, sans-serif;
	margin-left: 2em;
	padding: 5px;
	color:#e8e8e8;
	
	text-shadow: 1px 1px 2px #000;
}

#bodyContent ul {
	font: 1.1em/1.4 verdana, Verdana, Arial, Helvetica, sans-serif;
	margin-left: 4em;
	padding: 5px;
  /*color:#e8e8e8;*/
  /*color:white;*/
  
  line-height: 130%;
  
  /*text-shadow: 1px 1px 2px #000;*/
}

#bodyContent a{
  /*text-shadow: none;*/
  color: #808dff;
  
  
  /*text-shadow: 1px 1px 2px #333;*/
  
  /*text-decoration: underline;*/
}


#navigation_strip
{
  display:none;
    
	height:3px;
	background-color: #23754c;
	
	position:relative;
	z-index:4;
	
	box-shadow: 0px 2px 7px black;
	
	
	
}

.navigation {
    
  /*width:80%;*/
  
  margin-left:auto;
  margin-right:auto;
    
    
    
	text-align: center;
	white-space: nowrap;

  padding-left:3px;
  
  min-width:80%;
  
  max-width:100%;
  
  overflow-x:scroll;
  
  position:relative;
  /*display:inline-block;*/
  
  
  /*display: flex;
  flex-wrap: wrap;
  justify-content: center;*/
  
  display: table;
}

.navigation.static {

min-width:10%;




}

.styleStatic #navigation {  
   display:none;
}

.styleStatic #headerWrap
{
  min-height:50px;
}


#staticHeader {
    
display:block;

position: fixed;
top:0;
right:0;
left:0;
overflow-x:hidden;

background-color: #00000096;

}

#staticHeader #Header img {
  max-width:35%;
  min-width:250px;
  float:left;
  /*height:75px*/
}
#staticHeader .navigation {
  max-width:30%;
  float:right;
}



.navigation a
{
  display: table-cell;
  vertical-align: bottom;
  
  text-decoration: none;
  
  color: white;
  
  
}

.navigation a span {

	font-size: 18px;
	
	display:block;
	/*float:left;*/
	
	
	margin-top:10px;
	
	height:25px;
/*	width:20%;*/
	/*width:25%;*/
	
	
	/*width:100%;*/
	
	
	margin-right:-1px;
	margin-left:-2px;
	
	padding-top:3px;
	
	padding-left:10px;
	padding-right:10px;
	
	
	/*border: 1px solid #00260336;
	border-bottom: 0 solid black;*/
	
	
	/*color: black;*/
	/*background-color: #23754c;*/
	
	
/*	background: url(images/bgfooter.png) repeat-x;*/

/*	opacity: 0.8;*/


  
  text-shadow: 1px 1px 2px black;

	border-radius: 8px 8px 0 0;
  
	border-radius: 13px 13px 0 0;
  
  
  
  font: bold normal 1.0em verdana, sans-serif;
	
	font-size: 18px;
	
	transition: height 0.3s, margin-top 0.3s, background-color 0.3s, color 0.5s;
}

/*
@media (max-width: 600px) {
.navigation a span {
  font-size: 14px;
  }
}
*/

.navigation a:hover span
{
	/*background-color: #25dc81;
	
	height:32px;
	margin-top:3px;*/
	
	color: #999900;
	
/*	position: relative;*/
	
/*	z-index:3;*/
	
/*	margin-top:0px;*/
  
/*  height:35px;*/

	

	/*box-shadow:         0px 2px 8px 3px #25dc81;*/
	
	
	
}

.navigation .active span {
	
	/*position: relative;
    z-index:5;

	background-color:#299660;

	margin-top:3px;
  
    height:32px;*/
    
}



.navigation2 {
	clear:both;
	text-align: center;
	white-space: nowrap;
	font-size: 0px;
	height: 5px;
	
  margin-top:-5px;
  
	/*width:400px;*/
	
	
	
	display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /*align-items: center;*/
    
	/*margin-left:-50%;*/
	
	
}
.navigation2 a {

	font-size: 14px;
	
	
	
	display:block;
	float:left;
	height:20px;
	/*width:32%;*/
	width:6em;
	
	max-width:20%;
	
	
/*	display:inline;*/
	padding-top:.6em;
/*	padding: .3em 1em;*/
	text-decoration: none;
	
	border-width: 1px 1px;
	border-style: solid;
	border-color:#000000;
	
	border-radius: 0 0 8px 8px;
	
	
	/*color: #000000;*/
	
	color: white;
  
  text-shadow: 1px 1px 2px black;
	
	background-color: #23754c;
	
	/*background: url(images/bgfooter.png) repeat-x;*/
	
	transition: height 0.3s, margin-top 0.3s, background-color 0.3s;
}

.navigation2 a:hover {
	color: #FFF;
	background-color: #25dc81;
}

.navigation2 .active{
	font-weight: bold;
	
	padding-top:0.9em;
	
	
}






.pad
{
	padding:1em;
  
}





#footer{
	
	/*margin: 10px;*/
	
	text-align: center;
	font: .7em/0.5 verdana, Verdana, Arial, Helvetica, sans-serif;
	
	color:white;
	text-shadow: none;
}

#footer a{
	
	color:white;
	text-shadow: none;
	text-decoration: none;
}



#screenshots{
	text-align: center;
}
#screenshots img{
	margin-bottom: 0.7em;
}


.push
{
	clear:both;
}



/* wordpress */

#allowed-tags
{
  color:black;
}

.post
{
  margin-top:10px;
}

.bloggerLink
{
    float:right;
    font-size: 1.2em;
    font-weight:bold;
}


.blog_content .post
{
    padding:3px;
    margin-bottom:10px;
    
    border-bottom:1px solid gray;
}


.blog_content h3
{
    margin-bottom:7px;
}

.blog_content .content
{
    margin-left:10px;

}

.blog_content .bloggerLinkView
{
    text-align:center;
    
/*    margin:0 auto;*/
}

ul.game_list
{
    display:block;
    margin:0 auto !important;
    width:90%;
    
    list-style-type: none;
    
    
}

.game_list li
{
    
    
    
    
}

.game_list .title
{
    padding:0 !important;
    margin:0 !important;
    
    
    font-size: 1.2em;
    font-weight:bold;
    
    color:white;
    
    display:block;
}

.game_list .info
{
    padding:0 !important;
    margin:0 !important;
    
    color:white;
}

.game_list a
{
    border:3px solid gray;
    display:block;
    float:left;
    
    margin:5px;
    padding:7px;
    padding-top:25px;
    
    width:28%;
    /*height:110px;*/
    
    
    
    text-decoration: none;
    
    text-align:center;
    
    transition: border 0.2s;
}


.game_list a:hover
{
  border:3px solid #cfe5d3;
}

.game_list a:hover .title
{
  text-decoration: underline;
}


.game_list a img
{
  transition: opacity 0.4s, margin-top 0.4s, margin-bottom 0.4s;
  opacity:0.8;
  
  margin-top:8px;
  margin-bottom:0px;
  
}
.game_list a:hover img
{
  opacity:1;
  
  margin-top:0px;
  margin-bottom:8px;
}

.frontimages
{

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  
}

.frontimage
{
  float:left;
  padding:8px;
  
  display:block;
  
  min-width:25%;
  width:150px;
  
  display: table-cell;
  
}

.frontimage img
{
  /*max-width:50%;*/
  /*width:150px;*/
  
  width:100%;
  
  
}




.styledTable {
	margin:0px;padding:0px;
	width:100%;
	
	
}

.styledTable table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	
	box-shadow: 5px 5px 3px #888888;
	border:1px solid #3f7f00;
	
	border-bottom-left-radius:0px;
	
	border-bottom-right-radius:0px;
	
	border-top-right-radius:0px;
	
	border-top-left-radius:0px;
	
	/*margin-left:-20px;
	margin-right:-20px;*/
	
	
}

.styledTable tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}

.styledTable table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.styledTable table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}

.styledTable tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}
.styledTable tr:hover td{
	
}
.styledTable tr:nth-child(odd){ background-color:#d4ffaa; }
.styledTable tr:nth-child(even)    { background-color:#ffffff; }



.styledTable td{
	vertical-align:middle;
	
	
	border:1px solid #3f7f00;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:4px 2px;
	
	
	/*font-size:13px;*/
	
	font-size: 0.7em;
	
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.styledTable tr:last-child td{
	border-width:0px 1px 0px 0px;
}.styledTable tr td:last-child{
	border-width:0px 0px 1px 0px;
}.styledTable tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.styledTable tr:first-child td, .styledTable tr:first-child th{
		background:-o-linear-gradient(bottom, #5fbf00 5%, #3f7f00 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5fbf00), color-stop(1, #3f7f00) );
	background:-moz-linear-gradient( center top, #5fbf00 5%, #3f7f00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#5fbf00", endColorstr="#3f7f00");	background: -o-linear-gradient(top,#5fbf00,3f7f00);

	background-color:#5fbf00;
	border:0px solid #3f7f00;
	text-align:center;
	border-width:0px 0px 1px 1px;
	
	/*font-size:13px;*/
	
	font-size: 0.6em;
	
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.styledTable tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #5fbf00 5%, #3f7f00 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5fbf00), color-stop(1, #3f7f00) );
	background:-moz-linear-gradient( center top, #5fbf00 5%, #3f7f00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#5fbf00", endColorstr="#3f7f00");	background: -o-linear-gradient(top,#5fbf00,3f7f00);

	background-color:#5fbf00;
}
.styledTable tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.styledTable tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}



.galleryImage
{
  width: 400px;
}

.image
{
  max-width:100%;
}


section
{
  padding-bottom:2em;

}

.alignCenter
{
  align-items: stretch;
}


.alignCenter section
{
flex-grow: 1;
}


#bodyContent .feature-text h2
{
  color:white;
  text-align: center;
  text-shadow: 3px 3px 5px black;
}

#bodyContent .feature-text
{
  margin-top:11em;
  margin-bottom:7em;
}


.gameList
{
  text-align: center;
}

#bodyContent .gameList a
{
  color: #a5a5a5;
  text-decoration: none;
  font-weight: bold;
  font-size:190%;
}

#bodyContent .gameListOther a
{
  font-size:130%;
}

#bodyContent .gameList ul
{
  list-style-type: none;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}
#bodyContent .gameList li
{
  margin-top: 1em;
  margin-bottom: 1em;
}


#bodyContent .gameList a:hover
{
  color: #3a69db;
  text-decoration: underline;
  
	transition: color 0.5s;
}

#bodyContent .gameList .description
{
  display: block;
}




