body {
    background-color: #505050;
    font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
    line-height:120%;
    color: white;
}
body, td {
    font-size: 13px;
}
#thePage {
    /*
    pixels / font-size-in-pixels
     - a yui rule
     */
    width: 87em;
    xxxmargin-left: -45em;
    xxxleft: 50%;
    xxxposition: relative;
    margin: auto;


    /*border-color: #e0e0e0;*/
    /*border-width: 1;*/
    /*border-style:solid;*/
    background-color: #100d2b;
    background-image: url(images/mainbg.png);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
* html thePage {
    /*
    pixels / font-size-in-pixels * .9759
    */
}


#headBox {
    text-align:center;
    padding-top: 2em;
    color: white;
}
#nav {
    padding-top: 1em;
    padding-bottom: 3em;
    line-height: 200%;
}
#nav a {
    color: #c0c0c0;
}
#dates a {
    margin-right: 0.5em;
}
h2 {
    font-size: 150%;
    padding: 0 0 0.5em 0;
}
#filmsBox1 {
    margin-left: 2.5em;
}
#filmsBox1, #filmsBox2, #filmsBox3 {
    background-color: #f2f2f2;
    color: black;
    width: 25em;
    padding: 1em;
    float: left;
    margin-right: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
#films1, #films2, #films3 {
    width: 100%;
}

a.subtle {
	text-decoration: none;
    color: #852828;
}
a.subtle:hover {
	text-decoration: underline;
	border-bottom: none;
	color: blue;
}


.schedule td {
    vertical-align: top;
    padding: 3px;
    /*font-size: 11px;*/
}
.schedule .cinema {
    text-align: left;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #505050;
    /*font-size: 12px;*/
    font-weight: bold;
}

.schedule .phone {
    float: right;
    /*font-size: 11px;*/
    font-weight: normal;
}
.schedule .times, .filmTitle {
    padding-bottom: 0.6em;
}
.schedule .times {
    width: 9em;
    padding-right: 2em;
    text-align: right;
}
* html .schedule .times {
    width: 12em;
}
.filmTitle {
    text-align: left;
}
.clearer {
    clear:both;
}

#bottom {
    padding: 2em 0em 2em 0em;
}