body {
  color: white;
  background-color: black;
  background-image: url("images/fs_background_dark.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
               "Helvetica Neue", Arial, Helvetica, sans-serif;
  margin-top: 3%;
  margin-left: 20%;
  margin-right: 20%;
}

h1 {
  font-size: 90%;
  font-weight: 300;
}

div.fstitle {
  font-stretch: extra-condensed;
  font-size: 300%;
  font-weight: 200;
  text-align: center;
}

table.menu {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  font-size: 130%;
}

td.menuitem {
  font-weight: 100;
  padding: 10px;
}

div.blogdate {
  font-size: 90%;
  font-weight: 300;
}

p.blogentry {
  color: lightgrey;
  font-size: 85%;
  margin-left: 30px;
}

ul.shows {
  font-size: 85%;
  list-style-type: none;
}

li.show {
  font-size: 85%;
  margin: 0px;
  margin-bottom: 15px;
}

span.showtime {
  color: white;
}

span.showinfo {
  color: lightgrey;
}

p.contact {
  margin-left: 30px;
}

a.tickets {
  color: lightgrey;
  background-color: transparent;
  border-color: white;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-style: dotted;
  text-decoration: none;
}

a:link    { color: white; text-decoration: none; }
a:visited { color: white; text-decoration: none; }
a:active  { color: grey;  text-decoration: none; }
a:hover   { color: grey;  text-decoration: none; }
