/**
  Blackberry Productions Style Sheet

  border: thin dotted #00FF00;
*/


body {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    background: transparent url(../images/bgbars.jpg);
}

.bold {
	font-weight: bold;
	font-style: italic;
}

h1 {
    font-size: 22px;
    margin: 0px 0px 5px 0px;
    padding-top: 20px;
    color: #f7b72e;
}

h2 {
    font-size: 18px;
    margin-bottom: 0px;
}

#header {
    width: 950px;
    height: 150px;
    background: transparent url(../images/header.gif) no-repeat;
    margin: 0 auto;
    text-align: left;
    position: relative;
    padding-top: 10px;
}

#content {
   
    width: 950px;
    height: 100%;
    margin: 0 auto;
    text-align: left;
    position: relative;
    background-color: #ffffff;
    
}

.shop {
    text-align: center;
    margin-bottom: 0;
}

hr {
    border: 2px solid #fa865d;
}

/*******************************************************
*
*  Footer information
*
********************************************************/
#footer {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: .7em;
    width: 950px;
    background-image: url(../images/footer_bg.gif);
    background-repeat: no-repeat;
    color: #4e2174;;
    clear: both;
    text-align: center;
}

#footer a {
    color: #4e2174;
}

#footer ul {
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0;
}

#footer li {
    display: inline;
}

#footer p {
    margin: 0;
    padding: 0;
}
/*******************************************************
*
*  Artist list information
*
********************************************************/
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: 6px;
    width: 200px;
    height: 85px;
}

a.artist_box:hover img{
    padding: 0px;
    border: 6px solid #f7b72e;
}
