body {
    background-color: #151A1D;
    background-image: url(symlink-png.php?file=bg-doric.png)
}

::selection {
    background: #900000
}

::-moz-selection {
    background: #3A4143
}

.menu a {
    color: #000
}

.menu li a:hover, .menu li:hover {
    background-color: #616767;
    color: #fff !important
}

button:disabled, button[disabled=disabled] {
    background: #616767;
    color: #fff
}

.theatreheader {
    background: #3a4143;
    word-spacing: .5em
}

.theatreheadertext {
    font-size: 2.5em
}

.rightcolumn li a:hover {
    background-color: #151A1C !important
}

.panel {
    background: #e2e2e2
}

.footerlogo {
    width: 9em
}

.tab-bar {
    background: rgba(75, 75, 75, .75)
}

.mobilehead {
    background: #d3d3d3;
    height: 2.9em
}

footer {
    border-top: 1em #ededed solid
}

.csposterdiv img:hover, .posterdiv img:hover {
    outline: #3A4143 solid 2px
}

.close-reveal-modal:hover {
    background: #151A1C
}

.nextweek {
    text-align: center;
    background: #8b0000;
    color: #fff;
    margin: 0 1em 1em;
    font-weight: 700;
    border: 1px solid grey
}

@media only screen and (max-width: 641px) {
    .nextweek {
        margin: 0 0 2em
    }
}