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

#navigation .block /* So blocks placed in navigation don't overflow */ {
	margin-bottom: 0;
}

.sidebar a,
.sidebar a:link,
.sidebar a:visited,
.sidebar a:hover,
.sidebar a:active,
.sidebar,
.group-sidebar a,
.group-sidebar a:link,
.group-sidebar a:visited,
.group-sidebar a:hover,
.group-sidebar a:active,
.group-sidebar   {
  color: white
}
.region-bottom{
  color: white;
}
.sidebar fieldset,
.group-sidebar fieldset {
  border: none;
}
.sidebar fieldset legend,
.group-sidebar fieldset legend {
  color: rgb(157,190,223);
  font-weight: bold;
  font-size: 1.2em;
  margin-left: -0.5em;
}
.sidebar h2.block-title {
	font-family:  Copperplate Gothic Light, Copperplate, Copperplate Light SSi, serif;
	font-size: 2.2em;
	font-style: normal;
}
.region-sidebar-second h2.block-title,
.region-sidebar-second h2.block-title a,
.region-sidebar-second h2.block-title a:link,
.region-sidebar-second h2.block-title a:visited,
.region-sidebar-second h2.block-title a:hover,
.region-sidebar-second h2.block-title a:active{
  color: rgb(157,190,223);
}
.region-sidebar-first h2.block-title,
.region-sidebar-first h2.block-title a,
.region-sidebar-first h2.block-title a:link,
.region-sidebar-first h2.block-title a:visited,
.region-sidebar-first h2.block-title a:hover,
.region-sidebar-first h2.block-title a:active{
  color: rgb(182,180,80);
}

.sidebar .content {
	padding: 0.5em;
	border-bottom: rgb(157,190,223) solid 1px;
}
.sidebar .last .content{
  border-bottom: none;
}

#block-system-main-menu {
	padding-top: 10em;
	clear: left;
}

.region-header .block {
	
}

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

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

.count-1 /* Incremental count independent of each region */ {
	
}

h2.block-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-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 */ {
	float: right;
	padding-top: 1em;
	padding-right: 1em;
	position: absolute;
	top: 16em;
	right: 1em;
}
.not-logged-in #block-search-form /* "Search form" block without the user login block*/ {
  top: 12em;
}
#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 #user-login-form {
  text-align: left;
}
.block #user-login-form .form-item,
.block #user-login-form .form-item label,
.block #user-login-form .form-actions,
.block #user-login-form .item-list {
  float: left;
  padding-right: 1em;
  margin: 0;
}
.block #user-login-form .item-list li {
  list-style: none;
}

#navigation #block-user-login,
#navigation #block-user-login h2,
#navigation #block-openid-connect-openid-connect-login h2,
#navigation #block-user-login a,
#navigation #block-user-login a:visited, 
#navigation #block-user-login a:active,
#navigation #block-user-login a:hover {
	color: white;
}
#navigation #block-user-login h2,
#navigation #block-openid-connect-openid-connect-login h2 {
  width: 15%;
  float: left;
  text-align: right;
  padding-right: 1em;
}
#navigation #block-user-login .content {
  width: 80%;
  float:right;
}
/* temporary styling for displaying OpenID and Drupal Login Blocks at the same time, remove on second deployment */
#navigation .content ul.openid-links,
#navigation ul.openid-links {
  display: none;
}
#navigation #block-user-login .content {
  width: auto;
}
