/*
Theme Name: The Blacksmith Project Theme
Theme URI: http://www.headstandmedia.com
Description: Theme

*/



body,ul,li,img,form,p,h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #111111;
	background-image: url(/design/bg_artist.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	color: #b3b3b3;
	font-size: 10pt;
}

p {
	padding-bottom: 16px;
}

a {
	text-decoration: none;
	color: #E516C6;
}

a:hover {
	text-decoration: none;
}

h1,h2,h3,h4,h5 {
	color: #fff;
}

h1 {
	font-size: 16pt;
	font-weight: normal;
	color: #ffffff;
}

h4 { /* Main headings on home page */
	font-size: 16pt;
	font-weight: normal;
	padding: 0;
	margin-bottom: -6px;
}

h5 { /* Sub headings on home page */
	font-size: 13pt;
	font-weight: normal;
	padding-bottom: 8px;
	margin-bottom: 16px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #2f2f2f;
}

.h_orange {
	color: #ff681c;
	font-size: 20pt;
}

.h_purple {
	color: #e516c6;
	font-size: 20pt;
}

.h_yellow {
	color: #e7d209;
	font-size: 20pt;
}

.black_border {
	border: 8px solid #000;	
}

.alignright {float:right; padding:0 0 10px 10px;}

.alignleft {float:left; padding:0 10px 10px 0;}


/* Container */

#container {
	width: 1000px;
	overflow: hidden; /* added 3/16/2010 */
	margin: auto;
	padding-bottom: 35px;
}

/* Header */

#header {
	height: 72px;
	padding-top: 22px;
	padding-bottom: 10px;
}

#logo {
	float: left;
}

#header_nav {
	font-size: 9pt;
	float: right;
}

#header_nav a {
	color: #808080;
	text-decoration: none;
}

#header_nav a:hover {
	color: #ff6a1b;
}

	#header_nav ul li.current_page_item a {
		color: #ff6a1b;
	}
	
	#header_nav ul li.current_page_ancestor a {
		color: #ff6a1b;
	}
	
	#header_nav ul li.current_page_parent a {
		color: #ff6a1b;
	}

#header_nav li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #808080;
	padding: 0 12px 0 12px;
	text-transform: uppercase;
}

#header_nav li.last {
	border-right: none;
}

/* Home Page */

#home_left {
	width: 500px;
	float: left;
}

#home_left a {
	color: #ff681c;
	text-decoration: none;
	font-weight: bold;
}

.homeImage {
	border: 10px solid #000;
}

.homeIntro {
	padding-top: 15px;
	color: #808080;
}

#home_left table {
	padding-top: 15px;
}

#home_left td {
	padding-right: 20px;
	vertical-align: top;
	width: 33%;
}

#home_right {
	width: 460px;
	float: right;
}

.homeResources {
	border: 10px solid #000;
	background: #000;
}

.resourcesContent {
	background: #000;
	padding-left: 15px;
	padding-top: 0px;
	float: right;
	width: 305px;
	border: none;
	line-height: 150%;
}

.resourcesContent a {
	color: #e7d209;
}
/* Content */

#content {
	width: 680px;
	padding: 18px 20px 18px 10px;
	margin-top: 15px;
	border-top: 2px solid #2f2f2f;
	border-bottom: 2px solid #2f2f2f;
	float: left;
}

#content p,ul,h1,h2,h3 {
	padding-bottom: 10px;
}

#content ul {
	padding-left: 40px;
}

/* Sidebar */

#sidebar {
	width: 284px;
}

#rightContent {
	width: 270px;
	margin: 15px 0px 10px 0px;
	float: right;
}

.rightContentDiv {
	padding: 10px;
	background: #000;
}

.iconSpan a {
	color: #fff;
	font-size: 12pt;
}

.rightIcon {
	vertical-align: middle;
	padding-right: 5px;
}

.tweets {
	margin-left: 15px;
}

.rightContentSeparator {
	height: 2px;
	background: #2f2f2f;
	margin: 0px 0px 15px 0px;
}

.rightContentEvents {
	margin-left: 15px;
}

	.rightContentEvents a {
		color: #e7d209;
	}

/* Artist Pages */

#artist_tout {
	border: 10px solid #000;
	width: 980px;
	height: 240px;
	overflow: visible;
}

#artist_tout_short {
	border: 10px solid #000;
	border-right: 20px solid #000;
	width: 700px;
	height: 240px;
	overflow: visible;
	float: left;
}

#artist_tout_player{
	border: 10px solid #000;
	width: 250px;
	height: 240px;
	background: #000;
	overflow: visible;
	float: right;
}

#artist_tout_nav {
	font-size: 10pt;
	background-color: #000;
	border-right: 10px solid #000;
	border-bottom: 10px solid #000;
	border-left: 10px solid #000;
}

/*#artist_tout_nav a {
	color: #ff6a1b;
	text-decoration: none;
}*/

#artist_tout_nav ul {
	padding-bottom: 0px;
}

#artist_tout_nav li {
	display: inline;
	padding: 0 12px 0 0px;
}

	#artist_tout_nav ul li.current_page_item a {
		color: #fff;
	}

.mainTitle {
	position: relative;
	top: 210px;
	font-size: 24pt;
	padding: 0;
	margin: 0px 0px 0px 1px;
}

/* Footer */

#footer {
	color: #808080;
	text-align: center;
	padding: 10px 0px 20px 0px;
	border-top: 2px solid #2f2f2f;
	font-size: 8pt;
}

#footer a {
	color: #656565;	
}

/* Misc */

.clear {
	clear: both;
}

.blogExcerpt {
	padding-top: 10px;
	margin-top: 15px;
	border-top: 2px solid #2f2f2f;
}

/* ARTIST TABLE */

#tableContent {
	width: 710px;
	padding: 0px;
	margin-top: 15px;
	float: left;
}

.spacer {
	height: 15px;
	background: none;
}

.tableThumb {
	width: 100px;
	border: 10px solid #000;
}

.tableContent {
	border: 10px solid #000;
	text-align: left;
	background: #000;
}

/* HOMEPAGE SCROLL */

/* root element for scrollable */ 
div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
 
    /* vertical scrollers have typically larger height than width */ 
    height:320px; 
} 
 
/* root element for scrollable items */ 
div.scrollable div.items { 
    position:absolute; 
 
    /* this time we have very large space for the height */ 
    height:320px; 
}

div.items div {
	height: 80px; 
    width: 440px;
	border: 10px solid #000;
	margin-bottom: 10px;
}

div.items div div.sliderItem {
	background: #000;
	padding-left: 15px;
	padding-top: 0px;
	float: right;
	width: 305px;
	border: none;
}

.sliderItem h2 {
	padding-bottom: 6px;	
}
