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

/**
 * @file
 * Block Styling
 */


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

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

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

/* The temperature block */
.weather_block {
  padding: 10px;
}
  .weather_block h3 {
    font-size: 1.1em;
    margin: 0;
    padding: 0;
  }
  
  .weather_block ul,
  .weather_block ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
  }
  .weather_block ul {
    overflow: hidden;
    margin: 10px 0 0;
  }
    .weather_block ul li {
      float: left;
      display: block;
      width: 74px;
      text-align: center;
    }
    
    .weather_block ul li img {
      margin: 5px 0 0;
    }
  
  .weather_block .weather_credits {
    text-align: center;
    font-size: 10px;
    margin: 10px 0 0;
  }


/* Creature Feature styles */
#block-views-creature_feature-block_1 {
  padding: 10px;
  overflow: hidden;
}

#block-views-creature_feature-block_1 h2 {
  line-height: 1.3em;
  margin: 0;
  padding: 0 0 15px;
  font-size: 1.1em;
  font-weight: bold;
}

#block-views-creature_feature-block_1 .views-row .views-field-field-image-fid,
#block-views-creature_feature-block_1 .views-row .views-field-title,
#block-views-creature_feature-block_1 .views-row .field-content {
  float: left;
}

#block-views-creature_feature-block_1 .views-row .views-field-field-image-fid {
  margin: 0 10px 0 0;
}

#block-views-creature_feature-block_1 .views-row .views-field-title {
  min-width: 55%;
}

#block-views-creature_feature-block_1 .views-row .field-content p {
  margin: 0;
  padding: 5px 0 0;
}
