@charset "UTF-8";
/* CSS Document */
*{
    padding: 0;
    margin: 0;
}
area{
    outline: none;
}
img{
    border: 0 none;
}
/* above is TCC HTML5 simple reset */

body{
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    line-height: 14px;
    color: #555555;
    background: #ECECEC url("/master_images/bkgd.png") repeat-x;
}
#outerWrapper{
    margin: 0 auto;
    width: 928px;
    overflow: auto;
}
#header{
    width: 928px;
    height: 131px;
}
#contentWrapper{
    width: 928px;
    float: left;
}
#footerWrapper{
    padding: 30px 0 12px;
    width: 928px;
    float: left;
}
.navRow1{
    height: 28px;
    float: right;
}
.navRow2{
    height: 103px;
}
.navLogo{
    width: 414px;
    height: 70px;
    padding-bottom: 33px;
    padding-right: 81px;
    float: left;
}
.navAddress{
    width: 127px;
    height: 103px;
    float: left;
}
.navMenu{
    width: 152px;
    float: left;
}
.navMenu2{
    width: 154px;
    height: 75px;
    vertical-align: top;
}
.pageTitle{
    width: 464px;
    float: left;
    padding-top: 17px;
    padding-bottom: 0;
}
#adminNavWrapper{
    float: left;
    width: 928px;
    height: 58px;
    padding-top: 15px;
}
.adminLeftNav{
    float: left;
    width: 83px;
    padding-left: 32px;
}
.adminNav{
    float: left;
    width: 83px;
    padding-left: 73px;
}
a{
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: 14px;
    font-weight: normal;
    color: #555555;
}
a:hover{
    color: #CA4C31;
}
h1{
    font-size: 18px;
    font-weight: 700;
}
h2{
    font-size: 17px;
    line-height: 16px;
    font-weight: 700;
    color: #CA4936;
}
h3{
    font-size: 18px;
    font-style: italic;
    line-height: 29px;
    font-weight: 400;
}
h4{
    font-size: 14px;
    font-weight: 700;
    color: #CA4936;
}
h5{
    font-size: 12px;
    font-weight: 700;
}
h6{
    font-size: 12px;
    font-weight: 700;
    color: #fff;
}
.bodyBold{
    font-weight: 700;
}
.bodyItalic{
    font-style: italic;
}
.alert{
    color: #CA4936;
}
.subRed{
    color: #CA4936;
    font-weight: 700;
}
.copyright{
    font-size: 10px;
    text-align: center;
}
.footerLinks{
    font-size: 11px;
    text-align: center;
    text-decoration:none
}
.bodyLinks{
    font-size: 11px;
}
.resNav{
    font-size: 10px;
    font-weight: 700;
}
.formText{
    font-size: 10px;
}
.movieInfo{
    font-size: 12px;
    font-weight: 700;
    color: #CA4936;
    line-height: 18px;
}

/* ------------------------------------------------*/
/* User Flyer page                                 */
/* ------------------------------------------------*/
#flyer {
    background-image: none;
    font-size: 12px;
    color: black;
    line-height: 14px;
    background: none;
}
#flyer .title{
    width: 920px;
    float: left;
    padding: 8px 0 8px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
#flyer .filmWrapper{
    width: 920px;
    float: left;
    line-height: 20px;
}
#flyer .month{
    width: 97px;
    height: 20px;
    float: left;
    padding-left: 12px;
    font-weight: 700;
}
#flyer .monthFilled{
    border-bottom: thin solid #999;
}
#flyer .date{
    width: 78px;
    height: 20px;
    float: left;
    border-bottom: thin solid #999;
}
#flyer .weekDay{
    width: 130px;
    height: 20px;
    float: left;
    border-bottom: thin solid #999;
}
#flyer .movieTitle{
    width: 243px;
    height: 20px;
    float: left;
    font-weight: 700;
    border-bottom: thin solid #999;
    /* 3 CSS properties needed to enable overflow ellipsis */
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#flyer .year{
    width: 56px;
    height: 20px;
    float: left;
    border-bottom: thin solid #999;
}
#flyer .starring{
    width: 284px;
    height: 20px;
    float: left;
    border-bottom: thin solid #999;
    margin-right: 20px;
    /* 3 CSS properties needed to enable overflow ellipsis */
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#flyer .infoWrapper{
    margin-top: 50px;
    width: 920px;
    float: left;
    font-size: 11px;
}
#flyer .infoCol1{
    width: 148px;
    float: left;
    padding-left: 12px;
}
#flyer .infoCol2{
    width: 165px;
    float: left;
    padding-right: 15px;
}
#flyer .infoCol3{
    width: 225px;
    float: left;
    padding-right: 15px;
}
#flyer .infoCol4{
    width: 180px;
    float: left;
}
#flyer .infoCol5 {
    width: 140px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
#flyer .noteWrap{
    width: 890px;
    border-width: 1px 0px 1px 0px;
    border-style: solid;
    padding: 5px 0px 5px 10px;
/*    position: absolute;
    top: 900px;
    left: 0px; */
    background: rgba(255,255,255,1.00);
}
#flyer .bodyLarge{
    font-size: 18px;
}

/* ------------------------------------------------*/
/* Two-week movie preview                          */
/* ------------------------------------------------*/
/* Preview week name takes whole row: THIS WEEK  .................... */
.featuredWeek {
    width: 100%;
    margin-top: 20px;
    margin-bottom:10px;
}
/* Preview week names both on same row: THIS WEEK  ...  NEXT WEEK */
.featuredWeek.half-width {
    box-sizing: border-box; 
    display: inline-block; 
    width: 452px;
}
/* Flex container holding one week's movies in rows of (max) 2 */
.preview-container {
    width: 928px;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
}
/* One <div> in a Flex container for one movie */
.featuredMovie {
    box-sizing: border-box;
    display: inline-block;
    width: 452px;
    padding: 12px;
    margin-bottom: 18px;
    border: thin solid #CCC;
    background-color: white;
    vertical-align: top;
}
/* One <div> in a flex container with string "No movies scheduled" */
.featuredNotScheduled {
    box-sizing: border-box;
    display: inline-block;
    width: 452px;
    padding: 12px;
    border: thin solid #CCC;
    background-color: white;
    vertical-align: top;
    font-size: 14px;
    font-style: italic;
}
/* A movie <div> has an image on left and stats on right */
.featuredMovieImage {
    display: inline-block;
    width: 160px;
    height: 228px;
    vertical-align: top;
}
/* stats */
.featuredMovieInfo {
    display: inline-block;
    width: 250px;
    margin-left: 8px;
    vertical-align: top;
}
.featuredMovieTitle {
    font-size: 14px;
    font-weight: 700;
    color: #CA4C31;
    padding-bottom: 10px;
}
.featuredMovieDate {
    font-size: 12px;
    font-weight: 700;
    color: #CA4C31;
    padding-bottom: 4px;
}
.featuredMovieYear {
}
.featuredMovieDescription {
    margin-top: 8px;
}
#newContentWrapper {
    width: 928px;
}
.newPageTitle {
    width: 100%;
    padding-top: 17px;
    padding-bottom: 0;
}

#news-and-articles{
    width: 928px;
    height: 180px;
    overflow: hidden;
    background-color: #333333;
    background: url("/master_images/bkgd.png") repeat-x;
    background-size: cover;
    background-repeat: repeat;
}

.news-message, .news-link{
    float: left;
    width: 28.9%;
    height: 230px;
    padding: 1%;
    margin: 1%;
    border: solid;
    border-width: 2px;
    border-color: #ffffff;
    color: #ffffff;
}

.news-link a,
.news-message a{
    color: #ffffff;
    text-decoration: none;
    }

.news-link a:hover,
.news-message a:hover{
    color: red;
    text-decoration: none;
    }

.news-link p,
.news-message p{
    margin-top: 10px;
    }

#theater-photos{
    width:100%;
    overflow: hidden;
    background-color: gold;
    padding: 20px;
    }

a.theater-div-a{
    text-decoration: none;
    }

#theater-photo-links{
    padding: 20px;
    }

#theater-photo-links ul{
    list-style-type: none;
    text-decoration: none;
}

/*****************************************************/
/* Display a user's account and current reservations */
/*****************************************************/
.accountHeader {
    width: 928px;
    float: left;
    background-color: #EEEEEE;
    padding-top:12px;    
    padding-bottom:12px;    
}
.accountHeaderLeft {
    width: 203px;
    padding-left:42px;    
    float: left;
}
.accountHeaderRight {
    width: 651px;
    padding-left:32px;    
    float: left;
    text-align: left;
}
.resInfo{
    width: 160px;
    float: left;
    text-align: left;
}
.accountWrapper {
    width: 926px;
    padding-top:20px;    
    padding-bottom:80px;    
    float: left;
    border: 1px solid #CCC;
    background-color: #FFF;
}
.formCol1 {
    width: 250px;
    float: left;
    padding-left:122px;
    font-weight: 700;
    padding-bottom:8px;
}
.formCol2  {
    width: 218px;
    float: left;
    font-weight: 700;
    padding-bottom:8px;
}
.formCol3  {
    width: 308px;
    float: left;
    font-weight: 700;
    padding-bottom:8px;
}
.loginForm {
    width: 250px;
    float: left;
    padding-left:122px;
    font-size: 10px;
}
.creditForm {
    width: 218px;
    float: left;
    text-align: left;
    font-size: 10px;
}
