/**
 * @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 */
}

#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 h2,
.block-civicrm h2 {
  margin-bottom: 10px;
}

.sidebar .block {
  border-left: 1px solid #453314;
  padding-left: 10px;
  margin-left: -10px;
}

#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 */
  clear: both;
  float: right;
  margin-bottom: 8px;
}

#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-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-text-resize-0 {
  position: absolute;
  top: 2px;
  left: 629px;
}

/* added by MA */


.socialmedia-medium a,
.socialmedia-small a,
.socialmedia-big a,
.socialmedia-mediumish a, {
  padding-left: 5px;
  display: block;
}

.socialmedia-big span {
  position: relative;
  font-size: 140%;
  bottom: 9px;
  padding-right: 15px;
}

#header .socialmedia {
  clear: both;
  float: right;
  width: 120px;
  height: 24px;
}

#header .socialmedia-mediumish a {
	padding-left: 10px;
}


.region-header {
  height: 0;
}

.region-header #current-user {
  font-size: 90%;
  float: right;
    margin-bottom: 0.5em;
}

#copyright {
  margin-bottom: 28px !important;
}

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

#footer p {
	margin: 0;
}

#block-block-14 {
	font-size: 11px;
}

#block-block-10 {
  font-size: 80%;
  width: 600px;
}

#block-block-24 {
	margin-top: 30px;
	font-size: 80%;
}

#block-system-user-menu {
  float: right;
  margin-bottom: 5px;
}

#block-system-user-menu ul {
  margin: 0;
}

#block-system-user-menu li {
  display: inline;
  list-style-type: none;
  padding-left: 20px;
}

#block-block-41 {
  float: right;
  margin-bottom: 5px;
}

.grant-ack {
	font-size: 90%;
	width: 470px;
}

.pane-block-37 {
	padding-top: 20px;
}

.pane-block-37 p {
	margin-bottom: 0;
	font-size: 180%;
	font-weight: bold;
}

.donate {
	margin: 0;
}

.block-block-39 p {
	margin-top: 5px;
}
