/*
 * News Styles - List
 */

div#venues {
  list-style: none;
}
div#venues ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
div#venues li {
  float: left;
  width: 215px;
  padding-right: 24px;
  margin-bottom: 35px;
}
div#venues li.row-end {
  padding-right: 0;
}
div#venues li.row-start {
  clear: both;
}
div#venues li p {
  margin: 0;
  padding: 0;
}
div#venues li img.no-image{
  background: #121212;
  width: 120px;
  height: 67px;
}
div#venues li h3 {
  font-size: 1.2em;
  margin: 0 0 2px 0;
}

div#venues li a {
  text-decoration: none;
}
div#venues li a:hover {
  text-decoration: underline;
}
div#venues li h3 a {
  color: #fff;
}
div#venues div.paging {
  width: 100%;
  overflow: hidden;
}
div#venues div.paging div.previous {
  float: left;
  width: 95px;
}
div#venues div.paging div.next {
  float: right;
  width: 95px;
}



/*
 * venue Styles - Item
 */
div#venue-item {
  margin: 0 -1em 0 -1em;
}
div#venue-item div.main-image {
  float: left;
  width: 220px;
  border: 1px solid #000;
  margin: 0 9px 12px 0;
}
div#venue-item div.main-image img {
  display: block;
}
div#venue-item div.main-image img.no-image {
  width: 220px;
  height: 150px;
  background: #121212;
}
div#venue-item div.main-image div#location-map {
  width: 220px;
  height: 220px;
}
div#venue-item div.description {
  float: left;
  margin: 0 0 12px 0;
  color: #000;
  background-color: #fff;
  width: 468px;
  padding: 20px 10px 20px 10px;
  min-height: 440px;
}
div#venue-item p.logo-image {
  float: right;
  margin: 0 0 1em 1em;
}
div#venue-item h2 {
  font-weight: bold !important;
  background: none !important;
  color: #000 !important;
  font-size: 1.5em !important;
  line-height: 1.3em !important;
  height: auto !important;
  margin: 0 0 1em 0 !important;
  padding: 0 !important;
}
div#venue-item h3 {
  font-weight: bold;
  font-size: 1em;
  margin: 0;
  padding: 0;
}
div#venue-item ul.facilities {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
div#venue-item ul.facilities li {
  float: left;
  margin-right: 4px;
}
