body {
font-size: 100%;
font-family: Georgia, serif;
}

h1, h2, h3, h4, h5, h6 {
font-family: Georgia, serif;
margin-left: -0.5em;
}

#header {
margin-top: -17px;
padding: 0;
height: 100px;
border-bottom: 6px solid #e7ab43;
background: url(../images/header.jpg) top left no-repeat
}

a {
color: #c00;
text-decoration: none;
}

a:hover {
background-color: #c00;
color: #fff;
}

#footer {
border-top: 3px solid #e7ab43;
text-align: center;
padding-top: 5px;
}

#content {
padding-top: 2em;
}

#main-image {
margin-top: -2em;
}

#footer {
color: #666;
font-size: 0.75em;
}

address {
font-style: normal;
line-height: 1.2em;
}

address .name {
font-variant: small-caps;
font-size: 1.2em;
font-weight: bold;
}

img, p img {
margin-top: 0;
}

.breadcrumbs {
margin-top: -32px;
margin-bottom: 20px;
border-bottom: 1px dotted #ddd;
}

#archive {
font-family: Helvetica, Arial, sans-serif;
font-size: 75%;
}

#archive li {
list-style: none;
}

#pagination {
text-align: right;
}

.info {
color: #ccc;
font-size: 80%;
}

.testimonial {
border: 2px solid #e3975d;
background-color: #faf5d5;
padding: 1.5em;
margin: 1em;
}

cite, blockquote {
margin: 0;
}


/* ============== */
/* = Navigation = */
/* ============== */

#sidebar {
padding-top: 25px;
}

ul#navlist {
text-align: left;
list-style: none;
padding: 0;
margin: 0;
width: 150px;
font-family: Helvetica, Arial, sans-serif;
font-size: 75%;
padding-bottom: 25px;
}

ul#navlist li {
display: block;
margin: 0;
padding: 0;
}

ul#navlist li a {
display: block;
width: 100%;
padding: 0.5em 2em 0.5em 2em;
border-width: 1px;
border-color: #ddd #fff #ddd #fff;
border-style: solid;
color: #777;
text-decoration: none;
}

#sidebar>ul#navlist li a {
width: auto;
}

ul#navlist li#active a {
background: #eee;
color: #800000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover {
color: #800000;
border-color: #aaab9c #fff #aaab9c #fff;
background-color: #eee;
}

