/*doug.theswain.css
 * New layout for the blog as of 11/2008
 * Goal is to create a more "blog" feeling page
 * As opposed to a monolithic beast of a site
*/
body { 
    padding-top: 25px;
    background-color: #f6f3db;
    font-family: 'Lucida Grande', Helvetica, sans-serif;
    font-size: 13px;
    padding-bottom: 25px;
}

#nav {
    margin-left: 70px;
    padding-right: 25px;
    padding-left: 15px;
    padding-top: 20px;
    text-align: left;
    height: 600px;
    float: left;
    border-right: solid;
}

#logo {
    margin-left: 70px;
    margin-right: 70px;
    height: 100px;
    background-image: url( 'images/sheep_logo1.png' );
    background-repeat: no-repeat;
    text-align: center;
    border-bottom: solid;
}

#twitter_div {
    width: 175px;
    margin-left: 0px;
}

#main {
    margin-right: 70px;
    margin-left: 240px;
    padding-left: 35px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family:      'Lucida Grande', Helvetica, sans-serif;
    color: #272727;
    font-size: 13px;
    line-height: 1.5em;
}

#footer {
    background-color: #aabbbb;
    margin-left: 70px;
    margin-right: 70px;
}

a:link,a:visited,a:active {
    color: #7c645a;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #000;
    text-decoration: none;
}

#quote {
    background-color: transparent;
    margin-left: 20px;
    margin-right: 20px;
}

