/*  
Theme Name: Reverence
Theme URI: http://www.antbag.com
Description: A beautiful dark theme.
Version: 1.0
Author: Anthony Baggett
Author URI: http://www.antbag.com/

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 13px;
	text-align: center;
	vertical-align: top;
	background: #000 url(images/deep_red_bg3.jpg) repeat-x top left;
	color: #aaa;
}

#wrapper{
	overflow: hidden;
	margin: 5px auto;
	width: 848px;
	text-align: left;
	background: #333;
	border: 1px solid #444;
}

h1{
	font-family: Helvetica, Georgia, Sans-serif;
	font-size: 34px;
	padding: 5px 0 5px 15px;
}

h3{
	padding: 15px 0 15px 0;
	color: #666;
}

h4{
	padding: 0 0 0 15px;
	color: #555;
}

a:link, a:visited{
	text-decoration: none;
	color: #ccc;
}

a:hover{
	text-decoration: underline;
	color: #aaa;
}

a img{
	border: none;
}

blockquote { 
	font-style: italic; 
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 90%;
	color: #aaa; 
	margin: 1.5em 30px 1.5em 30px; 
	padding: 4px 4px 4px 10px;
	border-left: 2px solid #555;	
	border-right: 2px solid #555;
	background: #222;
}

code { 
	color: #9A2EFE; 
	font-family: Courier, monospace; 
}

.entry p { 
	margin: 0 0 15px 0; 
}

.entry ul, .entry ol { 
	margin: 0 0 15px 5px; 
}
	
.entry ul { 
	list-style-type: disc; 
}

.entry ul, .entry ol { 
	margin: 0 0 15px 5px; 
}
	
.entry ul { 
	list-style-type: disc; 
}

.entry li { 
	margin: 0 0 5px 0; 
}
		
.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { 
	margin: 5px 0 5px 30px; 
}

.entry blockquote.right { 
	width: 150px; 
	font-style: normal !important; 
	font-size: 14px;
	color: #000;
	margin: 0.3em 0 0.3em 15px !important; 
	padding: 5px;
	background: #e8e7d2; 
	border-top: 2px solid #aaa;
	border-bottom: 2px solid #aaa; 
	border-left: none;
	border-right: none;
	text-align: center; 
	float: right; 
}
		
.entry blockquote.left { 
	width: 150px; 
	font-style: normal !important; 
	font-size: 14px;
	color: #000;
	margin: 0.3em 15px 0.3em 0 !important; 
	padding: 5px;
	background: #e8e7d2; 
	border-top: 2px solid #aaa;
	border-bottom: 2px solid #aaa; 
	border-left: none;
	border-right: none;
	text-align: center; 
	float: left; 
}
	
.entry blockquote.right p, .entry blockquote.left p { 
	margin: 0; 
	line-height: 1.4em !important; 
}

.entry img.left { 
	padding: 6px; 
	margin: 0.5em 15px 0.5em 0; 
	border: none;
	float: left; 	
	clear: left; 
}
		
.entry img.right { 
	padding: 6px; 
	margin: 0.5em 0 0.5em 15px; 
	border: none;
	float: right; 
	clear: right; 
}
		
.entry img.center { 
	display: block; 
	padding: 8px; 
	margin: 0 auto 1.5em auto; 
	border: none;
	float: none; 
	clear: both; 
}
	
.entry img.frame { 
	padding: 6px; 
	margin: 0.5em 0 0.5em 15px; 
	border: 1px solid #444;
	background: #555;
	float: right; 
	clear: right; 
}
		
.entry img.stack { 
	clear: none !important; 
}

.entry a{
	text-decoration: underline;
}

.archive_head { 
	text-align: center;
	font-style: normal; 
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 13px;
	color: #900; 
	margin: 25px auto 10px 30px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}

/*----HEADER----*/

#header{
	float: left;
	width: 100%;
	height: 160px;
	margin: 0;
	padding: 0;
	background: #222;
	clear: both;
}

.title{
	margin: 0 auto 0 auto;
	width: 900px;
	padding: 40px 20px;
}

#header a {
	text-decoration: none;
	color: #555;
}

#header a:hover {
	text-decoration: underline;
	color: #777
}

/*----NAVIGATION BAR----*/

#top-menu{
	clear: both;
	width: 100%;
	font-family: Georgia, Sans-Serif;
	border: none;
	background: #222;
	border-bottom: 1px solid #444;
}

#top-menu a{
	text-decoration: none;
	padding: 6px 10px;
	color: #aaa;
	font-size: 11px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}

#top-menu a:hover{
	text-decoration: none;
	color: #e8e7d2;
	background: #444;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
}

#top-menu ul{
	margin: 0 auto;
	width: 848px;
	padding: 5px 0;
	background: #333;
	border-top: 1px solid #444;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
}

#top-menu ul li{
	display: inline;
	padding: 0;
	text-transform: uppercase
}


/*----POST----*/

#container{
	float: left;
	width: 560px;
	margin-top: 10px;
	padding: 10px 15px;
}

.post{
	padding: 20px 20px 40px 30px;
}

.post h2{
	text-align: center;
	font-family: Georgia, Sans-serif;
	font-size: 22px;
	padding: 0;
}

.entry{
	line-height: 22px;
}

.postinfo{
	font-size: 11px;
	text-align: center;
	color: #555;
	padding: 2px 0 20px 0;
}

.postinfo a{
	color: #555;
}

.postdate{ color: #555; }

p.postmetadata{
	font-size: 12px;
	color: #BFB8A1;
	border-top: 2px solid #222;
	margin: 20px 0 0 0;
	padding: 5px 0 0 0;
	text-align: right;
	padding-right: 15px;
}

/* This is the link at the bottom of a post which lets you go to the next or previous post */

.postnav{
	padding: 30px 20px 40px 10px;
	margin-left: 20px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

h2.archive_head{ 
	font-weight: bold !important; 
	font-size: 14px !important; 
	letter-spacing: normal !important; 
	margin: 0 0 1.8em 10px !important; 
	padding: 0.4em 5px !important; 
	border-bottom: 1px dotted #CCC; 
	background: none; 
}

	

/*----SIDEBAR STYLES----*/

#sidebar{
	float: right;
	width: 234px;
	margin: 10px;
	display: inline;
	overflow: hidden;
	border: 1px solid #444;
}

#sidebar ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar ul li{
	padding: 0;
}

#sidebar ul li h2{
	font-family: Georgia, Sans-Serif;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	color: #ccc;
	padding: 5px 15px;
}

#sidebar ul ul{
	padding: 0;
}

#sidebar ul ul li{
	margin: 0;
	line-height: 18px;
	list-style: none;
	font-size: 11px;
	border: none;
}

#sidebar ul li a{
	display: block;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #777;
	padding: 2px 15px;
}

#sidebar ul li a:hover{
	text-decoration: none;
	color: #aaa;
	background: #222;
}

.rss{
	height: 35px;
}

table#wp-calendar{
	width: 100%;
}

#search_form{ 
	padding: 30px 15px; 
} 
#search_form .search_input{ 
	width: 185px; 
	padding: 0.25em; 
	color: #777; 
	font: normal 1.0em Verdana, Arial, Helvetica, sans-serif; 
	border: 0.083333em solid #555; 
	border-right-color: #555; 
	border-bottom-color: #555;
	background: #444;
}
	
#search_form .search_input:focus{ 
	border-top-color: #666; 
	border-left-color: #666; 
	border-right-color: #ddd; 
	border-bottom-color: #ddd; 
}
	
#content .search_input{ 
	font-size: 0.9231em !important; 
}

/*----COMMENT FORM----*/

#comment-form{
	width: 488px;
	background: #222;
	border: 1px solid #444;
	margin: 10px 0 0;
	padding: 5px 5px 15px 15px;
}

.comments-template a{
	text-decoration: underline;
	color: #555;
}


.comments-template a:hover{
	text-decoration: underline;
	color: #333;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0;
	line-height: 18px;
	padding: 10px 0 5px 15px;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
	color: #777;
	padding: 10px 0 30px 0;
}

.commentmetadata{
	font-size: 12px;
	color: #AAA;
	padding: 20px 0;
}

.commentmetadata strong { 
	font-size: 14px; 
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template input{
	border: 1px solid #CCC;
}

.comments-template textarea{
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 12px;
	color: #000;
	margin: 30px 15px 15px 0;
	background: #333;
	border: 1px solid #444;
}

.even {
	background: #222;
	border: 1px solid #444;
}

.alt {
	background: #333;
	border: 1px solid #444;
}
/*----FOOTER----*/

#footer{
	clear: both;
	float: left;
	width: 860px;
	margin: 30px 0 0 0;
	padding: 10px 5px 5px 25px;
	line-height: 18px;
	font-size: 80%;
	text-align: center;
	color: #f3f1e9;
}

#footer a{
	text-decoration: none;
	color: #aaa;
}

#footer a:hover{
	text-decoration: underline;
	color: #FFF;
}
