/* CSS Document */


body {
/*
background-image: url(images/background.jpg) ;
*/
background-color: #2e4c56;
background-position: 0px 0px ;
background-repeat: repeat; 
background-attachment: fixed;
}


#discography {
}


#discography {
font-size: .9em;
z-index: 1;
position: relative; top: 110px; left: 25%;
width: 55%;
margin-bottom: 200px;
margin-right: 15%;
background-image: url(images/background-blue.jpg) ;
background-position: 0px 0px ;
background-repeat: repeat; 
background-attachment:scroll;
}


#topalbum {
width: 100%;
padding-bottom: 10px;
}

.nextalbum {
width: 100%;
padding-bottom: 10px;
}

.albumpics {
width: 150px;
float: left;
margin-left: 20%;
}

.albumsongs {
width: 220px;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: bold;
margin-left: 50%;
}

.albumsongs a {
display: block;
color: #eef1a3;
text-decoration: none;
}

.albumsongs a:hover {
background-color: #a66c59;
color: white;
}

a.inactive {
color: #e0e0e0;
font-weight: normal;
}

a.inactive:hover {
background-color: transparent; 
cursor: default;
color: #e0e0e0;
}

.albumtitle {
height: 30px;
width: 100%;
margin-bottom: 30px;
position: relative; top: 0px;
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
background-color: #613f35;
z-index: 1;
}

#topalbumtitle {
height: 30px;
width: 100%;
margin-bottom: 14px;
position: relative; top: -16px;
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
background-color: #613f35;
z-index: 1;
}

h2 {
font-size: 1.3em;
font-weight: normal;
position: relative; left: 20%; top: 3px;
color: #FFFFFF;
}

.divider {
height: 5px;
}

#bottommargin {
width: 100%;
height: 30px;
background-color: transparent;
background-image: none;
}