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

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

.block-nice-menus {
}

.block-nice-menus li {
	margin-right: 5px;
	margin-left: 5px;
	
}

.block-nice-menus a {
	text-decoration: none;
}

.region-sidebar-first {
}

#block-system-main-menu {
	margin-bottom: 0px;
}

#block-system-main-menu ul.menu {
	padding: 0;
	margin: 0;
}

#block-system-main-menu ul.menu li {
	list-style-type: none;
	list-style-image: none;
	border-bottom: 1px solid #3D3D3F;
	padding: 8px 0;
	padding-left: 3px;
	
}

#block-system-main-menu a {
	color: #3D3D3F;
	text-decoration: none;
	text-transform: uppercase;
}

#block-system-main-menu ul.menu li a:hover {
	text-decoration: none;
}

#block-system-main-menu li.active-trail {
	background-color: #3D3D3F;	
}

#block-system-main-menu li.active-trail a {
	color: white;	
}

.front #block-system-main-menu li.first {
	background-color: #3D3D3F;
}

.front #block-system-main-menu li.first a.active {
	color: white;
}

#block-menu-menu-value-propositions-menu {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.8em;
	float: right;
	margin-bottom: 0px;
	height: 40px;
	position: relative;
	bottom: 40px;
}

#block-menu-menu-value-propositions-menu li {
	display: inline;
	padding: 0 15px;
	border-right: 1px solid black;
}

#block-menu-menu-value-propositions-menu li.last {
	border-right: none;
}

#block-menu-menu-value-propositions-menu li a {
	color: #3D3D3F;
}

