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

html {
    background: white url(/images/theme-gigglessanibel/bg-paint.jpg) repeat scroll -100px -100px;
}

body {
    width: 865px;
    margin: 0px auto;
    background: transparent url(/images/theme-gigglessanibel/bg-bot.png) no-repeat scroll left bottom;
    text-align: left;
    padding: 0 0 18px;
    /* If you're using fancybox and it won't center, use    */
    /* position: static;                                    */
    /* Beware that this can introduce IE6 problems          */
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    font-weight: bold;
    font-family: "Comic Sans MS", "Comic Sans", "Arial", "Helvetica", sans-serif;
    color: #68c21a;
}

h1 { font-size: 190%; margin: 0; padding: 0 0 0.868421052632em 0; }
h2 { font-size: 160%; margin: 0 0 1.03125em 0; }
h3 { font-size: 140%; margin: 0 0 1.17857142857em 0; }
h4 { font-size: 120%; margin: 0 0 1.375em 0; }
h5 { font-size: 105%; margin: 0 0 1.57142857143em 0; }
h6 { font-size: 100%; margin: 0 0 1.65em 0; }

a {
    color: #5e4b96;
}

a:hover {
    color: #ff6c99;
}

legend {
    color: black;
}

#container {
    background: transparent url(/images/theme-gigglessanibel/bg-mid.png) repeat-y;
    width: 847px;
    padding: 0 9px;
}

#header {
    height: 320px;
    padding-right: 37px;
    background: transparent url(/images/theme-gigglessanibel/jumping-girl.jpg) no-repeat scroll 27px 150px;
}

#slideshow {
    float: right;
    width: 434px;
    height: 334px;
    margin-bottom: -14px;
    position: relative;
    background: transparent url(/images/theme-gigglessanibel/bg-slideshow.png) no-repeat;
    overflow: hidden;
}

#slideshow div {
    margin: 16px 0 50px 22px;
}

#logo {
    float: left;
    font-size: 300%;
    color: white;
    display: block;
    text-decoration: none;
    position: relative;
    left: 52px;
    top: 26px;
    width: 306px;
    height: 243px;
}

#content {
    width: 741px;
    padding: 1.65em 35px 0;
    margin: 0 18px;
    display: inline; /* IE6 fix */
    float: left;
    font-size: 90%;
    min-height: 300px;
}

/* Menu styles */
.menu {
    display: block;
    list-style: none;
    margin: 0 18px;
    padding: 0;
    font-family: "Comic Sans MS", "Comic Sans", "Arial", "Helvetica", sans-serif;
    height: 25px;
    line-height: 23px;
    background-color: #ff6c99;
    font-size: 130%;
}

.menu li {
    float: left;
    padding-left: 15px;
    background: transparent url(/images/theme-gigglessanibel/menu-sep.png) no-repeat scroll left 5px;
    position: relative;
}

.menu .first {
    background: none;
}

.menu a {
    color: white;
    text-decoration: none;
    display: block;
    font-weight: bold;
    padding-bottom: 2px;
    padding: 0 20px;
}

.menu a:hover, .menu .hover {
    color: white;
}

/* Footer Styles */
#footer {
    clear: both;
    font-size: 75%;
    text-align: left;
    padding: 14px 53px 3px;
    font-family: "Trebuchet MS", "Trebuchet", "Arial", "Helvetica", sans-serif;
    zoom: 1; /* hasLayout */
    color: white;
    background: #5e4b96 url(/images/theme-gigglessanibel/bg-footer.png) no-repeat;
    font-weight: bold;
    line-height: 1.25;
}

#footElements {
    margin-bottom: 0;
}

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

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

#footTextlinks a {
    padding: 0 4px;
}

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

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

/* Social media icons */
#share {
    height: 16px;
    font-size: 85%;
}

#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;
    text-decoration: none;
}

#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; padding-right: 0; margin-right: -20px; }
#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 a.print       { background-position: 0 -300px; }

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

.stButton {
    margin: 0 !important;
}

.stButton .chicklets {
    display: block;
    font-family: "Tahoma", "Arial", "Helvetica", sans-serif !important;
    font-size: 100% !important;
    line-height: 16px !important;
    padding-left: 18px !important;
}

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

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


