/*
Theme Name: Wise Blood Industries
Theme URI: http://www.wisebloodindustries.com
Description: A theme for a record label
Version: 0.1
Author: AVDisco
Author URI: http://www.avdisco.net
*/

.showgrid {
	background: none;
}

body {
	font-family: Georgia, "Times New Roman", serif;
	background: #CACCD1;
	margin-top: 36px;
}

#header {
	margin-bottom: 36px;
	padding: 18px 0;
	border-bottom: 1px #9B9CA0 solid;
}

#header ul {
	text-transform: uppercase;
}

#header a {
	text-decoration: none;
}


#logo h1 {
	text-indent: -9999px;
	background: #CACCD1 url(images/wiseblood_logo.gif) no-repeat left;
	height: 109px;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4 {
	font-size: 1.1em;
}

p {
	font-size: 1em;
}

h2 {
	text-transform: uppercase;
	background: #CACCD1 url(images/rule_triple.gif) repeat-x 0 18px;
	height: 36px;
}

h3, h4 {
	margin-bottom: 1em;
}

hr {
	display: none;
}

a {
	color: #000;
	text-decoration: underline;
}	

a:hover{
	color: #004074;
}

#about a {
	text-decoration: underline;
}

ol {
	margin: 0 0 18px 0;
	padding: 0;
	list-style-position: inside;
	list-style-type: none;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu-selected {
	color: #9B9CA0;
}

li {
}

.article {
	border-bottom: 1px #9B9CA0 solid;
	padding-bottom: 18px;
	margin-bottom: 18px;
	padding-top: 18px;
}

.article h3 {
	font-size: 1.15em;
}

h2 a {
	text-decoration: none;
}

.blog p {
	padding-right: 30px;
}

#sidebar img {
	float: right;
	width: 100px;
}

#bands {
	margin-top: 36px;
}

#footer {
	margin-top: 72px;
	border-top: 1px #9B9CA0 solid;
}

#respond {
	padding-top: 18px;
}

#comments {
	border-top: 1px #9B9CA0 solid;
	padding-top: 18px;
}

.comment {	
	padding-top: 18px;
	border-bottom: 1px #9B9CA0 solid;
}

label {
	font-size: 1em;
	font-weight: normal;
}