/* $Id: blocks.css,v 1.4 2009/11/05 11:05:39 johnalbin Exp $ */

/**
 * @file
 * Block Styling
 */


.block /* Block wrapper */ {
  margin-bottom: 1.5em;
}

/**
 * Block Styling for frontpage content-bottom region
 */
.front .region-content-bottom .block {
  margin: 0 9px 1.5em;
}

/**
 * Current exhibition Block Styling
 * Undo some blue-border stuff on frontpage
 */
.front #block-views-events-block_3 {
  width: 360px;
  float: left;
}

#block-views-events-block_3 .view-content {
  margin: 0;
}

/**
 * Ceramica popular Block Styling
 */
#block-views-ceramica-block_1 {
  position: relative;
}

#block-views-ceramica-block_1 .content {
  border: 1px solid #534A44;
  background: #FFFBF0;
}

#block-views-ceramica-block_1 .view {
  padding: 0;
}

#block-views-ceramica-block_1 .title {
  font-size: 2em;
  background: none;
  color: #fff;
  position: absolute;
  top: 182px;
  padding: 0.75em 9px;
  z-index: 1;
}

#block-views-ceramica-block_1 .views-field-teaser {
  padding: 9px;
}

#block-views-ceramica-block_1 .views-field-view-node {
  float: right;
  padding: 0 9px 9px 0;
}

/*
 * Gallery block on frontpage styling
 */
#block-views-galleries_listing-block_1 div.view-display-id-node_content_2 {
  float: none;
}

#block-views-galleries_listing-block_1 div.views-field-title {
  border: 1px solid #7BAEE4;
  border-bottom: none;
  background:  #C8D8EC;
  margin: 1.5em 0 0 ;
}

#block-views-galleries_listing-block_1 .views-row-1 div.views-field-title {
  margin: 0;
}

#block-views-galleries_listing-block_1 .views-field-title a {
  font-size: 1.2em;
  font-family: Georgia, "Hiragino Mincho Pro", Times, "Times New Roman", serif;
  color: #534A44;
  padding: 9px;
  display: block;
} 

.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 h2.title /* Block title */ {
  padding-top: 18px;
}

.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-comment-0 /* "Recent comments" block */ {
}

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

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

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

#block-menu-secondary-links /* "Secondary 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 */ {
}

#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 */ {
}
