html
{
	background: rgb(255,255,255);
}

body
{
	margin:0px;
	height: 100%;
	background-color: rgb(254, 254, 226);
	background-image: url('images/bg.jpg');
	background-repeat: repeat-y;
    background-position: center top;
}

header.site_header
{
	position: relative;
	background: rgb(30,61,184);
}
#title
{
	z-index:0; 
	width: 100%;
}
#languages
{
	width: 100%;
	text-align: right;
	background-color: rgb(226, 226, 254);
	height: 26px;
}
#languages img
{
	position: relative;
	top: 4px;
}
#languages a
{
	color: black;
	text-decoration: none;
}
nav
{
	background: rgb(30,61,184);
	color: white;
}
nav a
{
	display: inline-block;
	height: 24px;
	color: white;
}
nav a img
{
	margin-right: 6px;
}

#container
{
	width: 800px;
	background-color: rgb(226, 226, 254);
	min-height: 100%;
	overflow: visible;
	margin:auto;
	text-align:center;
	font-family: 'Roboto Slab', serif;
	color:black;
}


img
{
    max-width: 100%;
}
img 
{
    height: auto;
}


article.game
{
	width:300px;
	height: 250px;
	display:inline-block;
	position: relative;
	background-color: black;
	box-shadow: 6px 6px 8px rgba(0,0,0,0.5);
	border-radius: 4px;
	overflow: hidden;
	margin-left: 8px;
	margin-right: 8px;
	border: 1px solid black;
	margin-top: 10px;
}
article.game a
{
	color:white;
	text-decoration: none;
	border-top: 1px solid black;
}

article.game h2
{
	text-align:left;
	margin:0px;
	background-color: rgba(0,0,0,0.8);
	z-index: 10;
	position: absolute;
	top: 0px;
	width: 100%;
	font-weight: normal;
	font-size: 24px;
	font-family: 'Paytone One', sans-serif;
	
	height: 35px;
	padding-left:3px;
	padding-top: 2px;
}
.game_description
{
	height: 206px;
	padding:5px;
	width: 290px;
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	top: 37px;
	z-index: 0;
	visibility: hidden;
	text-align:left;
}
.game_links
{
	text-align:right;
	position: absolute;
	bottom: 0px;
	width: 100%;
	z-index: 10;
}
.game_links a
{
	width:296px;
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	background-color: rgb(130,130,130);
	background: linear-gradient(rgb(130,130,130), rgb(100,100,100));
	padding-right: 4px;
	height: 24px;
	font-size: 18px;
	padding-top: 2px;

}


article.game_full
{
	margin:auto;
	margin-top: 10px;
	width: 95%
}
article.game_full h2
{
	font-family: 'Paytone One', sans-serif;
	font-size: 2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

article.game_full p
{
	text-align: justify;
}
article.game_full .screenshots
{
	clear:both;
}

article.game_full aside
{
	width: 250px;
	float: right;
	text-align: right;
	border-bottom: 1px solid black;
	margin-left: 8px;
	margin-bottom: 8px;	
}
article.game_full .summary
{
	max-width: 500px;
}
article.game_full h3
{
	margin: 5px;
	font-size: 15px;
}
article.game_full aside a
{
	display: inline-block;
	width: 246px;
	font-weight: bold;
	background-color: rgb(130,130,130);
	background: linear-gradient(rgb(130,130,130), rgb(100,100,100));
	padding-right: 4px;
	height: 24px;
	font-size: 18px;
	padding-top: 2px;
	text-decoration: none;
	color: white;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	text-decoration: underline;
}

.about
{
	text-align: center;
	width: 95%;
	margin:auto;
	margin-top: 10px;
}
.about p, .about ul
{
	font-size: 1.2em;
	text-align: justify;

}
.about h2
{
	font-family: 'Lobster Two', cursive;
}
.about h3
{
	text-align: justify;
}


a.good, article.game_full aside a.good
{
	background-color: rgb(170,170,50);
	background: linear-gradient(rgb(170,170,50), rgb(140,140,20));
}
a.facebook, article.game_full aside a.facebook
{
	background-color: rgb(59, 89, 152); 
	background: linear-gradient(rgb(59, 89, 152), rgb(29, 59, 122));
}
a.indiedb, article.game_full aside a.indiedb
{
	background-color: rgb(120, 140, 120); 
	background: linear-gradient(rgb(120, 140, 120), rgb(90, 110, 90));
}
a.get
{
	color: red;
}

.placeholder
{
	width:300px;
	height: 2px;
	display:inline-block;
	visibility: hidden;
	margin-left: 8px;
	margin-right: 8px;
	border: 1px solid black;
	margin-top: 10px;
}

	.gplay
	{
		width: 300px;
	}

@media all and (max-width: 800px)
{
    #container
	{
		width: 100%;
	}
	html
	{
		background-image: url('images/bgmain.png');
	}
	iframe.youtube
	{
		width: 256px;
		height: 144px;
	}
	article.game_full aside
	{
	width: 250px;
	float: none;
	text-align: center;
	border-bottom: 1px solid black;
	margin: auto; 
	margin-top: 8px;
	}
	article.game_full h3
	{
		display:none;
	}
	article.game_full .summary
	{
		max-width: 100%;
	}
	.gplay
	{
		width: 50%;
	}
@media all and (device-width: 480px)
{
    #container
	{
		width: 480px;
	}
	html
	{
		background-image: url('images/bgmain.png');
	}
	iframe.youtube
	{
		width: 256px;
		height: 144px;
	}
	article.game_full aside
	{
	width: 250px;
	float: none;
	text-align: center;
	border-bottom: 1px solid black;
	margin: auto; 
	margin-top: 8px;
	}
	article.game_full h3
	{
		display:none;
	}
	article.game_full .summary
	{
		max-width: 100%;
	}
	.gplay
	{
		width: 50%;
	}
}

