
/* 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;
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    background: #0493d9 url(/images/theme-sanibelbike/bg-blue.png) repeat scroll center top;
}

body {
    text-align: left;
    width: 845px;
    padding-left: 13px;
    margin: 0 auto;
    padding-bottom: 1em;
}

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

h1 {
    margin-top: 0;
}

h1 { font-size: 180%; }
h2 { font-size: 160%; }
h3 { font-size: 150%; }
h4 { font-size: 130%; }
h5 { font-size: 110%; }
h6 { font-size: 100%; }

#header {
    height: 161px;
    background: black url(/images/theme-sanibelbike/silhouette.png) no-repeat scroll right top;
}

#header p {
    margin: 0;
    float: right;
    color: white;
    padding-top: 125px;
    padding-right: 20px;
    font-style: italic;
    font-size: 110%;
}

#logo {
    float: left;
    margin-left: -13px;
    margin-bottom: -50px;
    position: relative;
}

#main {
    float: left;
    width: 845px;
    background: white url(/images/theme-sanibelbike/bg-main.png) repeat-y scroll left top;
}

#sideContent {
    padding: 18px 18px 36px 36px;
    font-size: 89%;
}

#content {
    float: left;
    width: 587px;
    padding: 20px;
    font-size: 80%;
}

/* Menu styles */
#menubar {
    display: inline; /* IE6 fix */
    float: left;
    width: 202px;
    margin: 0 0 0 16px;
    font-size: 80%;
    padding-top: 59px;
}

.menu {
    padding: 0 13px 0 12px;
    margin: 0;
    list-style: none;
}

.menu li {
    background: transparent url(/images/theme-sanibelbike/menu-sep.png) no-repeat scroll left bottom;
    padding-bottom: 1px;
}

.menu li.last {
    background-image: none;
}

.menu a {
    display: block;
    width: 130px;
    padding: 0 0 0 47px;
    color: black;
    text-decoration: none;
    height: 25px;
    line-height: 25px;
    background: transparent url(/images/theme-sanibelbike/bullet.png) no-repeat scroll 32px center;
}

.menu a:hover {
    background-color: #ffe274;
}

/* Footer Styles */
#footer {
    clear: left;
    font-size: 90%;
    text-align: right;
    background-color: black;
    color: white;
    padding: 1px 20px;
    font-size: 70%;
}

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

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

#footTextlinks, #footElements {
    margin-right: -3px;
}

#footTextlinks a, #footElements span {
    padding: 0 3px;
}

.slideshow {
    float: left;
    height: 276px;
    border: 1px solid black;
    overflow: hidden;
}

#slideshowLeft {
    margin-right: 7px;
    width: 369px;
}

#slideshowLeft .caption {
    width: 369px;
}

#slideshowRight, #slideshowRight .caption {
    width: 207px;
}

.slideshow .caption {
    text-align: center;
    background: transparent url(/images/cache/images-util-corners-04c442d415bf7f6442cf3083182f95bd.png);
    color: white;
    font-size: 130%;
    line-height: 1.25em;
    height: 1.25em;
    margin-top: -1.25em;
    display: block;
    position: relative;
    text-decoration: none;
    padding: 0;
    font-style: italic;
    font-weight: normal;
}

body.home h1 {
    display: none;
}


