/**
  Blackberry Productions Style Sheet
  Artists

  border: thin dotted #00FF00;
*/

.caption {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}


h1{
	margin-left: 20px;
	margin-bottom: -30px;
}


#content {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}


ul#artist_divs {
    position: relative;
    list-style-type: none;
    margin: 16px 0px 16px 0px;
    padding: 0;
    width: 950px;
    float: left;
    display: block;   
}

ul#artist_divs li{
    position: relative;
    float: left;
    display: block;   
/*    clear: both;*/
}

ul#artist_divs li a{
    color: #a277be;
    display: inline;   
}


a.artist_box {
    height: 155px;
    width: 200px;
    margin: 18px;
    _margin: 9px;
    position: relative;
    float: left;
    display: block;   
    text-decoration: none;
}

a.artist_box span {
    display: block;   
    font-size: 11px;
    margin: 5px 2px 20px 0px;
}

a.artist_box img {
    border: none;
    padding: 4px;
    width: 200px;
    height: 85px;
}

a.artist_box:hover img{
    padding: 0px;
    border: 4px solid #fcdf7b;
}


footer {
  clear: both;
}
