.noscript {
	width: 100%;
	height: 3em;
	line-height: 3em;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: red;
}

#topbar {
	width: 900px;
	margin: 10px auto 0px;
	background-color: #5C94FC;
	background:
		linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
		url("../img/homebar.png") -35px 370px;
}

.index_topbar {
	display: inline-block;
	width: 390px;
	height: 120px;
	padding-left: 30px;
	padding-right: 30px;
	margin: 0px;
	font-weight: bold;
	text-shadow: 2px 2px 3px black;
	color: white;
}

.index_topbar a {
	text-decoration: none;
	color: white;
}

.index_topbar .head {
	font-family: "Arial Narrow", "Liberation Sans Narrow", sans-serif;
	font-size: 50px;
	line-height: 77px;
}

#get_the_game {
	float: right;
	text-align: right;
}

#get_the_game span a:hover {
	text-decoration: underline;
}

#browse_bar {
	text-align: left;
	cursor: pointer;
}

#news_column {
	width: 560px;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: #444;
	color: white;
	min-height: 100px;
}

	#news_column .title {
		padding: 10px;
		background-color: #555555;

		font-weight: bold;
		font-size: 1.2em;
	}

	#news_column .text {
		margin: 10px;
		margin-right: 25px;
		text-align: justify;
	}

	#news_column .date {
		text-align: right;
		font-size: 0.8em;
		padding: 10px;
		margin-right: 10px;
	}

	#news_column a {
		color: lightblue;
	}

#latest_uploads {
	display: block;
	float: right;
	margin: 0px;
	background-color: #292929;
	color: white;
	text-align: right;
}

#latest_uploads header {
	width: 320px;
	padding: 10px;
	margin: 0px;
	background-color: #333333;
	color: white;
	text-align: right;

	font-weight: bold;
	font-size: 1.2em;
}

#latest_uploads section {
	padding: 10px;
	width: 320px;
}

#latest_uploads a {
	text-decoration: none;
	color: white;
}

.skins {
	height: 48px;
}

	.skin {
		display: block;
		float: left;
	}

	.skin .animwrapper {
		padding: 8px;
		margin-left: 4px;
		border-radius: 10px;
	}

		.skin .animwrapper:hover {
			background-color: #444;
		}

		.skin .anim {
			width: 32px;
			height: 32px;
			margin: 0px;
			padding: 0px;
			vertical-align: middle;
			cursor: pointer;

			animation: play .5s steps(2) infinite;
			-webkit-animation: play .5s steps(2) infinite;
		}

			@keyframes play {
				100% { background-position: -64px; }
			}

			@-webkit-keyframes play {
				100% { background-position: -64px; }
			}

	.skins .more {
		width: 32px;
		height: 32px;
		padding: 6px;
		margin-left: 8px;
		font-size: 12px;
		text-align: center;
		background-color: #222;
		border: 1px dashed #666;
		border-radius: 10px;
		cursor: pointer;
	}

		.skins .more:hover {
			background-color: #333;
		}

.maps {
	padding-top: 0px !important;
}

	.maps div {
		width: 320px;
		height: 245px;
		overflow: hidden;
		white-space: nowrap;
	}

	.maps img {
		width: 300px;
		margin: 10px;
		border-radius: 10px;
		display: inline-block;
	}

	.maps img:hover {
		background-color: #444;
		padding: 10px;
		margin: 0px;
	}

	.maps .more {
		width: 300px;
		height: 32px;
		margin: 10px;
		font-size: 12px;
		line-height: 32px;
		text-align: center;
		background-color: #222;
		border: 1px dashed #666;
		border-radius: 10px;
		cursor: pointer;
		display: inline-block;
	}

		.maps .more:hover {
			background-color: #333;
		}

/* MOBILE */

@media (max-width: 899px) {
	.index_topbar {
		width: 580px;
		margin: 5px auto;
		padding-left: 30px;
		padding-right: 30px;
	}

	.maincontent {
		margin-top: 5px;
	}

	#news_column {
		width: 310px;
	}

	#latest_uploads header,
	#latest_uploads section {
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media (max-width: 639px) {
	.index_topbar {
		width: 440px;
		padding-left: 20px;
		padding-right: 20px;
	}

	#news_column {
		width: 100%;
		margin-bottom: 5px;
	}

	#latest_uploads section {
		margin: 0px auto;
	}

	#latest_uploads header {
		width: 470px;
	}
}

@media (max-width: 479px) {
	.index_topbar {
		width: 280px;
	}

	#latest_uploads header {
		width: 300px;
	}

	#latest_uploads section {
		padding: 0px;
	}
}
