/*
 * Theme Name:     FDC Custom Wordpress Theme
 * Theme URI:      http: //collispuro.com/
 * Description:    FDC Twenty Ten Child Theme
 * Author:         Daniel Collis-Puro
 * Author URI:     http: //collispuro.com/
 * Template:       twentyten
 * Version:        0.1.0
 * 
 */

@import url("../twentyten/style.css");

body{
    background: url('images/loam.jpg');
    font-size: 13px;
    font-family: Georgia, serif;
}

#fdc-header{
    background: url('http://www.farmdirectcoop.org/images/header.jpg') top left no-repeat;
    height: 95px;
    width: 1019px;
    margin: 0px auto;
}

#header{
    height: 1px;
    padding: 0px;
}

#header-image{
    margin-left: 39px;
}

#byline{
    float: right;
    color: black;
    margin-right: 40px;
    font-weight: bold;
}

#byline a{
    font-weight: normal;
    font-style: italic;
}

#wrapper{
    margin-top: 0px;
    background: url('http://www.farmdirectcoop.org/images/fence.jpg') top left no-repeat;
    padding: 0 16px;
}

#root-wrapper{
    background: url('images/root-bg.jpg') top left repeat-x;
}

#main{
    padding-top: 0px;
    margin-top: 30px;
    min-height: 730px;
}

#content{
    background: url('http://www.farmdirectcoop.org/images/large_paper_bg.jpg') #f0e8d3;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;

    box-shadow: 7px 7px 7px black;
    -moz-box-shadow: 7px 7px 7px black;
    -webkit-box-shadow: 7px 7px 7px black;

    padding: 20px;
    margin-left: 0px;
    margin-right: 250px;
    font-size: 13px;
}

#content ul{
    background: white;
    list-style: inside;
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

#content h1.entry-title, #content h2.entry-title{
    font-family: 'OFL Sorts Mill Goudy TT',serif;
    font-size: 2.2em;
    font-weight: bold;
    margin: 0.1em 0 0.5em;
}
#content h1.entry-title a, #content h2.entry-title a{
    color: #643266;
}

.widget-title{
    font-family: 'OFL Sorts Mill Goudy TT',serif;
}

#primary a{
    color: #4A160D;
}

#primary{
    background: url('http://www.farmdirectcoop.org/images/right_col.jpg') top left repeat-y #f9e2b6;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;

    box-shadow: 4px 4px 4px black;
    -moz-box-shadow: 4px 4px 4px black;
    -webkit-box-shadow: 4px 4px 4px black;
    padding: 10px;
    margin-right: 7px;
    width: 200px;
}

#footer{
    display: none;
}

