/* $Id: jaeger.css,v 1.5 2006-06-22 03:49:05 jaeger Exp $ */
BODY {
	background: #000;
	color: #eea;
}
a { color: #2d2; }
a:active { color: #fff; }
a:visited { color: #d34; }
div#leftbar {
	position: absolute;
	top: 0;
	left: 0;
	width: 20%;
}
div#rightbar {
	position: absolute;
	top: 0;
	right: 0;
	width: 20%;
}
div.navbar, div.rightbar, div.quote { display: none; }
div#hacker { float: right; display: none; }
div.navbar, div.article, div.copyright, div.quote {
	background: #125;
	margin: 0.125em;
	padding: 0.25em;
}
div.navbar ul {
	font-size: small;
	margin-top: 0;
}
div.articlenav {
	text-align: center;
}
div#photo_main {
	text-align: center;
}
h1 {
	color: #fff;
	background: #000;
	margin-top: 0;
	font-weight: bold;
	font-family: sans-serif;
	font-size: x-large;
}
h2 {
	color: #fff;
	background: #000;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 1em;
}
a.current {
	color: #fff;
	font-weight: bold;
}
h2 > a, h2 > a:visited {
	color: #fff;
}
h3 {
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	margin: 0;
}
div.printfooter { display: none; }
@media print {
	div.printfooter { display: block; }
	div.articlenav, div.articlefooter, div.screenfooter { display: none; }
	div#graphic { float: right; }
}
.lyric {
	color: #f0f0c0;
	font-family: sans-serif;
	font-size: small;
	margin-left: 2em;
	margin-right: 2em;
}
.code {
	font-family: monospace;
	margin-left: 2em;
	margin-right: 2em;
	background: #172e73;
	padding: 4px;
	border-style: solid;
	border-color: black;
	border-width: 2px;
	overflow: auto;
}
#twitter_update_list {
	overflow: hidden;
}

