body {
	background-color: lightgray;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 14pt;
}

ge-gameslist h2 {
	font-size: 200%;
	margin: 1em .5em .5em;
}

ge-gameslist ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ge-gameslist li {
	list-style-type: none;
	margin: 0 2em;
}

.bm-gameslist h2 {
	font-size: 200%;
	margin: 1em .5em .5em;
}

.bm-gameslist ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.bm-gameslist li {
	list-style-type: none;
	margin: 0 2em;
}

.bm-header-img {
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
}

.bm-site-header {
	width: 50em;
	margin: 2em auto;
	text-align: center;
}

.bm-site-title {
	font-weight: bold;
	font-size: 200%;
	text-decoration: none;
	width: 100%;
	color: black;
}

.bm-nav-items {
	border: 0px solid orange;
	text-decoration: none;
}

.bm-nav-item {
	min-width: 5em;
	text-decoration: none;
	border: 1px solid black;
	background-color:#444444;
	color: white;
	display: inline-block;
	margin: .2em;
	padding: .2em;
}

.bm-nav-items a:hover {
	background-color: #666666;
}

.bm-main-container {
	background-color: white;
	min-width: 25em;
	max-width: 75em;
	margin: 2em auto;
	border: 2px solid darkgray;
}

.bm-window {
	border: 3px solid #444444;
}

.bm-window h1 {
	background-color: #484848;
	color: white;
	margin: 0 0;
	padding: 1em .5em;
	border: 0;
	font-size: 20pt;
}

.bm-window h1 img {
	padding: 0 .5em 0 0;
}

.bm-window-body {
	display: flex;
}

.bm-sidebar {
	display: inline-block;
	width: 25%;
	border: 1px solid black;
	padding: 1em;
}

.bm-sidebar nav {
	border: 0px solid black;
}
.bm-sidebar nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.bm-sidebar nav ul li {
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 20px;
}

.bm-sidebar nav ul li a {
	text-decoration: none;
	color: black;
}

.bm-sidebar nav ul li a:hover {
	text-decoration: underline;
}

.bm-sidebar h2 {
	font-size: 150%;
}

.bm-content-area {
	flex: 1;
	display: inline-block;
	border: 1px solid black;
	padding: 1em;
}

.bm-content-area img {
	display: block;
	margin: 0 auto;
	max-width: 50%;
}

.bm-content-area-inner {
	width: 100%;
}

.bm-content-area h3 {
	font-size: 12pt;
}

.bm-content-area .bm-folder-links a {
	display: inline-block;
	border: 0px solid black;
	margin: 0 1em;
	padding: 0 1em;
	color: black;
	text-decoration: none;
	position: relative;
}

.bm-content-area .bm-folder-links a .bm-top-half {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 32px 32px;
	border: 0px solid red;
	position: relative;
	width: 100%;
	height: 32px;
}

.bm-content-area .bm-folder-links a span {
	text-align: center;
}

.bm-content-area .bm-folder-links a:hover {
	text-decoration: underline;
}

.bm-folder-img {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	width: 32px;
	height: 32px;
	padding: 0;
	border: 0;
	margin: 0;
	display: inline-block;
}

.bm-file-img {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	width: 27px;
	height: 32px;
	padding: 0;
	border: 0;
	margin: 0;
	display: inline-block;
}

.bm-app-img {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	width: 32px;
	height: 29px;
	padding: 0;
	border: 0;
	margin: 0;
	display: inline-block;
}

.bm-app-title {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 27px;
	background-position: left;
	min-width: 27px;
	height: 32px;
	padding: 0 32px;
	border: 0;
	margin: 0;
	display: inline-block;
	font-size: 120%;
	font-weight: bold;
}

.bm-web-title {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 27px;
	background-position: left;
	min-width: 27px;
	height: 32px;
	padding: 0 32px;
	border: 0;
	margin: 0;
	display: inline-block;
	font-size: 120%;
	font-weight: bold;
}

.bm-color-line {
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	height: 2px;
	margin: 1em 0;
}

.bm-content-area ul li {
	list-style-type: none;
}

.bm-window footer {
	color: white;
	background-color: #808080;
	margin: 0;
	padding: .2em 1em;
	font-size: 75%;
}

.bm-window footer a {
	color: white;
	background-color: #808080;
	text-decoration: none;
}

.bm-window footer a:hover {
	text-decoration: underline;
}

.bm-game-list h2 {
	font-size: 29px;
	margin: 1em 0 .2em 0;
	padding: 0;
	border: 0;
	width: auto;
	color: rgb(87, 87, 87);
}

.bm-game-list p {
	margin: 0 0 .2em 0;
	padding: 0;
	border: 0;
}

.bm-game-list a {
	text-decoration: none;
	color: rgb(0, 0, 0);
}

.bm-game-list a:hover {
	color: blue;
}

.bm-align-top {
	vertical-align: top;
}

.bm-align-bottom {
	vertical-align: bottom;
}

.bm-nav-buttons {
	padding: 0;
	text-align: center;
	border: 0;
	margin: 0;
	display: block;
	width: 100%;
}

.bm-nav-buttons nav {
	padding: 0;
	margin: auto;
	border: 0;
	margin: 0;
	display: inline-block;
}

.bm-nav-buttons a {
	text-decoration: none;
	margin: 0;
	border: 1px solid black;
	color: white;
	background-color: #444444;
	padding: .2em 1em;
	min-width: 4em;
	display: inline-block;
	font-size: 14pt;
}

.bm-nav-buttons a:hover {
	background-color: #222222;
}

.bm-active-nav {
	background-color: red !important;
}

.bm-art-caption {
	font-size: 75%;
	text-align: center;
	background-color:#3b3b3b;
	color: white;
	width: 50%;
	display: block;
	margin: auto;
}

.bm-hidden {
	display: none;
}