/* Welcome to Susy. Use this file to define screen styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen" rel="stylesheet" type="text/css" /> */
/* Reset --------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
  color: black;
  background: white;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: "" "";
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
}

a img {
  border: none;
}

/* HTML5 Reset --------------------------------------------------------------*/
section, article, aside, header, footer, nav, dialog, figure {
  display: block;
}

/* Body -------------------------------------------------------------- */
body {
  font-family: Baskerville, Palatino, serif;
  color: black;
}

/* Links -------------------------------------------------------------- */
a:link, a:visited {
  color: #993333;
  text-decoration: none;
}
a:focus, a:hover, a:active {
  color: #862d2d;
  text-decoration: underline;
}
a img {
  border: none;
}

/* Headings -------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
  margin: 0;
}

/* Text -------------------------------------------------------------- */
cite, em, dfn {
  font-style: italic;
}

strong, dfn {
  font-weight: bold;
}

sup, sub {
  line-height: 0;
}

abbr, acronym {
  border-bottom: 1px dotted;
  cursor: help;
}

address {
  margin-bottom: 1.5em;
  font-style: italic;
}

ins {
  text-decoration: underline;
}

del {
  text-decoration: line-through;
}

code, tt {
  font-family: Consolas, Menlo, Monaco, "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace, serif;
}

pre {
  white-space: pre;
}
pre code {
  font-family: inherit;
}

code {
  display: block;
}

q {
  font-style: italic;
}
q em {
  font-style: normal;
}

p {
  margin-bottom: 1.5em;
}

blockquote, q {
  quotes: "" "";
}

blockquote {
  margin: 1.5em;
  margin-left: -1.5em;
  padding-left: 1.5em;
  border-left: 1px solid;
  font-family: Baskerville, Palatino, serif;
  font-style: italic;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

/* Replaced -------------------------------------------------------------- */
img {
  vertical-align: bottom;
}

/* Lists -------------------------------------------------------------- */
ol {
  margin: 0 1.5em 1.5em 0;
  list-style: decimal;
}

ul {
  margin: 0 1.5em 1.5em 0;
  list-style: disc;
}

li ul, li ol {
  list-style-type: circle;
  margin: 0 1.5em 0.75em;
}

dl {
  margin-bottom: 1.5em;
  border-top-style: solid;
  border-top-width: 0.063em;
  padding-top: 1.438em;
}
dl dt {
  font-size: 1.125em;
  line-height: 1.333em;
  margin-bottom: 0.667em;
}

dd {
  margin-bottom: 1.5em;
  border-bottom-style: solid;
  border-bottom-width: 0.063em;
  padding-bottom: 1.438em;
}

/* Tables -------------------------------------------------------------- */
/* tables still need 'cellspacing="0"' in the markup */
table {
  margin-bottom: 1.5em;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

table, td, th {
  vertical-align: top;
}

th, thead th {
  font-weight: bold;
}

th, td, caption {
  padding: 0.75em;
  text-align: left;
  font-weight: normal;
}

th, td {
  border-bottom-style: solid;
  border-bottom-width: 0.063em;
  padding-bottom: 0.688em;
}

tfoot {
  font-size: 0.875em;
  line-height: 1.714em;
}

caption {
  font-size: 1.5em;
  line-height: 1em;
  margin-bottom: 1em;
}

/* Forms -------------------------------------------------------------- */
form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
form ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0px;
}
form li {
  margin-top: 0.75em;
}

fieldset {
  margin-bottom: 1.5em;
  border-style: solid;
  border-width: 0.063em;
  padding: 1.438em;
}

legend {
  font-size: 1.125em;
  line-height: 1.333em;
  font-weight: bold;
}

label {
  font-size: 0.75em;
  line-height: 2em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: block;
}
label:after {
  content: ":";
}

textarea, input:not([type="radio"]) {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.form-actions {
  margin-top: 0.75em;
  text-align: right;
  font-style: italic;
}

button {
  font-family: Baskerville, Palatino, serif;
  text-shadow: inherit;
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  overflow: visible;
  width: auto;
  cursor: pointer;
  color: inherit;
}

.submit-preview {
  font-style: normal;
  font-variant: small-caps;
  letter-spacing: 0.1em;
  padding-left: 0.2em;
  text-transform: lowercase;
  color: #993333;
}
.submit-preview:link, .submit-preview:visited {
  color: #993333;
  text-decoration: none;
}
.submit-preview:focus, .submit-preview:hover, .submit-preview:active {
  color: #862d2d;
  text-decoration: underline;
}
.submit-preview img {
  border: none;
}

.submit-post {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-style: solid;
  border-width: 0.063em;
  padding: 0.313em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  margin-left: 0.4em;
  background: #cc6666;
}
.submit-post:hover, .submit-post:focus, .submit-post:active {
  color: white;
  background: #993333;
  border-color: black;
}

.errorlist {
  margin-top: 1.5em;
  border-style: solid;
  border-width: 0.063em;
  padding: 0.688em;
  position: relative;
  background: #993333;
  color: white;
}
.errorlist li {
  margin: 0;
}
.errorlist:after {
  content: " ";
  display: block;
  position: absolute;
  top: 100%;
  right: 1em;
  border: 1em solid white;
  border-color: rgba(153, 51, 51, 0);
  border-top-color: #993333;
}

/* left and right floats for dynamic content -------------------------------------------------------------- */
.left {
  display: inline;
  float: left;
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.right {
  display: inline;
  float: right;
  margin-left: 1em;
  margin-bottom: 0.5em;
}

/* Structure -------------------------------------------------------------- */
body {
  font-size: 100%;
  line-height: 1.5em;
}

html > body {
  font-size: 16px;
}

body {
  text-align: center;
}

#page {
  overflow: hidden;
  display: inline-block;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 61em;
  max-width: 100%;
  padding-top: 0.75em;
  position: relative;
}
#page {
  display: block;
}

header[role="banner"] {
  font-size: 0.875em;
  line-height: 1.714em;
}
header[role="banner"] h1, header[role="banner"] h2 {
  display: inline;
  float: left;
  width: 18.852%;
  margin-right: 1.639%;
  font-weight: normal;
  font-style: italic;
}
header[role="banner"] h1 {
  margin-left: 1.639%;
  width: 19.672%;
  margin-right: 0;
  text-align: center;
}
header[role="banner"] h1 a:link, header[role="banner"] h1 a:visited {
  display: block;
  color: black;
  border-right: 1px solid;
}
header[role="banner"] h1 a:hover, header[role="banner"] h1 a:focus, header[role="banner"] h1 a:active {
  background: black;
  color: white;
  text-shadow: transparent 1px 1px 1px;
}
header[role="banner"] h2 {
  color: #bfbfbf;
  padding-left: 1.639%;
}
header[role="banner"] strong {
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.071em;
}

nav[role="navigation"] {
  display: inline;
  float: left;
  width: 47.541%;
  margin-right: 1.639%;
  display: inline;
  float: right;
  margin-right: 1.639%;
  /* ugly hacks for IE6-7 */
  #margin-left: -1em;
}
nav[role="navigation"] ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  overflow: hidden;
  display: inline-block;
  text-align: right;
  margin-top: -2px;
}
nav[role="navigation"] ul {
  display: block;
}
nav[role="navigation"] ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0px;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  /* ugly hacks for IE6-7 */
  #display: inline;
  #vertical-align: auto;
  white-space: no-wrap;
  padding-left: 0;
  padding-right: 0;
}
nav[role="navigation"] a:link, nav[role="navigation"] a:visited {
  display: block;
  font-style: italic;
  padding: 0 0.4em;
}
.shows nav[role="navigation"] a[href="/shows/"]:link, .shows nav[role="navigation"] a[href="/shows/"]:visited, .shows nav[role="navigation"] a[href="/shows/"]:hover, .shows nav[role="navigation"] a[href="/shows/"]:focus, .shows nav[role="navigation"] a[href="/shows/"]:active {
  font-style: normal;
  font-variant: small-caps;
  letter-spacing: 0.1em;
  font-style: italic;
  color: inherit;
  cursor: default;
  background: none;
  text-decoration: none;
}
.blog nav[role="navigation"] a[href="/blog/"]:link, .blog nav[role="navigation"] a[href="/blog/"]:visited, .blog nav[role="navigation"] a[href="/blog/"]:hover, .blog nav[role="navigation"] a[href="/blog/"]:focus, .blog nav[role="navigation"] a[href="/blog/"]:active {
  font-style: normal;
  font-variant: small-caps;
  letter-spacing: 0.1em;
  font-style: italic;
  color: inherit;
  cursor: default;
  background: none;
  text-decoration: none;
}

div[role="main"] {
  clear: both;
  margin-right: 1.639%;
  margin-left: 1.639%;
  display: inline-block;
}
div[role="main"]:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
div[role="main"] {
  display: block;
}

footer[role="contentinfo"] {
  clear: both;
  margin-right: 1.639%;
  margin-left: 1.639%;
  margin-bottom: 4.5em;
  font-size: 0.875em;
  line-height: 1.714em;
}
footer[role="contentinfo"] #about {
  clear: both;
  margin-top: 0.75em;
  border-top-style: double;
  border-top-width: 0.214em;
  padding-top: 0.643em;
  border-bottom-style: double;
  border-bottom-width: 0.214em;
  padding-bottom: 0.643em;
  font-style: italic;
  color: #666666;
}
footer[role="contentinfo"] #about p:first-child {
  margin-top: 0;
}
footer[role="contentinfo"] #about p:last-child {
  margin-bottom: 0;
}
footer[role="contentinfo"] .license, footer[role="contentinfo"] #credit {
  display: inline;
  float: left;
  width: 49.153%;
  margin-right: 1.695%;
  margin-bottom: 1.714em;
  text-transform: lowercase;
  font-style: italic;
  color: rgba(0, 0, 0, 0.675);
}
footer[role="contentinfo"] #credit {
  display: inline;
  float: right;
  margin-right: 0;
  /* ugly hacks for IE6-7 */
  #margin-left: -1em;
  text-align: right;
}
footer[role="contentinfo"] strong, footer[role="contentinfo"] cite {
  font-weight: normal;
  font-style: normal;
  font-variant: small-caps;
  letter-spacing: 0.1em;
  padding-left: 0.2em;
}
footer[role="contentinfo"] .warning {
  clear: both;
  font-style: normal;
  font-variant: small-caps;
  letter-spacing: 0.1em;
  padding-left: 0.2em;
  text-align: center;
  font-weight: bold;
}

/* Tags -------------------------------------------------------------- */
.no {
  font-family: "Hoefler Text", Georgia, Palatino, Serif;
}

.caps {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.amp {
  font-family: Baskerville, Palatino, serif;
  font-style: italic;
}

.shows article header {
  clear: both;
  margin-bottom: 1.5em;
  border-top-style: double;
  border-top-width: 0.188em;
  padding-top: 2.063em;
  border-bottom-style: dashed;
  border-bottom-width: 0.063em;
  padding-bottom: 0.688em;
}
.shows article header h1 {
  font-size: 6.75em;
  line-height: 1.111em;
  text-align: center;
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.019em;
}
.shows article .body {
  clear: both;
  font-size: 0.875em;
  line-height: 1.714em;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
  -moz-column-gap: 3em;
  -webkit-column-gap: 3em;
  -o-column-gap: 3em;
  column-gap: 3em;
  color: #333333;
  font-family: futura, "gill sans", sans-serif;
}
.shows article .body h2, .shows article .body h3, .shows article .body h4 {
  font-family: Baskerville, Palatino, serif;
  font-weight: normal;
}
.shows article h2 {
  font-size: 1.313em;
  line-height: 1.143em;
  text-transform: uppercase;
  letter-spacing: 0.048em;
}
.shows article h3, .shows article h4 {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  /* ugly hacks for IE6-7 */
  #display: inline;
  #vertical-align: auto;
  font-style: italic;
}
.shows article h3 + h4:before {
  content: " \/\/ ";
}

/* Content -------------------------------------------------------------- */
article[id^="feature"] figure {
  clear: both;
  border: solid;
  border-width: 1px 0;
  border-top-style: solid;
  border-top-width: 0.063em;
  padding-top: 0.313em;
  border-bottom-style: solid;
  border-bottom-width: 0.063em;
  padding-bottom: 0.313em;
}
article[id^="feature"] header {
  clear: both;
  margin-top: 0.75em;
  margin-bottom: 1.5em;
  border-bottom: dashed;
  border-bottom-style: solid;
  border-bottom-width: 0.063em;
  padding-bottom: 0.688em;
}
article[id^="feature"] header h1 {
  font-size: 6.75em;
  line-height: 1.111em;
  text-align: center;
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.019em;
}
article[id^="feature"] section {
  display: inline;
  float: left;
  width: 27.966%;
  margin-right: 1.695%;
  font-size: 0.875em;
  line-height: 1.714em;
  font-family: futura, "gill sans", sans-serif;
  margin: 0;
  color: #333333;
}
article[id^="feature"] section p:first-child {
  margin-top: 0;
}
article[id^="feature"] .description p {
  text-align: justify;
}
article[id^="feature"] .description p:first-line {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
article[id^="feature"] #details {
  padding-left: 7.203%;
  padding-right: 7.203%;
}
article[id^="feature"] #details h2 {
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.071em;
  text-align: justify;
}
article[id^="feature"] #details h2 + p {
  font-family: Baskerville, Palatino, serif;
  margin-top: 0;
  text-align: center;
  font-style: italic;
}
article[id^="feature"] #details strong {
  margin-bottom: 1.333em;
  font-size: 1.286em;
  line-height: 1.333em;
  display: block;
  font-weight: normal;
  font-family: Baskerville, Palatino, serif;
  text-transform: uppercase;
  letter-spacing: 0.056em;
  text-align: center;
}
article[id^="feature"] #details strong a:link, article[id^="feature"] #details strong a:visited {
  display: block;
  border: dashed #666666;
  border-width: 1px 0;
  border-top-style: solid;
  border-top-width: 0.056em;
  padding-top: 1.278em;
  border-bottom-style: solid;
  border-bottom-width: 0.056em;
  padding-bottom: 1.278em;
}
article[id^="feature"] #details .map {
  text-transform: uppercase;
  letter-spacing: 0.071em;
}
article[id^="feature"] #tickets {
  display: inline;
  float: right;
  margin-right: 0;
  /* ugly hacks for IE6-7 */
  #margin-left: -1em;
  font-family: Baskerville, Palatino, serif;
  text-align: center;
  font-style: italic;
}
article[id^="feature"] #tickets a:link, article[id^="feature"] #tickets a:visited {
  display: block;
  padding: 6.857em 0;
  background: #f2d9d9;
  -moz-border-radius-topleft: 1em;
  -webkit-border-top-left-radius: 1em;
  -o-border-top-left-radius: 1em;
  -ms-border-top-left-radius: 1em;
  -khtml-border-top-left-radius: 1em;
  border-top-left-radius: 1em;
  -moz-border-radius-bottomright: 1em;
  -webkit-border-bottom-right-radius: 1em;
  -o-border-bottom-right-radius: 1em;
  -ms-border-bottom-right-radius: 1em;
  -khtml-border-bottom-right-radius: 1em;
  border-bottom-right-radius: 1em;
  text-shadow: white 1px 1px 0;
  -moz-box-shadow: rgba(153, 51, 51, 0.5) 1px 1px 2px;
  -webkit-box-shadow: rgba(153, 51, 51, 0.5) 1px 1px 2px;
  -o-box-shadow: rgba(153, 51, 51, 0.5) 1px 1px 2px;
  box-shadow: rgba(153, 51, 51, 0.5) 1px 1px 2px;
}
article[id^="feature"] #tickets a:hover, article[id^="feature"] #tickets a:focus, article[id^="feature"] #tickets a:active {
  background: #993333;
  color: white;
  text-shadow: rgba(0, 0, 0, 0.9) 1px 1px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.9) 1px 1px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.9) 1px 1px 2px;
  -o-box-shadow: rgba(0, 0, 0, 0.9) 1px 1px 2px;
  box-shadow: rgba(0, 0, 0, 0.9) 1px 1px 2px;
}
article[id^="feature"] #tickets strong {
  display: block;
  font-size: 1.5em;
  line-height: 1.143em;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.048em;
}

/* Blog -------------------------------------------------------------- */
.hfeed {
  border-top-style: double;
  border-top-width: 0.188em;
  padding-top: 1.313em;
  margin-bottom: 3em;
}
.hfeed h1, .hfeed h2, .hfeed h3, .hfeed h4 {
  font-weight: normal;
}
.hfeed > h1 {
  clear: both;
  padding-right: 80.508%;
  font-style: normal;
  font-variant: small-caps;
  letter-spacing: 0.1em;
  padding-left: 0.2em;
  text-align: right;
}
.hfeed header div {
  display: inline;
  float: left;
  width: 19.492%;
  margin-right: 1.695%;
  font-size: 0.875em;
  line-height: 1.714em;
  text-align: right;
  color: gray;
}
.hfeed header p {
  margin: 0;
  font-style: italic;
}
.hfeed header ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-style: normal;
  font-variant: small-caps;
  letter-spacing: 0.1em;
}
.hfeed header ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0px;
}
.hfeed header .fn {
  font-style: normal;
  font-variant: small-caps;
  letter-spacing: 0.1em;
  padding-left: 0.2em;
}
.hfeed .hentry {
  clear: both;
  margin-top: 3em;
  display: inline-block;
  position: relative;
}
.hfeed .hentry:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.hfeed .hentry {
  display: block;
}
.hfeed .entry-title {
  clear: both;
  padding-left: 21.186%;
  padding-right: 21.186%;
  font-size: 2.25em;
  line-height: 1.333em;
  margin-bottom: 0.667em;
}
.hfeed .entry-content, .hfeed .entry-summary, .hfeed footer {
  display: inline;
  float: left;
  width: 57.627%;
  margin-right: 1.695%;
  padding-right: 21.186%;
  display: inline;
  float: right;
  margin-right: 0;
  /* ugly hacks for IE6-7 */
  #margin-left: -1em;
  margin-bottom: 1.5em;
}
.hfeed footer {
  border-top-style: dotted;
  border-top-width: 0.063em;
  padding-top: 0.313em;
  font-style: normal;
  font-variant: small-caps;
  letter-spacing: 0.1em;
  padding-right: 0;
  margin-right: 21.186%;
}
.hfeed footer p {
  display: inline;
  float: left;
  width: 49%;
  margin: 0;
}
.hfeed .comments {
  display: inline;
  float: right;
  text-align: right;
}
.comment-preview .hfeed {
  clear: both;
  padding-left: 21.186%;
  padding-right: 21.186%;
}
.hfeed h2 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.hfeed h3 {
  font-style: normal;
  font-variant: small-caps;
  letter-spacing: 0.1em;
}
.hfeed h4 {
  font-style: italic;
}

#comments {
  clear: both;
}
#comments > h1 {
  margin: 0 21.186%;
  border-top-style: dotted;
  border-top-width: 0.063em;
  padding-top: 0.313em;
  margin-top: 1.125em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
#comments article {
  overflow: hidden;
  display: inline-block;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
#comments article {
  display: block;
}
#comments header {
  display: inline;
  float: left;
  width: 19.492%;
  margin-right: 1.695%;
  font-size: 0.875em;
  line-height: 1.714em;
  text-align: right;
  color: gray;
  font-style: italic;
}
#comments .time {
  display: block;
}
#comments .body {
  display: inline;
  float: left;
  width: 57.627%;
  margin-right: 1.695%;
  padding-right: 21.186%;
  display: inline;
  float: right;
  margin-right: 0;
  /* ugly hacks for IE6-7 */
  #margin-left: -1em;
}
#comments form {
  clear: both;
  padding-left: 21.186%;
  padding-right: 21.186%;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
