/*  
Theme Name: Darkie
Theme URI: http://chronicd.com/
Description: What if the internet were in black and white?
Version: 1.0
Author: Jason Wadsworth
Author URI: http://chronicd.com/
*/
html {
	margin: 0;
	padding: 0;
	font: 0.85em Arial, sans-serif;
	letter-spacing: 0.1em;
	color: #FFF;
	background-color: #333;
	text-align: center;
}
img { border: none; }
a {
	color: #AAA;
	text-decoration: underline;
}
a:hover {
	color: #CCC;
	text-decoration: none;
}
h1 {
	margin: 0;
	padding: 0;
	text-align: center;
}
h1 a {
	display: block;
	background: #333 url(images/chronicd.png) no-repeat top left;
	width: 528px;
	height: 91px;
	margin: 0 auto;
	text-indent: -9999px;
}
li { list-style-type: circle; }

.hidden { display: none; }
.left { float: left; }
.right { float: right; }
.textleft { text-align: left; }
.textright { text-align: right; }
.clear { clear: both; }

#page {
	width: 680px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 30px;
}
#content {
	background: #333 url(images/blob.png) no-repeat top left;
	width: 430px;
	padding-left: 240px;
	min-height: 390px;
	height: auto !important;
	height: 390px;
}
.navigation {
	width: 400px;
	font-variant: small-caps;
	letter-spacing: 0.2em;
}
.navigation .nav-next {
	text-align: right;
}
.navigation .nav-previous {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #FFF;
}

.post { clear: both; }
.post h2 {
	margin: 10px 0px 5px -25px;
	font: 1.4em "Courier New", Courier, serif;
	letter-spacing: 0.2em;
}
.post h2 a {
	color: #FFF;
	text-decoration: none;
}
.post-icon {
	background: #333 url(images/icon.png) no-repeat;
	float: left;
	margin-top: 3px;
	margin-right: 5px;
	width: 20px;
	height: 20px;
}
.postmetadata {
	background-color: #444;
	padding: 5px;
}

.commentlist { padding: 0; }
.commentlist li {
	background-color: #555;
	margin: 5px 0;
	padding: 5px;
	list-style-type: none;
}
.commentlist li.alt {
	background-color: #444;
	padding: 5px;
}
.commentlist cite {
	font-style: normal;
	font-weight: bold;
}
.commentlist cite a { color: #FFF; }

.commenttext {
	margin-top: 5px;
	border-top: 1px dotted #FFF;
}

#submit {
	background: #333 url(images/button.png) repeat-x;
	color: #000;
	border: 1px solid #CCC;
	float: right;
	padding: 2px 4px;
}
#author, #email, #url {
	padding: 3px;
	border: 1px solid #777;
	background-color: #444;
	color: #FFF;
}
#commentform textarea {
	width: 424px;
	padding: 3px;
	border: 1px solid #777;
	background-color: #444;
	color: #FFF;
}

#search-popup {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	text-align: right;
}
#search-popup div {
	padding: 0px 5px 5px 5px;
}
