/* XHTML-CSS Stylesheet (c) 2009 Benjamin Stoll - www.benjaminstoll.com */

a:link, a:visited {
    color: #cd1616;
}

h1, h2, h3, h4, h5 {
    color: #cd1616;
}

#topimage #stripe {
    background: #cd1616 url("../bg/stripe_red.png") repeat left top;
}

#topimage #picture {
    background: #fff url("../images/theater/splash.jpg") no-repeat left top;
}

#topimage #picture #label {
    background-color: #cd1616;
}

#prinav a#theater:hover { 
    background-position: -90px -60px;
}

#prinav a#theater:hover .info {
    display: none;
}

#container #content .infobox h2 {
    background-color: #cd1616;
}


#content a {
    background-image: url('../buttons/link-theater.png');
}

#content h1 {
    background-image: url('../bg/slash-theater.png');
}

#facebook {
    background: #fff url("../images/facebook_theater.png") no-repeat -231px top; 
}


