
/* 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;
}

html {
    background: #94150f url(/images/theme-vonahnassociates/bg-gradient.png) repeat-x;
}

body {
    width: 974px;
    margin: 0px auto;
    padding-top: 21px;
    text-align: left;
    background: transparent url(/images/theme-vonahnassociates/bg-header.png) no-repeat;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    font-weight: bold;
    font-family: "Trebuchet MS", "Trebuchet", "Arial", "Helvetica", sans-serif;
    text-transform: uppercase;
    color: #821f1c;
}

h1 { font-size: 160%; margin: 0; padding: 0 0 0.875em 0; }
h2 { font-size: 150%; margin: 0 0 0.933333333333em 0; }
h3 { font-size: 130%; margin: 0 0 1.07692307692em 0; }
h4 { font-size: 115%; margin: 0 0 1.21739130435em 0; }
h5 { font-size: 105%; margin: 0 0 1.33333333333em 0; }
h6 { font-size: 100%; margin: 0 0 1.4em 0; }

a {
    color: #821f1c;
}

a:hover {
    color: #94150f;
}

legend {
    color: black;
}

#header {
    height: 223px;
    margin: 0 17px;
    background: transparent url(/images/theme-vonahnassociates/gavel.jpg) no-repeat scroll right top;
}

#logo {
    font-size: 300%;
    color: white;
    display: inline;
    float: left;
    text-decoration: none;
    position: relative;
    width: 481px;
    height: 146px;
    left: 40px;
    top: 18px;
}

#main {
    float: left;
    width: 940px;
    padding: 0 17px;
    background: transparent url(/images/theme-vonahnassociates/bg-main.png) repeat-y;
}

#content {
    width: 640px;
    display: inline; /* IE6 fix */
    float: left;
    font-size: 80%;
    padding: 20px 20px 2px;
}

/* Menu styles */
.menu {
    margin: 0;
    padding: 0 0 0 40px;
    list-style: none;
    width: 180px;
    display: inline;
    float: left;
    font-size: 95%;
    font-family: "Trebuchet MS", "Trebuchet", "Arial", "Helvetica", sans-serif;
}

.menu li {
    width: 180px;
    float: left;
}

.menu a {
    display: block;
    width: 180px;
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    padding: 30px 0 0 0;
    border-bottom: 1px solid #828282;
}

.menu a:hover, .menu .hover {
    color: #cccccc;
}

/* Footer Styles */
#footer {
    clear: both;
    font-size: 70%;
    text-align: center;
    zoom: 1; /* hasLayout */
    color: white;
    background: transparent url(/images/theme-vonahnassociates/bg-footer.png) no-repeat;
    padding-top: 45px;
}

#footElements {
    font-size: 115%;
    font-weight: bold;
}

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

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

#footTextlinks a {
    padding: 0 10px;
}

#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: #94150f;
    width: 40px; /* 16 col grid - change to 60px for 12 cols */
    margin: 0 10px;
    height: 100%;
}


