@charset "UTF-8";



* {
  margin: 0px;
  padding: 0px;
  border: none;
  text-decoration: none;
}

body {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12pt;
  background-color: #271118;
  color: #fff;
}

.page {
  max-width: 800px;
  height: 655px;
  margin: 20px auto;
  background-color: transparent;
  background-image: url(theatre-lg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  border: 0px solid #48D1CC;
}

header {
  width: 780px;
  height: 395px;
  text-align: left;
  padding-left: 20px;
  color: #FFD700;
  border: 0px solid #FFE4C4;
}

 a {
  color: #FFD700;
}

a:hover {
  color: #e06604;
}

h1 {
  font-size: 40pt;
  font-weight: bold;
  border: 0px solid #000;
}

h2 {
  font-size: 28pt;
  font-weight: normal;
  padding-bottom: 10px;
  border: 0px solid #000;
}

h3 {
  font-size: 12pt;
  font-weight: normal;
  padding-bottom: 30px;
}

.blurb {
  margin: 12px 0;
  height: 106px;
  padding: 10px;
  color: #fff;
  background-color: rgba(0,0,0,.40)
}

.blurb p {
  font-weight: normal;
  text-align: justify;
  line-height: 1.3;
  }

ul {
  width: 800px;
  text-align: center;
  border: 0px solid #000;
}

li {
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 123px;
  font-size: 12pt;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  border: none;
  list-style: none;
}

ul a {
  color: #fff;
  display: block;
  margin-bottom: 5px;
  padding: 7px;
  border: 1px solid #391923;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

ul a:hover {
  color: #e06604;
  background-color: rgba(255,255,255,.15);
  }