@import url(reset.css); /* Reset CSS */

/* BODY ------------------------------------------------------------------ */

html {
    background: #876845 repeat 0 0;
}

body {
    color: #222;
    font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 87.5%;
    line-height: 1.5;
}

/* HEADINGS ------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 { font-weight: normal; color: #876845; }

h2 { font-size: 1.5em; margin-bottom: 0.75em; }
h3 { font-size: 1.2em; line-height: 1; margin-bottom: 1em; }
h4, h5, h6 { font-size: 1em; line-height: 1.25; margin-bottom: 1.25em; }

/* TYPOGRAPHY ----------------------------------------------------------- */

p { margin: 0 0 1.5em; }

blockquote { margin:1.5em; color:#666; font-style: italic; }
q { font-style: italic; }

strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
sup, sub { line-height: 0; }
abbr { border-bottom: 1px dotted #666; cursor: help; }
address { margin: 0 0 1.5em; font-style: italic; }

pre { margin: 1.5em 0; white-space: pre; }
pre, code { font: 1em 'Andale Mono', 'Lucida Console', monospace; line-height: 1.5; }

li ul, li ol { margin: 0; }
ul, ol { margin: 0 1.5em 1.5em 0; padding-left: 3.333em; }
ul { list-style-type: disc; }
ol { list-style-type: decimal; }
dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dd { margin-left: 1.5em; }

ins { text-decoration: underline; }
del { color: #666; text-decoration: line-through; }

/* LINKS ---------------------------------------------------------------- */

a:link { color: #beb1a0; text-decoration: underline; }
a:visited { color: #beb1a0; text-decoration: underline; }
a:hover { color: #000; }
a:focus { color: #000; }
a:active { color: #000; }

/* IMAGES & VIDEOS ------------------------------------------------------ */

img.left { float: left; margin:1.5em 1.5em 1.5em 0; }
img.right { float: right; margin:1.5em 0 1.5em 1.5em; }

/* LAYOUT --------------------------------------------------------------- */

#page {
    margin: 0 auto;
    width: 800px;
    background: #dedfd9;
    border-left: 20px solid #5e4830;
}

#header {
    height: 140px;
    position: relative;
}

#header h1 {
    width: 500px;
    height: 105px;
    background: url(img/logo.png) no-repeat 0 0;
    text-indent: -10000px;
    position: absolute;
    left: 22px;
    top: 30px;
}

#footer {
    background: #5e4830;
    color: #fff;
    padding: 15px 0;
    clear: both;
}

#footer h2 {
    color: #beb1a0;
}

#body { padding: 30px; }

#map { width: 500px; height: 400px; }

#video {
    float: right;
    border: 3px solid #876845;
    height: 360px;
}

#gallery img {
    border: 3px solid #876845;
    float: left;
    margin: 0 40px 40px 0;
}
