/*
Partially based on layouts from intensivstation.ch
$Id: default.css 75 2007-03-08 17:18:04Z tklauser $
*/

body {
	background: #ffffff;
	color: #000000;
	font-family: "Bitstream Vera Sans", Verdana, Lucida, Helvetica, Arial, sans-serif;
	font-size: 11px;
}

img {
	border: 0px;
}

a {
	background: inherit;
	color: #5533ee;
	text-decoration: none;
}

a:hover {
	background: inherit;
	color: #af0000;
	text-decoration: underline;
}

h1 {
	font-family: "Bitstream Vera Sans", Verdana, Lucida, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.4em;
	padding-right: 1em;
	margin: 0;
	text-align: right;
}

h2 {
	font-family: "Bitstream Vera Sans", Verdana, Lucida, Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin-bottom: 0.3em;
	border-bottom: 1px dotted #808080;
}

h3 {
	font-family: "Bitstream Vera Sans", Verdana, Lucida, Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin-bottom: 0.2em;
}

h4 {
	font-family: "Bitstream Vera Sans", Verdana, Lucida, Helvetica, Arial, sans-serif;
	font-size: 11px;
	margin-bottom: 0.1em;
}

#container {
	width: 800px;
	padding: 0;
	margin: 20px auto;
	font-size: 11px;
}

#outer {
	border-left: solid 180px #e0e0e0; /* left menu colour */
	background-color: #ffffff; /* content colour*/
	color: inherit;
}

#inner {
	margin:0;
	width:100%;
	font-size: 11px;
}

ul.navigation {
	width: 180px;
	float: left;
	position: relative;
	background-color: #e0e0e0;
	color: inherit;
	margin: 0px 0px 0px -180px;
	padding: 5px 0px 5px 0px;
	font-size: 11px;
}

li.navigation {
	list-style-type: none;
	margin-bottom: 4px;
	padding-left: 10px;
	font-size: 11px;
}

li.filelist {
	list-style-type: none;
	padding-left: 20px;
}

#header {
	border-bottom: 1px dotted #808080;
}

#header h2 {
	font-size: 12px;
	border-bottom: none;
	letter-spacing: 0.4em;
	padding-right: 1em;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0;
	text-align: right;
}

#content {
	margin: 0px;
	padding: 5px 0px 5px 10px;
	position: relative;
	font-size: 11px;
	line-height: 130%;
}

#content p {
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 11px;
}

#content ul {
	margin: 8px 0px 8px 0px;
	padding-left: 30px;
	font-size: 11px;
}

#content ul ul {
	margin: 0;
}

#content li {
	padding-left: 2px;
	font-size: 11px;
}

#content a.pdflink:before {
	content: url('/img/pdf.png') " ";
}

#footer {
	clear: left;
	padding: 5px 0px 0px 0px;
	margin: 0;
	text-align: center;
	height: 15px;
	border-top: 1px dotted #808080;
}

#footer pre {
	font-size: 11px;
	color: #80a0b0;
	background: inherit;
	text-align: center;
	margin-top: 2px;
}

/*
 *
 * Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>
 *
 * */

pre code[class]:after {
	content: 'highlight: ' attr(class);
	display: block; text-align: right;
	font-size: smaller;
	color: #CCC; background: white;
	border-top: solid 1px;
	padding-top: 0.5em;
}

pre code {
	display: block;
	background: #F0F0F0;
}

pre code, 
.ruby .subst,
.xml .title,
.lisp .title {
	color: black;
}

.string,
.title, 
.parent,
.tag .attribute .value,
.rules .value,
.rules .value .number,
.preprocessor,
.ruby .symbol,
.instancevar,
.aggregate,
.template_tag,
.django .variable,
.smalltalk .class,
.addition,
.flow,
.stream,
.bash .variable {
	color: #800;
}

.comment,
.annotation,
.template_comment,
.diff .header,
.chunk {
	color: #888;
}

.number,
.regexp,
.literal,
.smalltalk .symbol,
.smalltalk .char,
.change {
	color: #080;
}

.javadoc,
.ruby .string,
.decorator,
.filter .argument,
.localvars,
.array,
.attr_selector,
.pi,
.doctype,
.deletion,
.envvar,
.shebang {
	color: #88F;
}

.keyword,
.id,
.phpdoc,
.title,
.vbscript .built_in,
.rsl .built_in,
.cpp .built_in,
.aggregate,
.smalltalk .class,
.winutils,
.bash .variable {
	font-weight: bold;
}

.html .css,
.html .javascript,
.html .vbscript {
	opacity: 0.5;
}

