/*
Theme Name: BFm
Theme URI: http://www.jamessloane.com/themes/bfm
Description: The Default Theme for the all new BasementFlavor.com 
Author: James Sloane
Author URI: http://www.jamessloane.com
Tags: Hybrid Child Theme, two columns
Status: in development

Copyright (c) 2010 James Sloane.  All rights reserved.
http://www.jamessloane.com

Template: js-parent
Version: 0.1
*/

/* Get Parent CSS */
@import url('../js-parent/style.css') ;

/* BFm Styles Start Here */
body {
	background-color: #000;
}
a:link, a:visited {
	color: #900;
	text-decoration: none;
}
a:hover, a:active {
	color: #600;
	text-decoration: underline;
}
#body-container {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#header {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 150px;
}
#header .home-link {
	background-image: url(images/logo.png);
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 250px;
	position: absolute;
	left: 0px;
	top: 30px;
	text-decoration: none;
	border: none;
}
#site-description {
	display: none;
}
#page-nav {
	background-color: #900;
}
#page-nav li a {
	color:#FFF;
	background-color: #900;

}
#page-nav li a:hover, #page-nav li a:active, #page-nav li.current_page_item a {
	background-color: #FFF;
	color: #000;
	text-decoration: none;
}
#container {
	background-color: #FFF;
}
.content {
	width: 600px;
}
.page-title {
	text-transform: uppercase;
	color: #900;
}
h2.widgettitle {
	text-transform: uppercase;
}

/* Artist List Styles */
.item-artist {
	float: left;
	margin-right: 20px;
}
.item-artist h2 {
	font-size: 12px;
	text-align: center;
}
.item-artist a:link, .item-artist a:visited {
	color: #900;
}
/* Media List Styles */
.item-audio {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.item-audio .attachment {
	margin: 0px;
	padding: 0px;
}
.item-audio p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 22px;
}