/* CSS Document */

/* PAGE WRAPPERS */
#mainWrapper{

}
#contentWrapper{
width: 1000px;
margin: 0 auto;
}

/* HEADER */

#headerWrapper{
height: 356px;
background-image:url(../images/header_digital.jpg);
background-repeat:no-repeat;
position: relative;
overflow: visible;
}
#headerFilm1{
position: absolute;
top: 205px;
left: 19px;
width: 124px;
height: 204px;
background-image: url(../images/film1.png);
z-index:1200;
}
#headerFloat{
position: absolute;
top: 184px;
left: 113px;
float: left;
width: 750px;
}
#headerTagline{
position: absolute;
font-weight: bold;
color: #b7bfcb;
width: 720px;
top: 290px;
left: 140px;
font-size: 13pt;
}
#realDLogo{
position: relative;
top: -12px;
}
#mainMenuWrapper{
position: absolute;
top: 290px;
left: 145px;
}


/* MAIN BODY */
#mainContentWrapper{
background-image: url(../images/bkg.png);
background-repeat: repeat-y;
width: 800px;
margin-left: 84px;
position: relative;
z-index: 1000;
}
#mainContent{
width: 800px;
padding-top: 30px;
}
#mainContentLeftWrapper{
width: 535px;
float: left;
}
#mainContentLeftContent{
padding-left: 15px;
}
#mainContentRightWrapper{
margin-left: 5px;
width: 260px;
float: left;
}
#mainContentRightContent{
padding: 0;
text-align: center;
}
.rcItem{
width: 220px;
margin: 0 auto;
margin-bottom: 20px;
background: #b2c9e3;
border: 1px #315680 solid;
padding: 6px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
.rcItem p{
text-align: left;
margin: 0;
}

/* CONTENT */
.contentBoxWrapper{
width: 515px;
margin-bottom: 30px;
border-bottom: 3px #47585f solid;
overflow: hidden;
}
.contentBoxHeading{
background-image: url(../images/box_heading.png);
background-repeat: no-repeat;
width: 515px;
height: 34px;
}
.contentBoxHeading h1{
font-size: 1.7em;
color: white;
padding-left: 10px;
padding-top: 4px;
margin: 0;
}
.contentBox{
background-color: white;
padding: 6px;
}

.nowPlayingBox{
margin-bottom: 20px;
}

.csPosterBox{
float: left;
width: 110px;
height: 220px;
margin: 4px;
text-align:center;
position: relative;
}


/* FOOTER */
#footerWrapper{
width: 800px;
height: 50px;
margin: 0 auto;
padding: 10px 0;
text-align: center;
background-image:url(../images/footerbkg.png);
background-color: #555;
background-repeat:repeat-x;
font-size: 11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #aaa;
vertical-align: top;
line-height: 24px;
}
