body
{
	background-color: black;
	color: white;
}

a
{
	color: #20619C;
}
#logobox
{
	height: 4em;
	position: absolute;
	display: block;
	top: 0em;
}

#logobox a
{
	text-decoration: none;
	font-size: 4em;
	vertical-align: baseline;
}

#menubar
{
	position: absolute;
	top: 5em;
	width: 150px;
	text-align: center;
}

#menubar h1
{
	font-size: 1em;
}

#menu a
{
	display: block;
	padding: .2em;
}

#menu a:hover
{
	background-color: #20619C;
	color: white;
}

#content
{
	background-color: #111;
	position: absolute;
	top: 5em;
	left: 165px;
	right: 25px;
	padding: 10px;
}

#content h1,.header
{
	background-color: #20619C;
	background-image: url("../images/barbg.png");
	background-repeat: repeat-y;
	text-indent: 30px;
	padding: .2em;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 1.5em;
}

.header a
{
	color: white;
}


h1.header, .header h1
{
	font-size: 1em;
	margin: 0px;
}

.header h2
{
	font-size: 1em;
	margin: 0px;
	font-weight: bold;
}

.header h3
{
	font-size: .9em;
	margin: 0px;
}

.journalentry .header h2
{
	font-size: .9em;
	margin: 0px;
}

pre
{
	border: dashed;
	font-size: .7em;
	padding: 4px;
	margin-left: 2.5em;
}

.journalentry, .commitentry
{
	margin-left: 30px;
	margin-bottom: 1em;
}

em
{
	text-decoration: none;
	font-weight: bold;
}

.interactivetext
{
	font-weight: bold;
}

.eno
{
	display: none;
}
