
/* 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 {
    font-family: "Georgia", "Times New Roman", "Times New", "Times Roman", "Times", serif;
    margin: 0;
    border: 0;
    padding: 0;
}

html {
    background: #06260d;
}

body {
    background: url(/images/theme-thecoveatcelomountain/header-shadow.png) repeat-x left 232px;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    font-weight: bold;
    font-family: "Arial", "Helvetica", sans-serif;
    color: white;
}

h1 { font-size: 175%; margin: 0; padding: 0 0 0.714285714286em 0; }
h2 { font-size: 150%; margin: 0 0 0.833333333333em 0; }
h3 { font-size: 130%; margin: 0 0 0.961538461538em 0; }
h4 { font-size: 115%; margin: 0 0 1.08695652174em 0; }
h5 { font-size: 105%; margin: 0 0 1.19047619048em 0; }
h6 { font-size: 100%; margin: 0 0 1.25em 0; }

h1.contentopen {
    display: none;
}

a {
    color: white;
}

legend {
    color: white;
}

#header {
    height: 232px;
    color: white;
    background: url(/images/theme-thecoveatcelomountain/header-bg.png) repeat-x;
}

#logo {
    width: 960px;
    margin: 0 auto;
    font-size: 300%;
    color: white;
    display: block;
    text-decoration: none;
    background: url(/images/theme-thecoveatcelomountain/header-photo.jpg) no-repeat 222px top;
}

#main {
    width: 960px;
    margin: 0 auto;
    background: #06260d url(/images/theme-thecoveatcelomountain/bg-stripes.png) repeat-y center top;
}

#content {
    width: 692px;
    padding: 30px 20px;
    display: inline; /* IE6 fix */
    float: left;
    font-size: 90%;
    min-height: 300px;
    background: url(/images/theme-thecoveatcelomountain/content-bg.png) no-repeat left top;
    color: white;
}

#slideshow {
    float: right;
    width: 260px;
    height: 195px;
    overflow: hidden;
    margin-left: 0px;
    margin-top: 6px;
}

#agentShieldNotice {
    display: block;
    width: 960px;
    margin: -1.25em auto 1.25em;
    text-align: right;
}

/* Menu styles */
#menubar {
    display: inline; /* IE6 fix */
    float: left;
    width: 228px;
    height: 780px;
    background: url(/images/theme-thecoveatcelomountain/menu-bg.jpg) no-repeat;
}

.menu, .menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 228px;
    display: inline; /* IE6 fix */
    float: left;
    font-size: 90%;
}

.menu {
    padding-top: 20px;
}

.menu ul {
    display: none;
    margin: 0;
    border: 4px solid #1a3666;
    background: #ffae7f;
    z-index: 2;
}

.language {
    min-height: 0;
    padding: 0;
}

.menu li {
    position: relative;
    display: inline;
    float: left; /* IE lameness fix */
    width: 223px;
    margin: 0 2px 0 3px;
    border-bottom: 1px solid white;
    font-variant: small-caps;
    font-weight: bold;
}

.menu li.last {
    border-bottom: 0;
}

.menu a {
    display: block;
    color: black;
    text-decoration: none;
    padding: 5px 10px;
}

.menu a:hover, .menu .hover a, .menu .hover ul a:hover {
    color: white;
    background-color: black;
}

.menu ul li {
    margin: 0;
    width: 228px;
}

.menu .hover ul a {
    color: black;
    background: #ffae7f;
}

.menu .hover ul a {
    color: black;
    background: #ffae7f;
}

.menu li.special {
    border: 1px solid white;
    width: 201px;
    margin: 20px 12px 0 13px;
    background: black;
}

.menu li.special a {
    color: white;
}

.menu li.special a:hover {
    text-decoration: underline;
}

.menu li.imgbutton {
    margin-top: 20px;
    border-bottom: 0;
}

/* Content below menu */
#leftbar_extra {
    clear: left;
    float: left;
    margin: 20px 12px 0 13px;
    font-size: 75%;
    background: transparent url(/images/cache/images-util-corners-239ed22c047dcda9647c597e86cc896a.png);
    padding: 10px 10px 0;
    border: 1px solid white;
}

#leftbar_extra h1, #leftbar_extra h2, #leftbar_extra h3, #leftbar_extra h4, #leftbar_extra h5, #leftbar_extra h6,
#leftbar_extra p, #leftbar_extra ul, #leftbar_extra ol {
    margin-bottom: 10px;
}

/* Footer Styles */
#footer {
    zoom: 1; /* hasLayout */
    clear: both;
    width: 960px;
    margin: 0 auto;
    border-top: 2px solid #945f00;
    padding: 1.25em 0;
    font-size: 75%;
    text-align: center;
    background-color: #06260d;
    color: white;
}

#footer a {
    text-decoration: none;
}

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

#footTextlinks a {
    padding: 0 5px;
}

#footTextlinks a.first {
    padding-left: 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%;
}

/* Home Page */
body.home h1 {
    display: none;
}

