@CHARSET "UTF-8";

#discography-list { list-style: none; }
#discography-list .discography { float: left; text-align: center; width: 225px; heigth: 280px; margin: 20px 0 };
#discography-list .discography img {}
#discography-list .discography a { font-size: 20px; color: #f58220; text-decoration: none;}
#discography-list .discography a:hover {  text-decoration: underline; }


#category-list { list-style: none; }
#category-list .category { background: url(img/long_separator.png) no-repeat bottom center; margin-bottom: 10px; height: 70px; padding-bottom: 10px; }
#category-list .category img { float: left; margin: 0 10px 0 0; }
#category-list .category h3 { background: none; }
#category-list .category h3 a { color: #f58220; text-decoration: none; }
#category-list .category h3 a:hover { text-decoration: underline;}
#category-list .category p { font-size: 12px;}


.detail {}
.detail img {float: right}
.detail h3 { color: #f58220; font-size: 20px; font-weight: bold; }
.detail p {  font-size: 10px; }
.detail div { margin-top: 20px;}
