body {
    padding: 0;
    margin: 0;
    background: #111;
    color: #CCC;
    font-size: 13pt;
    font-family: "Dosis", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-image: url("../Images/Background.png");
    background-repeat: repeat;
	padding-bottom: 100px;
}

a {
	color: #ED145B;
	text-decoration: none;
	font-weight: bold;
}

div.center{
	text-align:center;
}

div.popupImage{
	width:100;
	height:100;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	bottom: -48px;
	border: 1px solid #777;
	position:absolute;
	z-index:3000;
	pointer-events: none;
}

#popupImageDescription
{
	background: #000;
	padding: 8px;
	margin: -2px;
}

div.popupImage > img{
	max-width: 916px;
}

div.ImageText {
	color: #333;
	font-weight: bold;
	font-size: 300%;
	position: absolute;
	bottom: 64px;
	left: 64px;
	text-shadow: -2px 0 #DDD, 0 2px #DDD, 2px 0 #DDD, 0 -2px #DDD;
}

div.relativeWrapper{
position:relative;
}

hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.Content {
	clear: both;
	margin: auto;
	width: 916px;
}

.Content.Screenshots {
	padding: 12px;
}

.Heading {
	font-size: 150%;
	font-weight: bold;
	margin-bottom: -11px;
	padding: 4px;
	width: 100%;
	text-shadow: -2px 0 #000, 0 2px #000, 2px 0 #000, 0 -2px #000;
}

SubHeading {
	font-size: 125%;
	font-weight: bold;
	text-shadow: -2px 0 #000, 0 2px #000, 2px 0 #000, 0 -2px #000;
}

div.screenshots > img{
	display: inline-block;
	max-width:174px;
	height:98px;	width: auto;
	border:1px solid #959595;
}


.Logo {
	display: table;
	margin-left: auto;
	margin-right: auto;	
}

.Game-Container {
	width: 900px;
	height:320px;
	margin-bottom: 32px;
	border: 1px solid #777;
	cursor: pointer;
	z-index: -10;	
	 transition: all 0.2s;
	-webkit-transition:	all 0.2s;
}

	.Game-Container:hover {
		margin-left: 14px;
	}

	.Game-Links {	
		width:280px;
		float: right;
		margin-top: -365px;
		margin-right:-300px;
		padding: 16px;
	}

		.Game-Links-Button {
			margin: 0px;
			padding: 0px;	
			display: inline-block;
			cursor: pointer;
			overflow:hidden;
			transition:	all 0.2s;
			-webkit-transition:	all 0.2s;
		}
		.Game-Links-Button:hover {	
			margin-left: 4px;
		}

	.Game-Title {
		float:left;
		margin-top: -118px;
		margin-left: -300px;
		margin-bottom: -100px;
		pointer-events: none;
		-moz-user-select: none;
		-webkit-user-select: none;
		user-select: none;
	}

	
.Buttons {
	display: flex;
	align-items: center; 
}
	
.Button {
	font-weight: bold;
	background: #ED145B;
	background: rgba(246,14,88,0.0);
	margin: 2px;
	padding: 16px;	
	color: #FFF;
	display: inline-block;
	cursor: pointer;
	overflow:hidden;
    transition:	all 0.2s;
	-webkit-transition:	all 0.2s;
	text-color: #FFF;
	border: 1px solid rgba(255,255,255,0.3);
	outline: 1px solid rgba(255,255,255,0.2);;
	outline-offset: -4px;
}

#eshop
{
	background:#FF7E00;
}

#steam
{
	background:#2a475e
}

#black
{
	background:#000000
}


.Button:hover {
	background: #0054FF;
	background: rgba(0,83,246,0.6);
	text-indent: 8px;
}

.divTable{
	display: table;
	width: 100px;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	display: table-header-group;
}
.divTableCell, .divTableHead {
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	display: table-header-group;
}
.divTableFoot {
	display: table-footer-group;
}
.divTableBody {
	display: table-row-group;
}

//Portfolio

.portfolio-directory{
	width:200px;
	padding: 16px;
	margin:8px;
}
.portfolio-piece{
	height:150px;
	width: 400px;	
	border-width: 0px 0px 5px 1px;	
	border-style: solid;
	border-color: grey;
	margin: 8px;
	padding: 8px;
	position: relative;
	display: inline-block;
	transition:	all 0.2s;
	-webkit-transition:	all 0.2s;	
	background: transparent url("/Images/loading-gear.png") center no-repeat;
}

.portfolio-piece:hover{
	border-width: 0px 0px 5px 1px;	
	border-style: solid;
	border-color: white;
}

.portfolio-menu-piece{
	position: relative;
	display: inline-block;
	margin:16px;
}

.portfolio-piece img {
	opacity: 0.1;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
	bottom:8px;
	vertical-align: bottom;
	pointer-events: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	left:-500%; right:-500%; margin:auto;
}

.portfolio-button {
	width: 100%;
	height: 100%;
	font-weight: bold;
	background: rgba(246,14,88,0.0);
	padding: 16px;
	cursor: pointer;
	overflow:hidden;
    transition:	all 0.2s;
	-webkit-transition:	all 0.2s;
	text-color: #FFF;
	border: 1px solid rgba(255,255,255,0.3);
	outline: 1px solid rgba(255,255,255,0.2);
	outline-offset: -8px;
}


.portfolio-button:hover{
	//margin-bottom: 30px;	
	border: 1px solid rgba(255,255,255,1);
	outline: 5px solid rgba(255,255,255,1);
	outline-offset: -12px;
}

.portfolio-button > p{
	margin: 4px;
	padding:4px;
	background-color: rgba(0,0,0,0.5);
	font-size: 110%;
	text-align: center;
	border: 1px solid rgba(255,255,255,0.5);
	margin-top:0px;
}

.portfolio-menu{
	width:800px;
	height:640px;
}
.portfolio-menu th, td{
	padding: 24px;
}

.tooltip {
	text-align:center;
	float:right;
	position: absolute;
	right:0;
	top:0;
	margin:16px;
	padding: 8px;
	background-color: rgba(0,0,0,0.5);
	border: 1px solid rgba(255,255,255,0.5);
}