@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: 300px;
  height: 1167px;
  margin: 20px auto;
  background-color: transparent;
  background-image: url(theatre-sm.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  border: 0px solid #AFEEEE;
}

header {
  max-width: 300px;
  height: 200px;
  text-align: left;
  padding-left: 10px;
  color: #FFD700;
  border: 0px solid #FFE4C4;
}

a {
  color: #ffd700;
}

a:hover {
  color: #e06604;
}

h1 {
  font-size: 20pt;
  font-weight: bold;
  padding-bottom: 10px;
}

h2 {
  font-size: 13pt;
  font-weight: normal;
  padding-bottom: 5px;
}

h3 {
  font-size: 10pt;
  font-weight: normal;
}

.blurb {
  margin: 12px 0;
  height: 150px;
  padding: 10px;
  color: #fff;
  border: 0px solid #DDA0DD;
}

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

ul {
  max-width: 300px;
  margin-bottom: 20px;
  text-align: center;
  border: 0px solid #000;
}

li {
  float: left;
  margin-left: 0px;
  width: 100%;
  font-size: 12pt;
  line-height: 1;
  font-weight: n;
  text-align: center;
  border: none;
  list-style: none;
}

ul a {
  color: #fff;
  display: block;
  margin: 0px 0px 5px 0px;
  padding: 10px;
  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);
  }