/**
 * @file
 * Block Styling
 */


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

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

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

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

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

h2.block-title { /* Block title */
 color: rgb(75, 0, 130);
}

#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 */
  float: left;
  margin-bottom: 0;
  line-height: 1em;
}

#block-block-1 p { /* First block created with "Add block" link */
  margin: 0;
}


/* header links: login/contact */
#block-block-2 {
  float: right;
  list-style: none;
  margin: 5em 1em 0 0;
  text-align: right;
}

#block-block-2 ul {
  margin: 0;
  padding: 0;
}

#block-block-2 li {
  list-style: none;
  padding: .5em .25em;
}

#block-block-2 li:first-child {
  border-bottom: 1px dotted #fff;
}

#block-block-2 a {
  color: #fff;
  font-weight: bold;
}

#block-block-2 a:hover {
  text-decoration: underline;
}

#block-block-8 {
  text-align: center;
  margin: 4px 0 0 0;
}

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

#block-block-9 {
  text-align: center;
  margin: 0;
}

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

#block-block-10 {
  text-align: center;
}

#block-block-10 p {
  margin: 8px 0 0 0;
}

#block-block-10 img {
  margin:0px 2px;
}

#block-block-13 strong {
  font-size: 18px;
  font-weight: bold;
  color: #0000cd;
}

#block-search-form {
  float: left;
}

#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 */
  background-color: #E8E8E8;
  border-color: #DCDCDE;
  border-style: solid;
  border-width: 1px;
  font-weight: bold;
  margin-top: 10px;
  padding-left: 10px;
  color: #555;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 18px;
  font-size: 12px;
  list-style: none;
}


#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-menu-menu-members-zone-links-menu h2 {
  color: #222222;
  border-bottom: 1px dotted #baadad;
  font-size: 16px;
  line-height: 22px;
  margin-top: 25px;
}
#block-menu-menu-members-zone-links-menu ul {
  margin: 0;
  padding: 0;
}
#block-menu-menu-members-zone-links-menu ul.menu li a {
  color: #525252;
}

.page-node-3 #block-block-18 {
  display: none;
}
#block-views-account-details-block .view-content {
  float: left;
}
#block-views-account-details-block .attachment {
  float: right;
}
#block-views-account-details-block .attachment .view-content {
  float: none;
}
#block-views-account-details-block .view-footer {
  clear: left;
  padding-top: 10px;
}
#block-gtranslate-gtranslate {
  margin-left: 18px;
}