@font-face {
	font-family: Play;
	src: url(/media/Play-Regular.ttf);
}

@font-face {
	font-family: PlayBold;
	src: url(/media/Play-Bold.ttf);
}

html {
	font-family: Play, sans-serif;
	font-size: 18px;
}

body {
	margin: 0;
	padding: 0;
	background-color: black;
}

a, a:visited {
	font-family: PlayBold, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffd800;
}

a:hover, a:visited:hover {
	text-decoration: underline;
}

#menu a, #menu a:visited {
	color: black;
}

#menu-links a, #menu-links a:visited {
	margin-left: 100px;
	margin-right: 100px;
	font-size: 28px;
}

#header {
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
}

#header-inset {
	display: table;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	height: 42px;
	vertical-align: middle;
}

#header-row {
	display: table-row;
	text-align: center;
}

#header-logo {
	width: 42px;
	display: table-cell;
	vertical-align: middle;
	font-size: 0; /* cause inline-block to not take up extra vertical space */
}

#content {
	background-color: white;
	color: black;
}

#content a, #content a:visited {
	color: red;
}

#content-inset {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
	padding-bottom: 25px;
}

#footer {
	padding-top: 25px;
	padding-bottom: 25px;
	color: white;
}

#footer-inset {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

#footer-links1 {
	float: left;
	width: 33%;
}

#footer-links2 {
	float: left;
	width: 33%;
}

#footer-links3 {
	float: left;
	width: 33%;
}

#copyright {
	clear: both;
	text-align: center;
	padding-top: 25px;
}

.footer-item {
	display: block;
}

.cover {
	width: 595px;
	display: inline-block;
}

.cover1 {
	margin-right: 9px;
}

.cover-description {
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

.thumbnail {
	width: 49%;
        box-sizing: border-box;
	cursor: pointer;
	margin-left: 0.3%;
	margin-right: 0.3%;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/* left aligned lists */
ul {
	display: table;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

li {
	display: table-row;
}

li:before {
	content: "•";
	display: table-cell;
	padding-right: 0.4em;
}

h1, h2 {
	font-family: PlayBold, sans-serif;
	margin-top: 25px;
	margin-bottom: 25px;
	text-transform: uppercase;
}

h1 {
	color: black;
	background-color: #ffd800;
	padding: 10px;
	font-size: 32px;
}

h1.news-title {
	margin-bottom: 0px;
}

h1.link {
	background-color: transparent;
	color: red;
	padding: 0;
}

h2 {
	color: black;
	font-size: 24px;
}

.center {
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
	text-align: right;
}

.clear {
	clear: both;
}

td img {
	display: block;
}

textarea {
	box-sizing: border-box;
	width: 100%;
	height: 200px;
}

.error {
	border: 1px solid red;
	color: red;
	padding: 10px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.error a, .error a:visited {
	color: red;
}

.success {
	border: 1px solid green;
	color: green;
	padding: 10px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.success a, .success a:visited {
	color: green;
}

#menu-button {
	display: table-cell;
	width: 32px;
	height: 32px;
	vertical-align: middle;
	font-size: 0; /* cause inline-block to not take up extra vertical space */
}

#menu-wrap {
	display: none;
	position: absolute;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

#menu {
	width: 100px;
	display: inline-block;
	float: right;
	padding: 25px;
	background-color: #ffd800;
	box-shadow: 0px 0px 25px black;
}

#menu-links {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 42px;
}

form {
	width: 100%;
}

.pager .current, .pager .page, .pager .rss {
	display: inline-block;
}

.pager div {
	padding: 5px;
}

img {
	max-width: 100%;
	font-size: 0;
}

.game-download {
	display: inline-block;
	background-color: #eee;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.game-download-name {
	display: inline-block;
	font-size: 90%;
	width: 200px;
}

.game-download-button {
	display: inline-block;
	font-size: 90%;
	text-align: right;
}

.discussion-post, .discussion-excerpt {
	padding: 10px;
	margin-bottom: 25px;
	background-color: #eee;
}

.discussion-excerpt {
	margin-bottom: 50px;
}

.discussion-date-author {
	background-color: #ddd;
	padding: 10px;
}

blockquote {
	margin: 0;
	padding: 10px;
	background-color: #ddd;
}

.quoted {
	font-style: italic;
	font-size: 75%;
}

.avatar {
	width: 80px;
	height: 80px;
}

#mobile-menu {
	display: none;
	clear: both;
	padding-top: 12px;
}

#mobile-menu a, #mobile-menu a:visited {
	color: black;
}

#mobile-menu-expand a, #mobile-menu-expand a:visited {
	color: #ffd800;
}

#mobile-menu-inner {
	position: absolute;
	width: 100px;
	padding: 25px;
	left: 50%;
	margin-left: -75px;
	background-color: #ffd800;
	text-align: left;
	box-shadow: 0px 0px 25px black;
}

hr {
	border: 0;
	border-top: 1px solid black;
}

.popup {
	background-color: white;
	padding: 10px;
}

.popup a, .popup a:visited {
	color: red;
}

.small-text {
	font-size: 75%;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

@media screen and (max-width: 1280px) {
	#menu-links a, #menu-links a:visited {
		margin-left: 80px;
		margin-right: 80px;
	}

	.cover {
		width: 49%;
		float: none;
		display: inline-block;
		vertical-align: top;
	}

	.cover1 {
		padding-right: 0;
	}

	#header-inset {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}

	#menu-wrap {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
		right: auto;
	}

	#content-inset {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}

	#footer {
		width: 100%;
	}
	
	#footer-inset {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 1000px) {
	#menu-links a, #menu-links a:visited {
		margin-left: 60px;
		margin-right: 60px;
	}
}

@media screen and (max-width: 800px) {
	#menu-links a, #menu-links a:visited {
		font-size: 18px;
		margin-left: 25px;
		margin-right: 25px;
	}

	#footer {
		padding-top: 0;
	}

	#footer-links1 {
		float: none;
		padding-right: 0;
		padding-top: 25px;
		width: 100%;
	}

	#footer-links2 {
		float: none;
		padding-right: 0;
		padding-top: 25px;
		width: 100%;
	}

	#footer-links3 {
		float: none;
		padding-right: 0;
		padding-top: 25px;
	}
}

@media screen and (max-width: 500px) {
	#menu-links {
		display: none;
	}
	
	#mobile-menu {
		display: inline-block;
	}

	.cover {
		width: 100%;
		margin-bottom: 25px;
	}

	select {
		max-width: 150px;
	}
	
	.thumbnail {
		width: 100%;
		margin-bottom: 10px;
	}
}

@media screen and (min-width: 500px) and (max-width: 1599px) {
	.video-container iframe,
	.video-container object,
	.video-container embed {
		left: 10%;
		top: 10%;
		width: 80%;
		height: 80%;
	}
}
