/*  
Theme Name: Benighted
Theme URI: http://corkymcdoogle.com/
Description: A dark, monochrome, 2 column theme. 
Version: 1.0
Author: Corky McDoogle
Author URI: http://corkymcdoogle.com/
*/

/* Basic elements */
body{
	background: #1B1B1B url(images/bodyBg.gif);
	margin: 0px;
	padding: 0px;
	color: #666666;
	font: normal 62.5%/100% Verdana, Arial, sans-serif;
}
.clear{
	clear: both;
}
a{
	color: #FFFFFF;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	color: #999999;
}
blockquote{
	border-left: 3px solid #333333;
	padding-left: 5px;
}
h1, h2, h3, h4, h5, h6, ul, searchform{
	margin: 0px;
	padding: 0px;
}

/* Structure */
#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
	clear: none;
}
#header{
	background: #000000 url(images/deathMetal_header.gif);
	height: 200px;
	border-bottom: 1px solid #000000;
	font-family: "Lucida Sans Unicode", sans-serif;
}
#top_nav{
	height: 37px;
}
#name_top{
	height: 65px;
	margin-top: 65px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
}
#description{
	font-size: 1.2em;
	padding-left: 20px;
	line-height: 1.2em;
}
#content{
	padding-top: 15px;
	background: #191919 url(images/contentBg.gif);
	padding-bottom: 15px;
}
#left{
	width: 500px;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	font-size: 1.2em;
	line-height: 150%;
}
#right{
	float: left;
	width: 190px;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 150%;
}
#footer{
	padding: 5px;
	background: #111111;
	border-top: 1px solid #000000;
	color: #333333;
	line-height: 150%;
}
/* Blog Name */
#name_top h1{
	font-size: 2.2em;
	margin: 0px;
	padding: 0px;
	line-height: 1.6em;
	font-variant: small-caps;
	letter-spacing: .1em;
}
#name_top h1 a{
	color: #FFFFFF;
	text-decoration: none;
}
#name_top h1 a:hover{
	color: #D4D4D4;
}
/* Nav elements */
#top_nav ul{
	margin: 0px;
	padding: 0px;
}
#top_nav li{
	float: right;
	list-style: none;
	display: inline;
}
#top_nav li a{
	color: #656565;
	text-decoration: none;
	display: block;
	background: #0A0A0A;
	font-size: 1em;
	margin-right: 5px;
	line-height: 2.6em;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: normal;
}
#top_nav li a:hover{
	text-decoration: none;
	background: #1B1B1B;
}
#top_nav li.current_page_item a{
	background: #292929;
}
#right div{
	margin-bottom: 10px;
}
#right h3{
	font: bold small-caps 1.4em "Lucida Sans Unicode", sans-serif;
	color: #CCCCCC;
	margin-bottom: .5em;
}
#right ul{
	padding-left: 5px;
}
#right li{
	list-style: none;
	background: url(images/bullet.gif) no-repeat left 4px;
	padding-left: 13px;
	font-size: 1.1em;
	margin-bottom: 5px;
}
#right li a{
	color: #595959;
	text-decoration: none;
	font-weight: normal;
}
#right li a:hover{
	color: #828282;
}
/* Post elements */
.post{
	margin-bottom: 10px;
	clear: both;
}
.post h2{
	color: #CCCCCC;
	font: bold small-caps 1.4em "Lucida Sans Unicode", sans-serif;
	margin: 0px;
	padding: 0px;
}
.post h2 a{
	color: #CCCCCC;
	text-decoration: none;
}
.post h2 a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.post ul, .post ol{
	margin: 20px;
	padding: 0px;
}
.post ul li{
	list-style: square inside;
}
ul.meta{
	margin: 0px;
	padding: 0px;
}
.meta{
	color: #595959;
	margin: 0px;
	padding: 0px;
}
.meta li{
	display: inline;
	font-size: 0.8em;
}
.meta li.date{
	background: url(images/date.gif) no-repeat left center;
	padding-left: 15px;
}
.meta li.categories{
	background: url(images/categories.gif) no-repeat left center;
	padding-left: 15px;
}
.meta li.categories a, .meta li.comments a{
	color: #CCCCCC;
	text-decoration: none;
}
.meta li.categories a:hover, .meta li.comments a:hover{
	text-decoration: underline;
}
.meta li.comments{
	background: url(images/comments.gif) no-repeat left center;
	padding-left: 15px;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 30px;
	font-size: .8em;
	}
.navigation a{
	color: #444444;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* Search form */
#searchform{
	margin: 0px 0px 10px;
	padding: 0px;
}
#s{
	width: 164px;
	background: #333333 url(images/search.gif) no-repeat right center;
	border: 1px solid #111111;
	padding: 2px 22px 2px 2px;
	color: #999999;
}
/* Widget elements */
#wp-calendar{
	width: 100%;
	margin: auto;
	padding: 0px;
}
#wp-calander th, td{
	text-align: center;
}
#recent-posts li{
	display: block;
	background: url(images/date.gif) no-repeat left 3px;
}
#recent-comments li{
	display: block;
	background: url(images/comments.gif) no-repeat left 4px;
}
#tag_cloud{
	line-height: 220%;
}
#tag_cloud a{
	text-decoration: none;
	font-weight: normal;
	letter-spacing: -0.1em;
}
#tag_cloud a:hover{
	text-decoration: underline;
}
/* Comments */
#author, #email, #comment, #url, #submit{
	background: #111111;
	border: 1px solid #000000;
	padding: 2px;
	color: #999999;
	width: 350px;
	margin: 0px 0px 10px;
	font: 1.2em Verdana, Arial, sans-serif;
}
h3 #comments{
	font-size: 1.4em;
}
.commentlist{
	margin: 0px;
	padding: 0px;
}
.commentlist li{
	background: #111111;
	margin: 0px 0px 5px;
	padding: 5px;
	display: block;
	color: #333333;
	border: 1px solid #000000;
	list-style: none;
}
.commentlist li ul, .commentlist li ol{
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
.commentlist li li{
	list-style: none;
	border-style: none;
	margin: 0px;
	padding: 0px;
}