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

/**
 * @file
 * Block Styling
 */


.block /* Block wrapper */
{
  margin-bottom: 1.83em; /* Was 1em */
}

.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.region-odd /* Zebra striping for each block in the region */
{
}

.block.region-even /* Zebra striping for each block in the region */
{
}

.block.odd /* Zebra striping independent of each region */
{
}

.block.even /* Zebra striping independent of each region */
{
}

.region-count-1 /* Incremental count for each block in the region */
{
}

.count-1 /* Incremental count independent of each region */
{
}

.block-inner /* Additional wrapper for block */
{
}

.block h2.title /* Block title */,
h2#comments-title,
#edit-search-theme-form-1-wrapper label
{
    font-size: .92em; /* 11px x 1.636 = 18px */
    line-height: 1.636em;
    font-family: Lucida Sans, Lucida Grande, Helvetica, Arial, "Bitstream Vera Sans", sans-serif;
    font-weight: bold;
    margin: 0 0 16px 0;
    padding: 10px 0 0 0;
    text-transform: uppercase;
    color: #666;
    border-top: 1px solid #ccc;
    /*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 .content /* Block's content wrapper */
{
}

#block-aggregator-category-1 /* Block for the latest news items in the first category */
{
}

#block-aggregator-feed-1 /* Block for the latest news items in the first feed */
{
}

#block-block-1 /* First administrator-defined block */
{
}

#block-blog-0 /* "Recent blog posts" block */
{
}

#block-book-0 /* "Book navigation" block for the current book's table of contents */
{
}

#block-comments-0 /* "Recent comments" block */
{
}

#block-forum-0 /* "Active forum topics" block */
{
}

#block-forum-1 /* "New forum topics" block */
{
}

#block-menu-2 /* "Primary links" block */
{
}

#block-node-0 /* "Syndicate" block for primary RSS feed */
{
}

#block-poll-0 /* "Most recent poll" block */
{
}

#block-profile-0 /* "Author information" block for the profile of the page's author */
{
}

#block-search-0 /* "Search form" block */
{
}

#block-statistics-0 /* "Popular content" block */
{
}

#block-user-0 /* "User login form" block */
{
	height: 22.5em;
}

#block-user-1 /* "Navigation" block for Drupal navigation menu */
{
}

#block-user-2 /* "Who's new" block for a list of the newest users */
{
}

#block-user-3 /* "Who's online" block for a list of the online users */
{
}

#block-menu_block-1 h2
{
	display: none;
}
