/* Link stuff */
a:link {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #B00000;
	text-decoration: none;
}
a:hover, a:visited:hover {
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
}

/* Menu stuff */
.menu a:link, .menu a:visited {
	color: silver;
	font-weight: normal;
	text-decoration: none;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black, -1px -1px black, 1px 1px black, -1px 1px black, 1px -1px black;
	transition: .5s ease-out;
}
.menu a:hover {
	text-decoration: none;
	text-shadow: -1px 0 red, 0 1px red, 1px 0 red, 0 -1px red, -1px -1px red, 1px 1px red, -1px 1px red, 1px -1px red;
	transition: 0s;
}
#mainMenu a, #subMenu a, .menu div {
	display: block;
	font-size: 15px;
	padding: 1px 0px 1px 15px;
}
.menu hr {
	margin-right: 6px;
	border: 1px solid silver;
}
#vaultMenu {
	font-size: 24px;
}
#vaultMenu a, #vaultMenu span {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 25px;
}
.mainMenuDropdown {
	color: white;
	display: none;
}
.subMenuDropdown {
	color: white;
	display: none;
}

.menu a.active {
	color: #FFFFFF;
}

/* General stuff */
img {
	border:0px;
}
html {
	overflow: hidden;
}
body {
	font-family: 'Marmelad', sans-serif;
	background-color: #000000;
	color: #FFFFFF;
	margin: 0px;
}
form {
	margin-bottom: 0px;
}
hr {
	margin-bottom: 2px;
	margin-top: 2px;
}
table {
	border: 0px;
	border-collapse: separate;
	border-spacing: 0px;
}
th, td {
	padding: 0px;
}

table.cellpadding1 td, table.cellpadding1 th {
	padding: 1px;
}

table.cellpadding2 td, table.cellpadding2 th {
	padding: 2px;
}

table.cellpadding3 td, table.cellpadding3 th {
	padding: 3px;
}

table.cellpadding4 td, table.cellpadding4 th {
	padding: 4px;
}

table.striped tr:nth-child(even) {
	background-color: #000015;
}

table.hovertable tr:hover {
	/* background-color: #000060; */
}

#main {
	position: absolute;
	top: 100px;
	left: 160px;
	right: 0px;
	bottom: 0px;
	overflow: auto;
	background-image: linear-gradient(to right, #800000 0px, transparent 50px);
	z-index: 0;
}
#ads {
	position: absolute;
	top: 0px;
	left: 160px;
	right: 0px;
	height: 100px;
	overflow: hidden;
	background-image: linear-gradient(to top, transparent 0px, #800000 10px, #800000 100%), linear-gradient(to right, #800000 0px, transparent 50px);
}
#menu {
	display: flex;
	flex-direction: column;
	background-color: #800000;
	position: absolute;
	width: 160px;
	height: 100%;
	overflow: hidden;
}
#innerMain, .innerMain {
	padding: 5px;
}
.menuColor {
	background-color: #800000;
}

.dateCaption {
	font-size: 120%;
	font-weight: bold;
	color: #FFFF99;
}

.sectionTitle {
	font-weight: bold;
	color: #FFFF99;
}

.mainContent {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.rounded {
	border: 2px solid white;
	border-radius: 10px;
	padding: 3px 6px 3px 6px;
	background-color: #000035;
}

.centered {
	margin-left: auto;
	margin-right: auto;
}

tr.even {
	background-color: #000015;
}

.redBorder {
	text-shadow: -1px 0 red, 0 1px red, 1px 0 red, 0 -1px red, -1px -1px red, 1px 1px red, -1px 1px red, 1px -1px red;
}

.bannerMessage {
	font-weight: bold;
	margin: 0px auto 10px auto;
	display: block;
	text-align: center;
	max-width: 800px;
	border: 2px solid gold;
}

#logo {
	animation: twirl 120s infinite ease-in-out;
}

@keyframes twirl {
	99% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/* Hash stuff */
.ellipsis {
	position: relative;
}
.ellipsis:before {
	content: '&nbsp;';
	visibility: hidden;
}
.ellipsis span {
	position: absolute;
	left: 1px;
	right: 1px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: #000035;
	cursor: help;
}

/* Region flag */
img.flag {
	height: 16px;
	vertical-align: middle;
	padding: 0px 1px;
	border: 1px solid black;
}

/* navbar */
#navbar {
	display: none;
}

/* Sidebars */
#sidebars {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	gap: 5px;
	position: sticky;
	top: 0px;
	width: 100%;
	height: 100%;
	margin-top: -100%;
	float: left;
}

.sidebarAd, .fuseSidebar, .sidebarUnit {
/*
	width: 160px;
	height: 600px;
	max-height: 100%;
*/
}

.sidebarContainer {
	display: flex;
	flex: 1 0 160px;
	justify-content: center;
	overflow: hidden;
}

#footerContainer {
	height: 106px;
/*	position: absolute; */
	left: 0px;
	right: 0px;
}

#footerAd, #footerUnit {
	position: fixed;
	width: 728px;
	margin: auto;
	left: 160px;
	right: 0px;
	bottom: 0px;
	height: 90px;
	text-align: center;
}

#headerAdContainerInline {
	display: none;
}

.responsiveHeaderAd {
	width: 728px;
	height: 90px;
}

@media screen and (max-width: 1582px) {
	.sidebarAd, .sidebarUnit {
		width: 160px;
	}
}

@media screen and (max-width: 1302px) {
	.sidebarAd, .fuseSidebar, .sidebarUnit {
		width: 120px;
	}

	.sidebarContainer {
		flex: 1 0 120px;
	}

	.footerAd, .fuseFooter, .footerUnit {
		display: none;
	}
}

@media screen and (max-width: 1222px) {
	#sidebars, .sidebarAd, .sidebarContainer, .sidebarUnit {
		display: none;
	}

	.footerAd, .fuseFooter, .footerUnit {
		display: block;
		width: 728px;
		height: 90px;
	}

	#footerAd, #footerUnit {
		display: block;
	}
}

@media screen and (max-width: 982px) {
	#main {
		position: absolute;
		top: 60px;
		left: 0px;
		right: 0px;
		bottom: 100px;
		overflow: auto;
	}

	#innerMain, .innerMain {
		padding: 4px;
	}

	#ads {
		display: none;
	}

	#menu {
		display: none;
	}

	#headerAdContainerInline {
		display: block;
		width: 728px;
		height: 90px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		overflow: hidden;
		margin-bottom: 4px;
	}

	#footerContainer {
		display: flex;
		flex-direction: column;
		align-items: center;
		position: fixed;
		left: 0px;
		right: 0px;
		bottom: 0px;
		height: 100px;
		background-image: linear-gradient(to bottom, transparent 0px, #800000 10px, #800000 100%), linear-gradient(to right, #800000 0px, transparent 50px);
	}

	.footerAd, .fuseFooter, .footerUnit {
		width: 728px;
	}

	#footerAd, #footerUnit {
		left: 0px;
	}

	/* navbar stuff */
	#navbar {
		position: absolute;
		display: block;
		top: 0px;
		left: 0px;
		right: 0px;
		height: 60px;
		background-image: linear-gradient(to top, transparent 0px, #800000 10px, #800000 100%), linear-gradient(to right, #800000 0px, transparent 50px);
		font-size: 16px;
	}

	.navbar {
		display: flex;
		height: 48px;
		margin: 1px;
		column-gap: 10px;
		align-items: center;
		justify-content: space-around;
	}

	.navLogo {
		width: 48px;
		height: 48px;
	}

	.navbar a {
		text-decoration: none;
		text-align: center;
		font-weight: bold;
		color: silver;
		text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black, -1px -1px black, 1px 1px black, -1px 1px black, 1px -1px black;
		transition: .5s ease-out;
	}

	a.navlink {
		display: flex;
		align-items: center;
	}

	.dropdown {
		overflow: hidden;
	}

	.dropdown .dropbtn {
		height: 100%;
		outline: none;
		font-family: inherit;
		margin: 0px;
		color: silver;
		text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black, -1px -1px black, 1px 1px black, -1px 1px black, 1px -1px black;
		transition: .5s ease-out;
		font-size: 16px;
		font-weight: bold;
	}

	.navbar a:hover, .dropdown:hover .dropbtn {
		text-decoration: none;
		text-shadow: -1px 0 red, 0 1px red, 1px 0 red, 0 -1px red, -1px -1px red, 1px 1px red, -1px 1px red, 1px -1px red;
		transition: 0s;
	}

	.dropdown-content {
		display: none;
		position: absolute;
		width: 160px;
		padding-top: 5px;
		white-space: nowrap;
		overflow: auto;
		z-index: 1;
		max-height: calc(100vh - 60px);
	}

	.dropdown-content a {
		color: silver;
		padding: 10px 0px;
		text-decoration: none;
		display: block;
		text-align: left;
	}

	.dropdown:hover .dropdown-content {
		display: block;
	}

	/* end navbar */

	.mainContent {
		width: 100%;
		max-width: 800px;
	}
}

@media screen and (max-width: 749px) {
	#main {
		top: 35px;
		bottom: 60px;
	}

	#innerMain, .innerMain {
		padding: 2px;
	}

	#navbar {
		height: 35px;
		overflow: hidden;
	}

	.navLogo {
		width: 25px;
		height: 25px;
	}

	#footerContainer {
		height: 60px;
	}

	#footerAd, .footerAd, .fuseFooter, #footerUnit, .footerUnit {
		width: 100%;
		height: 50px;
	}

	#headerAdContainerInline {
		width: 320px;
		height: 100px;
		margin-bottom: 2px;
	}

	.responsiveHeaderAd {
		width: 320px;
		height: 100px;
	}

	.navbar {
		justify-content: flex-start;
		column-gap: 4px;
		align-items: center;
		height: 25px;
	}

	.navbar .rounded {
		padding: 1px 4px;
	}

	.mainMenuDropdown, .subMenuDropdown {
		display: inline-block;
		font-weight: bold;
		color: silver;
		text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black, -1px -1px black, 1px 1px black, -1px 1px black, 1px -1px black;
		transition: .5s ease-out;
	}

	.dropdown, a.navlink {
		display: none;
	}

	.responsive {
		display: none;
	}
}