/**
 * @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-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 */
}

#block-shortcut-shortcuts { /* "Shortcuts" block */
}

#block-statistics-popular { /* "Popular content" block */
}

#block-system-main-menu, #block-nice-menus-1 { /* "Main menu" block */
	margin-left: 260px;
	margin-top: 2.5em;
}

#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-views-front-image-slider-block-1 {
	clear:both;
	height: 365px;
	border-top: 5px solid #333;
}


#block-block-1 { /** copy */
	font-size:smaller;
	padding-left: 40px;
	font-style:italic;
	width: 400px;
	float: left;
}

#block-block-8 { /* sponsors*/
	width: 125px;
	margin-left: 790px;
}



#block-block-2 { /** front page text*/
	border-top:#CCC solid 1px;
	text-align:center;
	font-size:x-large;
	font-weight:600;
	font-family: SimonettaItalic;
	line-height: 1em;
	color: #666666;
	padding-top: 1em;
}

#block-block-2 p {
	margin:auto;
}
#block-block-3 { /** front empty*/
	background-color: #EFEFEC;
	clear:both;
}
#block-block-3 p {
	display:none;
}


#block-block-4 { /**summary partners*/
	width:55%;
	float:left;
}

#block-block-5 { /**summary partners*/
	width:45%;
	float:left;
}

#block-block-5 img {
	padding: 5px;
	border:thin solid #CCC;
	margin-top: 1em;
	margin-bottom: 1.5em;
}
#block-block-6 { /**members*/
    border-right: 1px solid #999999;
    float: left;
    margin-right: 40px;
    width: 400px;
	padding-right: 10px;
}


#block-menu-menu-activities h2 {
 	border-bottom: thin solid #EEEEEE;
    margin-bottom: 1em;	
	color: #666666;
    font-weight: 200;
}