@media screen {
  body {
    margin: 0;
    padding: 0;
    color: white;
    background-color: #660000;
    background-image: url('images/red-to-pink.png');
    background-position: top center;
    background-repeat: repeat-y;
    font-family: sans-serif;
    text-align: center;
  }

  #all {
    width: 750px;
    margin: 0 auto;
    background-image: url('images/zanna_oneline_fade.png');
    background-position: top left;
    background-repeat: no-repeat;
    text-align: left;
  }

  .page_- #all {
    background-image: none;
  }

  .page_- #masthead {
    background-image: url('images/zanna_oneline.png');
    background-position: top left;
    background-repeat: no-repeat;
    height: 326px;
  }

  #menu {
    font-size: 110%;
    margin: .5em 0;
    text-align: center;
  }

  #header {
    margin: 0;
    text-align: center;
    font-size: 110%;
  }

  #header .h1 span, #header h2 span {
    display: none;
  }

  #header .h1 {
    display: block;
    font-family: cursive;
    font-size: 400%;
    margin: 0;
    line-height: 120%;
    height: 180px;
  }

  #header h2 {
    font-family: cursive;
    font-size: 200%;
    margin: 0;
  }

  #header h3 {
    font-size: 150%;
    font-weight: normal;
    margin: 0;
    line-height: 130%;
    color: #ffed21;
  }

  #header h4 {
    font-size: 110%;
    font-weight: normal;
    margin: 1em 0 0.25em 0;
    color: #ffed21;
  }

  #menu {
    margin: 0;
    padding: 0;
  }

  #menu li {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  #menu li a {
    padding: 2px 1em;
    text-decoration: none;
  }

  #menu li a:hover {
    background-color: white;
    color: black;
  }

  #menu li.current a {
    background-color: inherit;
    color: white;
  }

  #menu li.current a:hover {
    background-color: inherit;
    color: white;
  }

  #submenu {
    margin-bottom: 2em;
  }

  #footer {
    clear: both;
    margin: 2em 0 0.5em 0;
    text-align: center;
    z-index: 30;
  }

  a {
    color: #25bfff;
    text-decoration: none;
  }

  a:hover {
    text-decoration: underline;
  }

  .floatcolumn {
    margin: 0 0 15px 15px;
    float: right;
    width: 490px;
    text-align: center;
  }

  .floatcolumn h3 {
    margin-top: 0.75in;
  }

  .floatcolumn p {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  table.schedule {
    border-spacing: 0;
    border: 2px solid white;
    margin: 0 0 0.25in 0;
    width: 100%;
  }

  table.schedule thead tr {
    font-weight: bold;
    margin: 0 0 4px 0;
    background-color: #330000;
  }
  table.schedule thead td {
    border-bottom: 2px solid white;
  }

  table.schedule tr.shade_1 {
    /*
    background-color: #145066;
    */
    background-color: #660000;
  }

  table.schedule td {
    padding: 4px;
    text-align: center;
  }

  .maincolumn {
     margin-right: 505px;
  }

  a.note {
    position: relative;
  }

  a.note span {
    display: none;
    position: absolute;
    top: 10px;
    left: 10px;
    background: white;
    color: black;
    border: 1px solid black;
    text-align: center;
    width: 10em;
    padding: 2px;
  }

  a.note:hover span {
    display: block;
  }

  .center {
    text-align: center;
  }

  li.center {
    list-style: none;
    font-style: italic;
  }

  img.twinkle {
    width: 20px;
    height: 20px;
    position: fixed;
    z-index: 10;
  }

  h2 {
    font-weight: normal;
    letter-spacing: 1px;
    color: #ffed21;
    margin: 1em 0 .5em 0;
  }

  h3 {
    font-weight: normal;
    letter-spacing: 1px;
    color: #ffed21;
    margin: 1em 0 .5em 0;
  }

  dl {
    line-height: 130%;
    margin: 1.5em 0 1em 0;
  }

  dt {
    margin-top: 1em;
  }

  dd {
    margin-top: .3em;
  }

  .billing {
    text-align: center;
  }

  .billing .h1, .billing h2, .billing h3, .billing h4 {
    margin: 0;
    color: white;
    font-weight: normal;
    line-height: 100%;
  }

  .billing .h1 {
    display: block;
    font-size: 80px;
    margin: 0.3em auto 0 auto;
    background-image: url('images/zanna_logo_half.png');
    background-position: top center;
    background-repeat: no-repeat;
    width: 305px;
    height: 274px;
  }

  .billing .h1 span {
    display: none;
  }

  .billing h2 {
    font-size: 40px;
    margin-top: 0.25em;
  }

  .billing h3 {
    font-size: 30px;
    display: none;
  }

  .billing h4 {
    font-size: 20px;
    margin-top: 0.25em;
    line-height: 125%;
  }

  p {
    line-height: 120%;
  }

  li {
    margin: 0.25em;
  }

  .buycd {
    display: block;
    width: 117px;
    text-align: center;
    margin: 0 auto;
  }

  .buycd img {
    margin: 0;
    width: 115px;
    height: 115px;
    border: 1px dotted white;
  }

  .buycd:hover {
    text-decoration: none;
  }

  .buycd:hover img {
    border-color: #ffed21;
  }

  .buycd:hover span {
    text-decoration: underline;
  }

  table.license {
    margin: 0 auto;
    font-size: small;
  }

  table.license td {
    text-align: center;
    vertical-align: middle;
  }

  table.schedule td.ticketderby {
    padding: 2px;
  }

  td.ticketderby a span {
    display: none;
  }

  td.ticketderby a {
    display: block;
    margin: 0 auto;
    background-image: url('images/ticketderby55x25.png');
    background-position: top left;
    background-repeat: no-repeat;
    width: 55px;
    height: 25px;
  }

  td.ticketderby a:hover {
    background-image: url('images/ticketderby55x25yellow.png');
  }

  table.yearbook {
    border-spacing: 10px;
  }

  .yearbook td {
    width: 180px;
    text-align: center;
    vertical-align: top;
  }

  .yearbook img {
    display: block;
    margin: 0 auto 5px auto;
    width: 160px;
    height: 240px;
    border: 1px solid black;
    background-color: white;
  }

  .yearbook span, .yearbook strong {
    color: white;
    display: block;
  }

  .yearbook span {
    font-size: 90%;
  }

  .yearbook a:hover {
    text-decoration: none;
  }

  .yearbook a:hover span, .yearbook a:hover strong {
    color: #25bfff;
  }

  .yearbook a:hover img {
    border-color: white;
  }

  .bios li p {
    line-height: 130%;
  }

  .bios img {
    width: 80px;
    height: 120px;
    border: 1px solid black;
    float: left;
    margin: 0 10px 1px 0;
  }

  span.bios-hack {
    display: block;
    clear: left;
    font-size: 2px;
  }

  .bios li {
    clear: both;
  }

  p.attribution {
    margin-left: 2em;
    margin-top: -0.5em;
  }

  #content ul {
    list-style-image: url('images/star.png');
    list-style-position: outside;
  }

  #content ul ul {
    list-style-image: none;
  }

  .pressphotos {
    padding: 0;
    margin: 0;
  }

  .pressphotos td {
    text-align: center;
    vertical-align: top;
    padding: 0 10px 10px 0;
  }

  .pressphotos a img {
    border: 1px solid black;
  }

  .pressphotos a:hover img {
    border: 1px solid white;
  }

  .cname {
    text-transform: uppercase;
  }

  span.thinspace {
    margin: 0 0.1em;
  }

  .musicals dt {
    font-style: italic;
  }

  #cutout {
    position: fixed;
    bottom: -4px;
    right: 10px;
    z-index: 20;
  }

  .instructions {
    float: right;
    margin: 0.3em 0 0 0;
  }

  .inlinestar {
    width: 12px;
    height: 12px;
    vertical-align: center;
  }
}
