/*
 * News Styles - List
 */

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

div#events li a {
  text-decoration: none;
}
div#events li a:hover {
  text-decoration: underline;
}
div#events li h3 a {
  color: #fff;
}

div#events li p.venue,
div#events li p.date {
  font-size: 1.25em;
  margin: 0;
  padding: 0;
}
div#events li p a {
  color: #dc1c71;
  text-decoration: none;
}
div#events li p a.get-tickets {
  display: block;
  line-height: 18px;
  padding: 6px 0 4px 0;
  font-size: 1.25em;
  font-weight: bold;
}
div#events li p a:hover {
  text-decoration: underline;
}
div#events li p a.get-tickets span {
  padding-right: 20px;
  background: url(/img/get-tickets-arrow-pink.gif) right no-repeat;
}
div#events li img.too-late-overlay {
  position: absolute;
  top: 26px;
  left: 13px;
}
div#events div.paging {
  width: 100%;
  overflow: hidden;
}
div#events div.paging div.previous {
  float: left;
  width: 95px;
}
div#events div.paging div.next {
  float: right;
  width: 95px;
}




/*
 * venue Styles - Item
 */
div#event-item {
  overflow: hidden;
  height: 100%;
}
div#event-item div#media-panel {
  padding: 1em 0 0.3em 230px;
  overflow: hidden;

}
div#event-item div#media-panel a {
  float: left;
  color: #fff;
  font-size: 1.1em;
  line-height: 22px;
  display: block;
  height: 25px;
  padding-left: 30px;
  margin-right: 2em;
  text-decoration: none;
}
div#event-item div#media-panel a:hover {
  text-decoration: underline;
}
div#event-item div#media-panel a.trailer,
div#event-item div#media-panel a.movie {
  background: url(/img/icon-movie-clip.gif) top left no-repeat;
}
div#event-item div#media-panel a.podcast {
  background: url(/img/icon-podcast.gif) top left no-repeat;
}

div#event-item div#media-trailer,
div#event-item div#media-clip {
  width: 440px;
  height: 295px;
  display: none;
}
div#event-item div.main-image {
  float: left;
  width: 220px;
  border: 1px solid #000;
  margin: 0 9px 12px 0;

}
div#event-item div.main-image p {
  text-align: center;
}
div#event-item div.main-image img {
  display: block;
  margin: 0 auto 0 auto;
}
div#event-item div.main-image img.no-image {
  width: 220px;
  height: 150px;
  background: #121212;
}
div#event-item div.description {
  float: left;
  margin: 0 9px 0 0;
  color: #000;
  background-color: #fff;
  width: 468px;
  padding: 10px 10px 20px 10px;
  min-height: 440px;
}
div#event-item ul.links {
  list-style: none;
  margin: 0;
  padding: 0;
}
div#event-item ul.links li {
  line-height: 1.4em;
}
div#event-item ul.links li a {
  text-decoration: none;
}
div#event-item ul.links li a:hover {
  text-decoration: underline;
}
div#event-item p.logo-image {
  float: right;
  margin: 0 0 1em 1em;
}
div#event-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#event-item h3 {
  font-weight: bold;
  font-size: 1em;
  margin: 0;
  padding: 0;
}
div#event-item ul.facilities {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
div#event-item ul.facilities li {
  float: left;
  margin-right: 4px;
}
div#event-item span.soldout-date {
  text-decoration: line-through;
}
div#event-item span.soldout {
  font-size: 0.8em;
  font-weight: bold;
}
div#event-item p a {
  color: #dc1c71;
  text-decoration: none;
}
div#event-item p a.get-tickets {
  font-size: 1.25em;
  font-weight: bold;
  padding: 6px 24px 4px 0;
  background: url(/img/get-tickets-arrow-pink-on-white.gif) right no-repeat;
}
div#event-item p a:hover {
  text-decoration: underline;
}
div#event-item p a.get-tickets span {
}

div#event-item div.right-column {
  float: left;
  width: 205px;
}
div#event-item div.right-column h3 {
  font-size: 1.4em;
  margin: 0 0 1em 0;
}
div#event-item div.right-column h4 {
  font-size: 1em;
  margin: 0;
  padding: 0;
}
div#event-item div#location-map {
  margin-top: 2em;
  width: 205px;
  height: 220px;
}

