

/* ------------------ GENERAL ----------------------- */

*
{
    border: 0px;
    margin: 0px;
    padding: 0px;
}

body
{
    background-image: url(images/bg.jpg);
    font-family: Georgia;
    color: #282828;
    font-size: 13px;
}

#main_container
{
    width: 833px;
    margin: 0 auto;
}

#inner_main
{
    float: left;
    background-color: #FFFFFF;
    width: 833px;
    border: 1px solid #c1c1c1;
    border-top: none;
}

a:link, a:visited, a.buy_button_general:link, a.buy_button_general:visited
{
    color: Navy;
    text-decoration: underline;
    font-size: 16px;
    clear: both;
    font-weight: bold;
}

a:hover, a.buy_button_general:hover
{
    color: #000;
    text-decoration: none;
    font-size: 16px;
    clear: both;
    font-weight: bold;
}

a.buy_button_general:link, a.buy_button_general:visited
{
    background-color: Red;
    color: #fff;
    float: right;
    padding: 3px 5px 3px 5px;
    text-decoration: none;
}

a.buy_button_general:hover
{
    background-color: #000;
    color: #fff;
    float: right;
    padding: 3px 5px 3px 5px;
}




h1, h2, h3, h4, .heading, #divVenuInfoHeader
{
    font-weight: bold;
    color: #B46E0C;
    font-family: Georgia;
    margin: 0px;
    padding: 0px;
    line-height: normal;
}

h1
{
    float: left;
    color: #fff;
    font-size: 30px;
    letter-spacing: -2px;
    margin-top: 5px;
    margin-left: 15px;
}

h2, .subheading
{
    font-size: 30px;
    font-weight: normal;
    letter-spacing: -2px;
    margin-top: 15px;
    padding-bottom: 10px;
    display: block;
}

h3
{
    font-size: 30px;
    font-weight: normal;
    letter-spacing: -2px;
    margin-top: 10px;
    padding-bottom: 5px;
    display: block;
}

h4
{
    font-size: 17px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    display: block;
}

.heading
{
    float: left;
    color: #fff;
    font-size: 30px;
    letter-spacing: -2px;
}

/* ------------------ GENERAL ENDS ----------------------- */




/* ------------------ HEADER  ----------------------- */


#top_container
{
    float: left;
    width: 833px;
    height: 104px;
    background-color: #040402;
    background-repeat: repeat-x;
    background-position: bottom;
    padding-top: 10px;
}

#TopNavigation
{
    width: 450px;
    height: 28px;
    list-style: none;
    font-size: 13px;
    list-style: none;
    font-weight: bold;
    float: left;
    margin-left: 12px;
    margin-top: 30px;
    line-height: normal;
}

#TopNavigation li
{
    float: left;
    position: relative;
}

#TopNavigation li a:link, #TopNavigation li a:visited
{
    font-size: 15px;
    float: left;
    padding: 3px 10px 5px 10px;
    color: #fff;
    text-decoration: none;
    border-left: 4px solid #040402;
    background-color: #FF0000;
}

#TopNavigation li a:hover
{
    color: #000;
    display: block;
    background-color: #F4F4F4;
}

.SelectedPage
{
    background-color: #fff;
    color: #ff0000;
    font-size: 15px;
    padding: 3px 10px 5px 10px;
    text-decoration: none;
    border-left: 4px solid #ff0000;
}


#divVenuInfoHeader
{
    float: right;
    margin-top: 0px;
    width: 350px;
    margin-right: 18px;
    color: #fff;
    font-weight: bold;
    text-align: right;
}

#divVenuInfoHeader span#VenueName
{
    font-size: 30px;
    letter-spacing: -2px;
}

#divVenuInfoHeader span#VenueAddress
{
    font-size: 15px;
    letter-spacing: 0px;
}

#divVenuInfoHeader span#PhoneNumber
{
    font-size: 22px;
    letter-spacing: 0px;
    font-weight: bold;
    line-height: 45px;
}


/* ------------------ Header Ends ----------------------- */



/* ------------------ Content Area ----------------------- */

#content_area_container
{
    float: left;
    margin-top: 5px;
    width: 810px;
    padding: 10px;
    line-height: 20px;
}

#video_container
{
    margin-left: 10px;
    float: left;
    width: 399px;
}

#middle_text_container
{
    float: left;
    width: 813px;
    margin-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
    color: #666666;
}

#show_img_home
{
    float: left;
    margin: 0 10px 2px 0px;
    width: 400px;
}

.TheatreMap
{
    margin: 0 10px 10px 0px;
    width: 100%;
    height: 300px;
}

.TheatreSeatingImage
{
    border: 1px solid #c1c1c1;
    float: left;
    margin: 0 10px 2px 0px;
    width: 450px;
}



/* ------------------ Content Area Ends ----------------------- */



/* ------------------ Footer ----------------------- */

#footer_containter
{
    width: 809px;
    float: left;
    border-top: 4px solid #999999;
    padding-top: 10px;
    padding-left: 12px;
    padding-right: 12px;
    background-color: #040402;
}

#divFooterHeading
{
    width: 800px;
    display: table;
    clear: both;
    margin-bottom: 10px;
    font-weight: normal;
}


#footertext
{
    float: left;
    margin-top: 15px;
    font-size: 14px;
    width: 800px;
    color: #FFFFFF;
}

.footerlinks
{
    width: 100%;
    float: left;
}

#footer_containter ul
{
    float: left;
    margin-left: 0px;
}

#footer_containter ul li
{
    float: left;
    list-style: none;
    display: inline;
    margin: 5px 8px 0 0;
}

#footer_containter ul li a:link, #footer_containter a:visited, #footertext a:link, #footertext a:visited
{
    color: #fff;
    text-decoration: underline;
    font-size: 14px;
    width: 160px;
    line-height: 18px;
    padding: 2px 8px 2px 8px;
}

#footer_containter ul li a:hover, #footertext a:hover
{
    color: #fff;
    text-decoration: none;
    background-color: #FF0000;
    font-size: 14px;
    padding: 2px 8px 2px 8px;
}

#footertext a:link, #footertext a:visited
{
    background-color: #ff0000;
    color: #fff;
    text-decoration: none;
}

#footertext a:hover
{
    background-color: #F4F4F4;
    color: #000;
}

a.addthis_button:hover
{
    background-color: Transparent;
}


/* ------------------ Footer Ends ----------------------- */












