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

html {
    background: #e7e6d1 url(/images/theme-jjstatenhomes/parchment-bg.jpg);
}

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

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    font-weight: bold;
    font-family: "Garamond", "Times New Roman", "Times New", "Times Roman", "Times", serif;
    color: #1b4a37;
}

h1 { font-size: 175%; margin: 0; padding: 0 0 0.714285714286em 0; }
h2 { font-size: 150%; margin: 0 0 0.833333333333em 0; border-bottom: 1px solid #b79e58; }
h3 { font-size: 130%; margin: 0 0 0.961538461538em 0; border-bottom: 1px solid #b79e58; }
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; }

a {
}

legend {
    color: black;
}

#header {
    height: 172px;
    background: transparent url(/images/theme-jjstatenhomes/bg-header.png) no-repeat;
    position: relative;
}

#logo {
    display: block;
    width: 314px;
    height: 96px;
    margin: 0 auto;
    position: relative;
    top: 18px;
    left: 3px;
}

#moreinfo {
    position: absolute;
    width: 178px;
    height: 76px;
    left: 0;
    top: 26px;
    left: 20px;
}

#main {
    width: 720px;
    float: left;
    background: transparent url(/images/theme-jjstatenhomes/bg-main.png) repeat-y;
}

#content {
    width: 512px;
    display: inline; /* IE6 fix */
    float: left;
    font-size: 90%;
    min-height: 300px;
    padding: 1px 20px;
    overflow-x: hidden;
}

/* Menu styles */
.menu {
    display: inline;
    float: left;
    width: 123px;
    list-style: none;
    margin: 0;
    padding: 0 10px 0 17px;
    font-variant: small-caps;
    font-weight: bold;
}

.menu ul {
    display: none;
}

.menu li {
    display: block;
    padding: 1px 0;
    float: left; /* Fixes weird IE problem */
}

.menu .last {
    padding-top: 20px;
}

.menu a {
    text-decoration: none;
    color: #1b4a37;
    display: block;
    width: 109px;
    height: 19px;
    line-height: 19px;
    padding: 0 0 4px 14px;
}

.menu a:hover, .menu .hover {
    color: white;
    background: transparent url(/images/theme-jjstatenhomes/button-active.png) no-repeat;
}

.menu li.drywall a {
    height: auto;
    margin-top: 20px;
    border: 1px solid #c18a37;
    padding-top: 3px;
    background: #1b4a37;
    color: white;
}

.menu li.drywall a:hover {
    background-image: none;
    color: #ffff00;
}

/* Footer Styles */
#footer {
    clear: both;
    font-size: 90%;
    text-align: center;
    padding: 55px 0 1px 0;
    background: transparent url(/images/theme-jjstatenhomes/bg-footer.png) no-repeat;
    zoom: 1; /* hasLayout */
}

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

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

#footTextlinks a {
    padding: 0 5px;
}

#footTextlinks a.first {
    padding-left: 0;
}

#copyright {
    font-variant: small-caps;
    background-color: #1b4a37;
    color: #e7e6d1;
    padding: 3px 0;
    font-size: 110%;
}

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

