/*
	Artist Cascading Style Sheet for mm-group.org
	Created 2006-Dec-11
	Updated 2009-Dec-17 by Cott
*/

/* ----- Artist content Styles-------------------------------------------------------------- */
#biotitle {
  float: left;
  margin:2px 0px 0px 10px;
  width: 375px; height: 26px;
  background:#BDB3A6 url(images/artist_bio_title.png);
  }
#bio {
  float: left;
  margin: 0 0 0 10px;
  width: 367px; height: 575px;
  /width: 375px; /height: 575px;
  padding: 3px 3px 3px 3px;
  overflow:auto;
  border:1px solid #000000;
  background:#ffffff;
  }
  
a.artistinfo {
  float: left;
  margin:2px 0px 0px 20px;
  width: 320px; height: 26px;
  background:#BDB3A6 url(images/artist_request_info.png);
  }
  
    a:hover.artistinfo  {
background-position: right;
}

  #artistslideshowtitle {
  float: left;
  margin:0px 0px 0px 20px;
  width: 320px; height: 26px;  
  background:#BDB3A6 url(images/artist_featured_artist_title.png);
  }
   
 #slideshow {
  float: left;
  margin:0px 0px 0px 20px;
  width: 320px;height: 240px;

  overflow: hidden;
  background:#B3B3E1;
  }
  


#samplevidtitle {
  float: left;
   margin: 0px 0 0 20px;  
  width: 320px; height: 27px;
  background:#BDB3A6 url(images/artist_sample_video_title.png);
  } 
  
#samplevid {
  float: left;
  margin: 0px 0 0 20px;                             
  width: 320px; height: 240px;
  overflow: hidden;
  background:#BDB3A6;
  
  } 
  
#sampletracktitle{
  float: left;
  margin: 0px 0 0 20px;  
  width: 320px; height: 21px;
  background:#BDB3A6 url(images/artist_sample_track_title.png);
  }

#sampletrack{
  float: left;
  margin: 0px 0 0 20px;  
  width: 320px; height: 20px;
  background:#BDB3A6;
  }
