﻿*
{
    padding: 0;
    margin: 0;
}

html
{
    min-height: 100%;
}

a img
{
    border: none;
    padding: 2px;
}

body
{
    padding-top: 0px;
    font-size: 9pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    min-width: 320px;
    background: #ebebeb;
}

span.shim
{
    height: 0;
    clear: both;
    display: block;
    overflow: hidden;
}

#wrap1
{
    margin: 0 auto;
    width: 100%;
    background-color: transparent;
    padding: 0px;
    border: 0px none;
    position: relative;
}

#wrap1, #media-site-shadow
{
    max-width: 1200px;
    min-width: 320px;
}

#wrap2
{
}

#wrap3
{
}

#wrap4
{
    margin: 0 auto;
    width: 100%;
}

#shadow-media
{
    width: 1200px;
}

#header
{
    width: 100%;
    height: inherit;
}

#headerinner
{
    background-color: #ebebeb;
    height: 100px;
    margin: 0 auto;
    width: 100%;
    background-repeat:no-repeat;
    -webkit-background-size: 100% 100%; /* For WebKit*/
    -moz-background-size: 100% 100%;    /* Mozilla*/
    -o-background-size: 100% 100%;     /* Opera*/
    background-size: 100% 100%;        /* Generic*/
    position:relative;
}

#innertab, #footertab
{
    table-layout: fixed;
    width: 100%;
    margin: 0 auto;
}

#inner .chunk .hrdiv
{
    background-color: #000;
    height: 1px;
    width: 95%;
    border: 0px;
    margin: 0 auto;
    margin: 15px;
}

#inner
{
    zoom: 1;
    clear: both;
    position: relative;
    min-height: 300px;
    background-color: #fff;
    overflow: hidden;
}

    #inner .chunk
    {
        line-height: 2em;
        color: #666666;
        margin-left: 35px;
        margin-right: 35px;
        min-height: 10px;
    }

body.admin #inner
{
    overflow:visible;
}

        #inner .chunk li
        {
            margin-left: 20px;
        }

        #inner .chunk span.img
        {
            display: block;
            position: relative;
            z-index: 0;
        }

        #inner .chunk img
        {
            display: block;
            margin: 0 auto !important;
        }


        /* Set padding for #PIC# case */

        #inner .chunk .img img
        {
            padding: 0px;
        }

        /* Set padding for images added within HTML editor */

        #inner .chunk img
        {
            padding: 8px;
        }

        #inner .chunk a
        {
            text-decoration: none;
            color: #666;
        }

            #inner .chunk a:hover
            {
                text-decoration: underline;
                color: red;
            }

        #inner .chunk p
        {
            margin-bottom: .5em;
            zoom: 1;
        }

        #inner .chunk ul
        {
            margin-bottom: 1.5em;
            zoom: 1;
        }

        #inner .chunk .last
        {
            margin-bottom: 0;
        }

        #inner .chunk h1
        {
            line-height: normal;
            font-size: 14pt;
            margin-top: 3px;
            padding-bottom: 2px;
            font-weight: normal;
        }

        #inner .chunk h2
        {
            line-height: normal;
            font-size: 12pt;
            margin-top: 2px;
            padding-bottom: 2px;
            font-weight: normal;
        }

        #inner .chunk h3
        {
            line-height: normal;
            font-size: 10pt;
            margin-top: 1px;
            padding-bottom: 1px;
            font-weight: normal;
        }

        #inner .chunk h4
        {
            line-height: normal;
            font-size: 8pt;
            margin-top: 1px;
            padding-bottom: 1px;
            font-weight: normal;
        }

        #inner .chunk h5
        {
            line-height: normal;
            font-size: 8pt;
            margin-top: 1px;
            padding-bottom: 1px;
            font-weight: normal;
        }

        #inner .chunk h6
        {
            line-height: normal;
            font-size: 8pt;
            margin-top: 1px;
            padding-bottom: 1px;
            font-weight: normal;
        }


        #inner .chunk .dstyled em,
        #inner .chunk h2 em
        {
            background: #ff0;
            font-style: normal;
            font-weight: normal;
        }

        #inner .chunk .wrapper
        {
            padding-top: 5px;
            padding-bottom: 5px;
        }

    #inner #cart
    {
        position: absolute;
        margin-right: -450px;
        line-height: 1em;
        padding: 5px;
        right: 50%;
        top: 0;
        color: #000;
        font-size: 8pt;
        background: url('../png/cart.png') no-repeat 0 50%;
        padding-left: 26px;
        z-index: 999;
    }

#header #taglinediv
{
    position: absolute;
    display:inline-block;
    line-height: 1em;
    padding:5px;
    left: 5%;
    top: 50%;
    color: #000;
    font-size: 8pt;
    background: url('../png/Wht30.png') 0 50%;
    z-index: 998;
    visibility: hidden;
}

.page-form
{
    z-index: 999;
}


body.page-log-in form div,
body.page-search form div
{
    padding-bottom: 2px;
}

body.page-log-in label,
body.page-search label
{
    width: 7em;
}

body.page-log-in input.submit,
body.page-search input.submit
{
    padding: 2px;
    font: inherit;
    margin-left: 7em;
}

/*
body.page-log-in form,
body.page-log-in div#reminder,
body.page-search form*/
#loginform, #searchform
{
    /*float: left;*/
    padding: 10px;
    border: 1px solid #ddd;
    background: #eee;
}

body.page-log-in div#reminder
{
    float: right;
    width: 20em;
}

#inner .pwlogin
{
    margin: 0 auto;
    margin-top: 30px;
    width: 225px;
    padding: 10px;
    border: 1px solid #ddd;
    background: #eee;
    text-align: center;
}



.lb-overlay
{
    top: 0;
    left: 0;
    z-index: 998;
    position: absolute;
    background: url('../png/overlay.png');
}

* html .lb-overlay
{
    background: #000;
    filter: alpha(opacity=80);
}

.lb-loading
{
    width: 100%;
    height: 100%;
    background: url('../gif/loading.gif') no-repeat 50% 50%;
}

.lb-container
{
    position: absolute;
    background: #fff;
    border: 3px solid #000;
    margin-top: -10px;
    /*padding: 10px;*/
    z-index: 999;
    height: 425px;
}

iframe.lb
{
    width: 595px;
    height: 425px;
    border: none;
}

    iframe.lb body
    {
        margin: 0;
        padding: 0;
    }

.lb-container div.close
{
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    width: 16px;
    height: 16px;
    padding: 2px;
    margin-top: -23px;
    margin-right: -3px;
    border: 3px solid #000;
    border-bottom: none;
    background: #fff url('../png/window-close.png') no-repeat 2px 2px;
}


body.page-page-not-found #inner
{
    background: url('/Bongo/assets/png/404.png') no-repeat 50% 50%;
    min-height: 400px;
}


#footer
{
    clear: both;
    padding-top: 20px;
}

    #footer div
    {
        height: 50px;
        padding: 5px;
        font-size: 7pt;
        text-align: right;
        /*border-top: 1px solid;*/
        background-color: #104BA9;
        color: #fff;
        border: 0px;
    }

        #footer div a
        {
            color: inherit;
            text-decoration: none;
        }

            #footer div a:hover
            {
                color: #f00;
                text-decoration: underline;
            }

            #footer div a:visited
            {
                color: inherit;
            }

#inner .chunk .tabs
{
    display: none;
    position: absolute;
    height: 68px;
    z-index: 9998;
    left: 22px;
    margin-top:24px;
}

.use-jcorner
{
    border-radius: 4px !important;
}



/* To style form boxes etc when they dont validate! */
input.error,
select.error
{
    text-align: left;
    border: 1px #FF0000 solid;
    background-color: #FF9900;
    height: 20px;
    background-image: url(/Bongo/assets/png/warning.png);
    background-position: right;
    background-repeat: no-repeat;
}

/* To style form boxes etc when they dont validate! */
textarea.error
{
    text-align: left;
    border: 1px #FF0000 solid;
    background-color: #FF9900;
    background-image: url(/Bongo/assets/png/warning.png);
    background-position: right;
    background-repeat: no-repeat;
}



/* Left and right large quotes */
.lquote, .rquote
{
    font-family: times new roman, georgia, serif;
    font-size: 32pt;
    font-weight: bold;
    color: #9ac;
    position: relative;
    top: -0.1em;
    line-height: 0.9em; /*0;*/
    height: 1px;
    float: left;
}


.rquote
{
    font-size: 32pt;
    line-height: 0em;
    top: .4em;
    float: none;
}


.quotetxt
{
    font-family: Georgia, serif;
    font-size: 1em;
    line-height: 1.6em;
    font-style: italic;
    font-weight: bold;
    color: #8B7D6B; /*bisque4*/
}

blockquote
{
    padding: 20px 20px 17px 20px;
}

    blockquote p
    {
        display: inline;
    }

/* Alternate quote color */
.qalt
{
    color: #7C7C7C;
    font-family: Georgia, serif;
}

.bigtxt
{
    font-size: 14px;
    font-weight: bold;
}



.largefirst
{
    font-size: 300%;
    font-style: italic;
    font-weight: bold;
    display: block;
    float: left;
    padding: 0px 5px 0px 0px !important;
    height: 1em;
    color: #888;
    line-height: 1em;
}

#base
{
    margin: 0 auto;
    margin-top: 30px;
    border: none;
    text-align: center;
    display: none;
}

    #base h1
    {
        background-image: none;
        border: none;
        background-color: transparent;
        font-size: 11px;
        color: #666;
        font-weight: normal;
    }

    #base h2
    {
        font-size: 9px;
        border: none;
        color: #666;
        background-color: transparent;
        font-weight: normal;
    }

/* Controls Gallery Iframe height ie. max size of gallery presentation */
.gallery
{
    height: 700px;
}

/* Accessibility settings */
.accesspanel
{
    height: 32px;
    display: inline-block; /* Change to none to lose accessibility settings panel */
    margin-left: 10px;
    position: absolute;
}

.accessfontlarger, .accessfontsmaller, .accessfontreset, .accesscontrasthigh, .accesscontrastnormal
{
    border: solid 1px black;
    background-color: White;
    cursor: pointer;
}

/* Page Edit Form */

#pageedittab
{
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

    #pageedittab td
    {
        padding-bottom: 2px;
    }

#pageeditmenutype
{
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

    #pageeditmenutype td
    {
        padding-bottom: 2px;
    }

#pageeditbanner
{
    background-color: Gray;
    color: White;
    padding: 8px;
    border-bottom: 10px;
}

col#c1
{
    width: 140px;
}

col#c2
{
    width: auto;
}

#pageedittab td
{
    vertical-align: top;
}

#pageedittab input, #pageedittab textarea
{
    width: 99%;
}

#pageedittab select
{
    width: 99%;
}

#pageedittab label
{
    margin-left: 10px;
    font-weight: bold;
}

#pageedittab input[type=checkbox], #pageedittab input[type="submit"]
{
    width: auto !Important;
}

col#typelabc1
{
    width: 140px;
}

col#typelabc2
{
    width: 160px;
}

col#typeselc1, col#typeselc2
{
    width: auto;
}

#pageedittab #directlinkpresets
{
    width: 19%;
}

#pageedittab #direct_link
{
    width: 79%;
}

/* Determine which chunks can be added - set display to none !Important if not required, otherwise comment out */
/*#columns-1 {display: none !Important;}
#columns-2 {display: none !Important;}
#columns-3 {display: none !Important;}
#columns-4 {display: none !Important;}
#gallery-5 {display: none !Important;}
#gallery-6 {display: none !Important;}*/
#columns-30-70
{
    display: none !Important;
}

#columns-70-30
{
    display: none !Important;
}

#columns-40-60
{
    display: none !Important;
}

#columns-60-40
{
    display: none !Important;
}

#columns-20-80
{
    display: none !Important;
}

#columns-80-20
{
    display: none !Important;
}

#columns-60-20-20
{
    display: none !Important;
}

#columns-20-60-20
{
    display: none !Important;
}
/*#contact {display: none !Important;}*/
#customchunk1
{
    display: none !Important;
}

#customchunk2
{
    display: none !Important;
}

#customchunk3
{
    display: none !Important;
}
/*#columns-33-66 {display: none !Important;}
#columns-66-33 {display: none !Important;}
#columns-25-75 {display: none !Important;}
#columns-75-25 {display: none !Important;}
#columns-25-25-50 {display: none !Important;}
#columns-25-50-25 {display: none !Important;}
#columns-50-25-25 {display: none !Important;}*/

.responsivewidth-belowmin #inner .chunk, .responsivewidth-320 #inner .chunk
{
    margin-left: 10px;
    margin-right: 10px;
}

/* Chunk div margin will be added on = + 15px for actual margin */
.responsivewidth-480 #inner .chunk, .responsivewidth-540 #inner .chunk
{
    margin-left: 0px;
    margin-right: 0px;
}

.responsivewidth-720 #inner .chunk, .responsivewidth-768 #inner .chunk
{
    margin-left: 5px;
    margin-right: 5px;
}

.responsivewidth-780 #inner .chunk, .responsivewidth-800 #inner .chunk
{
    margin-left: 15px;
    margin-right: 15px;
}

.responsivewidth-1000 #inner .chunk
{
    margin-left: 25px;
    margin-right: 25px;
}

/* No chunk div margin to pad this out so use full width */
.responsivewidth-belowmin #inner .ecommerce, .responsivewidth-320 #inner .ecommerce,.responsivewidth-belowmin #cartinner, .responsivewidth-320 #cartinner
{
    margin-left: 10px;
    margin-right: 10px;
}

.responsivewidth-480 #inner .ecommerce, .responsivewidth-540 #inner .ecommerce, .responsivewidth-480 #cartinner, .responsivewidth-540 #cartinner
{
    margin-left: 10px;
    margin-right: 10px;
}

.responsivewidth-720 #inner .ecommerce, .responsivewidth-768 #inner .ecommerce, .responsivewidth-720 #cartinner, .responsivewidth-768 #cartinner
{
    margin-left: 20px;
    margin-right: 20px;
}

.responsivewidth-780 #inner .ecommerce, .responsivewidth-800 #inner .ecommerce, .responsivewidth-780 #cartinner, .responsivewidth-800 #cartinner
{
    margin-left: 30px;
    margin-right: 30px;
}

.responsivewidth-1000 #inner .ecommerce, .responsivewidth-1000 #cartinner
{
    margin-left: 40px;
    margin-right: 40px;
}

#cartinner
{
    margin-left: 50px;
    margin-right: 50px;
}