* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 90%;
	background-color: #000;
	font-family: Verdana, Helvetica, sans-serif;
	color: #eee;
}

div#page {
	min-width: 48em;
	max-width: 72em;
	margin: 0 auto;
	padding: 0 1em;
}

div#header {
	margin: 1em 0;
	text-align: center;
}

div#header h1 {
	font: 2em/1.5em;
}

div#header h1 a {
	color: #69c;
}

div#container {
	margin-right: 15em;
}

div#body {
	float: left;
	width: 99.5%;
	margin-bottom: 1em;
	background-color: #111;
	border: 1px solid #333;
}

div#contents {
	padding: 0 1em;
}

div#sidebar {
	width: 14em;
	margin: 0 -15em 0 auto;
}

div#footer {
	clear: both;
	font-size: 0.6em;
	color: #ccc;
	text-align: center;
}

div#footer div.left {
	float: left;
	text-align: left;
}

div#footer div.right {
	float: right;
	text-align: right;
}

div#footer div.center {
	text-align: center;
}

a {
	text-decoration: none;
	color: #f90;
}

a:hover {
	text-decoration: underline;
	color: #fc0;
}

a img {
	border: 0;
}

div.breadcrumb {
	margin-bottom: 1.25em;
	padding: 0 0.4em;
	font-size: 0.8em;
	line-height: 1.8em;
	background-color: #222;
	border-bottom: 1px solid #333;
}

h2, h3, h4, h5, h6 {
	font-family: Georgia, serif;
	color: #69c;
	margin: 1em 0 0.5em 0;
}

h2 {
	font-size: 1.5em;
	margin: 1em 0 0.5em 0;
}

div.breadcrumb + h2 {
	margin-top: 0.66em;
}

h3 {
	font-size: 1.3em;
	margin: 1em 0 0.5em 0;
}

p {
	margin: 0.5em 0;
	line-height: 1.4em;
	text-align: justify;
}

blockquote {
	margin: 0 1em 0 1em;
}

blockquote, q {
	color: #aaa;
}

img.aligncenter {
	display: block;
	margin: 0.5em auto;
}

ul, ol {
	list-style-position: inside;
}

div.post {
	margin: 1em 0;
}

div.post + div.post {
	margin-top: 2em;
}

div.post h2:first-child, div.post h3:first-child, div.post p.topmetadata + h2 {
	margin-top: 0.5em;
}

div.post h2 a, div.post h3 a {
	color: #69c;
}

div.post p {
	margin: 0.5em 0;
}

div.post p.time {
	margin: -0.8em 0 0 0;
	font-size: 0.8em;
	color: #ccc;
}

div.post p.topmetadata {
	margin: 0 0 0.5em 0;
	border-bottom: 1px solid #444;
	font-size: 0.8em;
	color: #888;
	text-align: left;
}

div.post p.topmetadata span.time {
	float: right;
}

div.post p.metadata {
	font-size: 0.8em;
	margin: 1em 1em;
	padding: 0.5em;
	background-color: #222;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	color: #ccc;
}

div.post p.bookmarks {
	margin: 1em 0;
	font-size: 0.8em;
	color: #999;
	text-align: center;
}

div.alignright {
	float: right;
	margin-left: 1em;
}

div.alignleft {
	float: left;
	margin-right: 1em;
}

div.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

div.wp-caption {
	padding: 0.5em;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	background-color: #1c1c1c;
	font-style: italic;
	text-align: center;
}

span.wp-caption-text {
	display: block;
	margin-top: 0.4em;
	font-size: 0.8em;
}

pre {
	margin: 0.8em 0;
	max-height: 30em;
	background-color: #1a1a1a;
	overflow: auto;
}

pre span.comment {
	color: #999;
}

pre span.javadoc {
	color: #79b;
}

pre span.changed {
	color: #f00;
}

ol.pingbacklist {
	list-style: none;
	font-size: 0.9em;
}

ol.commentlist, ol.pingbacklist {
	list-style: none;
	font-size: 0.9em;
	/*border-top: 1px solid #333;*/
}

ol.pingbacklist li {
	display: block;
	margin-bottom: 0.5em;
	padding: 0.5em;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	background-color: #1c1c1c;
}

ol.commentlist li {
	display: block;
	margin-bottom: 0.5em;
	padding: 0.5em 0.5em 0 0.5em;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	background-color: #1c1c1c;
}

ol.commentlist li img.avatar {
	float: right;
}

ol.commentlist li cite {
	font-style: normal;
}

ol.commentlist li p {
	margin: 0.5em 0;
}

ol.commentlist li p.metadata {
	font-size: 0.8em;
	margin: 0;
}

ol.commentlist li div.reply {
	margin: 0.5em 0;
}

form {
	margin: 1em 0;
}

form input {
	width: 16em;
	background-color: #222;
	border: 1px solid #333;
	font-size: 0.9em;
	font-family: Verdana, Helvetica, sans-serif;
	color: #eee;
}

form textarea {
	width: 100%;
	height: 8em;
	background-color: #222;
	border: 1px solid #333;
	font-size: 0.9em;
	font-family: Verdana, Helvetica, sans-serif;
	color: #eee;
}

form input:focus, form textarea:focus {
	background-color: #333;
}

form input#submit {
	width: auto;
	padding: 0.1em;
	background-color: #666;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	color: #eee;
}

form input#submit:active {
	background-color: #555;
	border-top: 1px solid #222;
	border-left: 1px solid #222;
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
}

form label {
	font-size: 0.8em;
}

form ul {
	list-style: none;
}

form ul li {
	display: block;
	margin: 0.5em 0;
}

form ul li.antibot {
	display: none;
}

form p {
	font-size: 0.9em;
}

div.widget {
	margin-bottom: 1em;
	background-color: #111;
	border: 1px solid #333;
}

div.widget h2 {
	/*margin: 0 0 0.5em 0;*/
	margin: 0;
	padding: 0 0.3em;
	font-size: 1em;
	line-height: 1.4em;
	background-color: #222;
	border-bottom: 1px solid #333;
}

div.widget form {
	margin: 0.5em;
}

div.widget form input {
	width: 9.8em;
}

div.widget form input#searchsubmit {
	width: 3.8em;
	margin-left: 0.5em;
	background-color: #666;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	color: #eee;
}

div.widget form input#searchsubmit:active {
	background-color: #555;
	border-top: 1px solid #222;
	border-left: 1px solid #222;
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
}

div.widget ul {
	margin: 0.5em;
	list-style: none;
	font-size: 0.8em;
}

div.widget ul li:before {
	content: "\00BB \0020";
}

div.widget p {
	margin: 0.5em;
	font-size: 0.8em;
	line-height: 1.2em;
	text-align: left;
}

div.widget p.twitter-message {
	padding-top: 0.5em;
	border-top: 1px dashed #222;
}

div.widget span.twitter-timestamp {
	display: block;
}
