
/* 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: #49a5c0 url(/images/theme-friendsonamission/bg-stripes.png) repeat-x scroll left top;
}

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

ul, ol, p {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

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

h1 { font-size: 190%; }
h2 { font-size: 160%; }
h3 { font-size: 130%; }
h4 { font-size: 120%; }
h5 { font-size: 100%; }
h6 { font-size:  90%; }

#container {
    float: right;
    background: transparent url(/images/cache/images-util-corners-c1fb9e11e4155a57d4d6dc548a6897c9.png) repeat-y scroll right top;
    width: 873px;
}

#side {
    float: left;
}

#main {
    float: left;
    margin-left: -20px;
    padding-left: 20px;
    width: 725px;
    border-top: 20px solid white;
}

body.home #main {
    border-color: #c48020;
}

#header {
    width: 186px;
    height: 134px;
    background: transparent url(/images/theme-friendsonamission/bg-header.png) no-repeat scroll left top;
    margin-left: -18px;
    margin-right: -20px;
    position: relative;
}

#banner {
    background: transparent url(/images/cache/images-util-corners-68e47e213768e3301c03602e07cc495f.png) repeat-x scroll left top;
    height: 324px;
    margin-top: -20px;
    padding: 3px 0;
    width: 720px;
}

#slideshowFrame {
    float: right;
    width: 385px;
    height: 261px;
    background: transparent url(/images/cache/images-util-corners-7ea2be513ab0a0c91151e2f819943d8d.png) no-repeat scroll left top;
    padding: 13px 0 0 16px;
    margin-top: 15px;
    margin-right: 10px;
}

#slideshow {
    width: 366px;
    height: 239px;
    overflow: hidden;
}

#headContact {
    background: transparent url(/images/cache/images-util-corners-094c41da6d7c518e0470935bf1a6219a.png) no-repeat scroll right top;
    margin: -7px -5px 0 0;
    padding: 42px 0 0 43px;
    font-weight: bold;
    color: #08576a;
    font-size: 90%;
    position: absolute;
    width: 682px;
}

#headContact p {
    padding-left: 8px;
    width: 219px;
    text-align: center;
}

#headContact p a {
    display: block;
    background: transparent url(/images/theme-friendsonamission/button.png) no-repeat scroll left top;
    height: 26px;
    padding-bottom: 2px;
    line-height: 26px;
    font-size: 120%;
    text-decoration: none;
    color: #08576a;
}

#headContact p a:hover {
    color: black;
}

#logo {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 152px;
    height: 134px;
}

#content {
    padding: 4px 20px;
    color: #08576a;
    font-size: 80%;
    background: transparent url(/images/cache/images-util-corners-f930f813d88d47ac4845a60861ce5c80.png) no-repeat scroll right top;
    margin-top: -24px;
    position: relative;
}

body.home #content {
    background: white url(/images/cache/images-util-corners-d924ed5fa47bff7ec690a757a1b5841d.png) repeat-x scroll left top;
    width: 680px;
}

/* Menu styles */
.menu {
    list-style: none;
    display: block;
    margin: 0 0 0 4px;
    padding: 9px 0;
    width: 144px;
    font-size: 75%;
}

.menu li {
    display: block;
}

.menu a {
    display: block;
    font-weight: bold;
    text-decoration: none;
    width: 116px;
    color: white;
    border-top: 1px solid #80a9b2;
    border-bottom: 1px solid #031f26;
    padding: 4px 0 4px 28px;
}

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

/* Footer Styles */
#footer {
    clear: both;
    font-size: 70%;
    text-align: right;
    height: 97px;
    background: transparent url(/images/cache/images-util-corners-62443be7f8e39f8eaf0af8a983456bba.png) no-repeat scroll left top;
    font-weight: bold;
    padding-right: 15px;
    color: #08576a;
    line-height: 19px;
    padding-top: 10px;
    margin-left: 18px;
}

#footer p {
    margin: 0;
    padding: 0 10px 0 0;
}

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

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

#footer p#footTextlinks, #footer p#footElements {
    padding-right: 0;
}

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

#footElements {
    margin-bottom: 0;
}

#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%;
}

