
@import "reset.css";
@import "base.css";


#logo { float: none; }


/* Navigation */

#nav { float: left; width: 100%; border-bottom: solid 2px #d1b756; background-color: #67445a; color: #fff; font-size: 1.125em; font-family: Arial, Helvetica, sans-serif; text-transform: uppercase; }
#nav li { float: left; width: 93px; line-height: 220%; text-align: center; }
#nav li.first { width: 95px; }
#nav a { float: left; width: 100%; }
#nav a, #nav a:visited { color: #fff; text-decoration: none; }
#nav a:hover, #nav a.on { background-color: #d1b756; color: #424242; }


/* The Introduction Column */

#intro .slideshow { overflow: hidden; float: left; width: 374px; height: 333px; border-bottom: solid 2px #d1b756; }
#intro .text { clear: left; font-family: Arial, Helvetica, sans-serif; }


/* Artists Column */

#artists dt { font-size: 142%; }
#artists dd { font-size: 112%; }
#artists .palette { clear: both; width: 100%; border-top: solid 2px #d1b756; }
#artists .palette img { float: left; }


/* The Footer */

#footer p { margin-bottom: 0; }
#footer ul li { display: inline; margin-right: 15px; font-family: Arial, Helvetica, sans-serif; text-transform: uppercase; }
#footer a, #footer a:visited { color: #fff; }
#footer a:hover, #footer a.on { color: #d1b756; }
#copyright { float: right; font-size: 92%; }