/*
Theme Name: Resilient
Description: Theme for resilientpeople.org.
Version: 1.0
Author: Fusebox Communications



*/
* {
    margin: 0;
}

html, body {
    height: 100%;
}

body {
    font: 12px arial, helvetica, sans-serif;
    background: #e0e2e1 url(images/body-background.gif) repeat-y top center;
}

#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -77px;
    background: url(images/wrapper-background.jpg) no-repeat top center;
}

#header {
    width: 550px;
    margin: auto;
    color: #fff;
    padding: 205px 300px 0 0;
    position: relative;
    height: 282px;
}

#sn {
    position: absolute;
    top: 10px;
    left: 628px;
}

#sn a {
    color: #fff;
    text-decoration: none;
}



#body {
    width: 850px;
    margin: auto;
    overflow: auto;
}

#content {
    float: left;
    width: 590px;
    padding-top: 25px;
}

#sidebar {
    position: relative;
    float: left;
    width: 222px;
    padding: 35px 0 50px 38px;
}

#sidebar img {
    margin: 15px 0;
}

ul.archives {
    list-style: none;
    margin: 0;
    padding: 0 0 20px 0;
}

#footer, #push {
    /*height: 121px;*/
    height: 77px;
}

#footer {
    background: url(images/footer-background.gif);
}

#footer .inner {
    position: relative;
    width: 850px;
    margin: auto;
    padding-top: 5px;
}

#bird {
   position: absolute;
   right: 0;
   top: -44px;
}



.inner {
    
}


a {
    color: #f4814a;
}

h1 {
    font-size: 30px;
    font-weight: normal;
}

h2 {
    font-size: 24px;
    font-weight: normal;
}

p {
    margin-bottom: 10px;
}

.hr {
    border-bottom: 1px solid #ccc;
    margin: 10px auto;
    width: 60%;
}

/* light orange */
.style-1 {
    color: #f4814a;
}

/* purple */
.style-2 {
    color: #19154f;
}

/* grey */
.style-3 {
    font-weight: bold;
    text-transform: uppercase;
}

/* dark orange */
.style-4 {
    color: #dc4827;
}

.post-details {
    color: #f4814a;
    font-size: 11px;
}

a.permalink {
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #3d3d3d;
}

.post {
    margin-bottom: 40px;
}


