body {
	background: rgb(127, 127, 127);
	color: #fff;
	width: 4in;
	position: absolute;
	right: 10%;
	padding: 0;
	padding-top: 15px; padding-bottom: 30px;
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
}

dt,
h1, h2, h3, h4, h5, h6 {
	text-align: right;
	margin-bottom: 0.5em;
}

dt,
dt a:link,
dt a:visited,
h1, h2, h3, h4, h5, h6,
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
	display: block;
	background: rgb(110, 110, 110);
	font-weight: bold;
	width: 100%; height: 100%;
	margin-left: -10px;
	margin-right: -10px;
	padding: 0 10px;
	text-decoration: none;
	color: #fff;
}
dt a:hover,
dt a:active,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active {
	background: #fff;
	color: rgb(110, 110, 110);
}

h1 {
	font-size: 36px;
	text-align: left;
	line-height: 17px;
}

h2 {
	font-size: 30px;
	line-height: 15px;
}

dt, h3 {
	font-size: 24px;
	line-height: 14px;
	text-align: left;
}
dt {
	margin-bottom: 0;
}
dd {
	margin-left: 0;
	border: 1px dotted rgb(110, 110, 110);
	border-top-color: rgb(127, 127, 127);
	margin-bottom: 15px;
	margin-left: -10px;
	margin-right: -10px;
	padding: 0 10px;
}

hr {
	border: none;
	border-bottom: 1px solid rgb(110, 110, 110);
	margin: 0 -10px;
}

img {
	border: none;
	display: block;
	padding: 10px;
	margin: 0 auto;
	text-align: center;
}

a:link {
	color: #fff;
}

a:visited {
	color: #ddd;
}

a:hover,
a:active {
	background: #fff;
	text-decoration: none;
	color: rgb(127, 127, 127);
}

pre code {
	font-size: 11px;
}
pre {
	width: 4in;
}
code {
	font-family: "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier", "Courier New", monospace;
}

#lightbox.done,
#lightbox.done #lbContent {
	background: rgb(127, 127, 127);
}

#navigation {
	z-index: 2000;
	position: fixed;
	top: 0;
	left: 0; right: 0;
	height: 30px;
	margin: 0; padding: 0;
	background: rgb(110, 110, 110);
}
#navigation li {
	list-style: none;
	float: left;
}
#navigation li a {
	display: block;
	height: 30px; line-height: 30px;
	padding: 0 10px;
	margin: 0;
}

#random {
	margin: 0;
	padding: 0;
}
#random li.post {
	list-style: none;
	margin: 0;
	padding: 0;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clear.both {
	clear: both;
}
.center {
	text-align: center;
}
.metadata {
	font-size: 10px;
}

#main {
	z-index: 1000;
	position: absolute;
}

address {
	z-index: 100;
	position: fixed;
	bottom: 0;
	left: 0; right: 0;
	height: 30px; line-height: 30px;
	font-size: 9px;
	padding: 0 10px;
	background: rgb(110, 110, 110);
	text-align: right;
	font-style: normal;
}

address em {
	font-family: Helvetica, sans-serif;
	z-index: 100;
	position: fixed;
	bottom: 30px;
	left: 30px; right: 30px;
	font-size: 150px;
	line-height: 150px;
	color: rgb(110, 110, 110);
	font-style: normal;
}
