/*
========================================================================
Title:    Client Name Stylesheet (Screen)
Author:   andy@orcawebsites.com
========================================================================
*/

* {
    margin: 0;
    padding: 0;
    line-height: 100%;
    list-style-type: none;
    }

body {
    background: #0A0A0A;
    text-align: left;
    }



/*
========================================================================
Common Styles
========================================================================
*/

div, p, span, li, dd, dt, th, td, legend, h1, h2, h3, h4, h5, h6 {
    font-family: Lucida Grande, Arial, Helvetica, Sans-Serif;
    color: #FFF;
    }

div, p, span, li, dd, dt, th, td {
    font-weight: normal;
    font-size: 11px;
    }

div, p, span, dd, dt, th, td, label {
    line-height: 180%;
    }

p, ul, ol, table {
    padding: 8px 0;
    }

h1, h2, h3, h4, h5, h6, legend {
    line-height: 120%;
    font-weight: normal;
    text-transform: uppercase;
    }

h2, legend {
    font-size: 21px;
    font-family: Arial;
    text-transform: lowercase;
    font-weight: bold;
    line-height: 100%;
    letter-spacing: -1px;
    padding-bottom: 7px;
    border-bottom: 5px solid #E2048B;
    }

h3 {
    font-size: 43px;
    font-family: Arial;
    text-transform: lowercase;
    font-weight: bold;
    line-height: 100%;
    letter-spacing: -2px;
    }

h4 {
    font-size: 43px;
    font-family: Arial;
    text-transform: lowercase;
    font-weight: bold;
    line-height: 100%;
    letter-spacing: -2px;
    color: #E2048B;
    }


.text,
.smalltext,
.mediumtext,
.largetext,
.password {
    background: #FFF;
    color: #000;
    padding-left: 10px;
    padding-top: 3px;
    font-size: 11px;
    }

.image {
    position: absolute;
    }

select.dropdown {
    background: #000;
    border: 1px solid #FFF;
    color: #FFF;
    }

a {
    color: #E2048B;
    outline: none;
    text-decoration: none; 
    }

a:hover {
    color: #CCC;
    }

:focus {
    -moz-outline-style: none;
    }

pre {
    text-align: left;
    color: #FFF;
    }

label {
    font-weight: bold;
    }

fieldset {
    border: none;
    }



/*
========================================================================
Basic Layout
========================================================================
*/

#container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    }


    /* === Header === */

    #header {
        width: 100%;
        background: #FFF;
        height: 145px;
        float: left;
        text-align: center;
        position: relative;
        }
        #header_inner {
            width: 875px;
            margin: 0 auto;
            text-align: left;
            }
        #logo {
            position: absolute;
            top: 30px;
            width: 260px;
            height: 76px;
            overflow: hidden;
            }

#navigation {
    width: 100%;
    text-align: center;
    float: left;
    background: #000;
    }

        #pri_nav {
            background: #000;
            height: 48px;
            width: 875px;
            text-align: left;
            margin: 0 auto;
            }
            #pri_nav ul {
                list-style: none;
                padding-top: 15px;
                
                text-align: center;
                }
                #pri_nav li {
                    display: inline;
                    padding-top: 14px;
                    }
                    #pri_nav a {
                        color: #FFF;
                        margin-right: 20px;
                        font-family: Arial;
                        font-size: 14px;
                        text-decoration: none;
                        font-weight: bold;
                        letter-spacing: -1px;
                        border-right: 1px solid #FFF;
                        padding-right: 20px;
                        }
                    #pri_nav a:hover {
                        color: #CCC;
                        }

    /* === Body === */

    #body {
        width: 100%;
        float: left;
        }
            #searchbox {
                position: absolute;
                width: 243px;
                background: #000;
                bottom: 0;
                left: 943px;
                .left: 743px;
                padding-bottom: 10px;
                }
                #searchbox form {
                    padding: 0px;
                    .padding: 5px;
                    }
                    #searchbox fieldset {
                        border: none;
                        padding-left: 15px;
                        .padding-left: 10px;
                        }
                        #searchbox #input_search {
                        background: url(/images/search_bg.png) no-repeat;
                        border: 0;
                        width: 174px;
                        height: 22px;
                        float: left;padding-right:6px;
                            }
                        #searchbox #input_search_submit {
                            float: left;
                            position: static;
                            }

.search_top {
    background: url(/images/search_top.png);
    width: 100%;
    overflow: hidden;
    height: 10px;
    }
 
            #newsletter_signup {
                position: absolute;
                width: 243px;
                background: #000;
                bottom: 0;
                left: 700px;
                .left: 500px;
                padding-bottom: 10px;
                }
                #newsletter_signup form {
                    padding: 0px;
                    .padding: 5px;
                    }
                    #newsletter_signup fieldset {
                        border: none;
                        }
                    #newsletter_signup #input_email {
                        background: url(/images/search_bg.png) no-repeat;
                        border: 0;
                        width: 174px;
                        height: 22px;
                        float: left;padding-right:6px;
                        }
                        #newsletter_signup p {
                            padding: 0;
                            font-size: 10px;
                            width: 188px;
                            padding-bottom: 7px;
                            .width: 195px;
                            padding-left: 15px;
                            }
                        #newsletter_signup ul {
                            padding: 0;
                            padding-left: 15px;
                            }
                            #newsletter_signup li {
                                margin: 0 0 5px 0;
                                padding: 0;
                                }
                            #newsletter_signup label {
                                display: none;
                                }
                        #newsletter_signup li.submit {
                            float: left;
                            position: static;
                            }
        #content {
            width: 875px;
            margin: 0 auto;
            text-align: left;
            }
            #messages {
                background: #000;
                border: 1px solid #FFF;
                margin: 20px 0 20px 0;
                padding: 10px 0 0 0;
                }
                #messages p {
                    margin: 0 10px 10px 10px;
                    padding: 0 0 0 23px;
                    background-repeat: no-repeat;
                    font-weight: bold;
                    }
                    #messages p.ok {
                        background-image: url(/images/icn_tick.png);
                        }
                    #messages p.error {
                        background-image: url(/images/icn_error.png);
                        }
                    #messages p.info {
                        background-image: url(/images/icn_info.png);
                        }

#footer_top {
margin-top: 30px;
width: 100%;
float: left;
}
            #footer {
                width: 100%;
                border-top: 1px solid #666;
                padding-top: 10px;
                float: left;
                margin-bottom: 30px;
                }
                #footer ul {
                    list-style: none;
                    padding: 0;
                    }
                    #footer li {
                        display: inline;
                        }
                #footer a {
                    padding: 5px 0 0 0;
                    font-size: 10px;
                    }



/*
========================================================================
Home Page
========================================================================
*/

#page_home {
    }

#middle {
    display: none;
    }

#page_home #middle {
    display: block;
    width: 100%;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    height: 377px;
    float: left;
    background: url(/images/bg.jpg) repeat-x;
    text-align: center;
    }

#home_container {
    width: 875px;
    margin: 0 auto;
    text-align: left;
    }
    #left {
        float: left; 
        width: 377px;
        }
        #flash_panel {
            float: left;
            width: 377px;
            }
    #right {
        float: right;
        width: 480px;
        }
        #home_copy {
            margin-top: 30px;
            float: left;
            margin-bottom: 0px;
            }
        #buttons {
            float: left;
            }
            #buttons li {
                width: 117px;
                height: 99px;
                float: left;
                margin-right: 3px;
                }
                .button1 a {
                    float: left;
                    width: 117px;
                    height: 99px;
                    background: url(/images/photo_gallery.png);
                    text-indent: -9999px;
                    }
                .button2 a {
                    float: left;
                    width: 117px;
                    height: 99px;
                    background: url(/images/student_card.png);
                    text-indent: -9999px;
                    }
                .button3 a {
                    float: left;
                    width: 117px;
                    height: 99px;
                    background: url(/images/our_events.png);
                    text-indent: -9999px;
                    }
                .button4 a {
                    float: left;
                    width: 117px;
                    height: 99px;
                    background: url(/images/night_planner.png);
                    text-indent: -9999px;
                    }
                    #buttons a:hover {
                        background-position: 0 100%;
                        }

#composite {
    float: left;
    width: 875px;
    margin-top: 20px;
    text-align: left;
    }

#home_left {
    float: left;
    width: 378px;
    }
    .box { 
        float: left;
        width: 378px;
        }
        .boxtop {
            float: left;
            width: 378px;
            height: 10px;
            background: url(/images/boxtop.png);
            overflow: hidden;
            }
        .boxmiddle {
            float: left;
            width: 378px;
            background: url(/images/boxmiddle.png);
            }
            .middle_inner {
                float: left;
                width: 358px;
                padding: 10px;
                }
                .smallbox {
                    float: left;
                    width: 358px;
                    margin-top: 20px;
                    }
                    .smallbox_thumbnail {
                        float: left;
                        width: 145px;
                        }
                    .smallbox_summary1 {
                        float: left;
                        width: 200px;
                        margin-bottom: 25px;
                        }
                    .smallbox_summary1 p {
                        padding: 0;
                        }
                    .smallbox_summary {
                        float: left;
                        width: 200px;
                        }
                    .smallbox_summary p {
                        padding: 0;
                        }
        .boxbottom {
            float: left;
            width: 378px;
            height: 10px;
            background: url(/images/boxbottom.png);
            overflow: hidden;
            }

#home_right {
    float: right;
    width: 474px;
    }
    #nights {
        float: right;
        width: 474px;
        }
        .night {
            width: 150px;
            height: 217px;
            float: left;
            margin: 3px;
            border: 1px #666 solid;
            }

    .box_big { 
        float: right;
        width: 474px;
        margin-top: 20px;
        }
        .boxtop_big {
            float: left;
            width: 474px;
            height: 10px;
            background: url(/images/boxtop_big.png);
            overflow: hidden;
            }
        .boxmiddle_big {
            float: left;
            width: 474px;
            background: url(/images/boxmiddle_big.png);
            }
        .boxbottom_big {
            float: left;
            width: 474px;
            height: 10px;
            background: url(/images/boxbottom_big.png);
            overflow: hidden;
            }
            .middle_inner_big {
                float: left;
                width: 454px;
margin-left: 10px;

                }
                .smallbox_big {
                    float: left;
                    width: 474px;
                    }
                    .smallbox_video {
                        float: left;
                        width: 229px;
                        }
                    .smallbox_summary_big {
                        float: left;
                        width: 220px;
                        margin-bottom: 5px;
                        }
                    .smallbox_summary_big p {
                        margin-top: 10px;
                        }

/*
========================================================================
Newsletter
========================================================================
*/

#newsletter p.email label {
    width: 100px;
    display: block;
    float: left;
    }

#newsletter p.fullname label {
    width: 100px;
    display: block;
    float: left;
    }

/*
========================================================================
Forms
========================================================================
*/

#form {
    }
    #form li {
        margin: 0 0 8px 0;
        width: 100%;
        float:left;
        }
        #form label {
            float: left;
            width: 100px;
            margin: 0 10px 0 0;
            }
#form ul.radio_buttons {
    float: left;
    }
    #form ul.radio_buttons li {
        float: none;
        }
#form ul.radio_buttons label {
    float: none;
    }

.dpTable { background: #FFF; color: #000; }
.dpTable td, .dpTable div { color: #000; text-align: center; padding: 0 2px; }
.dpTable .dpDayHighlight { color: #E2048B; }
.dpTable .dpTitleText { border-bottom: 1px solid #E2048B; }

/*
========================================================================
Contact Page
========================================================================
*/

#page_contact {
    }
    #page_contact #additional {
        width: 250px;
        float: left;
        margin: 20px 0 0 0;
        }
    #page_contact #fields {
        width: 250px;
        float: right;
        margin: 20px 0 0 0;
        margin-bottom: 45px;
        }
        #fields .text {
            width: 250px;
            }
        #fields .mediumtext {
            height: 180px;
            width: 250px;
            }

/*
========================================================================
Gallery
========================================================================
*/

.article {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    }
.article_inner {
    float: left;
    width: 100%;
    }
.article h2 {
text-transform: uppercase;
}
        .thumbnail {
            padding: 20px;
            float: left; 
            width: 200px;
            }
        .article_inner .thumbnail {
            padding: 20px;
            float: left; 
            width: 270px;
            }
        .article_info {
            float: left;
            width: 500px;
            padding: 20px;
            }
            .article_info h3 {
                text-transform: uppercase;
                }            
            .article_info p.date {
                font-weight: bold;
                color: #FFF;
                } 

#gallery {
    padding: 25px;
    }
    #children_wrapper {
        width: 100%;
        float: left;
        margin-bottom: 25px;
        }
        .children {
             width: 150px; 
             float: left;
             }
             #gallery img {
                 border: 0;
                 }

/*
========================================================================
Events
========================================================================
*/

#event_container {
    margin: 25px;
    }

.column1 {
    float: left;
    width: 250px;
    }

.column2 {
    float: left;
    width: 350px;
    }

.column3 {
    float: left;
    width: 300px;
    }
    .facebook {
        margin-bottom: 15px;
        }
    .facebook img {
        margin-right: 10px;
        }
    .facebook a {
        font-weight: bold;
        }
    .voucher {
        margin-bottom: 20px;
        }

/*
========================================================================
FAQ's
========================================================================
*/

#faqs {
    }
    #faq_index dt {
        margin: 20px 0 0 0;
        font-weight: bold;
        }
        #faq_index dt.on {
            }
        #faq_index dt.off {
            }

/*
========================================================================
Jobs
========================================================================
*/

#jobs {
    }
    #job_index {
        margin: 10px 0 0 0;
        }
        dl.job {
            width: 100%;
            float: left;
            border-bottom: 1px solid #990000;
            padding: 10px 0;
            }
            dl.job dt.job_title {
                font-size: 14px;
                }
            dl.job dd.salary,
            dl.job dd.salary span {
                font-size: 14px;
                }
            dl.job dd.summary {
                margin: 10px 0 0 0;
                }
            dl.job dd.requirements {
                margin: 10px 0 0 0;
                }
            dl.job h3 {
                font-weight: bold;
                }
#job {
    }
    #job #thumbnail {
        float: right;
        margin: 0 20px 20px 0;
        }
    #job h3 {
        margin: 20px 0 0 0;
        }

/*
========================================================================
Privacy Policy & Other Things
========================================================================
*/

#page_privacy_policy #additional li {
    list-style-type: disc;
    line-height: 160%;
    margin-left: 20px;
    padding: 5px;
    }

#copy, #faqs, #jobs {
    padding: 10px 20px;
    }

#search {
    padding: 25px;
    }

#newsletter input { padding: 2px; margin: 0 0 0 5px; color: #FFF; }
#newsletter label { text-align: right; }