@font-face 
{
	/*font-family: IBM_VGA_9x16;*/
	font-family: Cordata_PPC-21;
	/*src: url(fonts/Web437_IBM_VGA_9x16.woff); NOT aspect-corrected! */
	src: url(fonts/AcPlus_Cordata_PPC-21.ttf); /* aspect-corrected */
	font-weight: normal;
	font-style: normal;
}

@font-face
{
	font-family: AmstradPCW-Narrow;
	src: url(fonts/amstrad-pcw-narrow.ttf); /* aspect-corrected */
	font-weight: normal;
	font-style: normal;
}

/* debug frames
*{
 outline: 1px solid red;
}*/

html, body 
{
	/*font-family: IBM_VGA_9x16 !important;*/
	font-family: Cordata_PPC-21 !important;
	font-size: 32px;
	background-color: #201000 !important; /* dark brown */
	margin: 0 0 0 0;
	color: darkorange;
}

div.container:before
{
    content: " ";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(
        to bottom,
        rgba(32, 16, 0, 0) 35%,
        rgba(0, 0, 0, 0.9) 90%
    );
    background-size: 100% 2px;
    z-index: 2;
    pointer-events: none;
}

#title
{
	background-color: orange;
	color: orange;
	position: absolute;
	line-height: 1em;
	margin-top: 0px;
}

div.navbar
{
	position: fixed;
	left: 25%;
	background-color: orange;
	/*white-space: pre;*/
	height: 1em;
	display: block;
	min-width: 950px;
	max-width: 950px;
	transform: translate(-25%);
	z-index: 1; /* ugly hack */
	margin-top: 0px;
}

div#menu
{
/*	background-color: #201000;
	min-width: 950px;
	max-width: 950px;*/
	height: 1em;
}

div#content
{
	margin-top: 1em;
	white-space: no-wrap;
	position: absolute;
	left: 25%;
	min-width: 860px;
	max-width: 900px;
	overflow:hidden;
	line-height: 1.2em;
	transform: translate(-25%);
}

div.headers
{
	display: relative;
	text-align: left;
	margin-left: 400px;
	width:450px;
}

div.headers a
{
	pointer-events: none;
	color: #ffbf00;
	background-color: #201000;
}

div.headers a:hover
{
	color: orange;
	background-color: #201000;
}

#normalpointer
{
	color: #201000;
	background-color: orange;
	pointer-events: auto;
}

.menubutton, .menubutton-left, span.menubutton-active, .menubutton-right
{
	float: left;
	border-left: 1px solid #201000;
	line-height: 1em;
	display: inline-block;
	padding-left: 0.2em;
	padding-right: 0.2em;
	background-color: orange;
	cursor: pointer;
	color: orange;
}

.menubutton-left
{
	border-left: none;
}

.menubutton-right
{
	float: right;
	border-left: 1px solid #201000;
}

span.menubutton-active
{
	border-left: none;
	pointer-events: none;
	background-color: #201000;
	color: #ffbf00;
}

div#title
{
	position: relative;
	color: #201000;
	text-align: center;
}

a:link
{
	color: #201000;
	background-color: orange;
	text-decoration: none;
}

a:visited
{
	color: #201000;
	background-color: orange;
	text-decoration: none;
}

a:hover, #normalpointer:hover
{
	color: #201000;
	background-color: #ffd200;
	text-decoration: none;
}

b
{
	font-weight: normal;
	color: #ffbf00;
}