/*
Theme Name: Music
Theme URI: http://www.wpdesigner.com/
Description: 2-column music WordPress theme
Version: 1.01
Author: Small Potato
Author: http://www.wpdesigner.com/
*/

@import url('style-basics.css'); /* general body styles */
@import url('style-header.css'); /* header styles i.e. h1, menu, and search */
@import url('style-typography.css'); /* content typography styles */
@import url('style-sidebar.css'); /* general sidebar styles */
@import url('style-widgets.css'); /* sidebar widgets */
@import url('style-comments.css'); /* comments template */

#container{
	float: left;
	margin: 0 20px;
	width: 920px;
	background: #000;
	display: inline;
}



#content{
	float: left;
	margin: 0 20px;
	width: 520px;
	display: inline;
}

.post{
	width: 520px;
	overflow: hidden;
}

.post h2{
	padding: 15px 20px 13px;
	font: 30px georgia, serif;
	background: url(images/bg-post-title.gif) no-repeat 5px 18px;
}

.entry-meta{
	padding: 17px 20px;
	font-size: 12px;
	border-top: 1px solid #181818;
	background: #0f0f0f;
	color: #666;
}

.entry-meta a{
	color: #ccc;
}

.entry-foot{
	border-top: 1px solid #181818;
	padding: 13px 20px 12px;
	font-size: 12px;
	line-height: 24px;
}

.entry-content{
	padding: 3px 20px;
	border-top: 1px solid #181818;
	line-height: 24px;
	background: #000 url(images/bg-entry.gif) repeat-x;
}

.entry-content h2{font-size: 24px; font-weight: bold; line-height: 28px; font-family: arial, helvetica, sans-serif; padding: 0; background-image: none;}
.entry-content h3{font-size: 18px; font-weight: bold; line-height: 24px;}
.entry-content h4{font-size: 14px; font-weight: bold; line-height: 20px;}
.entry-content h5{font-size: 11px; line-height: 16px;}
.entry-content h6{font-size: 10px; line-height: 14px;}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{
	padding: 10px 0 10px;
}

.ads-468x60 img{
	margin: 0 0 0 20px;
}


.navigation{
	float: left;
	margin: 13px 0 0;
	width: 520px;
	line-height: 24px;
}

.navigation span.nav-previous{
	margin: 0 0 0 20px;
	padding: 0 0 0 24px;
	background: url(images/bg-older-posts.gif) no-repeat 0 5px;
}

.navigation span.nav-next{
	margin: 0 20px 0;
	padding: 0 24px 0;
	background: url(images/bg-newer-posts.gif) no-repeat right 5px;
}

#featured-bands{
	float: left;
	margin: 0 0 0 0;
	width: 920px;
	background: #000 url(images/bg-featured-bands.gif) no-repeat;
	display: inline;
}

#featured-bands .gallery{
	float: left;
	margin: 0 20px;
	width: 880px;
	padding: 0 0 20px;
	border-bottom: 1px solid #181818;
	display: inline;
}

.band{
	float: left;
	margin: 20px 0 0 20px;
	width: 410px;
	height: 205px;
	display: inline;
	position: relative;
}

.band .band-name{
	position: absolute;
	top: 156px;
	left: 20px;
	padding: 7px 10px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	background: #000;
}

.band .band-name a{
	color: #ccc;
}

#footer{
	float: left;
	margin: 13px 20px 0;
	width: 880px;
	border-top: 1px solid #181818;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 24px;
	display: inline;
}

#footer p{
	padding: 13px 20px;
}