/*
Theme Name: Battery Records 2010
Theme URI:
Description: Battery Records themee 2010
Version: 0.1
Author: 
Author URI: batteryrecords.net/
Tags: 
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font: 12px/16px Arial, Helvetica, Verdana, Sans-Serif;
	background: #000 url('images/brick-wall.jpg') no-repeat center 350px;
	color: #fff;
}

#page {
	margin: 0 auto;
	width: 970px;
	overflow: auto;
}

#header {
	position: relative;
	height: 256px;
}

#header h1 a {
	display: block;
	text-indent: -9999px;
	width: 389px;
	height: 210px;
	background: url('images/logo.gif') no-repeat left top;
	outline-style; none;
}

#header .description {
	text-indent: -9999px;
	width: 199px;
	height: 11px;
	background: url('images/tagline.gif') no-repeat left top;
	position: absolute;
	top: 15px;
	left: 0;
	z-index: 1;
}

#header #searchform {
	position: absolute;
	top: 15px;
	right: 0;
	z-index: 2;
}

#searchform #s {
	padding: 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
}

#searchform #searchsubmit {
	background: transparent;
	margin-right: 4px;
	color: #fff;
}

#header #banner {
	position: absolute;
	top: 50px;
	right: 0;
	z-index: 3;
	width: 600px;
	height: 120px;
	border: 1px solid #b70000;
	overflow: hidden;
}

#header #nav {
	background: url('images/nav-rule.gif') no-repeat center top;
	margin-top: -36px;
}

#header #nav ul {
	overflow: auto;
	background: url('images/nav-rule.gif') no-repeat center bottom;
	padding: 10px 0;
	text-align: center;
}

#header #nav ul li {
	display: inline;
	margin-right: 34px;
}

#header #nav ul li a {
	color: #fff;
	font-weight: bold;
	font-variant; small-caps;
	font-size: 16px;
	line-height: 18px;
}


#content {
	background: #212121;
	padding: 15px;
	width: 514px;
	margin: 0 60px 0 0;
	float: left;
}

#sidebar {
	float: left;
	width: 365px;
}

#sidebar h2, h2.section-header, .page h2 {
	font-size: 24px;
	line-height: 26px;
	color: #6c6c6c;
	margin-bottom: 24px;
	clear: both;
	font-variant: small-caps;
	padding-bottom: 20px;
	background: url('images/sidebar-rule.gif') no-repeat left bottom;
}

#content h2.section-header {
	padding-bottom: 14px;
	background: url('images/content-rule.gif') no-repeat left bottom;

}

#sidebar .widget {
	background: #212121;
	padding: 15px;
	margin-bottom: 30px;
	clear: both;
	overflow: hidden;
}

#footer {
	padding: 160px 0 60px 0;
	clear: both;
	overflow: auto;
}

a:link, a:visited, a:active, a:hover {
	color: #b70000;
	text-decoration: none;
}

.post {
	margin-bottom: 43px;
}

.post h2 {
	margin-bottom: 10px;
}

.post p {
	margin-bottom: 4px;
}

.post h2 a {
	color: #fff;
}

ul, ol {
	list-style-type: none;
}

#sidebar h3 {
	margin-bottom: 12px;
}

#sidebar .first {
	overflow: auto;
}

.badges {
	float: right;
}

.badges li {
	float: left;
	margin-left: 6px;
}

.badges li a {
	text-indent: -9999px;
	display: block;
	outline-style: none;
	width: 28px;
	height: 28px;
}

.badges li a#facebook {
	background: url('images/facebook.jpg') no-repeat left top;
}

.badges li a#twitter {
	background: url('images/twitter.jpg') no-repeat left top;
}

.badges li a#myspace {
	background: url('images/myspace.jpg') no-repeat left top;
}

.badges li a#youtube {
	background: url('images/youtube.jpg') no-repeat left top;
}

.badges li a#rss {
	background: url('images/rss.jpg') no-repeat left top;
}

#sidebar .first #player {
	clear: both;
}

.widget div.tb_tweet {
	border: none;
	margin-top: 24px; 
}

.widget .tb_tweetlist {
	border: none;
}

.widget  a.tb_photo img {
	border: 1px solid #b70000;
	padding: 0;
}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #b70000;
	background: #212121;
}
	
#commentform input {
	width: 170px;
	padding: 2px;
	background: #ccc;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}

#commentform textarea {
	width: 100%;
	background: #ccc;
	padding: 2px;
}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#commentform #submit, .home .navigation .alignleft a, .home .navigation .alignright a, a.button {
	margin: 4px 0 0 0;
	background: #360808 url('images/btn-bg.gif') repeat-x left top;
	padding: 5px 8px 5px 8px;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
}

a.button {
	margin-top: 8px;	
}

.button {
	float: left;
	display: block;
}

.navigation  a {
	display: block;
}

.size-thumbnail {
	border: 1px solid #b70000;
	background: #212121;
}

#commentform #submit {
	float: right;
}

.navigation a {
	color: #fff;
}

.alignleft {
	float: left;
}

.single  .navigation {
	overflow: hidden;
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 20px;
}

.single .navigation .alignright, .single .navigation .alignleft {
	width: 200px;
	
}

.single .navigation .alignright {
	text-align: right;
}

.alignright {
	float: right;
}
	
.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { 
	padding: 0; 
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

.artist {
	overflow: hidden;
	clear: both;
	margin-bottom: 30px;

}

.thumb {
	float: left;
	margin-right: 15px;
	border: 1px solid #b70000;
}

.info {
	float: left;
	width: 280px;
}

.artist .excerpt {

}

.single-artist {
	overflow: hidden;
}

.single-artist .thumb {
	margin-bottom: 10px;
}

.single-artist h3 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
}

.single-artist .entry {
	margin-top: 12px;
}

.single-artist .closed {
	height: 210px;
}

.single-artist .badges {
	margin: -34px 0 0 0;
}