/*   ====================================================================
     Style sheet for www.funinthesunclothing.ca website
     Copyright (c) 2012 Treelogix Consulting
     Updated to: 28 March 2013
     ====================================================================
     Colours:
     #E77918    dark part of Logo and bullet
     #fce6c4    peach center background
     #e67919    bullet and logo orange
     ==================================================================== */
body {
    background-color: #000000;   /* black */
    min-height: 700px; /* set minimum height of all pages to 700px */
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px; 
}

#header {
    margin: 0;
    background-color: #222222; /* dark charcoal */ 
}

#header .logo {
     margin-top: 20px; /* drop from top */
}

#content {
    margin: 10px 0 10px 0;  
}

.blackback {
    background-color: #000000; /* black */
    padding: 10px 10px 35px 10px; /* pad top by 10px to separate from menu; pad bottom 35 for separation from footer */
}

footer {
    margin: 0 auto;
    margin-top: 10px;
    height: 30px;
    background-color: #222222;
}

    footer .copyright {
        color: #777777;
        text-decoration: none;
        font-size: 14px;
    }



/* Main Navigation: an optional dropdown horizontal menu - featuring transparent bordered dropdowns
   Written by: Sadam Azad, UI Designer & Front-end Developer http://azadcreative.com
   Article at: http://azadcreative.com/2012/01/bulletproof-css3-dropdown-navigation-menu/
       Required associated files: 
    1. hoverintent.min.js
    2. dropdown.js
    3. images/FunInTheSun/sprite.png
    --------------------------------------------------------------------------------------------------*/

header nav {
    background-color: #f8f8f8; /* very pale grey */
    background-image: -moz-linear-gradient(top, #ffffff, #ededed);
    background-image: -ms-linear-gradient(top, #ffffff, #ededed);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ededed));
    background-image: -webkit-linear-gradient(top, #ffffff, #ededed);
    background-image: -o-linear-gradient(top, #ffffff, #ededed);
    background-image: linear-gradient(top, #ffffff, #ededed);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    font-family: Arial, Helvetica, sans-serif;
    height: 48px;
}

header ul#menu {
    margin: 0 !important;
    padding: 0 !important;
}

nav ul {
    float: left;
    *zoom: 1;
    z-index: 100;
    border-right: 1px solid #e8e8e8;
}

    nav ul:before,
    nav ul:after {
        display: table;
        content: "";
    }

    nav ul:after {
        clear: both;
    }

    nav ul li {
        float: left;
        padding-bottom: 10px;
        position: relative;
        outline: none;
        line-height: 1.2em;
        padding: 0 1px 0 0;
        border-left: 1px solid #e8e8e8;
        list-style: none;
    }

        nav ul li.hasChildren a span {
            padding: 0 20px 0 0;
            background: url(../Images/FunInTheSun/sprite.png);
            background-position: right top;
            background-repeat: no-repeat;
            display: block;
        }

        nav ul li.hasChildren a:hover span,
        nav ul li.hasChildren.hover a span {
            background-position: right -50px;
        }

    nav ul a {
        padding: 15px 20px 15px 20px;  
        font-weight: normal;
        float: left;
        display: block;
        zoom: 1;
    }

        nav ul a:link,
        nav ul a:visited {
            color: #666;
            text-decoration: none;
            background-color: #f8f8f8;
            background-image: -moz-linear-gradient(top, #ffffff, #ededed);
            background-image: -ms-linear-gradient(top, #ffffff, #ededed);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ededed));
            background-image: -webkit-linear-gradient(top, #ffffff, #ededed);
            background-image: -o-linear-gradient(top, #ffffff, #ededed);
            background-image: linear-gradient(top, #ffffff, #ededed);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            outline: none;
        }

        nav ul a:hover,
        nav ul a:active {
            color: #a67b45;
            text-decoration: none;
            background-color: #f4f4f4;
            background-image: -moz-linear-gradient(top, #ededed, #ffffff);
            background-image: -ms-linear-gradient(top, #ededed, #ffffff);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ededed), to(#ffffff));
            background-image: -webkit-linear-gradient(top, #ededed, #ffffff);
            background-image: -o-linear-gradient(top, #ededed, #ffffff);
            background-image: linear-gradient(top, #ededed, #ffffff);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff', GradientType=0);
            -webkit-transition: all 0.1s ease;
            -moz-transition: all 0.1s ease;
            -ms-transition: all 0.1s ease;
            -o-transition: all 0.1s ease;
            transition: all 0.1s ease;
            outline: none;
        }

nav > ul > li > a.current {
    color: #b0171f;
    text-decoration: none;
    background-color: #f4f4f4;
    background-image: -moz-linear-gradient(top, #ededed, #ffffff);
    background-image: -ms-linear-gradient(top, #ededed, #ffffff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ededed), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #ededed, #ffffff);
    background-image: -o-linear-gradient(top, #ededed, #ffffff);
    background-image: linear-gradient(top, #ededed, #ffffff);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff', GradientType=0);
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    outline: none;
}

nav ul a:active {
    -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3) inset;
}

#menu li:hover > ul {
    display: block;
}

#menu li:hover > a {
    color: #a67b45;
}

nav li ul {
    display: none;
    margin: 0;
    position: absolute;
    top: 46px;
    left: 0px;
    width: 130px;
    border: none !important;
    padding: 2px;
    background: #999999; /* battleship grey */
    z-index: 1000;
    *zoom: 1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    nav li ul:before,
    nav li ul:after {
        display: table;
        content: "";
    }

    nav li ul:after {
        clear: both;
    }

    nav li ul a {
        float: none;
    }

    nav li ul li {
        width: 112px; /* was 130*/
        display: block;
        border-top: 1px solid #cfcfcf;
        border-left: none !important;
    }

        nav li ul li.hasChildren a > span {
            background: url(../Images/FunInTheSun/sprite.png);
            background-position: right -97px !important;
            background-repeat: no-repeat;
        }

        nav li ul li.hasChildren a:hover > span,
        nav li ul li.hasChildren.hover > a span {
            background-position: right -138px !important;
        }

/* .rbga is a modernizr class */
.rgba nav li > ul {
    padding: 10px;
    left: -10px;
    background: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

nav li ul li ul {
    display: none;
    left: 130px !important;
    top: -3px;
}

.rgba nav li ul li ul {
    top: -10px;
}

.rgba nav li > ul {
    margin-top: -1px;
}


/* Vertical Menu                               
   -------------------------------------------------------------------------------- */

.verticalmenu {
    width: 160px;
    padding: 0px;
    margin: 0 0 0 18px;
}

    .verticalmenu ul {
        list-style: disc;
        margin: 0px;
        padding: 0px;
        border: none;
    }

        .verticalmenu ul li {
            margin: 0px;
            padding: 0px;
        }

            .verticalmenu ul li a {
                font-size: 1.3em;
                display: block;
                border-bottom: 1px dashed #C39C4E;
                padding: 5px 0px 2px 4px;
                text-decoration: none;
                color: #666666;
                width: 160px;
            }

                .verticalmenu ul li a:hover, .verticalmenu ul li a:focus {
                    color: #000000;
                    background-color: #eeeeee;
                }


/* locationpic - used by the pictures on the location pages */
.locationpic {
    margin-top: 15px;
    margin-right: 15px;
    padding: 4px;
    border: 1px solid #D9E0E6;
    border-bottom-color: #C8CDD2;
    border-right-color: #C8CDD2;
    background: #ffffff;
}

/* specialty lists
-------------------------------------------------------------*/
.brightlist li {
    color: #ff4500;
    font-size: 1.2em;
    line-height: 1.6em;
}

.brightlist span {
    float: right;
    color: #222222;
}

.brightlist h4 {
    font-weight: bold;
}

/* Font Colours */
.inwhite {
    color: #ffffff !important;
}


a:link, a:visited, a:active, a:hover {
    color: #e77918;
    outline: none;
    text-decoration: none;
}

.notice-board-body {
    text-align: center;
}


/* photolist class 
--------------------------------------------------------------------------------  */
.photolist {
    width: 580px;
    cursor: pointer;
    margin: 5px;
}

    .photolist li {
        float: left;
        display: inline;
        margin: 0;
        margin-right: 10px;
    }

