
/* 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: "Trebuchet MS", "Trebuchet", "Arial", "Helvetica", sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    background: #fdfbf0 url(/images/theme-corbinhenderson/bg-gradient-right.png) repeat-y scroll right top;
    height: 100%;
}

body {
    background: transparent url(/images/theme-corbinhenderson/bg-gradient-left.png) repeat-y scroll left top;
    min-height: 100%;
    line-height: 1.6;
}

#wrapper {
    background: transparent url(/images/theme-corbinhenderson/bg-leaf-lb.png) no-repeat scroll left bottom;
    min-height: 100%;
}

#container {
    background: transparent url(/images/theme-corbinhenderson/bg-leaf-rt.png) no-repeat scroll right top;
    min-height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    font-weight: normal;
    font-family: "Trebuchet MS", "Trebuchet", "Arial", "Helvetica", sans-serif;
}

h1 { font-size: 190%; margin: 0.842105263158em 0 0 0; }
h2 { font-size: 160%; margin: 1em 0 0 0; }
h3 { font-size: 130%; margin: 1.23076923077em 0 0 0; }
h4 { font-size: 115%; margin: 1.39130434783em 0 0 0; }
h5 { font-size: 105%; margin: 1.52380952381em 0 0 0; }
h6 { font-size: 100%; margin: 1.6em 0 0 0; }

ul, ol, p, form {
    margin-top: 1.6em;
    margin-bottom: 0;
}

a {
    color: #255d25;
}

a:hover {
    color: #758e75;
}

#header {
    margin: 0 auto;
    width: 959px;
    height: 103px;
    padding: 0 8px 0 4px;
}

#logo {
    display: inline; /* IE6 fix */
    float: left;
    height: 56px;
    width: 508px;
    margin: 24px 0 0 38px;
}

#main, .menu, #footer {
    width: 931px;
    padding: 0 22px 0 18px;
    margin: 0 auto;
}

#main {
    background: transparent url(/images/theme-corbinhenderson/bg-main-mid.png) scroll left top repeat-y;
}

#featured {
    height: 272px;
    padding: 13px 54px;
    background: #d1bd3e url(/images/cache/images-util-corners-c4c90a435be436af10c94cfb5f1f0cd4.png) scroll left top repeat-x;
}

#slideshow {
    height: 272px;
    width: 823px;
    text-align: left;
}

#slideshow .slideContent {
    float: right;
    width: 393px;
    padding-left: 20px;
    height: 272px;
    overflow: hidden;
    line-height: 1.25;
}

#slideshow .imglink {
    float: left;
    width: 410px;
    height: 243px;
    overflow: hidden;
}

#slideshow .caption {
    clear: left;
    float: left;
    width: 410px;
    height: 29px;
    line-height: 27px;
    font-size: 115%;
    font-weight: normal;
    text-align: center;
    color: white;
    text-decoration: none;
    background-color: #255d25;
    padding: 0;
}

.overlay {
    display: block;
    position: absolute;
    left: 0;
    width: 410px;
    height: 272px;
    background: transparent url(/images/cache/images-util-corners-7642080e560e7494590e833438b83c8e.png) no-repeat scroll left top;
    text-decoration: none;
}

#content {
    padding: 1px 54px 1.6em;
    background: transparent url(/images/theme-corbinhenderson/shadow.png) scroll left top no-repeat;
    min-height: 200px;
    text-align: left;
    font-size: 85%;
}

body.properties #content {
    background: none;
}

/* Menu styles */
.menu {
    list-style: none;
    background: transparent url(/images/theme-corbinhenderson/bg-main-top.png) scroll left top no-repeat;
    height: 45px;
}

.menu li {
    display: inline; /* IE6 margin fix */
    float: left;
    margin: 0 -7px 0 -3px;
    padding: 3px 8px 4px 4px;
    width: 147px;
    height: 29px;
    line-height: 29px;
    background: transparent url(/images/theme-corbinhenderson/tab.png) scroll left top no-repeat;
}

.menu li.first {
    margin-left: 17px;
}

.menu li.active {
    background-image: url(/images/theme-corbinhenderson/tab-active.png);
}

.menu a {
    display: block;
    width: 147px;
    height: 29px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    position: relative;
}

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

.menu a.shadow {
    position: absolute;
    margin: 1px 0 0 1px;
    color: black;
    -moz-opacity: 0.40;
    opacity: 0.40;
    filter: alpha(opacity=40);
}

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

/* Footer Styles */
#footer {
    padding-top: 20px;
    font-size: 75%;
    background: transparent url(/images/theme-corbinhenderson/bg-main-bot.png) scroll left top no-repeat;
    padding-bottom: 1.6em;
    zoom: 1;
}

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

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

#footTextlinks a {
    padding: 0 10px;
}

#footElements {
    font-style: normal;
    min-height: 1.6em;
}

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

