/*
 * CSS Design My Black On White by Andreas Schamanek
 * for http://www.fam.tuwien.ac.at/~schamane/
 *
 */

body { background-color: #DDDDDD; color: black;
	margin-left: 2%; margin-right: 2%; 
	font-family: "Trebuchet MS", Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", sans-serif;
	font-weight: normal;
}

a:link    { color: #000066; text-decoration: none; font-weight: bolder; }
a:visited { color: #333333; text-decoration: none; font-weight: bolder; }
a:active  { color: #990000; text-decoration: none; }
a:hover   { color: red;     text-decoration: none; }

h1      { margin-left: +2%; }
pre     { font-family: monospace; }
tt      { font-family: monospace; }
code    { 
	color: black; background-color: #FFFFFF; 
	padding-left: 0.4em; padding-right: 0.4em; 
}
p       { line-height: 1.4em; }

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

/* these are in Night On Fire, are they needed here? ul, dl?
ul, dl  { line-height: 1.3em; }
*/

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

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

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

/* 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: 9pt; font-family: monospace; }
p.foot  { font-size: 10pt; }

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

input.tt { font-family: monospace; }

font.white { color: black; }

div.whitetext {
	background: white;
	padding: 0.5em;
	color: #333333;
}

/* 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;
}

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

.msgbox { background-color: white; color: black;
	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;
}

