/*
 * CSS Design My Night On Fire by Andreas Schamanek
 * for http://www.fam.tuwien.ac.at/~schamane/
 * (Design also known as Red On Black and Red Night)
 *
 */

body { background-color: #070000; color: #f7f7f7;
	margin-left: 2%; margin-right: 2%; 
	font-family: Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Sans-Serif;
}

a:link    { color:#ff6633; text-decoration:underline; }
a:visited { color:#ff6633; text-decoration:underline; }
a:active  { color:#ff9900; text-decoration:underline; }
a:hover   { color:#ff9900; text-decoration:underline; }

h1      { margin-left: +2%; margin-top: +2%; color: #f0e5e5; }
pre     { font-family: monospace; }
tt      { font-family: monospace; }
code    { color: white; }
p       { line-height: 1.4em; }

dt      { color: white; }
dd      { margin-left: +4%; margin-bottom: 6pt; }

ul, dl  { line-height: 1.3em; }

/* special link styles ------------------------------------------------ */

a:link.nodeco {
	text-decoration: none; color: #f7f7f7; font-weight: bolder;
}
a:visited.nodeco {
	text-decoration: none; color: #f7f7f7; font-weight: bolder;
}

a:link.external,
a:visited.external {
	background: url(/~schamane/icons/extlink.gif) center right no-repeat;
	padding-right: 10px;
}

/* page layout elements ----------------------------------------------- */

/* display a list of options (download, style, ...) on upper right side */
#options {
	float: right;
	clear: both;
	border: 1px solid #999999;
	margin: 1em 0 1em 1em;
	padding: 3px;
	font-family: monospace;
	font-size: 9pt;
}
#options h2 {
	font-size: 10pt;
	font-weight: normal;
	margin: 0;
	padding: 2px;
	padding-left: 3px;
	display: block;
	border-bottom: 1px solid #666666;
}
#options a {
	padding: 1px;
	padding-left: 3px;
	display: block;
	border-bottom: 1px solid #666666;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}
#options a:hover {
	background-color: #222222;
	text-decoration: none;
}

tt.foot { font-size: 1.1em; font-family: monospace; line-height: 1.1em;}
p.foot  { font-size: 0.84em; line-height: 1.1em; }

/* miscellaneous divs and classes -------------------------------------- */

input.tt { font-family: monospace; }

font.white { color: white; }

div.whitetext {	
	color: white;
}

/* e.g. used by writings with <div> */
.deluxemargin {
	margin: 1em 7% 1em 4%;
	padding: 1em;
}

/* similar to .deluxemargin but with even more margin
 * currently intended for use with <p>
 * see http://www.fam.tuwien.ac.at/~schamane/flUx/recipes/ */
.noble {
	margin-left: 5%;
	margin-right: 22%;
}

.indent {
	margin-left: 1.5em;
}

.mUwithtext { display: inline; }

.code {
	margin-left: 15px;
	width: 95%;
	border: 1px #666666 solid;
	background: #000000;
	padding: 3px 5px 3px 5px;
	overflow:auto;
}

.msgbox { background-color: black; color: white;
	margin: 1em 1em 1em 0em;
	padding: 2em 1em 1em 1em;
	border: 1px solid gray;
}

/* frames */

/* changed div.box to .box -- div.box seems to be unused anywhere */
.box { border: solid; border-width: 1px; }

.frameblack {
	background-color: black;
	margin: 1em;
	padding: 1em;
	border: 1px solid gray;
}

/* images */

/* Style of Wikipedia.s thumbs */
div.wpstyle {
	margin-bottom: .5em;
	width: auto;
	/* width of border is set by div.tright and div.tleft */
	border-style: solid;
	border-color: #090000;
}
div.wpstyle div {
	border: 1px solid #777777;
	padding: 3px !important;
	background-color: #111111;
	font-size: 94%;
	text-align: center;
	overflow: hidden;
}
div.wpstyle div img {
	border: 1px solid #999999;
}
div.wpstyle div div.wpstylecaption {
	border: none;
	text-align: left;
	font-size: 80%;
	color: #dadada;
	padding: .3em 0 .1em 0;
}
div.tright {
	clear: right;
	float: right;
	border-width: .5em 0 .8em 1.1em;
}
div.tleft {
	float: left;
	margin-right: .5em;
	border-width: .5em 1.1em .8em 0;
}

