
* { margin:0; padding:0; }

body {
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	background-color: #f1f3f8;
	font-size: 16px;
}

a {
	text-decoration: none;
}

.menutop {
	height: 100px;
	background-image: url("Images/menu_top_background.png");
	background-repeat: repeat-x;
}

.menuleft {
	width: 100px;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #3d95f0;
}



.menu_spacer {
	width: 1px;
	background-color: #ffffff;
}



.page_intro {
	margin-top: 25px;
	margin-bottom: 20px;
	color: #000000;
	font-size: 20px;

	padding-top: 5px;
	padding-bottom: 5px;
}


/* The right-hand capsules area: */
.main_column {
	margin: 0 auto;
	width: 1082px;
}




/* The right-hand capsules area: */
.main_grid_column {
	margin: 0 auto;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: center;

/*	background-color: #EEEEEE;*/

}



/* A single cell in the grid. */
.gridcell {
	width: 340px;
/*	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
*/
	padding: 4px;
	margin: 4px;
	margin-bottom: 10px;
	display: inline-block;

	color: #333333;
	font-size: 13px;
	background-color: #DDDDDD;

/*	border-style: solid;
	border-width: 1px;
	border-color: #000000;
*/
}



.gridimage {
	width: 340px;
}



/* Contains the capsule so we can blur it but not its siblings: */
.capsulecontainer {
	height: 258px;
	position: relative;
	color: #FFFFFF;
}


.short_desc_container {
	display: none;
	z-index: 1;
	height: 258px;
	position: absolute;
	text-align: center;
	cursor: pointer;
}


/* The popup short description is a sibling of the inner capsule: */
.short_desc {
	background-color: #eb5b4c;
	z-index: 2;
	width: 472px;
	padding: 15px 20px;
	display: inline-block;
	text-align: left;

	/* Center vertically: */
	position: relative;
	top: 50%;
	transform: translateY(-50%);

}



/* The entire Hy5 capsule: */
.capsule {
	background-color: #FFFFFF;
	width: 1082px;
	margin-bottom: 40px;	
}


/* Game name: */
.capsuletitle {
	background-color: #0075ef;
	padding: 5px;
	font-size: 30px;
	font-family: 'Oswald', sans-serif;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 1px;
	/*display: table-row;*/
}

.capsule_title_name {
	width: 800px;
	float:left;
	/*display: table-cell;*/
}

.capsule_title_launched {
	text-align: right;
	/*display: table-cell;*/
}

.capsuleshots {
	margin-bottom: 1px;
}

.capsuleshotrow1 {
	overflow: hidden;
	max-height: 202px;
}

.capsuleshotrow2 {
	margin-bottom: 1px;
	overflow: hidden;
	max-height: 202px;
}

.shotimg {
	float: left;
	margin-right: 1px;
	object-fit: cover;
	max-height: 202px;
	border: 0;
}

/* End of a row of images. */
.shotimgend {
	float: left;
	object-fit: cover;
	max-height: 202px;
}


.capsuledescription {
	background-color: #6BADF1;
	padding: 10px;
	color: #FFFFFF;
	margin-bottom: 1px;
}

/* Area for right-aligned thumbnail div: */
.capsulevideo {
	height: 258px;
	width: 459px;
	float: right;
	background-color: #999999;
	text-align: center;
	cursor: se-resize;
}

/* Dimensions for the <img> itself: */
.videothumb {
	width: auto;
	height: auto;
	max-height: 258px;
	max-width: 459px;
	cursor: se-resize;
}

/* 1px vertical spacer: */
.capsuleverticalspace {
	height: 258px;
	width: 1px;
	float: right;
	background-color: #FFFFFF;
}

/* Includes both the high concept and tags: */
.capsulecenter {
	width: 511px;
	height: 258px;
	text-align: center;
	float: right;
}

/* Center top high concept: */
.capsulehighconcept {
	width: 218px;
	height: 136px;
	background-color: #eb5b4c;
	float: right;
	position: relative;
	cursor: help;
}

.capsulehighconceptinner {
	/* Center vertically: */
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding: 10px;
}

/* 1px vertical spacer: */
.capsulespacebannerconcept {
	height: 136px;
	width: 1px;
	float: right;
	background-color: #FFFFFF;
}

/* Banner image: */
.capsulebanner {
	width: 292px;
	height: 136px;
	float: right;
}

.capsulebannerimage {
	max-width: 292px;
	/* max-height: 136px; */
}


/* 1px vertical spacer: */
.capsulespacecenterhoriz {
	height: 1px;
	width: 337px;
	background-color: #FFFFFF;
	float: right;
}

/* A single tag: */
.tag {
	white-space: nowrap;
	margin: 5px;
}

/* Tags outer container: */
.capsuletags {
	line-height: 150%;
	width: 218px;
	height: 121px;
	float: right;
	background-color: #eb8277;
	font-size: 15px;
}

/* Tags inner container: */
.capsuletagsinner {
	padding: 8px;
	overflow: hidden;

	/* Center vertically: */
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

/* Buttons used for tags: */
.tagbutton {
    background-color: #eb8277;

    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #FFFFFF;
    text-decoration: none;
    border: none;
    font-size: 95%;

    margin: 1px;
    padding-top: 3px;
    padding-right: 7px;
    padding-bottom: 3px;
    padding-left: 7px;

    font-family: 'Open Sans', sans-serif;
}

/* 1px vertical spacer: */
.capsulespacetagsinfo {
	height: 121px;
	width: 1px;
	float: right;
	background-color: #FFFFFF;
}

/* Lower-left info div: */
.capsuleinfo {
	width: 292px;
	height: 121px;
	background-color: #b8c1cc;
	float: right;
}

.capsulemenu {
	width: 84px;
	background-color: #6badf1;
	padding: 10px;
	font-size: 80%;
	line-height: 200%;
	height: 238px;
	text-align: center;
	float: right;
}


.capsule_infobar {
	height: 33px;
	line-height: 33px;
	background-color: #FFFFFF;
}


.capsule_steam_button {
	text-decoration: none;
	background-color: #0075ef;
	float: left;
	width: 150px;
	margin-right: 1px;
}

.capsule_trailer_button {
	text-decoration: none;
	background-color: #0075ef;
	float: left;
	width: 100px;
	margin-right: 1px;
}

.capsule_infobar_right_space {
	color: #FFFFFF;
	background-color: #0075ef;
	float: left;
	width: 830px;
	font-size: 14px;
}

.powered_by_steam {
}


.generic_iframe {
	overflow: hidden;
	border: 0px;

    display: block;
    margin-left: auto;
    margin-right: auto;
}



.post {
	margin: 10px;
	color: #000000;
}





