/*
Theme Name: Charlotte Street Foundation
Theme URI: http://www.charlottestreet.org/
Description: Custom style for the Charlotte Street Foundation
Version: 1.0
Author: Chris Riebschlager
Author URI: http://www.the816.com/
Tags:
*/

@import "css/boilerplate.css";
@import "css/nav.css";

body {
    background-image: url(/wp-content/themes/csf/images/background.jpg);
    background-repeat: repeat-x;
    color: #5f5a4f;
}

div#page {
    width: 960px;
    margin: auto;
    position: relative;
    padding-top: 20px;
}

div#content {
    clear: both;
    width: 700px;
    float: right;
}

div#sidebar {
    float: left;
    padding-top: 110px;
    width: 200px;
}

div#sidebar ul {
    list-style-type: none;
}

div#subscribe {
    padding-bottom: 30px;
}

div#footer {
    clear: both;
}

h1#logo {
    background-image: url(/wp-content/themes/csf/images/csf_logo.gif);
    height: 72px;
    width: 240px;
}

h2#subhead {
    background-image: url(/wp-content/themes/csf/images/subhead.gif);
    height: 28px;
    width: 190px;
    margin-left: 8px;
    margin-top: 10px;
}

div.post {
    background-color: #f5f2ea;
    padding: 10px;
}

div.post h2 {
    padding-left: 10px;
    padding-bottom: 10px;
    font-weight: normal;

}

div.post small {
    padding-left: 10px;
    color: #5f5a4f;
    font-size: 10px;
    float: right;
    margin-top: -20px;
}

div.post p.postmetadata {
    text-align: right;
    padding-top: 5px;
}

div.entry {
    background-color: #fff;
    padding: 10px;
}

ul#subnav {
    list-style-type: none;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 5px;
}

ul#subnav li {
    background-color: #fff;
    padding: 5px;
    margin-right: 5px;
    line-height: 1em;
    font-size: 11px;
    border-bottom: 2px solid #ccc;
    border-right: 2px solid #ddd;
}

ul#subnav li:hover {
    background-color: #fafafa;
}

div.breadcrumb {
    float: right;
    color: #fff;
}

div.breadcrumb a {
   color: #fff; 
}

h2.pagetitle {
    display:none;
}

ul#recipients-list {
    list-style-type: none;
}

ul#recipients-list li {
    display: block;
    text-align: center;
    padding: 5px;
    width: 120px;
    height: 150px;
    margin: 0 10px 10px 0;
    float: left;
    border: 1px solid #eee;
}

.entry h3 {
    color: #763805;
    margin-bottom: .5em;
    font-weight: bold;
}

.entry ul {
    padding-left: 1em !important;
    list-style-type: disc;
}

.entry ul li {
    margin-bottom: 1em;
    color: #333;
}

.entry p {
    color: #333;
}

.post h2, .post h2 a {
    font-weight: bold !important;
    font-variant: small-caps;
    color: #555 !important;
}

.post p {
    color: #333 !important;
    font-weight: normal;
    clear: both;
}

img.post-thumb {
    float: left;
    margin: 0 5px 5px 0;
}


