* {
    font-size: 100%;
}
body, address, blockquote, center, del, div, h1, h2, h3, h4, h5, h6, ins, p, pre, dl, dt, dd, li, ol, ul, table, caption, thead, tfoot, tbody, tr, td, th, form, fieldset, legend, label, a, applet, br, iframe, img, object, q, span, sub, sup, abbr, acronym, cite, code, dfn, em, kdb, samp, strong, var {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
}
body {
    padding: 0.5em;
    color: #fff;
    background-color: #000;
    font-family: courier new, courier, monospace;
}
h1, h2, h3, h4, h5, h6 {
    margin: 1em 0 0.5em 0;
    font-weight: bold;
}
h1 {
    font-size: 2.0em;
}
h2 {
    font-size: 1.7em;
}
h3 {
    font-size: 1.4em;
}
h4 {
    font-size: 1.1em;
}
h5 {
    font-size: 0.85em;
}
h6 {
    font-size: 0.7em;
}
p {
    margin: 0.5em 0;
}
pre {
    margin-bottom: 1em;
    font-family: courier new, courier, monospace;
    font-size: 1em;
}
address {
    font-style: italic;
}
ins {
    color: #cfc;
    text-decoration: none;
}
del {
    color: #fcc;
    text-decoration: line-through;
}
blockquote {
    background-color: #111;
    margin: 0.2em 1em;
    padding: 0.5em;
    font-size: 0.95em;
}

th {
    text-align: left;
}
.table {
    border: 1px solid #ccc;
    width: 100%;
    border-collapse: collapse;
    empty-cells: show;
}
.table th {
    border: 2px solid #ccc;
    padding: 1.0em 0.3em 0.2em 0.3em;
    font-weight: bold;
}
.table td {
    border: 1px solid #ccc;
    padding: 0.1em 0.3em;
}

dl {
    margin: 0.3em 0;
}
dt {
    margin-top: 0.2em;
    font-weight: bold;
}
dd {
    margin: 0 0 0.2em 1em;
    font-size: 0.9em;
}
ol, ul {
    margin: 0.3em 1em;
    list-style-position: inside;
}

fieldset {
    border: 1px solid white;
    margin: 0.5em;
    padding: 0.2em;
}
legend {
    padding: 0 0.2em;
}
label {
    font-weight: bold;
    text-align: inherit;
}
button {
    margin-left: 0.2em;
    text-align: center;
}
button, select, option {
    cursor: pointer;
}

input[type="checkbox"], input[type="radio"] {
    vertical-align: middle;
    cursor: pointer;
}
button[disabled], select[disabled], option[disabled] {
    cursor: default;
}

sub, sup {
    font-size: 0.8em;
}
code, kbd, samp, var, tt {
    font-family: courier new, courier, monospace;
}
em, cite {
    font-style: italic;
}
strong {
    font-weight: bold;
}
abbr, acronym, dfn, samp, var {
    color: #ccf;
    background-color: transparent;
}
abbr, acronym, dfn {
    cursor: help;
}
big {
    font-size: 1.7em;
}
small {
    font-size: 0.7em;
}

img {
    border: 0;
    vertical-align: middle;
}
a {
    color: #f00;
}
a:hover {
    color: #f33;
}
a:visited {
    color: #c06;
}

.menu a {
    margin-right: 1em;
    font-weight: bold;
}

.home {
    text-align: center;
}
.home h1 {
    margin: 2em 0;
}

.album {
    overflow: hidden;
    zoom: 1;
}
.album img {
    float: left;
}
.album ol {
    margin-left: 200px;
}

ol.shows {
    list-style:  none;
}
.shows li {
    margin-bottom: 1em;
    padding: 0.5em;
    background-color: #111;
}
.shows .upcoming {
    border-bottom: 3px solid #f00;
}

.cite {
    margin: 0.3em 2em 1em 0;
    text-align: right;
    font-size: 0.9em;
}

/* gibberish for spambots */
.spa {
    display: none;
}

