body, html {
    width: 100%;
    height: 100%;
    background-color: #ebead1;
    color: #122c11;
    font-family: Helvetica, sans-serif;
    font-size: .9em;
}

#header-wrapper {
    margin: 0;
    padding-bottom: 12px;
    background-image: url(../img/bg_shadow.png);
    background-repeat: repeat-x;
    background-position: bottom left;
}

#header {
    position: relative;
    display: block;
    padding: 10px;
    border-color: #fff;
    border-width: 0 0 5px 0;
    border-style: solid;
    background-color: #122c11;
}

#footer {
    padding: 50px 0 50px 100px;
    margin: 100px 0 0 0;
    height: 100px;
    background-color: #2f1f18;
    border-color: #5aac0d;
    border-width: 50px 0 0 0;
    border-style: solid;
}

#content {
    position: relative;
    width: 800px;
    margin: 20px 100px;
}

.contentarea {
    width: 640px;
    padding: 0 10px 0 0;
}

#sidebar {
    position: absolute;
    top: 30px;
    right: 0;
    width: 140px;
    text-align: center;
    padding: 0 0 0 10px;
    border-style: dotted;
    border-width: 0 0 0 1px;
    border-color: #999;
}

.project {
    margin-top: 20px;
    clear: both;
}

/* Forms --------------------------*/

label {
    margin: 20px 0;
    font-size: 1em;
    color: #122c11;
    font-weight: bold;
    letter-spacing: -.05em;
    text-shadow: 0px 2px 2px #fff;
}

input[type=text]{
    margin: 0px 10px 0px 0px;
    padding: 5px;
    width: 198px;
}

input[type=submit]{
    float: right;
    margin: 10px 10px 0px 0px;
    padding: 5px 10px;
    font-weight: bold;
    background-color: #fff;
    cursor: pointer;
}

textarea {
    display: block;
    height: 60px;
    margin: 0px 10px 0px 0px;
    padding: 5px;
    width: 420px;
}

input, textarea {
    border-style: solid;
    border-width: 1px;
    border-color: #999 #666 #666 #999;
}

.error {
    border-color: #970000;
}

/* Lists --------------------------*/

.quote-list {
    margin-top: 50px;
}

.quote-list li {
    margin: 10px 0 10px 20px;
    list-style-position: outside;
    list-style-image: url(../img/icn_leaf.png) !important;
}

.leaf-bullet li {
    margin-left: 20px;
    list-style-position: outside;
    list-style-image: url(../img/icn_leaf.png) !important;
}

/* Navigation ---------------------*/

#navigation {
    display: block;
    position: absolute;
    left: 450px;
    top: 40px;
    font-size: 1.2em;
}

#navigation li {
    display: block;
    float: left;
    margin-left: 1px;
}

#navigation li a {
    display: block;
    padding: 5px 10px;
    font-weight: bold;
    color: #5aac0d;
    text-decoration: none;
}

#navigation li a:hover, .selected {
    background-color: #ebead1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/* Images ---------------------------------*/

.projectimg {
    display: block;
    float: left;
    padding: 5px;
    margin: 0 10px 5px 0;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #999;
}

/* Text & Links ---------------------------*/

.projectimg+p {
    margin-top: 0;
}

a {
    font-weight: bold;
    color: #3d7509;
}

a:hover {
    text-decoration: none;
}

#footer {
    color: #fff;
}

h1 {
    margin: 10px 0;
    font-size: 2em;
    color: #122c11;
    font-weight: bold;
    letter-spacing: -.05em;
    text-shadow: 0px 2px 2px #fff;
}

h2 {
    margin: 5px 0 0 20px;
    line-height: 70px;
    padding-left: 70px;
    background-image: url(../img/leaf.png);
    background-repeat: no-repeat;
}

h2 a {
    font-size: 3em;
    color: #ebead1;
    font-weight: bold;
    letter-spacing: -.05em;
    text-shadow: 0px 1px 1px #ccc;
    text-decoration: none;
}

h3 {
    margin: 10px 0;
    font-size: 1.5em;
    color: #122c11;
    font-weight: bold;
    letter-spacing: -.05em;
    text-shadow: 0px 2px 2px #fff;
}

p {
    margin: 10px 0;
}

strong {
    font-weight: bold;
}

em {
    font-weight: inherit;
    font-style: italic;
}

/* CLEARFIX -------------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
