html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
border:0 none;
margin:0;
padding:0;
}
table {
    border-collapse:separate;
    border-spacing:0;
}
caption, th, td {
    font-weight:normal;
    text-align:left;
}
a img {
    border:medium none;
}
a {
    color: white;
}

.flash {
    width: 750px;
    min-height: 30px;
    font-size: 20px;
    border: 2px solid DarkRed;
    color: white;
    padding: 10px;
    margin: 10px auto 10px auto;
}

.flash.error {
    border: 2px solid red;
}
    
.flash.warning {
    border: 2px solid yellow;
}

.flash ul {
    margin-left: 20px;
}

#loginbox {
    margin: 10px;
    padding: 10px;
    color: white;
    width: 335px;
    height: 172px;
    margin-left: auto;
    margin-right: auto;
    background: transparent url(/plugin_assets/fmw_cms_engine/images/loginbg.jpg) no-repeat scroll 0 0;
}

#loginbox form {
    margin-left: 75px;
    margin-top: 5px;
}

#loginbox form submit {
    margin: auto;
}

body {
    background:#06131c none repeat scroll 0 0;
    color:#222222;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    padding-top:10px;
}
#wrapper {
    margin-left:auto;
    margin-right:auto;
    width:780px;
}
#menu, .header {
background:#06131c none repeat scroll 0 0;
}

#header {
    background:#06131c url(../images/header.jpg) no-repeat scroll 0 0;
    color:white;
    font-size: 12px;
    font-weight: bold;
    height:196px;
    width:780px;
}

#directions {
	width: 200px;
	padding-left: 550px;
    padding-top: 11px;
}

#directions img {
	margin-left: 145px;
}

#content {
    background:#06131c;
    width:780px;
}

#footer {
    background:#06131c url(../images/footer_bg.jpg) repeat-x scroll 0 0;
    color:white;
    width:780px;
    text-align: center;
    padding-bottom: 10px;
    
}

#footer a, #footer p{
    color:white;
    font-weight:bold;
}

#footer a {
    font-size: 12px;
    padding-bottom: 5px;
}

#menu {
    background:transparent url(../images/menu_bg.jpg) repeat-x scroll 0 0;
    display:block;
    height:38px;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    width: 780px;
    padding: 0 0px 0 0px;
    margin-left: auto;
    margin-right: auto;
}

#menu li img {
    display:block;
    float:left;
}

#menu li {
    float: left;
    display: block;
}
    

#menu li a, #menu li .default {
    color:white;
    display:block;
    float:left;
    font-size:14px;
    height:38px;
    line-height:38px;
    padding: 0 10px 0 10px;
    outline-color:-moz-use-text-color;
    outline-style:none;
    outline-width:medium;
    position:relative;
    text-align:center;
    text-decoration:none;
}

#menu li a:hover, #menu li a.active, #menu li a.hover {
	background:transparent url(../images/menu_bg_active.jpg) repeat-x scroll 0 0;
}
#menu li a.active {
	font-weight:bold;
    padding: 0 9px 0 9px;
}

#footer .mooquee{
    height: 28px;
    padding-top: 10px;
    font-size: 16px;
    font-weight: bold;
}


/** HOME **/

#home-leftcol, #home-leftcol #header {
    width: 531px;
    float: left;
}

#home-leftcol #header {
    height: 196px;
    }

#home-leftcol #content {
    width: 531px;
}

#home-nowshowing {
	background:transparent url(../images/home/now_showing.jpg) no-repeat scroll 0 5px;
    height: 255px;
    width: 531px;
    overflow-x: hidden;
    overflow-y: hidden;
    }

#home-movielist {
    height: 180px;
    width: 1000px;
    margin-top: 10px;
    z-index: 100;
    color: white;
    font-size: 11px;
}

#home-movielist-controls {
    height: 15px;
    padding-top: 50px;
    width: 531px;
}

#home-movielist-controls a{
    text-decoration: none;
    font-size: 10px;
    color: #d5bf48;
}

#next {
    display: none;
    float: right;
    margin-right: 10px;
}

#previous {
    display: none;
    float: left;
    margin-left: 10px;
}

#home-movielist .movie a {
    width: 85px;
    height: 128px;
    display: block;
    outline: none;
}

.movie a img {
    padding: 1px;
}

.movie-poster-normal {
    background-color: #555555;
}

.movie-poster-hover {
    background-color: #AA0000;
}

.movie {
    display: block;
    float: left;
    margin-left: 18px;
    height: 165px;
    text-align: center;
    font-size: 11px;
    font-family: arial;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    width: 85px;
}

#home-comingsoon .movie {
    height: auto;
    margin-left: 15px;
    font-weight: bold;
}
    
.movie-poster {
    border: 1px solid white;
    float: left;
    margin-top: 5px;
    display: block;
}

.movie-poster img {
    width: 111px;
    height: 164px;
    display: block;
}
.movie-home .movie-info {
    height: 183px;
}

.movie-info {
    background-color: #b5c6da;
    float: left;
    width: 305px;
    overflow: none;
    margin-left: 30px;
    font-size: 11px;
}

.movie-info p.title, .movie-info p label { font-weight: bold; font-size: 12px; }
.movie-info p.tagline { font-size: 10px;}
/* .movie-info p.link { padding: 10px 0 0 0; } */
.movie-info p.link a { color: #29338a; }
.movie-info p { padding: 0 0 5px 0; }
.online_ticket_link {
    width: 72px;
    height: 90px;
    margin-left: 410px;
    display: block;
}

#home-rightcol {
    background:transparent url(../images/home/home-rightcol-header.jpg) no-repeat scroll 0 0;
    width: 249px;
    height: 616px;
    float: left;
    margin-top: -32px;
}

#home-movietimes {
    background: black url(../images/home/home-rightcol1-infobox.jpg) no-repeat scroll 0 0;
    display:block;
    height: 229px;
    padding-top: 40px;
    padding-left: 5px;
    height: 229px;
    font-size: 11px;
    font-weight: bold;
    color: black;
}

#home-movietimes select {
    width: 215px;
    padding-left: 5px;
    margin-bottom: 3px;
}

#home-timelist div{
   /* needed for IE or else cleartype will mangle our fonts */
    width: 240px;
    background : #F3C301 url(../images/home/home-rightcol1-infobox.jpg) no-repeat scroll -5px -79px;
}
#home-timelist label {
    color: darkRed;
}

#home-timelist p { padding: 0 0 5px 5px; }
#home-timelist p a { padding: 0 3px 0 3px; color: black;}

#home-partners {
    background:transparent url(../images/home/home-rightcol2-adbg.jpg) no-repeat scroll 0 0;
    display:block;
    height: 168px;
}

#home-partners .partner {
    width: 247px;
    height: 136px;
    margin: 0;
    }

#home-comingsoon {
    background:transparent url(../images/home/home-rightcol3.jpg) no-repeat scroll 0 0;
    display:block;
    height: 124px;
    padding-top: 55px;
}

#home-infobox {
    background: transparent url(../images/home/home-infobox.jpg) no-repeat scroll 15px 0;
    display:block;
    height: 328px;
    width: 493px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 38px;
}

#home-footer-partners {
    height: 110px;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding: 38px 0 15px 0;
}

#footer-partners {
    height: 110px;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding: 45px 0 15px 0;
}

.partner {
    width: 190px;
    height: 96px;
    margin: 0 20px 0 20px;
    padding-top: 10px;
    float: left;
    text-align: center;
    font-size: 20px;
    color: white;
    font-weight: bold;
}
/** END HOME **/


/** CONTENT **/
.content_text {
    color: white;
    font-size: 15px;
    }

#advertising_content {
    width: 763px;
    height: 171px;
    background:transparent url(../images/advertising/advertising-main01.jpg) no-repeat scroll 0 0;
    padding: 60px 0 0 20px;
}

#advertising_content p {
    width: 365px;
}

#employment_content {
    width: 780px;
    height: 273px;
    background:transparent url(../images/employment/employment-main01.jpg) no-repeat scroll 0 0;
    padding: 60px 0 0 30px;
}

#employment_content p {
    width: 445px;
}

#employment_main_right {
    width: 390px;
    height: 237px;
    background: transparent url(../images/employment/employment-main03.jpg) no-repeat scroll 0 0;
}



#employment_application{
    margin-left: 55px;
    margin-top: 57px;
}

#employment_application_preview, #vip_application_preview {
    float: left;
}

#employment_application_link, #vip_application_link {
    color: black;
    font-size: 18px;
    font-weight: bold;
    margin-top: 25px;
    margin-left: 20px;
    display: block;
    float: left;
    text-align: center;
    text-decoration: none;
    width: 135px;
}

#employment_application_link:hover, #vip_application_link:hover {
    color: maroon;
}

#vip_application_preview {
    margin-left: 60px;
    margin-top: 5px;
}

#vip_content_main {
    width: 385px;
    height: 280px;
    background: transparent url(../images/vip/vip-main_02.jpg) no-repeat scroll 0 0;
    display: block;

    padding-left: 30px;
    padding-right: 365px;
    padding-top: 58px;
}

#vip_main_left {
    width: 304px;
    height: 179px;
    background: transparent url(../images/vip/vip-main_03.jpg) no-repeat scroll 0 0;
    display: block;
    float: left;

    font-size: 12px;
    padding-left: 22px;
    padding-right: 15px;
    padding-top: 55px;
}

#vip_main_right {
    width: 376px;
    height: 184px;
    background: transparent url(../images/vip/vip-main_04.jpg) no-repeat scroll 0 0;
    display: block;
    float: left;

    color: white;
    font-size: 11px;
    line-height: 14px;
    padding-left: 27px;
    padding-top: 50px;
    padding-right: 10px;
}

#parties_content {
    width: 715px;
    height: 512px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 80px;
    background:transparent url(../images/parties/parties-main.jpg) no-repeat scroll 0 0;
}

#parties_content h4, #parties_content h5 {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}

#groups_content {
    width: 710px;
    height: 495px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 80px;
    background:transparent url(../images/groups/groups-main01.jpg) no-repeat scroll 0 0;
}

#groups_content p {
    width: 350px;
    padding-top: 15px;
}

#events_content {
    width: 780px;
    height: 468px;
    padding-top: 80px;
    background:transparent url(../images/specialevents/specialevents-main.jpg) no-repeat scroll 0 0;    
    }
    
    #event_list {
        width: 650px;
        height: 275px;
        overflow-y: auto;
        overflow-x: hidden;
        margin-left: auto;
        margin-right: auto;
    }
    
    #event_list .event {
        width: 600px;
        border-bottom: 1px solid CadetBlue;
        padding: 10px 10px 15px 0;
    }
    
    #event_list .event h1 {
        font-size:15px;
        font-weight:bold;
        margin-bottom:5px;
    }
    
    #event_list .event p {
        margin-left: 10px;
    }

#newsletter {
    width: 780px;
    height: 627px;
}

#newsletter-leftcol {
    float: left;
    width: 250px;
    height: inherit;
    background:transparent url(../images/newsletter/newsletter-main01.jpg) no-repeat scroll 0 0;
    font-weight: bold;
    font-size: 13px;
}

#newsletter-rightcol {
    float: left;
    width: 530px;
    height: inherit;
    background:transparent url(../images/newsletter/newsletter-main02.jpg) no-repeat scroll 0 0;
}
    
#newsletter-content {
    width: 430px;
    margin-left: 30px;
    margin-top: 75px;
    color: white; 
}

#newsletter-content p {
    margin-top: 5px;
    margin-bottom: 5px;
}

#newsletter-leftcol dt {
    margin-top: 10px;
    margin-bottom: 2px;
}

#newsletter-leftcol input.btn {
    margin-left: 60px;
    width: 100px;
}

#newsletter-subscription {
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
    height: 350px;
    width: 220px;
}

#newsletter-unsubscribe {
    margin-left: auto;
    margin-right: auto;
    width: 220px;
}

#newsletter-unsubscribe p {
    margin: 10px 0;
}

#gift_content_container {
    width: 780px;
    height: 400px;
    background:transparent url(../images/gift/gift-main.jpg) no-repeat scroll 0 0;    
}

#gift_content {
    width: 300px;
    height: 230px;
    padding-left: 35px;
    padding-top: 80px;
}

#gift_content input {
    margin-left: 45px;
}

#gift_content p {
    margin-top: 5px;
    margin-bottom: 5px;
    }

#gift_details {
    width: 700px;
    font-size: 12px;
    margin-left: 30px;
    margin-bottom: 15px;
}

#movie-trivia {
    background:transparent url(../images/trivia/trivia-main.jpg) no-repeat scroll 0 0;
    width: 736px;
    height: 383px; 
    color: white;
    font-size: 13px;
    padding-left: 44px;
    padding-top: 70px;
}

#movie-trivia label {
    font-weight: bold;
}

#trivia-description {
    height: 150px;
    width: 725px;
    margin: auto;
    color: white;
    font-size: 13px;
}

#trivia-question {
    height: 120px;
    width: 425px;
    font-size: 16px;
}
#trivia-question p{
    margin: 10px;
}

#trivia-form {
    width: 685px;
    margin: 8px 0 8px 0;
}

#trivia-form dt {
    font-weight: bold;
    float: left;
    display: block;
    width: 65px;
    height: 20px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 8px;
}

#trivia-form dt.wide {
    margin-top: 5px;
    width: auto;
    float: left;
}

#trivia-form dd{ 
   float: left;
}

#trivia-form input {
    margin: 3px;
    padding: 2px;
/*    float: left;  */
}

#trivia-answer {
    margin-top: 10px;
    height: 75px;
    width: 685px;
    overflow-x: hidden;
    overflow-y: auto;
}

#trivia-winner {
    width: 685px;
    height: 20px;
}


.movierow {
    color: white;
    border-bottom: 1px solid gray;
    margin: 0 15px;
    padding: 5px 0 5px 0;
    
}

.movierow .movie-info {
    width: 600px;
    font-size: 13px; 
    background: transparent;
}

.movierow .movie-info p{
    padding: 2px 0 2px 0;
}

.movierow h2 {
    font-size: 16px;
}

h1.pagetitle {
    color: white;
    padding: 5px;
    font-size: 36px;
    text-align: center;
}

.page_content {
    padding: 10px;
    font-size: 14px;
    color: white;
}

.page_content ul {
    margin: 10px 10px 10px 30px;
}

.page_content ul li {
    margin: 4px 0px 4px 0px;
}

.page_content p {
    margin: 10px 0 10px 0;
}

#content .page{
    background:transparent url(../images/page/middle.jpg) repeat-y scroll 0 0;
}

#content .page a{
    color: #FFEBCD;
}

#content .page_header {
    height: 48px;
    width: 770px;
    background:transparent url(../images/page/top.jpg) no-repeat scroll 0 0;
    padding-top: 30px;
}

#content .page_footer {
    height: 15px;
    width: 780px;
    background:transparent url(../images/page/bottom.jpg) no-repeat scroll 0 0;
}

#movie_showings {
    color: white;
    padding: 0 10px 10px 10px;
    font-size: 14px;
    margin-left: 140px;
}

#movie_showings ul {
    margin-left: 30px;
    padding: 4px;
}

#movie_showings li {
    padding: 2px;
}

#movie_showings h2 {
    margin: 5px;
}

#simple_captcha {
    border: none;
    padding: none;
}

/** END CONTENT **/


.pdf-link {
  line-height: 48px;
  padding: 10px 10px 10px 42px;
  font-size: 14px;
  background: url("/plugin_assets/fmw_cms_engine/images/pdf-icon.gif") no-repeat center left;
}

.event ul {
  padding: 20px 0 0 60px;
}

#facebook-link {
  margin-left: 28px;
  top: 60px;
  position: absolute;
}
