@charset "UTF-8";
/* CSS Document */

/* Video */

#artist_page{
	float:left;
	height: auto;
	width: 950px;
}

#video_holder{
	float:left;
	width:385px;
	margin-bottom:50px;
	height: auto;
	margin-right: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;	/* background-image:url(/themes/artists/images/video_bg.jpg);
	background-repeat:repeat-x; */
}

#video{
	float:left;
	width:100%;
	margin-bottom:10px;
	height: 225px;
}

#video_playlist{
	float:left;
	padding-top: 10px;
	overflow-y:scroll;
	height: 600px;
	width: 380px;
}

#vid_img{
	float:left;
	width:135px;
	background:#666666;
	height: 80px;
}

#vid_desc{
	float:left;
	width:180px;
	padding-left: 10px;
}


.playlist li {
	float: left;
	list-style-type: none;
	padding-bottom: 10px;
}





/* Artists */

#artist_holder{
	width:515px;
	height: auto;
	margin-bottom:50px;
	float: left;
}

#featured_artist{
	width:480px;
	height: 240px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
	background-color: #CCCCCC;
	padding-right: 25px;
}



#recent_profiles{
	width:505px;
	margin-bottom:10px;
	padding-left: 10px;
	padding-top: 10px;
	height:180px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

#recent_profiles_indv {
	float:left;
	width:80px;
	height:100px;
	overflow:hidden;
	padding:15px;
	font-size:9px;
	margin-left:9px;
	margin-bottom:10px;
}

#artist_list{
	width:900px;
	margin-right: auto;
	margin-left: auto;
	height: 400px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-bottom: 10px;
	margin-bottom: 25px;
	overflow-y:scroll;
}

#artist_list_header {
	width:900px;
	margin-right: auto;
	margin-left: auto;
}

.artist_indv {
	float:left;
	width:80px;
	height:120px;
	padding:10px;
	font-size:9px;
	margin-left:9px;
	margin-bottom:10px;
}


#spacer{
	width:100%;
	height: 25px;
}


#top_banners {
	float:left;
	width:230px;
	background:#cecece;
	text-align:center;
	margin-bottom:50px;
}

#top_banners img {
	margin-bottom:8px;
}

/* News */

#artist_news{
	width:505px;
	padding-left: 10px;
}

.article {
	float:left;
	padding-top:10px;
	width:500px;
	border-bottom:1px solid #ccc;
	height:auto;
}

.article_last {
	border:none;
}

.article img {
	float:left;
	margin-right:15px;
}

.article h3 {
	color:#660000;
	font-weight:bold;
	font-family:"Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.posted {
	margin-top:-21px;
	color:#999;
	font-weight:normal;
}

.article_body {
	margin-top:-23px;
}

.news_links {
	font:11px/16px normal Verdana, Arial, Helvetica, sans-serif;
	margin-top:15px;
}

.news_links a {
	color:#660000;
	text-decoration:underline;
}

.news_links a:hover {
	text-decoration:none;
}

#bottom_links img {
	margin:25px 9px 15px 0px;
}

#follow_us {
	margin-left:10px;
	margin-bottom:12px;
	width:209px;
	height:113px;
	background-image:url(/themes/news/images/follow_us_banner.jpg);
}

#follow_us img {
	margin:60px 7px;
}

#main_article_nav img {
	float:right;
	margin-left:10px;
	margin-top:10px;
}
