/* $Id: blocks.css,v 1.1 2009/02/02 03:38:46 johnalbin Exp $ */

/**
 * @file
 * Block Styling
 */


.block { margin: 0 0 40px 0; }

.block-menu,
.block-menu_block,
.logged-in .block-user,
#block-devel-0,
.block-og
{
  margin-bottom: 2.5em; /* Was 1em */
}

#post-state .block /* Block wrapper */
{
  margin: 0;
}
.block h2.title /* Block title */,
h2#comments-title,
#edit-search-theme-form-1-wrapper label
{
    font-size: 1.2em;
    line-height: 1.636em;
    font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
    margin: 0 0 10px 0;
    padding: 0;
    color: #456771;
    /*margin-top: 0.769em; /* Equivalent to 1em in the page's base font: 1 / 1.3 = 0.769 */
    /*margin-bottom: 0.769em;*/
}

#header-blocks h2 { border: none; margin: 0; font-weight: normal; font-size: .8125em; }
#footer h2,
#promo h2 { display: none; }
#footer li { text-transform: none; }
#block-menu_block-1 h2 { display: none; }
