/******
*
* Artist page
* border-color: #00ff00
********/

body {
    margin: 0px;
}

a {
    color: #a277be;
    text-decoration: none;
}

p.back {
    margin-left: 35px;
    clear: both;
}

/*****
  Artist section  
******/
#artist_column {
    padding: 0px 10px 0px 35px;
    width: 430px;
    float: left;
}

.artistpic {
    width: 400px;
}

#artist_column h1 {
    color: #a277be;
}

#artist_column h2 {
    color: #a277be;
}

#artist_column p {
    margin-top: 4px;
    color: #4e2174;
    line-height: 20px;
    font-size: 12px;
}


/*****
  Album section  
******/
#album_column {
    padding: 0px 35px 0px 10px;
    width: 430px;
    float: left;
    margin-top: 46px;
}

#album_column img {
    width: 75px;
    border: none;
    padding: 4px;
    margin-right: 8px;
/** float left allows the text to be at the top right of the image instead of bottom right **/
    float: left;
}

#album_column a{
    text-decoration: none;
}

#album_column a.cdlink {
    height: 75px;
    border: none;
    margin-right: 8px;
    display: block;
}

#album_column a:hover img{
    padding: 0px;
    border: 4px solid #a277be;
    margin-right: 8px;
}

#album_column h1 {
   color: #fad352;
    
}

#album_column h2 {
color: #f7b72e;
    font-style: italic;
    margin-top: 10px;
   

}
#album_column h3 {
    color: #faba9f;
    font-style: italic;
    margin-bottom: 0;
    

}

#album_column span {
    margin-top: 4px;
    color: #423947;
    line-height: 20px;
    font-size: 14px;
}

ul#album_list {
background-color: #f7b72e;

    list-style-type: none;
    margin: 0;
    padding: 8px 10px 12px 10px;
}

ul#album_list li {
    padding-bottom: 5px;
    height: 75px;
    clear: both;
}

/*******************
 DVD section
*******************/
ul#dvd_list {
	background-color: #faba9f;
	list-style-type: none;
	margin: 0;
	padding: 8px 10px 12px 10px;
}
ul#dvd_list li {
    padding-bottom: 5px;
    height: 94px;
    clear: both;
}

/** change this to be the same height as the dvd image **/
#album_column a.dvdlink {
    height: 75px;
    border: none;
    margin-right: 8px;
    display: block;
}


