﻿@font-face {
    font-family: 'clacon';
    src: url('../fonts/clacon.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ttv';
    src: url('../fonts/ModeSeven.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 15.35pt;
	line-height: 16px;
	font-family: clacon, courier, monospace;
	background-color: #333333;
	color: #EEEEEE;
	background-image: url('../img/darknoise.png');
}

body {
	margin-top: 72px;
	margin-bottom: 32px;
}

div.pre {
	white-space: pre;
}

div.center {
	margin: auto;
}

div.ttv {
	background-color: #222222;
	white-space: pre;
	font-family: ttv;
	font-size: 30px;
	line-height: 30px;
	padding: 10px 23px;
}

textarea, input, #content {outline: none;}

a {text-decoration: none; color: inherit;}
a:visited {text-decoration: none; color: inherit;}
a:hover {text-decoration: none; color: inherit; background-color: #00AA00;}
a:active {text-decoration: none; color: inherit;}

h1 {
	position: relative;
	width: 960px;
	height: 72px;
	font-size: 15.35pt;
	line-height: 16px;
	font-weight: normal;
	color: #EEEEEE;
	text-indent: 0px;
	background-image: url('../img/Logo.png');
	background-repeat: no-repeat;
	z-index: 1;
	white-space: pre;
}

h1 span { display: none;}

input {
	font-family: clacon, courier, monospace;
	border-width: 0;
	background-color: #000000;
	color: #EEEEEE;
	height: 16px;
	font-size: 15.35pt;
	line-height: 16px;
}

header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 72px;
	background-color: #AA0000;
	background-image: url('../img/darknoise.png');
}

#page {
	position: absolute;
	width: 960px;
	left: 50%;
	margin-left: -480px;
	top: 72px;
	bottom: 32px;
}

#content {
	height: 100%;
	padding: 0px;
	background-color: #000000;
}

#texteditor {
	position: absolute;
	top: 50px;
	bottom: 16px;
	left: 0px;
	right: 0px;
	padding: 6px 8px 8px 8px;
	background-color: #000000;
}

#content textarea {
	position: relative;
	width: 100%;
	height: 100%;
	border-width: 0;
	font-family: clacon, courier, monospace;
	background-color: #000000;
	color: #EEEEEE;
	font-size: 15.35pt;
	line-height: 16px;
	overflow: hidden;
	resize: none;

}

#metadata {
	padding: 0 8px;
	font-size: 15.35pt;
	line-height: 16px;
	color: #00AAAA;
}

#titlebox {
	width: 512px;
	border-bottom: #005500 solid 2px;
}


#menu {
	/*position: absolute;
	top: 72px;*/
	margin: -8px -8px 4px -8px;
	height: 16px;
	width: 960px;
	background-color: #AAAAAA;
	color: #000000;
}

#menu a {
	padding: 0 8px;
}

#menu span.sc {
	color: #AA0000;
}

#hovermenu {
	position: absolute;
	bottom: 32px;
	right: 0px;
	background-color: #00AAAA;
	color: #FFFFFF;
	white-space: pre;
}

#hovermenu .section {
	background-color: #000000;
	color: #00AA00;
}

#hovermenu .sectiondivider {
	background-color: #000000;
	color: #00AAAA;
}

#hovermenu .keycode {
	color: #FFFF55;
}

#footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 24px;
	padding-top: 8px;
	text-indent: 8px;
	color: #EEEEEE;
	background-color: #AA0000;
	background-image: url('../img/darknoise.png');
	z-index: 2;
	white-space: pre;
}

#statusline {
	position: absolute;
	background-color: #AAAAAA;
	color: #000000;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: 0;
	padding: 0;
	height: 16px;
}

.frontpage a {color: #55FFFF;}
.frontpage a:hover {background-color: #000000;}

span.fright {
	float: right;
}

span.inverse {
	background-color: #AAAAAA;
	color: #000000;
}