/*
 * CSS styleshet for default theme.
 *
 * Author: Sindre Mehus
 */

@import "base.css";

/* The primary background color (white). */
.bgcolor1, table.music tr:nth-of-type(even) {
    background-color: white;
}

/* The secondary background color (light gray). */

.bgcolor2, .ruleTableHeader, .log, table.music tr:nth-of-type(odd) {
    background-color: #F5F5F5;
}
 .ruleTableHeader, .log{
    background-color: #ccc;
}

.topframe {
    background-color: #3184A5;
    color: white;
}
.topframe .icon {
    color: white;
}

#upper{
	-webkit-box-shadow: 0 2px 2px 0px #999; 
	-moz-box-shadow: 0 2px 2px 0px #999; 
	box-shadow: 0 2px 2px 0px #999; 
	z-index:1;
}

.albumThumb .coverart div a img{
    width: 160px;
    height: 160px;
} 
.fit .albumThumb .coverart div a img{
    width: 300px !important;
    height: 300px !important;
} 