
/* 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: "Trebuchet MS", "Trebuchet", "Arial", "Helvetica", sans-serif;
}

html {
    /* blue stripe going down center */
    background: #9fae60 url(/images/cache/images-util-corners-c026ddea3cf7ab66fe927f461968fd26.png) repeat-y scroll center top;
}

body {
    /* repeating wood centered, starting header height pixels down, no width on body */
    background: transparent url(/images/theme-grogshopsanibel/wood.jpg) repeat-y scroll center 189px;
}

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: 160%; margin: 0; padding: 0 0 0.8125em 0; }
h2 { font-size: 145%; margin: 0 0 0.896551724138em 0; }
h3 { font-size: 130%; margin: 0 0 1em 0; }
h4 { font-size: 115%; margin: 0 0 1.13043478261em 0; }
h5 { font-size: 105%; margin: 0 0 1.2380952381em 0; }
h6 { font-size: 100%; margin: 0 0 1.3em 0; }

a {
    color: #416284;
}

legend {
    color: black;
}

#header {
    /* header background, centerd, no width */
    background: transparent url(/images/theme-grogshopsanibel/bg-header.jpg) no-repeat scroll center top;
    height: 162px;
    padding-top: 27px;
}

#logo {
    display: block;
    margin: 0 auto;
    width: 414px;
    height: 130px;
}

#main {
    text-align: left;
    width: 894px;
    margin: 7px auto 0;
    background: transparent url(/images/cache/images-util-corners-11f0edefcb81bd434f0a57ac0aee1b76.png) no-repeat;
    padding-top: 14px;
    position: relative;
}

#content {
    background: transparent url(/images/cache/images-util-corners-e5a79d9410d0fac7faba7091df1e0922.png) repeat-y;
    float: left;
    width: 705px;
    padding: 6px 27px 1px 162px;
    font-size: 80%;
    min-height: 272px;
}

/* Footer navigation */
#bottomNav {
    float: left;
    clear: left;
    background: transparent url(/images/cache/images-util-corners-23d8ae4dc38232995c5260d2ae42e924.png) no-repeat;
    margin: 0;
    padding: 25px 0 10px;
    display: block;
    list-style: none;
    text-align: center;
    font-size: 140%;
    width: 100%;
}

#bottomNav li {
    float: left;
    width: 294px;
    height: 168px;
    margin-left: 6px;
}

#bottomNav a {
    display: block;
    width: 280px;
    height: 154px;
    padding: 7px 7px;
    background: transparent url(/images/cache/images-util-corners-b489497646002f0905c76948923f9d24.png) no-repeat;
    text-decoration: none;
    color: white;
    line-height: 44px;
}

#bottomNav a:hover {
    color: #d1d1d1;
}

#bottomNav .first {
    margin-left: 0;
}

/* Homepage slideshow */
#overlay, #slideshow {
    display: inline;
    float: right;
    width: 385px;
    height: 256px;
    overflow: hidden;
    margin: 5px 0 0 20px;
}

#overlay {
    position: relative;
    z-index: 3;
    background: transparent url(/images/theme-grogshopsanibel/slideshow-overlay.png) no-repeat;
    margin-left: -385px;
}

/* Menu styles */
.menu {
    position: absolute;
    margin: 0 0 0 7px;
    padding: 0 0 0 25px;
    width: 110px;
    line-height: 1.8;
    color: #d1d1d1;
    font-size: 90%;
    left: 0;
}

.menu li {
}

.menu a {
    display: block;
    width: 110px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-family: ;
}

.menu a:hover, .menu .hover {
    color: #d1d1d1;
}

/* Footer Styles */
#footer {
    clear: both;
    font-size: 75%;
    zoom: 1; /* hasLayout */
    color: black;
    /* alpha bevel background with lots of blue padding on background image bottom, centered, no width */
    background: transparent url(/images/theme-grogshopsanibel/bevel-bottom.png) no-repeat scroll center top;
    padding: 30px 0 1px;
}

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

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

#footTextlinks a {
    padding: 0 10px;
}

#copyright { margin-bottom: 0; }
#developerNotice { margin-top: 0; }

/* 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: #416284;
    width: 40px; /* 16 col grid - change to 60px for 12 cols */
    margin: 0 10px;
    height: 100%;
}

