/* venues.css */

#venue-header { cursor: pointer; background: #245760; padding: 5px; margin-top: 5px; outline: none; position: relative; }
#venue-header h2, #venue-header h4 { color: #fff; display: inline; margin-right: 10px; }
#venue-header h4 { position: absolute; right:0px; padding-top: 5px; font-weight: bold; text-transform: uppercase; color: #688b91; } #venue-header:hover h4 { color: #6B6B6B; }
#venue-header:hover, #venue-header:focus, #venue-header.ui-state-active { background: #252525; }
#venue-content { border: 1px solid #252525; padding: 5px; }