/*
Theme Name: FosterPowell
Author: Samuel Hulick
Author URI: http://pdxwebdr.com
*/

@import "styles/style_reset.css";

html {
    background: #4f6030 url(images/grass.jpg) 0 0 repeat;
    color: #222;
    font-family: lucida sans, sans-serif;
}

body {
    background: transparent url(images/body_bg.png) 50% 66px no-repeat;
}

#body {
    width: 960px;
    margin: 0 auto;
    background: #fff url(images/header1.jpg) 50% -138px repeat-x;
    border: 2px solid #233344;
    border-top: 0;
}

#header {
    margin: 10px -12px 0 -12px;
    border: 2px solid #b4a382;
    border-right: 2px solid #685734;
    border-left: 2px solid #685734;
    padding: 24px;
    background-color: #faf5d6;
}

h1 {
    float: left;
}

#navigation {
    padding: 60px 24px 0 0;
    float: right;
    text-align: right;
}

#navigation a {
    font-size: 1.2em;
    padding: 0 12px;
}

#navigation a:hover, #navigation a.youarehere {
    border-bottom: 1px solid #233344;
}

#sidebar {
    width: 180px;
    float: left;
    margin-top: 120px;
    padding: 24px 20px 40px 20px;
    background: #788ea1 url(images/header-shadow.png) top left repeat-x;
    color: #c9d2d9;
}

#sidebar ul {
    padding-bottom: 20px;
    font-size: 14pt;
}

#sidebar ul ul {
    font-size: 10pt;
    margin-left: 12px;
}

#sidebar a {
    display: block;
    color: #c9d2d9;
    margin: 6px 0;
}

#sidebar a:hover, #sidebar a.current_page_item {
    color: #fff;
    border-bottom: 1px solid transparent;
}

#sidebar #searchform {
    margin-top: 12px;
}

#content {
    border-top: 2px solid #ccc;
    padding: 24px 10px 24px 234px;
    background: #fff url(images/header-shadow.png) top left repeat-x;
    margin-top: 120px;
}

a, h2 a:hover {
    color: #233344;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

a:hover {
    border-bottom: 1px solid #233344;
}

#content h2 {
    font-style: italic;
    font-size: 24pt;
    font-weight: normal;
    padding: 0 0 6px 48px;
    border-bottom: 1px solid #233344;
    color: #233344;
}

#content h3 {
    margin: 12px 0 6px 6px;
    font-size: 14pt;
}

#content h4 {
    font-size: 12pt;
}

#content p {
    margin: 18px 6px;
    line-height: 1.4em;
}

#content a {
    border-bottom: 1px solid #a7adb4;
}

#content a:hover {
    border-bottom: 1px solid transparent;
}

#bylaws h2 {
    font-size: 20pt;
}

#bylaws li {
    padding: 6px;
}

#bylaws h3 {
    margin: 24px 0 12px 12px;
}

#bylaws h4 {
    margin: 6px;
}

#bylaws {
    font-size: .8em;
}

ol {
    margin-left: 20px;
}


.clear {
    clear: both;
}


#footer {
    clear: both;
    font-size: 10pt;
}

#tagline {
    width: 960px;
    margin: 0 auto;
    padding: 6px 24px 24px 12px;
    font-size: 10pt;
    text-align: right;
}
