/* http://www.colourlovers.com/palette/726151 */

@import url(http://fonts.googleapis.com/css?family=Reenie+Beanie);

html {
    background: #92A68A;
}

body {
    -moz-box-shadow: 4px 4px 4px #333;
    -webkit-box-shadow: 4px 4px 4px #333;
    color: #F5DD9D;
    font-family: Helvetica, Arial, sans-serif;
    font-size: medium;
    line-height: 1.5em;
    max-width: 700px;
    margin: 40px auto;
}

header, nav, article, footer {
    display: block;
}

header {
    background-color: #BCC499;
    background-image: url(/static/img/bridge.jpg);
    height: 300px;
}

header h1 {
    background: #506266;
    font-family: 'Reenie Beanie', sans-serif;
    padding: 10px;
    text-align: right;
    float: right;
    letter-spacing: 3px;
    -moz-box-shadow: 2px 2px 2px #333;
    -webkit-box-shadow: 2px 2px 2px #333;
}

p {
    margin-top: 2px;
}

#wrapper {
    background: #506266;
    border-top: #F5DD9D 1px solid;
    padding: 0px 30px 30px;
}

a {
    color: #F5DD9D;
    font-weight: bold;
}

img {
    border: 0px;
    text-align: center;
}

nav {
    text-align: right;
}

nav ul {
    margin: 5px 0px 0px;
    padding: 0px;
}

nav ul li {
    display: inline;
}

nav ul li a {
    -moz-box-shadow: 2px 2px 2px #333;
    -webkit-box-shadow: 2px 2px 2px #333;
    color: #506266;
    background: #F5DD9D;
    padding: 10px;
    text-decoration: none;
}

nav ul li a:hover, .current a {
    background: #F8E6B6;
}

nav ul li a:hover {
    -moz-box-shadow: 0px 4px 4px #333;
    -webkit-box-shadow: 0px 4px 4px #333;
}

nav ul li a:active {
    -moz-box-shadow: 2px 2px 2px #333;
    -webkit-box-shadow: 2px 2px 2px #333;
}

h2 {
    border-bottom: #F5DD9D solid 1px;
    text-shadow: 2px 2px 2px #333;
}

h3 {
    margin-bottom: 0px;
    text-shadow: 2px 2px 2px #333;
    font-family: 'Reenie Beanie', sans-serif;
    font-size: xx-large;
}

figure {
    display: inline-block;
    float: right;
    margin: 5px;
    padding: 8px;
    background: #7B8F8A;
    border: #3E4845 solid;
    border-width: 0px 2px 2px 0px;
}

#contact_form {
    clear: both;
    margin: auto;
    width: 400px;
    padding-top: 30px;
}

#contact_form fieldset {
    border: #3E4845 solid;
    border-width: 0px 2px 2px 0px;
    background: #7B8F8A;
    padding: 20px;
}

#contact_form legend {
    font-size: x-large;
    font-weight: bold;
    text-shadow: 2px 2px 2px #333;
}

#contact_status {
    display: none;
    margin-bottom: 10px;
    padding: 5px;
    padding-left: 20px;
}

.contact.status.good {
    background: green;
}

.contact.status.bad {
    background: red;
}

#contact_form input[type=email], input[type=text], textarea {
    border: 1px solid #F5DD9D;
    width: 350px;
    background-color: #BCC499;
    padding: 5px;
}

#contact_form input:invalid {
    background: #FCCCCC;
}

#contact_form textarea {
    height: 150px;
}

#contact_submit {
    float: right;
}

#social_status {
    display: none;
    border-top: #506266 solid 1px;
    font-size: small;
    font-style: italic;
    background: #F5DD9D;
    padding: 10px 30px;
    line-height: 16px;
}

#social_status a {
    color: #506266;
    text-decoration: none;
    font-weight: normal;
}

footer {
    background: #BCC499;
    border: solid 1px #506266;
    color: #506266;
    padding: 15px 30px;
    font-size: small;
}
