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

* { box-sizing: border-box; } /* i.a. remove horiz. scroll bar */

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; font-size: 1.3em; }
p       { line-height: 1.4em; }

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

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

code {
	color: white;
	font-size: 1.2em;
	background-color: #2f2f2f;
	padding-left: 2px;
	padding-right: 3px;
}

kbd {
	padding: .1em .4em .1em .35em;
	border: 1px solid #bbb;
	font-size: 86%;
	font-family: Arial,Helvetica,sans-serif;
	background-color: #444;
	color: #dfdddd;
	border-radius: 3px;
	display:inline-block;
	margin: 0 .1em;
	text-shadow: 0 1px 0 black;
	line-height: 1.4;
	white-space: nowrap;
}

blockquote {
   background: #1c1b1b;
   margin: 1.5em; 
   padding: 0.8em 1em 0.8em .74em;
   border-left: .647em solid #747474;
   border-right: .647em solid #747474;
   border-radius: .3em;
}
blockquote:before {
   color: #747474;
   content: open-quote;
   font-size: 4em;
   line-height: 0.1em;
   margin-right: 0.1em;
   vertical-align: -0.4em;
}
blockquote > p:first-child {
   display: inline;
}
blockquote > cite {
   display: block;
   text-align: right;
   margin: .7em 0 .2em 15%;
}

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

#navbar {
	color: #F7F7F7;
	background-color: #262121;;
	width: 100%;
	margin: 0;
	padding: 0.6em 1em 0.6em;
	font-family: monospace;
	letter-spacing: .047em;
	position: absolute;
	left: 0;	top: 0;
}
#navbar a { color: #F7F7F7; text-decoration: none; font-weight: bolder; }
#navbarbottom {
	border: 0; border-bottom: 1px solid #282222;
	margin-bottom: 2em;
}


/* 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> */
.noble { margin-left: 5%; margin-right: 22%; }
@media only screen and (max-width: 800px) {
	.noble { margin-left: 3%; margin-right: 9%; }
}
@media only screen and (max-width: 599px) {
	.noble { margin-left: 1%; margin-right: 2%; }
}

.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;
}

/* SysAdmin'ish Blog */

.blog { font-size: 105%; }
.blog header { padding: 1em 0 1em 0; }
.blog .index { margin-top: 2em; font-size: 120%; font-family: monospace; }
.blog .index ul li { text-indent: -7.2em; padding-left: 7.2em; }
.blog a { text-decoration: none; }
.blog a:hover { color: #ff6633; text-decoration: underline; }
.blog blockquote {background: #222; border-left: 0.7em solid #444; margin: 1.5em 1em; padding: .5em 1em; border-radius: 2px; }
.blog .tags { text-align:right; font-size: 111%; font-family: monospace; }
