
/* Demonstration of a WYMeditor style
p.pull-quote {
    float: right;
    padding: 20px;
    font-size: 150%;
    font-weight: bold;
    width: 25%;
}
*/

/* Basic page layout */
html, body {
    text-align: center;
    font-family: "Verdana", "Lucida Grande", "Arial", "Helvetica", sans-serif;
}

html {
    background: #bfad79;
    background: url(/images/theme-adventure/bg-sand-dk.jpg) center bottom;
}

body {
    background: url(/images/theme-adventure/bg-sand.jpg) center bottom;
    text-align: left;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    font-weight: bold;
    font-family: "Georgia", "Times New Roman", "Times New", "Times Roman", "Times", serif;
}

h1 { font-size: 175%; margin: 0; padding: 0 0 0.714285714286em 0; }
h2 { font-size: 150%; margin: 0 0 0.833333333333em 0; }
h3 { font-size: 130%; margin: 0 0 0.961538461538em 0; }
h4 { font-size: 115%; margin: 0 0 1.08695652174em 0; }
h5 { font-size: 105%; margin: 0 0 1.19047619048em 0; }
h6 { font-size: 100%; margin: 0 0 1.25em 0; }

h1.contentopen {
    position: relative;
    width: 770px;
    left: -220px;
    margin: 0 -220px 0.714285714286em 0;
    padding: 0;
    padding-left: 50px;
    font-style: italic;
    background: #179998;
    color: white;
}

h2 {
    color: #c11a51;
    font-style: italic;
}

h3 {
    font-style: italic;
}

a {
    color: #179998;
    text-decoration: none;
}

legend {
    color: black;
}

#header {
    height: 214px;
    color: white;
}

#logo {
    font-size: 300%;
    color: white;
    display: block;
    text-decoration: none;
    padding: 10px;
}

#sandgrad {
    background: url(/images/theme-adventure/bg-sand-grad.jpg) repeat-x center bottom;
}

#white {
    background: url(/images/theme-adventure/bg-white.png) repeat-y center top;
}

#flower {
    background: url(/images/theme-adventure/bg-flower-egret.jpg) no-repeat center bottom;
}

#tear {
    height: 22px;
    background: url(/images/theme-adventure/bg-tear.png) no-repeat center top;
}

#main, #footer {
    width: 860px;
    margin: 0 auto;
}

#main {
    position: relative;
}

#content {
    float: left;
    width: 600px;
    margin: 0;
    padding: 20px;
    font-size: 90%;
    min-height: 169px;
}

#latest_news ul a:hover,
#content a:hover {
    text-decoration: underline;
}


.wrapper {
}

.wrapper .t .l {
    background: transparent url(/images/cache/images-util-corners-8dddb38fb43c70f39a735fafc1c4eaf7.png) no-repeat;
    width: 12px;
    height: 12px;
}

.wrapper .t .c {
    background: transparent url(/images/cache/images-util-corners-fab946e1ee8ece079b045c2788f533ce.png) repeat-x;
    height: 12px;
}

.wrapper .t .r {
    background: transparent url(/images/cache/images-util-corners-a74cf778bee9611753ad020786ef2c17.png) no-repeat;
    width: 12px;
    height: 12px;
}

.wrapper .c .l {
    background: transparent url(/images/cache/images-util-corners-6d8ccef559e669ded40be87b574ad188.png) repeat-y;
    width: 12px;
}

.wrapper .c .c {
    background: transparent url(/images/cache/images-util-corners-395ab3a90f4442106ef65b0dcf06cbd5.png) repeat;
}

.wrapper .c .r {
    background: transparent url(/images/cache/images-util-corners-276fbfc10c51c59a825cdfd1af3b4775.png) repeat-y;
    width: 12px;
}

.wrapper .b .l {
    background: transparent url(/images/cache/images-util-corners-f9a4c1cf5b0200040becfad033ba8001.png) no-repeat;
    width: 12px;
    height: 12px;
}

.wrapper .b .c {
    background: transparent url(/images/cache/images-util-corners-01effa35fca9aed6b758268e1ee2ed76.png) repeat-x;
    height: 12px;
}

.wrapper .b .r {
    background: transparent url(/images/cache/images-util-corners-52a5489ab8814a58cb49f39dc88f17a2.png) no-repeat;
    width: 12px;
    height: 12px;
}

/* Menu styles */
ul.menu {
    font-family: "Comic Sans MS", "Arial", sans-serif;
    list-style: none;
    font-size: 90%;
    margin: 0;
    padding: 5px 0;
    background: #fedc62;
    text-align: center;
}

ul.menu li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 12px;
    border-right: 2px solid black;
}

ul.menu li.last {
    border-right: 0;
}

ul.menu li a {
    color: black;
    font-weight: bold;
    text-decoration: none;
}

ul.menu li a:hover {
    color: #c11a51;
}

ul.menu li.first {
    position: relative;
    z-index: 3;
}

/* Hide top menu on Go pages */
body.go ul.menu {
    height: 18px;
}
body.go ul.menu a {
    display: none;
}

/* Drop-down menu styles */

ul.menu li ul {
    position: absolute;
    top: -1000px;
    width: 200px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fedc62;
    text-align: left;
    z-index: 12;
    border: 1px solid #f6edcd;
    border-top: none;
}

ul.menu li ul li {
    display: block;
    border-right: 0;
    border-top: 1px solid #f6edcd;
    padding: 0;
}

ul.menu li ul li a {
    display: block;
    width: 176px;
    padding: 5px 12px;
}

ul.menu li ul li a:hover {
    background: #fff7ee;
}

ul.menu li ul li.heading {
    padding: 5px 12px;
    font-weight: bold;
    color: #c11a51;
}

/* Footer Styles */
#footer {
    clear: both;
    height: 186px;
    font-size: 75%;
    text-align: left;
    padding: 30px 0 0 20px;
    zoom: 1; /* hasLayout */
    color: black;
}

#footer a {
    color: black;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#footTextlinks a {
    padding: 0;
}

#footTextlinks a.first {
    padding-left: 0;
}

#copyright,
#developerNotice {
    margin: 0;
    display: inline;
    font-size: 90%;
}

/* Social media icons */
#share {
    height: 16px;
}

#share a {
    float: left;
    line-height: 16px;
    height: 16px;
    padding: 0 5px 0 18px;
    background: transparent url(/images/util/social-icons/16x16.png) no-repeat;
}

#share a.bookmark    { background-position: 0    0px; }
#share a.delicious   { background-position: 0  -20px; }
#share a.digg        { background-position: 0  -40px; }
#share a.email       { background-position: 0  -60px; }
#share a.facebook    { background-position: 0  -80px; }
#share a.flickr      { background-position: 0 -100px; }
#share a.google      { background-position: 0 -120px; }
#share a.itunes      { background-position: 0 -140px; }
#share a.linkedin    { background-position: 0 -160px; }
#share a.myspace     { background-position: 0 -180px; }
#share a.reddit      { background-position: 0 -200px; }
#share a.rss         { background-position: 0 -220px; }
#share a.sharethis   { background-position: 0 -240px; }
#share a.twitter     { background-position: 0 -260px; }
#share a.youtube     { background-position: 0 -280px; }

#share .stbuttontext {
    line-height: 16px !important;
}

#share .stico_default {
    background: transparent url(/images/util/social-icons/16x16.png) no-repeat scroll 0 -240px !important;
}

#share {
    height: auto;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 0;
    font-size: 70%;
    text-align: center;
    background: #f2d977;
}

#share a {
    float: none;
    padding-top: 2px;
    padding-bottom: 2px;
    color: black;
}

#share a:hover {
    text-decoration: underline;
}

/* Grid overlay */
#gridOverlay {
    position: absolute;
    width: 960px;
    height: 120%;
    opacity: 0.15;
    top: -10%;
    display: none;
}

#gridOverlay div {
    display: inline; /* IE6 fix */
    float: left;
    background-color: #548dff;
    width: 40px; /* 16 col grid - change to 60px for 12 cols */
    margin: 0 10px;
    height: 100%;
}

/* Home Page */
body.home #flower {
    background: url(/images/theme-adventure/bg-flower.jpg) no-repeat center bottom;
}

body.home #content {
    padding-top: 0;
    width: 520px;
}

body.home h1.contentopen {
    position: static;
    width: 520px;
    padding-left: 0;
    background: transparent;
    color: #c11a51;
}

#homeSlideshow {
    width: 820px;
    position: relative;
    margin: 0 20px;
    margin-bottom: 1.25em;
}

#homeSlideshow .slideshow {
    height: 350px;
    overflow: hidden;
}

#homeSlideshow .slideshow .caption {
    line-height: 30px;
    padding-top: 0;
    padding-left: 72px;
    font-size: 100%;
    background: #179998;
    color: white;
}

#homeSlideshow .slideshow .caption a {
    color: white;
}

#homeSlideshow .controls {
    position: absolute;
    bottom: 0;
    right: 10px;
    font-size: 240%;
    font-weight: bold;
    line-height: 35px;
    color: white;
    z-index: 2;
}

#homeSlideshow .controls a {
    text-decoration: none;
    cursor: pointer;
    color: white;
    outline: none;
}

#homeSlideshow .controls a:hover {
    color: yellow;
}

#hibiscus {
    height: 207px;
    width: 203px;
    position: absolute;
    left: -74px;
    top: 156px;
    background: url(/images/theme-adventure/hibiscus.png) no-repeat center top;
    z-index: 2;
}

div.h1_hibiscus {
    height: 149px;
    width: 145px;
    position: absolute;
    left: -74px;
    top: -35px;
    background: url(/images/theme-adventure/h1-hibiscus.png) no-repeat center top;
    z-index: 2;
}

div.starfish_slideshow {
    position: relative;
}

div.starfish {
    position: absolute;
    width: 59px;
    height: 58px;
    right: 0;
    bottom: 0;
    background: url(/images/theme-adventure/starfish.png) no-repeat center top;
    z-index: 10;
}

#sidebar {
    float: left;
    display: inline;
    width: 280px;
}

#sidebar div#latest_news {
    background: #f2d977;
    padding: 10px;
    margin-bottom: 10px;
}

#sidebar div#latest_news h2 {
    border-bottom: 1px solid #c11a51;
    color: #c11a51;
    font-family: "Verdana", "Lucida Grande", "Arial", "Helvetica", sans-serif;
    font-size: 106%;
    font-style: inherit;
}

#sidebar div#latest_news h2 a {
    color: #c11a51;
}

#sidebar div#latest_news h3 {
    margin-bottom: 0;
}

#sidebar div#latest_news ul {
    display: inline;
    float: left;
    clear: left;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    font-size: 85%;
}

#sidebar div#latest_news ul li {
    width: 260px;
    display: inline;
    float: left;
    clear: left;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 1.25em;
}

#sidebar #trolley {
    background: url(/images/theme-adventure/trolley-button.png) no-repeat right center;
    line-height: 19px;
    padding: 13px 0 14px 10px;
    font-size: 80%;
}

#sidebar #trolley a {
    color: white;
}

/* Store Page */
.side_menu {
    float: left;
    display: inline;
    margin-top: 70px;
    margin-bottom: 211px;
    margin-left: 15px;
    font-size: 85%;
    font-weight: bold;
    background: url(/images/theme-adventure/side-paper-mid.jpg) repeat-y top center;
}

.side_menu h2 {
    padding: 0;
    padding-left: 25px;
    margin-bottom: 0;
    color: black;
    font-size: 160%;
}

.side_menu .side_menu_inner {
    min-height: 321px;
    width: 165px;
    border-bottom: 1px solid white; /* Fixes an IE8 min-height/padding bug */
    padding: 12px 20px 0;
    background: url(/images/theme-adventure/side-paper-bottom.jpg) no-repeat bottom center;
}

.side_menu .side_menu_inner h2 {
    padding-left: 5px;
    font-size: 120%;
    margin-bottom: 5px;
}

.side_menu ul {
    margin-left: 20px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.side_menu ul li {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1.25em;
    padding-left: 0;
    padding-right: 0;
}

/* Power Boats */
body.rentals-power-boat-rentals ul.detailedIndex li div.image {
    width: 210px;;
}

body.rentals-power-boat-rentals ul.detailedIndex li div.description {
    width: 370px;
}

body.rentals-power-boat-rentals ul.detailedIndex li {
    padding: 2.50em 0 1.25em;
    border-bottom: 2px solid #c3dfcc;
}

body.rentals-power-boat-rentals ul.detailedIndex li.last {
    border: 0;
}

body.rentals-power-boat-rentals ul.detailedIndex li ul {
    padding-left: 1.5em;
}

body.rentals-power-boat-rentals ul.detailedIndex li ul li {
    margin: 0;
    border: 0;
    padding: 0;
}

/* Pages with no side menu */
        body.news #flower {
            background: url(/images/theme-adventure/bg-flower.jpg) no-repeat center bottom;
        }

        body.news #content {
            width: 820px;
        }

        body.news h1.contentopen {
            position: static;
        }
        body.trolley #flower {
            background: url(/images/theme-adventure/bg-flower.jpg) no-repeat center bottom;
        }

        body.trolley #content {
            width: 820px;
        }

        body.trolley h1.contentopen {
            position: static;
        }
        body.contact #flower {
            background: url(/images/theme-adventure/bg-flower.jpg) no-repeat center bottom;
        }

        body.contact #content {
            width: 820px;
        }

        body.contact h1.contentopen {
            position: static;
        }
        body.go #flower {
            background: url(/images/theme-adventure/bg-flower.jpg) no-repeat center bottom;
        }

        body.go #content {
            width: 820px;
        }

        body.go h1.contentopen {
            position: static;
        }

/* Store */
body.store,
body.store div#sandgrad {
    background: transparent none;
}

body.store div#flower {
    background-image: url('/images/theme-adventure/bg-flower-wood.jpg');
}

body.store div.h1_hibiscus {
    background-image: url('/images/theme-adventure/h1-reel.png');
}

body.store div#footer,
body.store div#footer a {
    color: #ffeecc;
}

div.view_cart_button {
    margin-top: 12px;
    margin-left: 25px;
}

div.view_cart_button form {
    margin-bottom: 0;
}

