/**
 * @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 */ {
}

#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 */ {
}

/* Views Blocks */
.recentNewBlocktitels{margin:10px 5px 0 5px; border-bottom:#f4f4f4 thin solid;}
.recentNewBlocktitelshome{margin:10px 0 10px 0;}
	.recentNewBlocktitelshome.featuredHome{width:180px;}
	.recentNewBlocktitelshome a h1{ font-size:10px; color:#1C3160;line-height:14px;}
	.recentNewBlocktitelshome a:hover h1{ color:#CCCCCC;}
	.recentNewBlocktitelshome h1{ font-size:10px;}
	.recentNewBlocktitelshome h2{ font-size:10px; line-height:14px;}
	.recentNewBlocktitelshome h2 a{ font-size:10px; color:#1C3160;line-height:14px;}
	.recentNewBlocktitelshome h2 a:hover { color:#CCCCCC;}

/* News */
#pressPageTitel{}
.pressBox{
	width:500px;
	margin: 10px 0 20px 20px; padding-bottom:10px;border-bottom:#CCCCCC thin solid;}
.pressBoxHome{border-bottom:#CCCCCC 1px solid; width:180px;}
#press{}
	#press h1 { }
	#press h2 {margin:10px 0 0 0;}
	#press p {margin: 10px 0 0 0;}
	
.pressReleaseTerm h2{font-size:12px; text-height:13px;}
	.pressReleaseTerm a h2{ color:#1C3160;}

#newsNAV{margin: 20px 0 0 10px;}
	#newsNAV li{margin: 10px 0 0 0; width:280px; border-bottom:#CCC thin solid;}
	#newsNAV a{}
	#newsNAV li h1{}

.taxTXT{}
	.taxTXT li{ border-bottom:#CCC thin solid; height:20px; width:280px; margin:10px 0 0 10px;}

/* Twitter */
div.btmTXT.twitter{ font-size:10px;}
div.btmTXT.twitter div.header{width:180px;}
div.btmTXT.twitter div.header div{ float:left; padding-top:10px;}
div.btmTXT.twitter div.left{ width:50px; height:50px;}
.topDivider{ border-top:1px #ccc solid; margin-top: 10px;}
div.btmTXT.twitter div.msg, div.btmTXT.twitter div.msg a{ font-size:10px; line-height:14px;}

.cf:after {
	clear: both;
	display: block;
	content: " ";
	height: 0px;
	visibility: hidden;
}
.cf {
	display: inline-block;
}