body{
margin:0px;
background:url(../images/space.png);
font-family: Tacoma, Helvetica, Arial;
}
#header{
text-align:center;
margin:20px;
}
#wrapper{
border:1px solid rgb(100,100,100);
margin:10px auto;
padding:10px;
width:980px;
background:url(../images/wrapper_back.png)
}
#main{
width:72%;
border-right:1px solid rgb(120,120,120);
}
h1{
color:#cccccc;
margin:0px;
text-align:center;
}
.album{
border:1px solid rgb(100,100,100);
margin:15px 10px;
height:300px;
}
.cover{
float:left;
width:300px;
border-right:1px solid rgb(100,100,100);
}
.info{
margin-left:300px;
}
.title{
padding:5px 10px;
border-bottom:1px solid rgb(100,100,100);
}
h2{
margin:2px 0px;
font-size:22px;
}
.release{
font-size:15px;
}
.track{
border-top:1px solid black;
background:url(../images/song_back.png);
padding:10px 15px;
height:40px;
}
.buttons{
float:right;
}
.buttons img{
padding: 0px 5px;
cursor:pointer;
}
.trackname{
padding: 12px 0px;
}
#sidebar{
float:right;
padding:0px 10px;
width:250px;
color:#cccccc;
}
h3{
color: rgb(255,160,0);
margin:0px 0px 10px 0px;
}
#now_playing, #about{
border-bottom:1px solid rgb(120,120,120);
padding-bottom:10px;
margin-bottom:10px;
line-height:1.3em;
}
audio{
width:250px;
margin:20px 0px 5px 0px;
}
.member{
font-weight:bold;
color:rgb(100,200,235)
}
#lyrics{
background: url(../images/lyrics_back.png);
background-repeat:no-repeat;
padding-left:40px;
width:590px;
height:530px;
position:absolute;
top:150px;
left:200px;
color:#cccccc;
}
#lyrics h1{
text-align:left;
}
#lyrics img{
position:relative;
left:555px;
cursor:pointer;
}
#lyrics_text{
overflow-y:scroll;
height:360px;
width:570px;
}
#author{
font-style:italic;
}
a{
color:rgb(0,180,220);
}
#footer{
background: url(../images/wrapper_back.png);
margin:0px auto 10px auto;
width:990px;
border:1px solid rgb(100,100,100);
font-size:11px;
padding:5px;
text-align:center;
color:#cccccc;
line-height:1.3em
}