/* bands.css */
#bands-list { margin-top: 20px; }

#bands-index-each { text-align: right; display:block; float: left; background: #252525; margin-right:38px; margin-bottom: 40px; height: 170px; position: relative; border: 1px solid #252525; text-decoration: none; overflow: hidden; }
#bands-index-each.last { margin-right: 0; float: right; }
#bands-index-each h4 a { color: #fff; position: absolute; top: 10px; right:0; background: url(/images_pres/color_dGray80.png); font-size:1.4em; padding: 5px; }
#bands-index-each span#genre { background: #252525; color: #ddd; text-align: center; position: absolute; bottom: 0; left:0; right:0; padding: 3px; display: block; width: 100%; }
#bands-index-each h4 a:hover { background: #245760; }

#band-view div h3, #band-view div h4 { line-height: 2.1em; padding: 0; }
#band-view div h4 { padding: 5px 5px; margin: 0; }
#band-view div div p { padding: 10px 5px; line-height: 1.4em; margin-bottom: 0; }
#band-posts-list ul.asTable { border: none; }
#band-posts-list ul.asTable li a.block { padding-right: 52px; }

#bands-list em { font-style: normal;}
