/* BrianJamesOConnell stylesheet */
/* shows.css */
/* defines Shows section styles */

#section-header {
  background: transparent url('/images/25.gif') top left no-repeat;
  margin-bottom: 2em;
}

.show-article {
  border-bottom: 1px solid #CDCDCD;
  margin: 0 1em 1em 1em;
  padding-bottom: .5em;
}

.show-article-title {
  text-transform: uppercase;
  font-size: 150%;
  margin-bottom: .5em;
}

.show-article address {
  font-weight: bold;
  font-size: 115%;
}

/* end shows.css */