/* vim: set tabstop=2 softtabstop=2 shiftwidth=2 : */
html,body{
	margin: 0px;
	padding: 0px;
	background-color: black;
	color: #CCCCCC;
	font-family: sans-serif;
	margin: 0.5em 1em;
	text-align: justify;
}

h1 {
	font-family: monospace;
	text-align: center;
}

h2, h3 {
	font-family: monospace;
}

input, textarea {
	border: solid #CCCCCC 1px;
	margin: 5px 0;
	background-color: black;
	color: #CCCCCC;
	font-family: monospace;
	font-size: larger;
}

blockquote {
	border-style: dotted;
	border-color: #333333;
	background-color: #222;
	border-width: 1px;
	margin: 0.5em 1em 0.5em 2em;
	padding: 0.2em 0.5em;
}

a {
	color: #6666FF;
}

a img {
	border: 0;
}

.banner {
	margin: 0 0 0.2em 1em;
	float: right;
	width: 120px;
}

.msg {
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #333333;
	margin: 0.5em 0;
}

.date {
	font-family: monospace;
	display: inline;
	border-width: 0 3px 3px 0;
	border-style: solid;
	border-color: #333333;
}

.msgtext {
	margin: 0.2em 0.5em;
}

.question:before {
	content: "Question: ";
}

.answer:before {
	content: "Answer: ";
}

.question:before, .answer:before {
	display: block;
	font-size: 150%;
	font-style: italic;
	margin-left: 1em;
}


table.fullsize {
	height:100%;
}

ul {
	margin-top: 0;
	margin-bottom: 0;
}

ul.whoami > li > img {
	width: 16px;
	height: 16px;
}

.navi {
	text-align: center;
	white-space: nowrap;
}

.navi a {
	position: relative;
	text-decoration: none;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(110, 120, 105);
	background-color: black;
	padding: 0 10px 0 10px;
	margin: 10px 5px 10px 5px;
}

.navi a:hover {
	text-decoration: underline;
}

pre code {
	font-style: italic;
}
