/* $Id: blocks.css,v 1.4 2009/11/05 11:05:39 johnalbin Exp $ */

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

.block h2.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-locale-0  { /*language switch*/
	float:right;
	margin-top:1em;		
}

#block-locale-0 ul li { /*language switch*/
	list-style:none;
	display:block;
	float:left;	
	text-transform:uppercase;
	background:url(../images/lang_div_bar.png) no-repeat center right;
	padding-right:15px;
	margin-right:15px;		
}

#block-locale-0 ul li.last { /*language switch*/
	background:none;
	padding-right:0px;
	margin-right:0px;		
}

#block-block-3	{
	float:right;
	clear:both;	
	text-align:right;
}

#block-block-3 img	{
	margin-left:10px;
	vertical-align:bottom;
}

#block-block-3 p	{
	margin:0px;
	display:inline;
}



#block-simplenews-0, #block-multiblock-3	{ /*newsletter block*/
	background:#97a816;
}

#block-simplenews-0 h2, #block-multiblock-3 h2	{ /*newsletter block heading*/
	color:#fff;
	text-transform:uppercase;
	font-size:1.2em;
	font-weight:normal;
	border-bottom:#f5f6e8 1px solid;
	padding:10px;	
}

#block-simplenews-0 .content, #block-multiblock-3 .content	{ /*newsletter block*/
	padding:10px;
	background:#acb945;	
}

#block-simplenews-0 a:link, #block-simplenews-0 a:visited, #block-multiblock-3 a:link, #block-multiblock-3 a:visited	{
	color:#fff;
}

#block-simplenews-0 p, #block-simplenews-0 .form-radios, #block-multiblock-3 p, #block-multiblock-3 .form-radios	{
	margin:0; 
}

.issues-link	{
	clear:both;
}

/*front page feature block*/

#block-views-story-block_3	{
	margin-bottom:25px;
}	

#block-views-story-block_3 > h2	{
	color:#837765;
	text-transform:uppercase;
	font-size:1.4em;
	border-bottom:#bdbfa4 1px solid; 
	padding:0.4em 0 0.5em 0;
	font-weight:bold;
}

#block-views-story-block_3 .views-field-tid	{
	font-size:1.3em;
	margin-bottom:0.5em;
}

#block-views-story-block_3 .views-field-title h2	{
	font-size:1.0em;
	line-height:1.4em;
}

#block-views-story-block_3 .views-field-field-subtitle-value	{
	font-size:1.1em;
	font-weight:bold;
}

/*related items and categories blocsk*/

#block-similarterms-0_1	{
	margin-bottom:25px;
}

#block-similarterms-0_1	h2, #block-faceted_search_ui-1_related h2 {
	color:#3c372f;
	text-transform:uppercase;
	font-size:1.2em;
	border-top:#837765 1px solid; 
	padding:0.75em 0;
	font-weight:bold;
}

#block-similarterms-0_1	ul {
	list-style:none;
	padding:0;
	margin-top:0;
}

#block-faceted_search_ui-1_related ul {
	list-style:none;
	padding:0 0 0 20px;
	margin-top:0;
}

#block-similarterms-0_1	ul li, #block-faceted_search_ui-1_related ul .faceted-search-facet--taxonomy--1 {
	margin-bottom:15px;
}



