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

#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 */ {
	margin: 0 30px 0 0;
}

#block-search-form div {
	text-align: right;
}

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

.sidebar .block {
	background-color: rgb(255, 253, 250);
}

.sidebar .block .block-title-wrapper0 {
	background-color: rgb(255, 246, 235);
}

.sidebar .block .block-title-wrapper1 {
	background: url("../images/sidebar_01.png") scroll 0 0 repeat-x;
}

.sidebar .block .block-title-wrapper2 {
	background: url("../images/sidebar_04.png") scroll 0 100% repeat-x;
}

.sidebar .block .block-inside {
	background: url("../images/sidebar_06.png") scroll 0 100% repeat-x;
	padding-bottom: 2px;
}

.sidebar .block-content-wrapper {
	margin: 0 8px 0 8px;
}

.sidebar .block .block-title {
	padding: 8px 5px;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
}

.sidebar .block .content {
	padding: 0 0;
	/* was 8px 0, but <p> and others have big margin above and below, which compensates it */
	margin: 0 0 0 0;
}

ul.menu {
	padding-left: 14px;
	margin: 12px 0;
}

ul.menu li {
	padding: 2px 0;
}

ul.menu a:hover {
	text-decoration: underline;
}

ul.menu a.active {
	color: rgb(35, 38, 48);
	font-weight: bold;
}

ul.menu ul {
	margin: 2px 0 0 0;
}