/*
Theme Name: Skinny
Theme URI: http://wordpress.org/
Description: 
Version: 1.0
Author: maude_rewrite
Author URI: http://mauderewrite.com/
Tags: 

*/



body, html {
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
a {
	font-weight:bold;
	text-decoration:none;
	color:red;
	
}
a:hover {
	font-weight:bold;
	text-decoration:none;
	color:#00;
	
}
.container {
	background-color:#000;
	width:1000px;
	margin:0 auto;
}
p strong {
	font-weight:bold;
}
p em {
	font-style:italic;
}

/* Posts */
.posts {
	background-color:#fff;
	width:470px;
	padding:15px;
	float:left;
}
.posts_header h1 {
	background-image:url('images/header_image.gif');
	display:block;
	background-repeat:no-repeat;
	height:108px;
	margin-bottom:30px;
	width:470px;
}
.posts_header h1 span {
	display:none;
}
.single_post {
	border-bottom:1px solid #666767;
	padding-bottom:20px;
	margin-bottom:30px;
}
.single_post h2 a, .single_post h2{
	font-weight:bold;
	text-decoration:none;
	color:red;
	font-size:28px;
}
.single_post h2 a:hover{
	text-decoration:none;
	color:#000;
}
.single_post small {
	font-size:10px;
	text-transform:uppercase;
}
.single_post .entry {
	margin:20px 0;
}
.single_post .entry p {
	font-size:12px;
	line-height:16px;
	margin-bottom:15px;
}
.single_post h3.postmetadata {
	font-size:10px;
	text-transform:uppercase;
}
/* Navigation */
.navigation .alignleft {
	font-size:10px;
	text-transform:uppercase;
	float:left;
}
.navigation .alignright {
	font-size:10px;
	text-transform:uppercase;
	float:right;
}

/* Sidebar Left */
.sidebar_left {
	width:220px;
	padding:15px;
	background-color:#000;
	float:left;
}
.sidebar_left ul {
	padding:0;
}
.sidebar_left ul li {
	margin-bottom:50px;
	padding:0;
	text-align:center;
}
.sidebar_left ul li h2.contact {
	background-image:url('images/contact.png');
	background-repeat:no-repeat;
	display:block;
	width:200px;
	height:29px;
	margin:0 10px 20px 10px;
}
.sidebar_left ul li h2.contact span {
	display:none;
}
.sidebar_left ul li a.gigs {
	background-image:url('images/gigs.png');
	background-repeat:no-repeat;
	display:block;
	width:104px;
	height:29px;
	margin:0 10px 20px 55px;
}
.sidebar_left ul li a.gigs:hover {
	background-image:url('images/gigs_hover.png');
	background-repeat:no-repeat;
	display:block;
	width:104px;
	height:29px;
	margin:0 10px 20px 55px;
}
.sidebar_left ul li h2 span {
	display:none;
}

.sidebar_left ul.secondary_list {
	width:200px;
	margin:10px;
}
.sidebar_left ul.secondary_list li {
	margin-bottom:10px;
	font-size:13px;
	color:#fff;
}
.sidebar_left ul.secondary_list li a:hover {
	color:#fff;
}
/* Sidebar Music */
.sidebar_music {
	width:220px;
	padding:15px;
	background-color:#000;
	float:left;
}

.sidebar_music ul li h2.music {
	background-image:url('images/music.png');
	background-repeat:no-repeat;
	display:block;
	width:140px;
	height:29px;
	margin:0 10px 20px 39px;
}
.sidebar_music ul li h2.music span {
	display:none;
}
.sidebar_music ul li ul.music {
	width:170px;
	margin:20px 25px 0 25px;
	font-size:13px;
	color:#fff;
	text-align:center;
}
.sidebar_music ul li ul.music img {
	width:170px;
	height:170px;
	margin-bottom:5px;
}
.sidebar_music ul li ul.music li {
	margin-bottom:20px;
	padding-bottom:5px;
	border-bottom:1px solid #fff;
}
.sidebar_music ul li ul.music li h3 {
	margin-bottom:5px;
	line-height:17px;
}
.sidebar_music ul li ul.music li ul.purchase_links li {
	margin-bottom:5px;
	padding-bottom:0px;
	border-bottom:0px;
}
/* Footer */
.footer {
	clear:both;
	font-size:10px;
	color:#fff;
	padding-top:30px;
	margin-left:250px;
}
/* Events */
ul.events_list li {
	margin-bottom:30px;
	border-bottom:1px solid #000;
	padding-bottom:20px;
}
ul.events_list li h3 {
	font-size:12px;
	text-transform:uppercase;
	color:red;
	margin-bottom:5px;
}
ul.events_list li h2 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}
ul.events_list li cite {
	font-size:12px;
}

ul.events_list li p {
	margin-top:15px;
	font-size:12px;
	line-height:16px;
}

ul.events_list li p img {
	max-width:470px;
}




