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

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

body {
    background: #000;
    text-align: center;
    }



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

div, p, span, li, dd, dt, th, td, legend, h1, h2, h3, h4, h5, h6 {
    font-family: verdana, 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: 160%;
    }


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

h2 {
    font-size: 18px;
    margin: 10px 0 10px 20px; 
    _margin: 10px 0px 10px 10px;
    
    }

h3 {
    font-size: 12px;
    font-weight: bold;
    }
    
#additional h4 {
    width: 100%;
    float: left; 
    }
legend {
    display: none;
    }
.text,
.smalltext,
.mediumtext,
.largetext,
.password {
    border: none;
    background: #fff;
    color: #000;
    font-size: 11px;
    padding: 2px;
    }

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

a {
    color: #FFF;
    outline: none;
    }

a:hover {
    color: #666;
    }

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

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

label {
    font-weight: bold;
    }

fieldset {
    border: none;
    }
#copy {
    width: 100%;
    float: left;
    }

#additional,
#summary {
    width: 550px;
    margin-left: 20px;
    _margin-left: 5px; 
    margin-bottom: 30px;
    font-size: 10px;
    float: left;
    }
#additional {
    margin-bottom: 20px;
    }



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

#container {
    width: 800px;
    margin: 20px auto;
    text-align: left;
    }
#container_bg {
    width: 100%;
    float: left;
    background: url(/images/body_bg.png) repeat-y;
    }


    /* === Header === */

    #header {
        width: 191px;
        float: left;
        margin: 20px 0;
        }

        #logo {
            width: 192px;
            height: 151px;
            margin-top: 9px;
            _margin-top: 10px; 
            float: left;
            overflow: hidden;
            }
            #logo img {
            _float: right;   
            }

        #pri_nav {
            width: 141px;
            float: left;
            margin: 10px 0 0 37px;
            _margin-left: 18px;
            }
            #pri_nav ul {
                padding: 0;
                }
                #pri_nav li a {
                    width: 143px;
                    text-indent: -9999px;
                    height: 25px;
                    display: block;
                    }
                    #pri_nav a:hover {
                        background-position: 0 100%;
                        }
                    #pri_nav li.home a {
                        background: url(/images/nav_prinav_home.png) no-repeat; 
                        }
                    #pri_nav li.about_us a {
                        background: url(/images/nav_prinav_about_us.png?987) no-repeat; 
                        }
                    #pri_nav li.facilities a {
                        background: url(/images/nav_prinav_facilities.png) no-repeat; 
                        }
                    #pri_nav li.cumbernauld_utd a {
                        background: url(/images/nav_prinav_cumbernauld.png) no-repeat; 
                        }
                    #pri_nav li.soccer_academy a {
                        background: url(/images/nav_prinav_soccer_academy.png) no-repeat; 
                        }
                    #pri_nav li.scotland_supporters_bus a {
                        background: url(/images/nav_prinav_supporters.png) no-repeat; 
                        }
                    #pri_nav li.kids_soccer_parties a {
                        background: url(/images/nav_prinav_soccer_parties.png) no-repeat; 
                        }
                    #pri_nav li.sports_bar a {
                        background: url(/images/nav_prinav_sports_bar.png) no-repeat; 
                        }
                    #pri_nav li.latest_news a {
                        background: url(/images/nav_prinav_latest_news.png) no-repeat; 
                        }
                    #pri_nav li.six_a_side_league a {
                        background: url(/images/nav_prinav_sixaside.png) no-repeat; 
                        }
                    #pri_nav li.private_functions a {
                        background: url(/images/nav_prinav_private_functions.png) no-repeat; 
                        }
                    #pri_nav li.corporate_days a {
                        background: url(/images/nav_prinav_corporate_days.png) no-repeat; 
                        }
                    #pri_nav li.five_a_side_league a {
                        background: url(/images/nav_prinav_five_a_side_league.png) no-repeat; 
                        }
                    #pri_nav li.scotland_s_tartan_army a {
                        background: url(/images/nav_prinav_scotlands_tartan_army.png) no-repeat; 
                        }
                    #pri_nav li.bookings a {
                        background: url(/images/nav_prinav_booking.png) no-repeat; 
                        }
                    #pri_nav li.contact a {
                        background: url(/images/nav_prinav_contact.png) no-repeat; 
                        }
                    #pri_nav li.attention_all_clubs_fundraising_opportunity a {
                        background: url(/images/nav_prinav_attention_all_clubs.png) no-repeat; 
                        }
                    #pri_nav a.selected {
                        background-position: 0 100%;                        
                        }


    /* === Body === */

    #body {
        width: 609px;
        _width: 608px;
        float: left;
        }
        #search {
            width: 164px;
            _width: 170px;
            height: 18px;
            float: right;
            background: url(/images/search_bg.png) no-repeat;
            } 
            #search form {
                padding: 0px;
                }
            #search legend {
                display: none;
                }
            #search #input_search {
                width: 93px;
                background: transparent;
                height: 13px;
                font-size: 10px;
                float: left;
                margin-left: 48px;
                _margin-left: 46px;
                border: none;
                }
            #search #input_search_submit {
                _float: right;
                }
            #newsletter_signup {
                width: 187px;
                float: left;
                margin: 0 0 0 15px;
                _margin: 0 0 0 10px;
                }
                #newsletter_signup form {
                    margin: 10px 0 2px 0;
                    }
                    #newsletter_signup fieldset {
                        border: none;
                        }
                        #newsletter_signup ul {
                            padding: 0;
                            }
                            #newsletter_signup li {
                                margin-bottom: 3px;
                                float: left;
                                width: 100%;
                                }
                        #newsletter_signup li.submit {
                            margin: 0;
                            }
                        #newsletter_signup li.fullname,
                        #newsletter_signup li.email {
                            background: url(/images/news_input.png) 75px 0px no-repeat; 
                            }
                            #newsletter_signup label {
                                line-height: 100%;
                                margin: 4px 0 2px 0;
                                float: left;
                                width: 73px;text-align: right;
                                }
                            #newsletter_signup input.text {
                                background: transparent;
                                width: 90px;
                                float: right;
                                margin: 1px 15px 0 0;
                                }
                        #newsletter_signup li.list {
                            display: none;
                            }
                            #newsletter_signup li.list input.checkbox {
                                float: left;
                                }
                            #newsletter_signup li.list label {
                                display: block;
                                float: left;
                                padding: 2px 0 0 4px;
                                text-align: left !important;
                                }
                        #newsletter_signup li.submit {
                            width: 100%;
                            float: left;
                            margin: 5px 0 0 0;
                            }
                            #newsletter_signup #input_subscribe {
                                background: transparent;
                                width: 46px;
                                color: #fff;
                                border: none;
                                float: right;
                                margin-right: 14px;
                                _margin-right: 7px;
                                }
        #content {
            width: 100%;
            float: right;
            }
            #messages {
               width: 600px;
                position: absolute;
                background: #000;
                margin: 16px 0 0 0;
                }
                #messages p {
                    padding: 0 0 0 23px;
                    background-repeat: no-repeat;
                    }
                    #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 {
                width: 100%;
                float: left;
                text-align: center;
                margin-top: 10px;
                }
                #footer ul {
                    list-style: none;
                    padding: 0;
                    float: left; 
                    }
                    #footer li {
                        display: inline;
                        }
                #footer p {
                    float: right;
                    line-height: 100%;
                    }
                #footer #copyright {
                    width: 300px;
                    text-align: right;
                    margin-left: 10px;
                    _margin-left: 5px;
                    }
                #footer #powered {
                    margin-top: 3px;
                    }
                    #footer a {
                        text-decoration: none;
                        }



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

#page_home {
    }
    #flash_panel {
        margin-top: 4px;
        width: 608px;
        float: left;
        }
    #featured_items {
        width: 100%;
        float: right;background: transparent;
        }
        #featured_items #facilities, 
        #latest_news {
            float: left;
            width: 187px;
            margin: 0 0 0 13px;
            }
            #featured_items #facilities dt,
            #featured_items #latest_news h4,
            #newsletter_signup h4 {
                color: fff;
                font-size: 14px;
                line-height: 100%;
                height: 30px;
                background: url(/images/feat_line.png) 0px 18px no-repeat;
                }
                #featured_items #latest_news dl {
                    width: 100%;
                    float: left;
                    margin-bottom: 4px; 
                    }
                #featured_items dt a {
                    text-decoration: none;
                    }
            #featured_items dd.summary,
            #newsletter_signup p {
                padding-top: 3px;    
                }
                #featured_items #facilities table {
                    float: left;
                    width: 187px;
                    }
            #featured_items dd.more {
                float: right;
                margin-top: 10px;
                }

/*
========================================================================
Header Image
========================================================================
*/

#page_header_image,
#defaulthead {
    width: 100%;
    float: left;
    _margin-top: 1px; 
    }
    ul.header_image {
        float: left;
        width: 608px;
        height: 183px;
        overflow: hidden;
        margin-top: 8px;
        _margin-top: 9px;
        }
        li.overlay_img {
            position: absolute;
            width: 608px;
            height: 183px;
            background: url(/images/header_overlay.png) no-repeat; 
            _background: url(/images/header_overlay_ie.png) no-repeat; 
            }

   
/*
========================================================================
Section
========================================================================
*/

#section h2 {
    float: left;
    _margin-left: 5px;
    }

#section,
#children_wrapper {
    float: left;
    width: 580px;
    _width: 580px;
    }
#children_wrapper {
    margin-left: 20px;
    _margin-left: 5px;
    _margin-bottom: 10px;
    }
    #children_wrapper li {
        float: left;
        font-weight: bold; 
        margin-right: 20px;
        _margin-right: 10px;
        margin-bottom: 20px;
        }
        #children_wrapper a {
            text-decoration: none;
            }
        #children_wrapper li a:hover,
        #children_wrapper li a.selected {
            text-decoration: underline;
            color: #fff;
            }


#section h3 {
    font-weight: bold;
    }

#additional .date {
    width: 100px;
    vertical-align: top;
    text-align: center;
    }
#additional .home,
#additional .away {
    width: 130px;
    text-align: center; 
    }
#additional .game {
    width: 150px;
    }
#additional .score {
    text-align: center;
    width: 50px;
    }
#additional .time {
    vertical-align: top;
    }
#images .gallery {
    float: left;
    width: 175px;
    margin-left: 18px;
    _margin-left: 10px;
    margin-bottom: 20px;
    }
.gallery li {
    float: left;
    }
    .gallery li.image {
        width: 175px;
        height: 135px;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        }
        .gallery li.image a {
            width: 175px;
            height: 135px;
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            }
        .gallery li.image img {
             vertical-align: middle;
             }
.gallery .image_title {
    width: 100px;
    }
.gallery .image_date {
    float: right;
    }

/*
========================================================================
Download Page
========================================================================
*/

#section #download_wrapper {
    margin-top: 20px;
    }
#section #download_wrapper,
#section .download_box {
    float: left;
    width: 600px;
    }
#page_register #children_wrapper {
    margin-left: 0px;
    }
    #page_register .download_box {
        margin-bottom: 20px;
        }
    #page_register .article {
            width: 510px;
            min-height: 75px;
            .height: 75px;
            float: left; 
            }
        #page_register dl.article_1 {
            float: left;
            width: 510px;
            margin-left: 80px;
            }
            #page_register dl.article dt {
                float: left;
                width: 420px;
                font-weight: bold;
                margin: 0px 0 0 80px;
                .margin: 0px 0 0 40px;
                font-size: 12px;
                }
            #page_register dl.article dd.summary {
                float: left;
                width: 420px;
                margin: 0 0 10px 80px;
                .margin: 10px 0 0 40px;
                color: #cccccc;
                font-size: 11px;
                }
            #page_register dl.article dd.download_option {
                float: right;
                margin: -30px 0 0 0;
                }
                #page_register dl.article dd a {
                    float: right;
                    display: block;
                    width: 70px;
                    height: 70px;
                    text-indent: -9999px;
                    background: url(/images/download.png) no-repeat;

                    } 





/*
========================================================================
Search Results
========================================================================
*/

#search_results,
#results {
    float: left;
    width: 100%;
    }
    #results {
        margin-top: 20px;
        }
    #search_results dl {
        width: 400px;
        float: left;
        margin-left: 20px;
        _margin-left: 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 #fields 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;
    }
#form #input_submit {
    margin: 0 0 0 110px;
    }

/*
========================================================================
Bookings Page
========================================================================
*/

#fields {
    width: 350px;
    float: left;
    margin: 20px 0 20px 50px;
    }
#fields li p {
    float: left;
    margin-left: 120px;
    color: #999;
    }

#fields li.required,
#fields .input_telephone,
#newsletter .email {
    background: url(/images/news_input.png) 120px 0px no-repeat;
    }
#fields li.input_type_of_booking,
#fields li.input_party_option_soccer_parties_only_ {
    background: url(/images/drop_down.png) 120px 0px no-repeat;

    }
    #fields label {
        float: left;
        font-size: 10px;
        font-weight: normal;
        text-align: right;
        width: 118px;
        margin-right: 3px;
        }
    #fields .text,
    #fields .numeric,
    #fields .email,
    #fields .dropdown,
    #fields .date {
        width: 93px;
        background: transparent;
        height: 14px;
        float: left;
        margin-left: 0px;
        border: none;
        padding-left: 2px;
        _padding-left: 1px;
        _padding-top: 3px;
        }
    #fields .dropdown {
        width: 97px;
        height: 23px;
        color: #000;
        padding: 3px 0px 0px 0px;
        _padding: 5px 0px 0px 0px;
        }
        #fields option {
           background: #fff; 
           }
    #fields .date {
        padding-right: 5px;
        _padding-right: 2px;
        }
        .dpTable {
            background: #000;
            }
            .dpDayTD {
                
                }
    #fields li.input_additional_information,
    #fields li.input_comments {
        background: url(/images/add_info.png) 120px 0px no-repeat;
        _background: url(/images/add_info.png) 122px 0px no-repeat;
        height: 130px;
        }
        #fields .mediumtext {
            padding: ;
            background: transparent;
            width: 182px;
            height: 123px;
            }
        #fields li.input_submit {
            width: 100%;
            float: left;
            }
            #fields #input_submit {
                margin-left: 120px;
                }


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

#page_contact {
    }
    #page_contact #additional {
        width: 210px;
        float: left;
        margin: 50px 0 0 30px;
        }
        #additional .title {
            text-align: right;
            width: 50px;
            vertical-align: top;
            }
    #page_contact #fields {
        width: 60%;
        width: 55%;
        float: right;
        margin: 20px 0 0 0;
        }
        #fields .mediumtext {
            background: transparent;
            width: 182px;
            height: 123px;            
            }



/*
========================================================================
Site Map
========================================================================
*/

#sitemap {
    float: left;
    width: 100%; 
    }
    #sitemap ul {
        margin-left: 20px;
        _margin-left: 10px;
        margin-bottom: 20px;
        }
        #sitemap ul ul {
            margin-bottom: 0px;
            }
        #sitemap li {
            margin: 5px 0 5px 0;
            line-height: 120%;
            }
.navigation {
    display: none;
    }

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

#newsletter {
    float: left;
    width: 100%; 
    }
    #newsletter .summary,
    #newsletter form {
        margin-left: 20px;
        _margin-left: 10px;
        margin-bottom: 20px;
        }
    #newsletter form {
        width: 580px;
        float: left;
        }
        #newsletter p {
            margin-bottom: 10px;
            width: 100%;
            float: left;
            }

    
