/*
Theme Name: Henceforth
Theme URI:  
Description: This WordPress theme is based on the Clean Home theme by Bryan Helmig
			of Mid Mo Design: http://midmodesign.com/.
Designer: ???
Author: J Doerck
Author URI: http://www.lsr1.com/

	"Henceforth" by ???

	This WordPress theme is based on the Clean Home theme by Bryan Helmig
	of Mid Mo Design: http://midmodesign.com/.

	The CSS, XHTML and design is released under the GPL.

*/


/*
yellow #e5aa08
orange #eb6c0f
purple #a90058
tan #c46b2f

*/


body {
	background-color: #e4c97b;
	font-family: arial, helvetica, verdana;
	font-size: smaller;
	color: #111111;
	text-align: center;
}

a:link{color: #840051;}
a:visited{color: #a70052;}
a:link:hover{color: #a70052;}
a:visited:hover{color: #840051;}

img {
	border: 0;
}	

acronym, abbr {
	border-bottom: 1px #CCC dashed;
}

span.hfr {
	display: inline !important;
	text-transform: uppercase;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 734px;
	background-color: #FFF;		
}

#header {	
	height: 120px;
	margin-top: 26px;
	margin-left: auto;
	margin-right: auto;
	background: url(/images/frame_top.gif) no-repeat;
	background-color: #FFF;
}


#content {
		margin: 0;
		float: right;
		width: 594px;
		padding:0 20px 25px 10px;
		overflow:hidden;
		line-height: 1.5em;

}


#sidebar {
	margin: 0;
	float: right;
	width: 105px;
	overflow:hidden;
	padding: 5px 0 0 5px;
	font-size: 10px;
	line-height: 14px;
}

#footer {
	clear: both;
	background: #A2A2A2;
	height: 1%;
	text-align: center;
	background: url(/images/frame_bottom.gif) no-repeat;
	margin-bottom: 26px;
	font-size: .6em;
	line-height: 1em;
}

#footer p {
	position: relative;
	top: -5px;
}




hr{
margin:35px 0 0 0;
padding:0;
border:0;


color:#fff;
clear:both;
}

.readMore {
	text-align: right;
}
#header #logo {
	background: url(/images/logo.gif) no-repeat;
	height: 100px;
	width: 100px;
	position: relative;
	top: -43px;
	left: 14px;
}

#header #logo span {
	display: none;
}

#header h1 {
	background: url(/images/title.gif) #FFF;
	width: 600px;
	height: 54px;
	position: relative;
	top: 53px;
	left: 119px;
	
}

#header h1 span {
	display: none;
}

#header table {
	position: absolute;
	top: 9px;
	left: 192px;
}

#header table td {
	vertical-align: middle;
	padding: 0 7px 0 0;
}

/* Search Results */

.navigation {
	display: block;
	margin: 10px auto;
}

.navigation .alignleft {
	float: left;
}

.navigation .alignright {
	float: right;
}
	
.page, .post {
	margin: 30px 0;
	border-top: 1px dotted #CCC;
	padding: 20px 0;
}

.post h3.fd {
	font-weight: bold;
	padding-top: 0;
	margin-top: 0;
}

.first {
	border: 0;
	padding-top: 0;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
}


#indexIntro .post {
	margin: 15px 0 20px 0;
	border-bottom: 1px dotted #CCC;
	padding: 20px 0 10px 0;
}

#indexIntro .first {
	border-top: 2px solid #999;
	border-bottom: 0;
}


h2.recent {
	font-size: 1.5em !important;
	margin-bottom: 30px;
	padding: 0 !important;
}



/* don't show dotted line on actual pages */

div.release div.post, div.release div.page, div.news div.page {
	margin: 0 0 30px 0;
	border: 0;
	padding: 0;
}

.theExcerpt {
	padding-bottom: 20px;
}

.post p, .page p {
margin:14px 0 0 0;
}
.post em, .page em{
font-style:italic;
}

.post .date, .page .date {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #eb6c0f;
	text-transform: uppercase;	
}
.post h1, .page h1 {
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
}

.post h2, .page h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
}
.post h2 a, .post h3 a, .page h2 a {
	color: #333;
	text-decoration: none;
}

.post h2 a:hover, .post h3 a:hover, .page h2 a:hover {
	color: #a70052;;
	text-decoration: none;
}

.post h3, .post h4, .page h3, .page h4 {
font-size:12px;
margin:15px 0 0 0;
font-weight:normal;
}


.post .indent {
padding-left:10px;
}
.post .indent p {
padding-left:10px;
}
.post small, .page small {
	font-size: 10px;
	color: #7A7A7A;
}
.post small a {
font-weight:normal;
}

.post .hr {
	margin: 15px 0 40px 0;
}

.post .alignright {
float:right;
margin-left:10px;
}
.post .alignleft {
float:left;
margin-right:10px;
}
.post .aligncenter {
margin:0 auto;
display:block;
}

.wp-caption.aligncenter {
margin-left: 130px !important;
}
.post abbr {
font-weight:normal;
}
.post ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 0px;
	}
.post li {
	margin: 0;
	padding: 0;
	}
.post ol{
list-style:decimal;
margin:0 0 0 30px;
}
.post .wp-caption {
background:#f7f7f7;
border:1px solid #ccc;
margin:10px;
text-align:center;
padding:5px 0 0;
}
.post .wp-caption-text {
margin:0;
}
.post .wp-caption a, .post .wp-caption a:hover {
border-bottom:0;
}

.post blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 26px;
	color: #e5aa08;
	letter-spacing: 1px;
	padding: 15px;
	margin: 20px 0;
	background-position: left;
	clear: right;
	
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e5aa08;
	border-bottom-color: #e5aa08;
}

.post blockquote .floatRight {

	padding: 10px;
	float: right;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e5aa08;
	border-bottom-color: #e5aa08;
	font-size: 22px;
	text-align: left;
	line-height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #e5aa08;
	
}
.post pre {
font-family:courier;
font-size:12px;
letter-spacing:-1px;
margin:14px 0 14px 0;
}
.post .message ul {
margin:12px 0 0;
}
.post .message {
display:none;
background:#0F67A1;
margin-top:10px;
padding:20px;
color:#fff;
}

.post img {
	margin: 0;
}
#comments h3, #comments h4{

font-size:15px;
margin:35px 0 5px;
font-weight:bold;
}
#comments h4{
font-size:28px;
}
#comments cite{
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	border-bottom:1px dotted #ccc;
}
#comments em {
font-style:italic;
text-align:right;
}
#comments ol.commentlist li {
margin-top:20px;
border:1px dotted #ccc;
border-right:0;
padding:10px 10px 20px 5px;
min-height:110px;
width: 500px;
}
#comments p {
margin:10px 0 0 10px;
width:auto;
}
#comments span {
display:block;
color:#CCC;
font-family:Georgia;
font-size:120px;
font-weight:normal;
float:right;
padding-top:25px;
}

#comments ul.formlist {
margin:20px auto;
width:375px;
}
#comments ul.formlist li {
display:block;
margin:10px 0 0;
}
#comments ul.formlist p{
margin:10px 0 0;
text-align:center;
}
#comments input {
width:370px;
font-weight:normal;
}
#comments textarea {
width:370px;
font-weight:normal;
}
#comments li.submitbutton input {
text-align:center;
background:#fff;
border:1px solid #aaa;
color:#000;
font-weight:normal;
font-size:20px;
width:374px;
}

#comments li.submitbutton input:hover {
	background-color: #840051;
	color: #FFF;
}

#comments .center {
text-align:center;
}

#sidebar #pages {
	margin-bottom: 30px;
}

#sidebar #pages li {
	margin: 0 0 13px 0;
}

#sidebar #pages li.home { margin-left: 13px;}
#sidebar #pages li.catalog { margin-left: 13px;}
#sidebar #pages li.order { margin-left: 13px;}
#sidebar #pages li.reviews { margin-left: 6px;}
#sidebar #pages li.links { margin-left: 15px;}
#sidebar #pages li.contact { margin-left: 6px;}
#sidebar #pages li.soforth { margin-left: 8px; position: relative; top: -8px;}

#sidebar #pages li.home a {
	background: url("/images/nav_home.png");
	display: block;
	height: 37px;
	width: 95px;
}

#sidebar #pages li.home a:hover {
	background: url("/images/nav_home.png");
	background-position:0px -37px;
}

#sidebar #pages li.catalog a {
	background: url("/images/nav_catalog.png");
	display: block;
	height: 29px;
	width: 95px;
}

#sidebar #pages li.catalog a:hover {
	background: url("/images/nav_catalog.png");
	background-position:0px -29px;
}

#sidebar #pages li.order a {
	background: url("/images/nav_order.png");
	display: block;
	height: 34px;
	width: 95px;
}

#sidebar #pages li.order a:hover {
	background: url("/images/nav_order.png");
	background-position:0px -34px;
}

#sidebar #pages li.reviews a {
	background: url("/images/nav_reviews.png");
	display: block;
	height: 25px;
	width: 95px;
}

#sidebar #pages li.reviews a:hover {
	background: url("/images/nav_reviews.png");
	background-position:0px -25px;
}

#sidebar #pages li.links a {
	background: url("/images/nav_links.png");
	display: block;
	height: 22px;
	width: 95px;
}

#sidebar #pages li.links a:hover {
	background: url("/images/nav_links.png");
	background-position:0px -22px;
}

#sidebar #pages li.contact a {
	background: url("/images/nav_contact.png");
	display: block;
	height: 28px;
	width: 95px;
}

#sidebar #pages li.contact a:hover {
	background: url("/images/nav_contact.png");
	background-position:0px -28px;
}

#sidebar #pages li.soforth a {
	background: url("/images/nav_soforth.png");
	display: block;
	height: 50px;
	width: 95px;
}

#sidebar #pages li.soforth a:hover {
	background: url("/images/nav_soforth.png");
	background-position:0px -48px;
}

#sidebar #pages span {
	display: none;
}

#sidebar #s {
	width: 100px;
	font-size: .9em;
}

#sidebar #mainSearch {
	text-align: right;
	margin-bottom: 20px;
}

#sidebar h3 {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #eb6c0f;
	text-transform: uppercase;
	
}
#sidebar .block ul {
	margin-bottom: 20px;
}
#sidebar .block ul.children {
	margin: 0 0 0 15px !important;
	border:5px;
	padding: 0;
	list-style-type: circle !important;
}

#sidebar .block ul.children ul {
	list-style-type: none !important;
}

#sidebar .block li {
	padding:0;
	margin-bottom: 1px;
	border: 0;
}
#sidebar .block li a {
	font-weight:normal;
}
#sidebar .block li a:hover {
}
#sidebar .widget_search label {
display:block;
padding:25px 0 3px 0;
font-size:18px;
border-bottom:1px dotted #ccc;
margin:0 0 5px;
}
#sidebar .widget_recent_comments li {
background:transparent url(images/bullet_black.gif) no-repeat scroll 6px 52%;
padding:2px 0 2px 15px;
}
#sidebar .widget_recent_comments li a,#sidebar .widget_recent_comments li a:hover{
background:none;
border-bottom:1px dotted #000;
text-decoration:none;
color:#000;
font-weight:600;
}
#sidebar .widget_recent_comments li a:hover {
color:#e12000;
border-bottom:1px dashed #e12000;
background-color:#f7f7f7;
}
#sidebar .widget_tag_cloud h3 {
margin:0 0 8px;
border-bottom:1px dotted #ccc;
}
#sidebar .widget_text h3 , #sidebar .calendar h3{
border-bottom:1px dotted #ccc;
}
#sidebar .calendar h3{
display:none;
}
#sidebar #wp-calendar {
width:95%;
text-align:center;
}
#sidebar #wp-calendar caption, #sidebar #wp-calendar td, #sidebar #wp-calendar th{
text-align:center;
}
#sidebar #wp-calendar caption {
font-size:18px;
padding:25px 0 3px 0;
}
#sidebar #wp-calendar th {
font-weight: bold; 
border-top:1px dotted #ccc;
border-bottom:1px dotted #ccc;
}
#sidebar #wp-calendar tfoot td{
border-top:1px dotted #ccc;
border-bottom:1px dotted #ccc;
}

/* PAGE STYLES */

div#indexIntro {
	margin-bottom: 20px;
}

div#indexIntro span {
	display: none;
}

div#indexIntro p {
	padding-bottom: 10px;
}

.revListing {
	margin: 10px 0;
}

.listing {
	min-height: 150px;
}

.release a {color: #a70052 !important; text-decoration: underline !important;}

.release h1, .reviews h1 {
	font-size: 2em;
	font-weight: bold;
	margin: 10px 0;
}

.release h2 {
	font-size: 1.3em;
	margin: 20px 0 0 0;
	padding-bottom: 0;
}

.release .entry {
	margin-top: 10px;
}

.release img {
	padding: 0 5px 5px 0;
}

.release img.albumArt {
	padding: 0 10px 10px 10px;
}

.release p {
	margin: 10px 0;
}

.release ul {
	margin: 15px 0;
}

.release .orderLinks {
	float: right; text-align: right; font-size: 1em; line-height: 1.2em; padding: 0 0 10px 5px;
}
.release .revLink {
	position: relative; top: 20px;
}

h2.recentRev {
	margin-top: 20px !important;
	font-size: 1.5em;
}

.release .revListing {
	padding: 10px 0;
	border-bottom: 1px dotted #CCC;
	position: relative;
	top: 10px;
}

.reviews .listing {
	border: 0 !important;
}
.reviews .entry {
	padding: 10px 0;
	border-bottom: 1px dotted #CCC;
	clear: both;
	position: relative;
	top: 10px;
}

/* putting a grey line around the cover of "Dither" */
#post-837 img, .dither img.albumArt {
	border: 1px solid #CCC;
}

.gallery {
	clear: both;
	padding-top: 20px;
}
