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

html {
    background-color: #324c57;
}

body {
    width: 904px;
    margin: 0 auto;
    text-align: left;
    padding: 0;
}

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

h1 { font-size: 170%; margin: 0; padding: 0 0 0.882352941176em 0; }
h2 { font-size: 170%; margin: 0 0 0.882352941176em 0; }
h3 { font-size: 130%; margin: 0 0 1.15384615385em 0; }
h4 { font-size: 115%; margin: 0 0 1.30434782609em 0; }
h5 { font-size: 105%; margin: 0 0 1.42857142857em 0; }
h6 { font-size: 100%; margin: 0 0 1.5em 0; }

h1, h2 {
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    background: transparent url(/images/theme-sanibelartframe/bar.png) no-repeat scroll bottom left;
}

body.home h1, body.home h2 {
    background-image: url(/images/theme-sanibelartframe/bar-short.png);
}

a {
    color: #043dc0;
}

a:hover {
    color: #032a84;
}

legend {
    color: black;
}

#header {
    padding-top: 23px;
    height: 121px;
    background: transparent url(/images/theme-sanibelartframe/bg-header.jpg) no-repeat;
}

#headElements {
    float: right;
    width: 40%;
    font-size: 80%;
    text-align: right;
    padding: 30px 42px 0 0;
}

#logo {
    display: inline;
    margin: 0 41px;
    float: left;
    width: 45%;
}

#main {
    float: left;
    width: 880px;
    padding: 0 12px;
    background: transparent url(/images/theme-sanibelartframe/bg-main.jpg) repeat-y scroll left bottom;
}

body.home #main {
    background-image: url(/images/theme-sanibelartframe/bg-main-sidebar.jpg);
}

#frame {
    position: absolute;
    background: transparent url(/images/theme-sanibelartframe/shadow.png) no-repeat;
    z-index: 3;
}

#slideshow {
    height: 309px;
    overflow: hidden;
    background: transparent url(/images/theme-sanibelartframe/frame.jpg) no-repeat;
    position: relative;
}

#slideshow div, #frame {
    height: 219px;
    width: 810px;
    margin: 34px 35px 56px 35px;
}

#sidebar {
    display: inline;
    float: right;
    overflow: hidden;
    width: 200px;
    background: transparent url(/images/theme-sanibelartframe/sidebar-top.jpg) no-repeat;
    margin-right: 30px;
    font-size: 80%;
    text-align: center;
    padding: 0 20px;
}

#sidebar h2 {
    line-height: 36px;
    height: 36px;
    font-family: "Pristina", cursive;
    font-size: 30px;
    background: none;
}

#sidebar h2 img {
    margin-top: 4px
}

#content {
    width: 700px;
    margin: 0 0 0 20px;
    display: inline; /* IE6 fix */
    float: left;
    font-size: 80%;
    min-height: 300px;
}

body.home #content {
    width: 440px;
}

/* Menu styles */
.menu {
    margin: 0 0 0 26px;
    padding: 0;
    display: inline;
    float: left;
    list-style: none;
    width: 104px;
    font-family: "Pristina", cursive;
    font-size: 25px;
    background: transparent url(/images/theme-sanibelartframe/menu-top.jpg) no-repeat;
}

.menu li {
    float: left;
    height: 46px;
}

.menu li.active {
    background: transparent url(/images/theme-sanibelartframe/menu-active.jpg) no-repeat;
}

.menu a {
    display: block;
    height: 46px;
    line-height: 46px;
    padding: 0 5px;
    width: 94px;
    color: black;
    text-decoration: none;
}

.menu a:hover, .menu .hover {
}

/* Footer Styles */
#footer {
    clear: both;
    font-size: 70%;
    text-align: center;
    zoom: 1; /* hasLayout */
    background: transparent url(/images/theme-sanibelartframe/bg-footer.jpg) no-repeat;
    padding: 60px 0 0 0;
    color: #d9d7c3;
}

body.home #footer {
    background-image: url(/images/theme-sanibelartframe/bg-footer-sidebar.jpg);
}

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

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

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

