
/* 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: "Georgia", "Times New Roman", "Times New", "Times Roman", "Times", serif;
    color: white;
}

html {
    background-color: #06260d;
}

body {
    width: 820px;
    margin: 0px auto;
    background: #06260d url(/images/theme-mountainheritage/bg-shadow.png) no-repeat;
    text-align: left;
    padding: 0 11px;
}

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

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

a {
    color: #e9af14;
}

#header {
    height: 221px;
    padding: 13px 20px 0;
    background: transparent url(/images/theme-mountainheritage/bg-header.png) no-repeat;
    position: relative;
    margin-bottom: -183px;
    z-index: 3;
}

#logo {
    display: block;
}

#main {
    background-color: #194621;
    width: 100%;
    float: left;
}

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

/* Menu styles */
#menubar {
    display: inline; /* IE6 fix */
    float: left;
    width: 220px;
    min-height: 370px;
    float: left;
    display: inline; /* IE6 fix */
    text-align: right;
    background: transparent url(/images/theme-mountainheritage/bg-menu.png) no-repeat;
    margin: 0 0 0 20px;
}

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

.language {
}

.menu li {
    display: block;
    float: left; /* IE lameness fix */
    width: 220px;
    background: transparent url(/images/theme-mountainheritage/menu-sep.png) no-repeat scroll bottom right;
}

.menu a {
    display: block;
    color: white;
    text-decoration: none;
    padding: 7px 20px;
    width: 180px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}

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

.menu a.shadow {
    color: black;
    margin-left: 2px;
    margin-top: 2px;
    position: absolute;
    opacity: 0.5;
}

.menu a.shadow:hover {
    color: black;
}

/* Footer Styles */
#footer {
    clear: both;
    font-size: 70%;
    text-align: center;
    padding: 50px 10px 1px;
    zoom: 1; /* hasLayout */
    color: #f7e292;
    background-color: #194621;
}

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

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

#footTextlinks a {
    padding: 0 10px;
}

#footElements {
    font-style: normal;
}

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

/* Grid overlay */
#gridOverlay {
    position: absolute;
    width: 960px;
    height: 120%;
    opacity: 0.05;
    top: -10%;
    margin-left: -70px;
    display: none;
}

#gridOverlay div {
    display: inline; /* IE6 fix */
    float: left;
    background-color: white;
    width: 60px; /* 16 col grid - change to 60px for 12 cols */
    margin: 0 10px;
    height: 100%;
}

#slideshow {
    width: 820px;
    height: 183px;
    overflow: hidden;
}

