/*
-------------------------------------------------------
Fairhaven: Master Styles
Developed By: Andrew Hanna
---------------------------------------------------- */

html, body {
    padding: 0;
    margin: 0;
    border: 0;
    height: 100%;
}

body {
    background-color: #fff;
    margin: 0px;
    padding: 0px;
    text-align: center;
    color: #000;
    font: 13px/17px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* html body #spin-onsite-wrapper #spin-onsite-inner-wrapper {
    width: 100%;
    height: 100%;
    background: transparent url('/images/spacer.gif');
}

/* Layout Divs
---------------------------------------------------- */

#wrap {
    width: 771px;
    background: #fff url('/images/bg_content.gif') top left repeat-y;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding: 0px;
    border: 0px;
    vertical-align: top;
}

h1#logo {
    width: 771px;
    height: 153px;
    background: transparent url("/images/header.gif") top left no-repeat;
    text-indent: -9999px;
    padding: 0;
    margin: 0;
    border: 0;
}

h1#logo a {
    width: 771px;
    height: 153px;
    float: right;
}

#content {
    width: 687px;
    float: left;
    padding: 15px 30px 30px 30px;
    margin: 0 0 0 2px;
    border: 0;
}

* html #content {
    margin: 0 0 0 1px;
}

#footer {
    background: #fff url('/images/footer.gif') top left no-repeat;
    clear: both;
    width: 771px;
    height: 55px;
    color: #333;
    text-align: center;
    margin: 0;
    border-top: solid 2px #2196af;
}

#footer p {
    font-size: 9px;
}

body.home #content {
    padding: 0;
    background-color: #d6eaec;
    width: 767px;
}

* html body.home #content {
    width: 767px;
}

body.home #footer {
    border: none;
}

#image img {
    margin-left: 2px;
}

/* =NAV
---------------------------------------------------- */

div#nav-wrap {
    width: 771px;
    float: left;
    border-bottom: solid 2px #2196af;
}

ul#nav {
    width: 771px;
    height: 22px;
    position: relative;
    padding: 0;
    margin: 0;
}

ul#nav li {
    margin: 0px 0px 0px 10px;
    padding: 4px 10px 0px 2px;
    list-style: none;
    text-decoration: none;
    color: #2196af;
    letter-spacing: 1px;
    position: relative;
    float: left;
    height: 22px;
    border-right: solid 1px #ccc;
    cursor: default !important;
}

ul#nav li a {
    padding-top: 0px;
    display: block;
    color: #2196af;
    cursor: hand !important;
}

ul#nav li a:hover {
    color: #ccc;
}

ul#nav li ul {
    margin: 0;
    padding: 0;
    width: 165px;
    list-style: none;
    position: absolute;
    left: 0px;
    top: 22px;
    display: none;
    background: #d6eaec;
    border-left: solid 1px #eeefe7;
    z-index: 1001;
}

ul#nav li ul li {
    width: 157px;
    background: transparent none;
    font-size: 8pt;
    line-height: 11pt;
    margin: 0 !important;
    list-style: none;
    padding: 2px 4px 2px 4px;
    height: auto;
    float: none;
    display: block;
    border: solid 1px #2196af;
}

ul#nav li ul li a:hover {
    color: #333 !important;
}

ul#nav li:hover ul, ul#nav li.over ul {
    display: block;
}

/* =HEADERS
---------------------------------------------------- */

h2 {
    font-family: "Anglo-Saxon Caps", Times, serif;
    font-size: 16pt;
    color: #836545;
    font-weight: lighter;
    letter-spacing: 2px;
}

h3 {
    font-family: "Anglo-Saxon Caps", Times, serif;
    font-size: 14pt;
    line-height: 18px;
    color: #836545;
    font-weight: lighter;
    letter-spacing: 2px;
}

h4 {
    font-family: "Lucida Grande", Verdana, Tahoma, Arial, sans-serif;
    font-size: 8pt;
    line-height: 14px;
    color: #836545;
    font-weight: lighter;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* =TEXT
---------------------------------------------------- */

strong {
    color: #836545;
}

.error {
    font-weight: bold !important;
    color: #B8BAA5;
}

#content p {
    margin: 0 0 10px 0;
    font: 13px/17px "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.5px;
    line-height: 1.5em;
}

#primarycol p {
    padding: 0 30px 0 0;
}

.clear {
    clear: both;
}

blockquote.sidebar {
    width: 155px;
    float: right;
    background: #d6eaec bottom right no-repeat;
    border: #39A8E0 solid 2px;
    font-size: 10px;
    line-height: 15px;
    color: #333;
    font-weight: normal;
    padding: 10px 10px 0px 10px;
    margin: 5px 0 15px 15px;
}

blockquote.sidebar h2 {
    font: bold 13px/17px "Lucida Grande", Arial, Verdana, sans-serif;
    background: #39A8E0 !important;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 3px 10px 4px 10px;
    margin: -10px -10px 10px -10px;
}

blockquote.sidebar h3 {
    font: bold 13px/17px "Lucida Grande", Arial, Verdana, sans-serif;
    color: #333 !important;
    letter-spacing: 1px;
    margin: 3px 0px 15px 0px !important;
}

blockquote.sidebar ul li {
    margin: 0 !important;
    list-style: none;
}

blockquote.sidebar ul.blog-category-list li {
    margin: 0 0 0 -37px !important;
    list-style: none;
}

ul.gallery-list, ul.photo-list {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

ul.gallery-list li, ul.photo-list li {
    margin: 0 !important;
    padding: 0 !important;
}

ul.gallery-list li a, ul.photo-list li a {
    color: #333 !important;
}

ul.photo-list li {
    float: left;
    width: 164px;
    height: 250px;
}

/* =LINKS
---------------------------------------------------- */
a {
    text-decoration: none;
}

#content a {
    text-decoration: none;
    color: #cd7f23;
}

#content a:hover {
    text-decoration: underline;
    color: #de933a;
    background-color: #f6f7f3;
}

div#footer a {
    color: #39A8E0;
}

dl.form dt {
    font-size: 9px;
    letter-spacing: 1.5px;
    margin: 0 0 2px 0;
    text-transform: lowercase;
}

dl.form dd {
    margin: 0 0 5px 0;
}

dl.contact-form {
    width: 88%;
    background: #666;
    padding: 10px;
}

dl.contact-form dd {
    padding: 0 0 5px 0;
    border-bottom: #333 solid 1px;
}

input, select, textarea {
    font: 11px/14px "Lucida Grande", verdana, helvetica, arial, sans-serif;
    color: #333;
}

input.error, textarea.error {
    background: #fff;
    border-left: #B8BAA5 solid 3px;
    color: #333 !important;
}

textarea, input {
    background: #D2D4D1;
    padding: 2px 1px;
}

a.submit {
    color: #B8BAA5;
    font-weight: bold !important;
    font-size: 10px;
    padding: 3px 10px;
    margin: 3px 0;
    border: #39A8E0 solid 1px;
    background: #999;
}

a.submit:hover {
    color: #000;
}

.minor {
    color: #666;
    font-size: 11px !important;
}

dl.news, dl.news dt, dl.news dd {
    padding: 0;
    margin: 0;
    border: 0;
}