
 a {
    color: #666;
    text-decoration: none; 
}
a:hover {
    color: #000;
    text-decoration: none; 
}

.sidepanel a {
    color: #ccc;
    text-decoration: none; 
}
.sidepanel a:hover {
    color: #fff;
    text-decoration: none; 
}

ul.albumgrid li {
    width: 160px;
    height: 200px;
    display:block;
    float: left;
    background-repeat: no-repeat;
    background-position: top center;
    margin: 10px;
}


ul.albumgrid li a {
    border: 1px solid #eee;
    width: 150px;
    height: 50px;
    display:block;
    padding: 5px;
    padding-top: 160px;
    text-align: center;  
    color: #9BA8AF;    
    text-decoration: none;   
}

.albumgrid li a:hover {
    border: 1px solid #ccc;
    color: #444;    
    text-decoration: none;   
}


ul.albumgrid120 li {
    width: 120px;
    height: 150px;
    display:block;
    float: left;
    background-repeat: no-repeat;
    background-position: top center;
    margin: 10px;
}


ul.albumgrid120 li a {
    border: 1px solid #eee;
    width: 110px;
    height: 30px;
    display:block;
    padding: 5px;
    padding-top: 120px;
    font-size: 80%;
    text-align: center;  
    color: #9BA8AF;    
    text-decoration: none;   
}

.albumgrid120 li a:hover {
    border: 1px solid #ccc;
    color: #444;    
    text-decoration: none;   
}



img.rightimg { float: right; }

table.tracklisting tr { border-top: 1px solid black; }
table.tracklisting td { padding: 5px; }


#mailinglist input { border: 0; background: #ddd;}


#mailinglist {
    background-color:#7F859F;
 color:#fff;
 margin-right: 15px;
 padding: 5px;
    
}

a.button {
 border: 1px solid #ccc;
 padding:2px;
 color: #ccc;
    background: #424866;
    text-decoration: none;
}

a.button:hover {
 border: 1px solid white;
 color: white;
    background: #222846;
    text-decoration: none;
}

.projects td { padding: 6px; padding-top: 10px;  }