/*
Index:
1 - General CSS
2 - Header CSS
3 - Content CSS
4 - Footer CSS

404 - 404 Page CSS

********************************************************************************
*******************************************************************************/


/* 1 - General CSS
------------------------------------------------------------------------------*/    
    body, div, ul, li, p{
        margin: 0;
        padding: 0;  
    }
/* End 1 - General CSS
------------------------------------------------------------------------------*/


/* 2 - Header CSS
------------------------------------------------------------------------------*/
    #title{
        width: 1000px;
        height: 120px;
        margin: 0 auto;
        margin-top: 25px; 
        background: pink;
    }
/* End 2 - Header CSS
------------------------------------------------------------------------------*/


/* 3 - Content CSS
------------------------------------------------------------------------------*/
    #pageContainer{
        width: 1050px;
        height: 650px;
        margin: 0 auto; 
        margin-top: 50px;
        background: pink;
    }

    /* Left side content*/
    #leftContainer{
        width: 190px;
        height: 100%;
        float: left;   
    }

    #leftContainer div, #leftContainer form {
        height: 140px;
        width: 175px;
        padding: 10px;
        float: right;
        background: coral;
    }

    #left1 {
        width: 0px !important;
        height: 0px !important; 
        padding: 0px !important;
    }

    #left2{
        margin: 15px 5px 0 0;
    }
    #left3{
        margin: 5px;
    }
    #left4{
        margin: 5px;
    }
    /**/

    /* Right Side Content*/
    #rightContainer{
        width: 190px;
        height: 100%;
        float: right;
    }
    #rightContainer div{
     
    }
    /* Legand */
    #legand{
        float: left;
        background: coral;
        height: 165px;
        width: 195px;
        margin: 15px 0 0 5px;
        display: inline-block;
    }
    #legand p{
        position: absolute;
        margin: -20px 10px -50px 50px;
    }
    .legandSeatContainer{
        width: 175px;
        height: 21px;
    }
    .legandSeat{
        width: 24px;
        height: 21px;
        margin: 10px 0 0 10px;
    }
        /**/
    #right1{
        float: left;
        background: coral;
        height: 150px;
        width: 195px;
        margin: 5px;
    }
    #right2{
        float: left;
        background: coral;
        height: 150px;
        width: 195px;
        margin: 5px;
    }
    #right3{
        float: left;
        background: coral;
        height: 150px;
        width: 195px;
        margin: 5px;
    }
    #bookButton{
        float: left;
        height: 60px;
        width: 170px;
        margin: 50px 0 0 8px;
        text-align: center;
        font-size: 50px; 
    }
    /**/


    /* Centre Content*/
    #contentWrapper{
        width: 660px;
        height: 690px;
        margin: 0 auto;
        position: relative;
    }
    #contentContainer{
        top: -30px;/* Makes top of box stick above box behind*/
        position: absolute;
        padding: 5px 5px 40px 5px;;
        background: cornflowerblue; 
    }
    #header{
        margin: 20px 0 0 5px; 
        height: 65px;
        width: 500px;
        background: lightblue;
    }
    #content{
        height: 560px;
        width: 650px;
        margin: 0 auto;
        margin-top: 20px;
        background: lemonchiffon;
    }
    /**/


    /* Booking */
    .bookingWrapper{
        width: 100%;
        height: 100%;
        margin-bottom: -800px; 
        margin-top: 150px;
        display: none;  
    }
    #bookingContainer{
        width: 1000px;
        height: 675px;
        margin: 0 auto;
    }
    #bookingContent{
        background-color: rgba(50, 50, 50, 0.9);
        width: 1050px;
        height: 675px;
        padding-top: 80px;
        margin-left: -25px;
        position: absolute;
        z-index: 50;   
    }
    #closeButton{
        width: 50px;
        height: 50px;
        background: orange;
    }
    /**/
    .active{
        display: block;
    }
/* End 3 - Content CSS
------------------------------------------------------------------------------*/
/* 4 - Footer CSS
------------------------------------------------------------------------------*/
/* End 4 - Footer CSS
------------------------------------------------------------------------------*/
