
/* ********************************************************************** */
/* COLORS */

#bottom {
    background:#fafafa;
    border-color:#eaeaea;
}



/* ********************************************************************** */
/* FONTS */



/* ********************************************************************** */
/* OTHER CONFIG */

#bottom .wrap {
    padding:0.5em 1.5em 2em 1.5em;
}

#bottom .unit {
    font-size:80%;
    margin:0.5em 1em 1em 1.3em;
}

/* The styles below are same as in sidebar */

#bottom h3 {
    font-size:110%;
    margin:0.8em 0 0.2em 0;
    font-weight:bold;
}

#bottom .menu a {
    text-decoration: none;
}

/* no bullet point in sidebar menu ul (ol still shows numbers) */
#bottom ul.menu {
    list-style-type:none;
}



/* ********************************************************************** */
/* CONSTANTS */

#bottom
{
    display:block;
    clear:both;
    width:100%;
    font-size:100%;
}



/* ********************************************************************** */
/* END */

