

/***************************/
/* ARTISTS */
/***************************/

.artists_page {
	float: left;	
	width: 100%;
}

.artists_page h1 {
	color: #b2b2b2;
	font-size: 1.8em;
}

.artists_page h1 em {
	color: #d40707;
	font-style: normal;
}

.artists_page p {
	color: #a1a1a1;	
	clear: both;
}

.artists_page img {
	float: right;
	margin: 0 2px 0 20px;
}

.artists_page .left_side_copy { 
	float: left;width: 450px;
}

.artists_page span a {
	font-size: 1.2em;
	text-decoration: underline !important;
	color: #a1a1a1;
}

.artists_page span a: hover { 
	font-size: 1.2em;
	text-decoration: none !important;
}

.artsits_performance { 
	float: left;
}

.left_p { 
	float: left;
	width: 700px;
}

.right_p { 
	float: right;
	margin: 0 10px 0 20px;
	width: 200px;
}




/***************************/
/* PERFORMANCES */
/***************************/

.artsits_performance h1 { 
	font-size: 2em;
	color: #b2b2b2;
	margin: 0 0 4px 0;
}

#artists .artsits_performance .description {
	margin: 420px 0 40px 0;
}

.artsits_performance .description p { 
	color: #a1a1a1;
}



/***************************/
/* SIDEBAR */
/***************************/


.right_block { 
	float: left;
	margin: 10px 0 10px 0;
}

.right_block h2 { 
	font-size: 1.2em;
	color: #ffffff;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 7px 0 4px 0;
}

.right_block ul { 
	float: left;
	margin: 0;
	padding: 0;
}

.right_block ul li { 
	font-size: 1.2em;
	color: #a1a1a1;
	margin: 0;
	padding: 0 0 6px 0;
}

.right_block .vid_item { 
	padding: 0 0 20px 0;
}


/* SHARE FUNCTION */

.share { 
	float: right;
	background:  url(http://www.fromthebasement.tv/images/site/share.jpg) no-repeat left top;
	padding: 0 0 10px 20px;
	font-size: 1.4em;
}




/***************************/
/* ARTISTS PAGE A-Z SLIDER */
/***************************/

#vid_footer_holder {
	position: absolute;
	clear: both;
	height: 16px;
	width: 684px;
	background-color: #000;
	opacity: 0.6;
	margin: 0 0 0 0;
	z-index: 1001;
	padding: 8px 4px 0 4px;
	z-index: 1010;
	margin: 367px 4px 0px 4px;
}

#vid_footer_holder span {
	float: left;
	display: inline;
	font-size: 1.4em;
}

.vid_pagination_perform {
	float: right;
	font-size: 1.2em;
	padding: 0 2px 20px 0;
	overflow: hidden;
}

.vid_border_pagination { 
	display: inline-block;
	padding: 4px 4px 26px 4px;
	margin: 0;
	overflow: hidden;
	position: relative;
}



/***************************/
/* GALLERY PAGINATION */
/***************************/

#artists .gallery {
	position: absolute;
	height: 386px;
	width: 692px;
	overflow: hidden;
	margin: 4px;
}

#artists .frame {
	position: absolute;
	height: 394px;
	width: 700px;
	overflow: hidden;
	background:  url(http://www.fromthebasement.tv/images/site/gallery-frame.gif) no-repeat left top;
	z-index: 1000;
	margin-right: -700px;
	margin: 0px;
}

#artists .gallery .gallery-surround {
	position: absolute;
	height: 394px;
	width: 6000px;
	margin: 0px;
}

#artists .gallery .image {
	height: 386px;
	width: 700px;
	float: left;
	margin: 0px;
}




