/**
 * @file
 * Block Styling
 */

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

.block-md-megamenu {
	margin-bottom: 0;
}

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

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

#header .block {
	margin-bottom: 0;
	display: inline-block;
	margin-top: 6px;
	}

#block-locale-language /* Language switcher block */ {
    float:left;
    margin-right:5px;
}

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

#block-locale-language ul li {
	display: inline;
}

#block-locale-language ul li.active {
	display: none;
}

ul#facebook-ul,
ul#sminkvalto-ul {
	margin: 0;
	padding: 0;
	display: inline-block;
}

ul#facebook-ul li,
ul#sminkvalto-ul li {
	display: inline;
}

#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 */ {
	margin-bottom: 0;
	display: inline-block;
	margin-left: 660px;
	margin-right: 0px;
}

#block-search-form /* "Search form" block */ {
	margin-bottom: 0;
	display: inline-block;
	margin-left: 660px;
	margin-right: 0px;
}

#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-block-1,#block-block-6 {
/*	border-top: 1px solid #72BF44;*/
	border-top: 1px solid #2547a0;
	clear: both;
}

#block-block-1 p, #block-block-6 p {
	margin: 5px 0;
}

#block-block-1 .float-balra {
	float: left;
}

#block-block-1 .float-jobbra {
	float: right;
}

.region-footer .block {
	width: 185px;
	float: left;
	height: 230px;
	font-size: 1em;
	margin: 7px;
	border-right: 1px solid #fff;
}

.region-footer .block.first { /*első elé nem kell margó*/
	margin-left: 0;
}

.region-footer .block.last { /*utolsó után nem kell vonal, se margó*/
	border-right: none;
	margin-right: 0;
}

.region-footer h2 {
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 15px 0;
}

.region-footer ul.menu {
	padding-left: 0;
}

.region-footer li.leaf {
    list-style-type: none;
    list-style-image:none;
}

.menu .leaf{ 

 list-style-type: none;
 list-style-image:none;

}


.region-footer a.active, 
.region-bottom a.active,
.region-footer a:link, 
.region-bottom a:link,
.region-footer a:visited, 
.region-bottom a:visited {
	color: #fff;
}

.region-bottom{
    
   height:26px;
    
}

.region-footer ul,
.region-bottom ul { 
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.region-bottom .block {
	margin: 0;
}

.region-bottom ul li {
	display: inline;
	padding-left: 10px;
	background: url("../images/bottom-menu-separator.png") no-repeat left 0.7em;
}

.region-bottom ul li.first {
	background: none;
	padding-left: 0;
}

.region-bottom a {
	font-size: 12px;
}
