#menu {
	background: #802B2B;
	background: linear-gradient(to bottom,  #CC0C0C,  #5C0E0E);
	height: 45px;
	padding-left: 18px;
	border-radius: 10px;
	border: 4px groove #FFFFFF;
}
#menu ul, #menu li {
	margin: 0 auto;
	padding: 0;
	list-style: none
}
#menu ul {
	width: 100%;
	text-align: left;
}
#menu li {
	display: inline-block;
	position: relative;
}
#menu a {
	display: block;
	line-height: 37px;
	padding: 0 14px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 16px;
}
#menu a.dropdown-arrow:after {
	content: "\25BE";
	margin-left: 5px;
}
#menu li a:hover {
	color: #0099CC;
	background: #F2F2F2;
}
#menu input {
	display: none;
	margin: 0;
	padding: 0;
	height: 45px;
	width: 100%;
	opacity: 0;
	cursor: pointer
}
#menu label {
	display: none;
	line-height: 37px;
	text-align: center;
	position: absolute;
	left: 35px
}
#menu label:before {
	font-size: 1.6em;
	color: #FFFFFF;
	content: "\2261"; 
	margin-left: 20px;
}
#menu ul.sub-menus{
	height: auto;
	overflow: hidden;
	width: 170px;
	background: #980000;
	position: absolute;
	z-index: 99;
	display: none;
}
#menu ul.sub-menus li {
	display: block;
	text-align: left;
	width: 100%;
}
#menu ul.sub-menus a {
	color: #FFFFFF;
	font-size: 16px;
}
#menu li:hover ul.sub-menus {
	display: block
}
#menu ul.sub-menus a:hover{
	background: #FFFF00;
	color: #444444;
}
@media screen and (max-width: 800px){
	#menu {position:relative}
	#menu ul {background:#986800;position:absolute;top:100%;right:0;left:0;z-index:3;height:auto;display:none;text-align:left;}
	#menu ul.sub-menus {width:100%;position:static;}
	#menu ul.sub-menus a {padding-left:30px;}
	#menu li {display:block;float:none;width:auto;}
	#menu input, #menu label {position:absolute;top:0;left:0;display:block}
	#menu input {z-index:4}
	#menu input:checked + label {color:#FFFFFF}
	#menu input:checked + label:before {content:"\00d7"}
	#menu input:checked ~ ul {display:block}
}


tab_whitepsace  /* For small text blocks that need a little bit of space to the right.  Made for the footer. */
{
	/* Suggestion from stack overflow: https://stackoverflow.com/questions/1571648/tab-space-instead-of-multiple-non-breaking-spaces-nbsp */
	padding-right: 5 cm;
	margin-left: 2 cm;
	background-color: #000000;
}

body
{
	color: #FFFFFF;
	background-color: #190000;
	background-image: url('bg_Gradient.gif');
	z-index: 1;
	background-repeat: repeat-x;
	margin-left: 30px;
	margin-right: 30px;
}

div.Promo
{
	min-height: 64px;
	min-width: 128px;
	text-align: right;
	background-image: url('promo_loop.png');
	background-repeat: repeat;
	border-color: #989800;
	border-width: 4px;
	border-style: ridge;
	float: right;
	font-family: courier, courier new, serif;
}

span.patreon
{
	color: #dddddd;
	background-color: #001800;
	font-variant: small-caps;
	font-size: 150%;
	text-align: right;
}

div#DDwrappper
{
	float: left right;
	width: 1024px;
}

div#DDheader
{
	padding-left: 10px;
	padding-right: 10px;
	background-image: url('bg_headerloop.fw.png');
	background-repeat: repeat;
	min-height: 142px;
	
	border-width: 2px;
	border-style: ridge;
	border-color: #ffcccc;
}

div#DDContent
{
	background-image: url('bg_loop.png');
	background-repeat: repeat;
	z-index: 2;
	padding-left: 10px;
	padding-right: 10px;
	clear: both;
	padding-bottom: 40px;
	
	border-width: 4px;
	border-style: ridge;
	border-color: #ffffff;
}

div#gameScreenshots
{
	float: left;
	min-width: 300px;
	text-align: center;
	padding-right: 25px;
}

div#gameContent
{
	margin-left: 30px;
	margin-right: 20px;
}

h1.title
{
	font-variant: small-caps;
}

div#headerImage
{
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	padding-right: 20px;
}

div#content
{
}

table
{
	border-collapse: collapse;
}

tr.summaryRow:nth-of-type(even)
{
	background-color: #110500;
	
}
tr.summaryRow:nth-of-type(odd)
{
	background-color: #221100;
}


a:link {
	color: #FF0;
}
a:visited {
	color: #AA0;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #990;
}


button
{
	background-color: #00CCFF;
	border-color: #00FFFF;
	font-family: Arial;
}

button:hover
{
	background-color: #00EEFF;
	border-color: #FFFF00;
}
