/* $Id: local_sample.css,v 1.1 2009/02/28 23:33:58 jwolf Exp $ */

/****************************/
/* LOCAL CSS                */
/****************************/

/* Put your custom css and css overrides in this file and  */ 
/* rename it local.css.  By restricting your css changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.               */

/* Steps to activate local.css:                       */
/* 1. Add your custom css to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Uncomment (remove leading semicolon from ) the  */ 
/*    following line in your theme's .info file:      */
/*    ;stylesheets[all][] = local.css                 */
/* 4. Clear cached data at admin/settings/performance */

#legal-notice {
    display: none;
}

#content-bottom {
    margin-top: 0px;
}

div.field.field-type-filefield.field-field-blog-image img {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
}

#header-wrapper {
    margin-bottom: 10px;
}

#header-wrapper {
    margin-bottom: 10px;
}

#friendfeed.widget, #friendfeed.widget div, #friendfeed.widget span, #friendfeed.widget table, #friendfeed.widget tr, #friendfeed.widget td {
    background-color: #444444 !important;
    border: 0px !important;
    color: #F0F0F0 !important;
}

#friendfeed.widget a, #friendfeed.widget a:hover, #friendfeed.widget a:visited {
    color: #DFB77C !important;
}

#friendfeed.widget .bottom {
    background: none !important;
}

#friendfeed.widget .entry {
    margin-bottom: 10px !important;
}


