/*
 * PaperTape Project: Documentation design.
 * 
 * This is a small design I've made up from mind at Do. 12.03.2009
 * while moving from "Paper Tape Project" to "Punched Paper Project".
 * 
 * Use it as in the public domain.
 *
 */
/* @import url(http://dev.technikum29.de/src/private.design/style.css); */

body {
	/*padding: 15px;*/
	margin: 0;
	font: 12px Verdana,Arial,sans-serif;
}

img {
	border: none;
}

#header {
	background-color: black;
	height: 80px;
	position: relative;
	padding-top: 25px;
	padding-left: 20px;
}

#header h1 {
	color: white;
	font: 30px monospace;
	margin: 0; padding: 0;
}

#header h1 a:link, #header h1 a:visited  {
    color: white;
	text-decoration: none;
}

#header h1 a:hover, #header h1 a:focus {
    text-decoration: underline;
}

#header p.subtitle {
	color: #ce5c00;
	font-family: monospace;
	margin: 0; padding: 0;
}

#header p.subtitle a:link, #header p.subtitle a:visited {
    text-decoration: none;
	color: #ce5c00;
}

#header p.subtitle a:hover, #header p.substitle a:focus {
    text-decoration: underline;
}

#header a.powered-by {
	position: absolute;
	top: 26px; right: 25px;
}

#navigation {
	width: 185px;
	padding-top: 20px;
	float: left;
	background-color: #EEEEEE;
	border-right: 2px solid black;
	height: 1000px;
}

#navigation ul {
	margin: 0; padding: 0;
	background-color: #eee;
	padding-left: 10px;
}

#navigation li {
	margin: 0; padding: 0;
	list-style-type: circle;
	margin-left: 10px;
	color: #3465A4; /* bullets same color as links */
}

#navigation a, #navigation strong, #navigation em {
	display: block;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
}

#navigation em {
	font-style: normal;
	color: black;
}

#navigation strong {
	background-color: black;
	color: white;
}

#navigation a:link, #navigation a:visited,
#content a:link, #content a:visited {
	color: #3465a4;
}

#navigation a:hover ,
#content a:hover {
	background-color: #fff;
	color: #f57900;
}

#content {
	margin-left: 195px;
	padding: 20px 10px;

	text-align: justify;
	line-height: 135%;
}

#content .box {
    /* Used on starting page */
	background-color: #F5F5F5;
    border: 2px solid black;
	padding: 15px;
	margin: 10px;
}

#footer {
	clear: both;
	margin-top: 15px;
	background-color: #000;
	padding: 20px;
	text-align: center;
	color: white;
}

#footer a {
	color: #eaeaea;
}

pre {
    background-color: #F9F9F9;
    border: 1px dashed #2F6FAB;
    color: black;
    line-height: 1.1em;
    padding: 1em;
}