/********** DEFAULT STYLING ************/

* {
margin: 0px;
padding: 0px;
}

body {
text-align: center;
background-color: #232323;
background-image: url(../img/layout/background.jpg);
background-position: top;
background-repeat: repeat-x;
font-family: Tahoma, Arial, Helvetica;
font-size: 11px;
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}  /* for IE/Mac */


ul, ul li{
list-style-type: none;
}

ol li{
margin-left: 25px;
}

img, a img{
border: 0px;
}

.clear{
clear: both;
height: 0px;
font-size: .01em;
}

#container{
margin: 0px auto;
width: 855px;
text-align: left;
}

#header{
display: none;
}

div#main-nav{
height: 34px;
background-image: url(../img/layout/content/menu-bg.jpg);
}

div#main-nav ul {
padding: 9px;
font-family: Arial;
font-size: 12px;
font-weight: bold;
}

div#main-nav ul li{
display: inline;
padding-right: 30px;

}

div#main-nav a{
text-decoration: none;
color: black;
}

div#main-nav a:hover{
color: #e51677;
}

div#main-nav .feature a{
color: #e51677;
}

#footer{
padding: 5px 0px 15px;
color: white;
}

#footer a{
color: white;
}

/********* DISCOGRAPHY ************/
.view#discography{
text-align: center;
padding: 15px 0px;
font-family: "Trebuchet MS", Helvetica;
}

#album-view,#album-list{
width: 515px;
margin: 0px auto;
text-align: left;
}

#album-view{
margin: 20px auto;
}

#album-view .album-details{
width: 215px;
float: left;
}

#album-view .album-details .details{
padding: 10px;
background-color: #ededed;
margin-top: 6px;
text-align: right;
}

#album-view .album-details .name{
font-size: 18px;
font-weight: bold;
color: #052c84;
}

#album-view .album-details .description{
font-size: 13px;
}

#album-view .song-list{
width: 285px;
float: right;
}

#album-view .song-list a{
font-weight: bold;
color: #012654;
}

#album-view .song-list p{
font-weight: bold;
font-size: 13px;
margin-bottom: 6px;
}

#album-view .song-list ol{
font-size: 12px;
}

#album-view .song-list li{
margin-bottom: 14px;
}

#album-view .song-list li small{
display: block;
}

#album-list{
width: 555px;
}

#album-list .album{
width: 106px;
float: left;
margin: 5px 16px;
}

#album-list .album a img{
border: 3px solid white;
}

#album-list .album a:hover img{
border: 3px solid #ccc;
}

#album-list .album a:active img{
border: 3px solid #eee;
}

#album-list #curr a img{
border-color: #09b;
}

#album-list .album .info{
text-align: right;
padding: 0px 3px;
}

#album-list .album .info .name{
font-weight: bold;
}

#album-list .album .info .year{
font-size: 10px;
}

img.right{
margin-left: 10px;
margin-bottom: 10px;
}

img.left{
margin-right: 10px;
margin-bottom: 10px;
}