﻿body
{
    font-family: Arial;
    font-size: 13px;
    margin: 0px;
    background-color: #2e5b80 !important;
}

h1, h2, h3
{
    font-family: 'Comic Sans MS', Arial;
}

a
{
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

hr
{
    height:1px;
    background-color:#2e5b80;
    border:none;
    margin:20px 0px;
}


#pageHeaderBackground
{
    z-index: 2;
    position: absolute;
    top: 0px;
    width: 100%;
    min-width: 1260px;
    height: 35px;
    background-color: #2e5b80;
}

#pageBackground1, #pageBackground2
{
    z-index: 1;
    position: absolute;
    background-color: #2e5b80;
    background-image: url(/custom/splash-gomera/images/background1.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    min-width: 1260px;
    height: 1000px;
}

#pageFooterBackground
{
    z-index: 2;
    position: absolute;
    top: 300px;
    width: 100%;
    min-width: 1260px;
    height: 700px;
    background-image: -o-linear-gradient(top, transparent 0%, #2e5b80 50%);
    background-image: -moz-linear-gradient(top, transparent 0%, #2e5b80 50%);
    background-image: -webkit-linear-gradient(top, transparent 0%, #2e5b80 50%);
    background-image: -ms-linear-gradient(top, transparent 0%, #2e5b80 50%);
    background-image: -linear-gradient(top, transparent 0%, #2e5b80 50%);
}

#pageContainer
{
    position: relative;
    z-index: 3;
    width: 960px;
    margin: 0px auto;
    background-repeat: no-repeat;
    background-position: center top;
    overflow:visible;
}

img#splashGomeraLogo
{
    position:absolute;
    top:25px;
    left:-5px;
    z-index:-1;
}

#pageContent
{
    width: 920px;
    min-height: 900px;
    margin-top: 0px;
    background-image: -o-linear-gradient(top, transparent 0%, rgba(255,255,255,0.7) 100px, rgba(255,255,255,0.8) 800px);
    background-image: -moz-linear-gradient(top, transparent 0%, rgba(255,255,255,0.7) 100px, rgba(255,255,255,0.8) 800px);
    background-image: -webkit-linear-gradient(top, transparent 0%, rgba(255,255,255,0.7) 100px, rgba(255,255,255,0.8) 800px);
    background-image: -ms-linear-gradient(top, transparent 0%, rgba(255,255,255,0.7) 100px, rgba(255,255,255,0.8) 800px);
    background-image: -linear-gradient(top, transparent 0%, rgba(255,255,255,0.7) 100px, rgba(255,255,255,0.8) 800px);
    padding:130px 20px 20px 20px;
    color:#000;
    overflow:visible;
}
    #pageContent h1, #pageContent h2, #pageContent h3
    {
        color: #2e5b80;
    }
    /*#pageContent h3
    {
        color: #d79701;
    }*/

    #pageContent p,
    #pageContent ul,
    #pageContent ol,
    #pageContent li,
    #pageContent table,
    #pageContent td,
    #pageContent div,
    #pageContent span
    {
        font-size: 1em;
        color: #000;
    }

    #pageContent a, #pageContent a:link, #pageContent a:hover, #pageContent a:visited
    {
        color: #2e5b80;
        text-decoration: none;
    }

/* Header */
#pageHeader
{
    font-family: 'Comic Sans MS', Arial;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: bold;
    text-align: right;
    color: white;
}

    #pageHeader a
    {
        text-decoration: none;
        color: #dc9900;
    }

    #pageHeader span.phone
    {
    }

        #pageHeader span.phone > span.number
        {
            color: #dc9900;
            padding-left: 8px;
        }

    #pageHeader span.email > a
    {
        padding-left: 8px;
    }

    #pageHeader a.facebook
    {
        background-image: url(/custom/splash-gomera/images/facebook-link.png);
        background-repeat: no-repeat;
        width: 19px;
        height: 22px;
        text-indent: 20px;
        display: inline-block;
        overflow: hidden;
        vertical-align: middle;
        position: relative;
        top: -2px;
    }

/* Navigation */
#pageNav
{
    position: absolute;
    top: 35px;
    right: 0px;
    font-family: 'Comic Sans MS', Arial;
    z-index: 250;
}

    #pageNav ul
    {
        margin: 0px;
        padding: 0px;
        list-style: none;
        font-size: 0px;
    }

        #pageNav ul > li
        {
            display: block;
            float: left;
            margin: 0px;
            margin-left: 2px;
            list-style: none;
            position: relative;
            height: 38px;
            background-color: #d79701;
            background-image: -o-linear-gradient(top, #cd8100 0%, #d79701 100%);
            background-image: -moz-linear-gradient(top, #cd8100 0%, #d79701 100%);
            background-image: -webkit-linear-gradient(top, #cd8100 0%, #d79701 100%);
            background-image: -ms-linear-gradient(top, #cd8100 0%, #d79701 100%);
            background-image: -linear-gradient(top, #cd8100 0%, #d79701 100%);
        }

            #pageNav ul > li > a
            {
                display: block;
                font-size: 13px;
                font-weight: bold;
                height: 17px;
                padding: 8px 11px 13px 11px;
                color: white;
                margin: 0px;
                white-space: nowrap;
                text-decoration: none;
                background-repeat: no-repeat;
                background-position: center 29px;
            }

                #pageNav ul > li > a:hover
                {
                    background-color: #2e5b80;
                }

            #pageNav ul > li.selected
            {
                background-color: #2e5b80;
                background-image: none;
            }

            #pageNav ul > li > ul
            {
                position: absolute;
                top: 38px;
                left: 0px;
                z-index: 250;
                /*background-image: url(/custom/splash-gomera/images/nav-down-arrow.png);
        background-repeat:no-repeat;
        background-position:center top;*/
                display: block;
                height: 0px;
                opacity: 0;
                overflow: hidden;
                background-color: #d79701;
            }

                #pageNav ul > li > ul > li
                {
                    display: block;
                    height: 35px;
                }

            #pageNav ul > li:hover > ul
            {
                display: block;
                opacity: 1;
                height: auto;
                -moz-transition: opacity ease 0.5s;
                -o-transition: opacity ease 0.5s;
                -webkit-transition: opacity ease 0.5s;
                transition: opacity ease 0.5s;
            }

        #pageNav ul.menu > li > ul.submenu > li
        {
            width:100%;
        }
        
        #pageNav ul.menu > li > ul.submenu > li > a
        {
            display: block;
            background-color: #d79701;
            background-image: none;
            margin-left: -2px;
            height:14px;
            width:100%;
        }

            #pageNav ul.menu > li > ul.submenu > li.selected > a
            {
                background-color: #2e5b80;
            }
            #pageNav ul.menu > li > ul.submenu > li > a:hover
            {
                background-color: #2e5b80;
            }

/* Footer */
#pageFooter
{
    font-size: 10px;
    color: #ccc;
    clear: both;
    height: 50px;
    background-color: #2e5b80;
}

    #pageFooter div.leftFooter
    {
        float: left;
        margin-top: 18px;
        height: 30px;
        background-color: #2e5b80;
    }

    #pageFooter div.rightFooter
    {
        float: right;
        margin-top: 18px;
        height: 30px;
        background-color: #2e5b80;
    }

    #pageFooter a
    {
        color: #ccc;
        text-decoration: none;
    }


/* Home Page */
div#pageContent.homePageContent
{
    background-image:none;
    background-color:transparent;
    color:white;
    padding:0px;
    padding-top:50px;
    width:960px;
    overflow:visible;
}
div.homePageContent
{
    overflow:visible;
}

    div.homePageContent > h1
    {
        position: absolute;
        right: 0px;
        top: 259px;
        font-size: 23px;
        font-weight: bold;
        display: block;
        background-color: #d89601;
        background-image: -o-linear-gradient(top, #ca7e01 10%, #d89601 90%);
        background-image: -moz-linear-gradient(top, #ca7e01 10%, #d89601 90%);
        background-image: -webkit-linear-gradient(top, #ca7e01 10%, #d89601 90%);
        background-image: -ms-linear-gradient(top, #ca7e01 10%, #d89601 90%);
        background-image: -linear-gradient(top, #ca7e01 10%, #d89601 90%);
        padding: 5px 13px 10px 13px;
        margin: 0px;
        color:white !important;
    }
    div.homePageContent > h1 > a {
        color:white !important;
    }

    div.homePageContent > h2
    {
        position: absolute;
        right: 0px;
        top: 306px;
        font-size: 16px;
        font-weight: bold;
        padding: 8px 13px 10px 13px;
        background-color: #2c577b;
        background-image: -o-linear-gradient(top, #1e4665 10%, #2c577b 90%);
        background-image: -moz-linear-gradient(top, #1e4665 10%, #2c577b 90%);
        background-image: -webkit-linear-gradient(top, #1e4665 10%, #2c577b 90%);
        background-image: -ms-linear-gradient(top, #1e4665 10%, #2c577b 90%);
        background-image: -linear-gradient(top, #1e4665 10%, #2c577b 90%);
        margin: 0px;
        color:white !important;
    }
    div.homePageContent > h2 > a {
        color:white !important;
    }

    div.homePageContent > div.gallery
    {
        height: 415px;
        margin-top: 0px;
    }

    div.homePageContent a#galleryPrevious
    {
        background-color: #dc9900;
        display: block;
        position: absolute;
        left: 0px;
        top: 152px;
        width: 36px;
        height: 36px;
        text-indent: 40px;
        overflow: hidden;
        color: white;
        background-image: url(/custom/splash-gomera/images/gallery-left-arrow.png);
        background-repeat: no-repeat;
        background-position: 8px 5px;
    }

    div.homePageContent a#galleryNext
    {
        background-color: #dc9900;
        display: block;
        position: absolute;
        right: 0px;
        top: 152px;
        width: 36px;
        height: 36px;
        text-indent: 40px;
        overflow: hidden;
        color: white;
        background-image: url(/custom/splash-gomera/images/gallery-right-arrow.png);
        background-repeat: no-repeat;
        background-position: 12px 5px;
    }

    div.homePageContent div.galleryLinks
    {
        position: absolute;
        right: 0px;
        top: 380px;
        font-size: 0px;
    }

        div.homePageContent div.galleryLinks > a
        {
            display: inline-block;
            border: 3px solid #dc9900;
            width: 9px;
            height: 9px;
            margin-left: 6px;
        }

            div.homePageContent div.galleryLinks > a.selected
            {
                background-color: #2c577b;
                border-color: #2c577b;
            }

    div.homePageContent > div.panels
    {
        width:960px;
    }

        div.homePageContent > div.panels > div.panel
        {
            position: relative;
            width: 290px;
            height: 480px;
            padding: 10px;
            background-color: #d90;
            float: left;
            font-size: 1em;
            margin-left: 15px;
            color:white !important;
        }
            div.homePageContent > div.panels > div.panel p
            {
                color:white !important;
            }
        

            div.homePageContent > div.panels > div.panel:first-child
            {
                margin-left: 0px;
            }

            div.homePageContent > div.panels > div.panel > h2
            {
                color: #2c577b;
                font-weight: bold;
                font-size: 19px;
                white-space: nowrap;
                margin: 8px 0px;
                line-height: 19px;
            }

            div.homePageContent > div.panels > div.panel a.findOutMore
            {
                position: absolute;
                right: 15px;
                bottom: 12px;
                padding: 12px 15px;
                border-radius: 5px;
                background-color: #2c577b;
                color: white !important;
                font-size: 15px;
            }

/* KbaseWeb */
.webDesign.contentControl
{
    width:auto !important;
    height:auto !important;
}
.webDesign.contentControl div.content
{
    width:auto !important;
    height:auto !important;
    overflow-y:visible;
    z-index: 201 !important;
    clear:both;
}

.webDesign.contentControl div.edit
{
    z-index: 202 !important;
}

.webDesign.contentControl div.editor
{
    z-index: 300 !important;
    top:0px;
}
.webDesign.contentControl div.editor input.button
{
    background-color:transparent !important;
}

.editMode
{
    color: #000 !important;
    background-color:#ffffff !important;
    background-image: none;
}

.editMode h1, .editMode h2, .editMode h3
{
    color: #2e5b80;
}

    .editMode p,
    .editMode ul,
    .editMode ol,
    .editMode li,
    .editMode table,
    .editMode td,
    .editMode div,
    .editMode span
    {
        font-size: 1em;
        color: #000;
    }

    .editMode a, .editMode a:link, .editMode a:hover, .editMode a:visited
    {
        color: #2e5b80;
        text-decoration: none;
    }

div#pageKbaseWebMenu
{
    position: absolute;
    width: 960px;
    height: 30px;
    font-size: 12px;
	z-index: 9999;
}

div.modalPopup, div.modalPopup div, div.modalPopup span, div.modalPopup ul, div.modalPopup li, div.modalPopup p
{
    color: #222 !important;
}

/* Contact Form */
div.contactFormControl
{
    width: 550px;
    margin: 30px auto;
}

input.button
{
    padding: 8px 12px;
    border-radius: 5px;
    background-color: #2c577b !important;
    height: 32px;
    color: white !important;
    font-size: 15px;
}


/* Reservations Form */
div.reservationsForm
{
}
div.reservationsForm > fieldset
{
    border:none;
    padding:10px 0px;
}
div.reservationsForm > fieldset > legend
{
    font-weight:bold;
    padding:0px;
    font-family: 'Comic Sans MS', Arial;
    font-size:19px;
    color:#2e5b80;
}
    div.reservationsForm > fieldset > div.field
    {
        padding-bottom:5px;
    }
    div.reservationsForm > fieldset > div.field > label
    {
        display:inline-block;
        width:170px;
    }
    div.reservationsForm > fieldset > div.field > input.textbox
    {
        width:250px;
    }
    div.reservationsForm > fieldset > div.field.bookingDate > input.textbox,
    div.reservationsForm > fieldset > div.field.arrivalDate > input.textbox
    {
        width:100px;
    }
    div.reservationsForm > fieldset > div.field.bookingDate > div.ajax__calendar,
    div.reservationsForm > fieldset > div.field.arrivalDate > div.ajax__calendar
    {
        margin-left:170px;
    }
    div.reservationsForm > fieldset > div.field > select.dropdownlist
    {
        width:253px;
    }
    div.reservationsForm > div.disclaimer
    {
        margin-top:0px;
        padding-left:175px;
    }
    div.reservationsForm > div.terms
    {
        margin-top:10px;
        padding-left:175px;
    }
    div.reservationsForm > div.buttons
    {
        margin-top:10px;
        padding-left:175px;
    }