/**
 * @file
 * Block Styling
 */


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

.region-header .block,
#footer .block {
  margin-bottom: 0;
}

.block.first { /* The first block in the region */
}

.sidebar .block.first {
  margin-top: 22px;
}

.block.last { /* The last block in the region */
}

.sidebar .block.last {
  margin-bottom: 22px;
}

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

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

.region-sidebar-second .block {
  padding-left: 32px;
  padding-right: 32px;
}

h2.block-title { /* Block title */
  text-transform: uppercase;
  font-size: 1.4167em;
  line-height: 1em;
}

#promoted-blocks .block {
  height: 195px;
  position: relative;
  padding-bottom: 38px;
  overflow: hidden;
}

#promoted-blocks .block h2.block-title {
  display: block;
  height: 51px;
  padding: 9px 20px 9px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5em;
  line-height: 1.5em;
  background: #223253;
  text-transform: uppercase;
  color: #fff;
}

#promoted-blocks .block p {
  padding-left: 20px;
  padding-right: 20px;
  margin: 15px 0;
}

#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 block created with "Add block" link */
}

#block-block-1 p {
  margin: 0;
}

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

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

#block-comment-recent { /* "Recent comments" block */
}

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

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

#block-locale-language { /* Language switcher block */
}

#block-menu-menu-NAME { /* Custom menu block */
}

#block-node-recent { /* "Recent content" block */
}

#block-node-syndicate { /* "Syndicate" block for primary RSS feed; see also page.css's .feed-icon */
}

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

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

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

#block-shortcut-shortcuts { /* "Shortcuts" block */
}

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

#block-system-main-menu { /* "Main menu" block */
}

#block-system-management { /* "Management" block for Drupal management menu */
}

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

#block-system-user-menu { /* "User menu" block for Drupal user menu */
}

#block-system-help { /* "System help" block */
}

#block-system-main { /* "Main page content" block */
}

#block-system-powered-by { /* "Powered by Drupal" block */
}

#block-user-login { /* "User login form" block */
}

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

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

#block-locale-language {
  float: right;
}

#block-locale-language ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#block-locale-language ul li {
  margin: 0;
  padding: 0;
  float: left;
  margin-left: 9px;
}