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

/**
 * @file
 * Block Styling
 */
	border: 1px solid #ebebeb;
	padding-left: 20px;
	background: url(../images/front-block-background.gif) no-repeat;
	padding-right: 20px;

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

.region-sidebar-first .block {
	border: 1px solid #ebebeb;
	background: url(../images/left-sidebar-background.gif) no-repeat;
	width: 235px;
	margin-top: 10px;
	margin-left: 10px;
}
.region-sidebar-first .block .content{
	background: url(../images/left-sidebar-separator.png) no-repeat 0px 0px;
}
#block-block-4 .content {
	background: none;
	padding-left: 27px;
}

.region-sidebar-first .block .inner {
	padding-left: 20px;
	padding-right: 20px;
}
#block-menu-menu-discover-southern-forests h4 {
	font-weight: normal;
	font-style: normal;
	color: #7A9641;
	margin-left: 10px;
	margin-top: 3px;
}

#block-menu-menu-discover-southern-forests .content {
	font-weight: bold;
}
#block-menu-menu-discover-southern-forests .content a.active {
	color: #7a7a7a;
}

.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-block-1 h2.title {
	margin-top: 10px;
	margin-left: 10px;
}

#block-block-1 ul.footer-submenu {
	margin-bottom: 15px;
	list-style-image: none;
	list-style-type: none;
	padding-top: 15px;
}
#block-block-1 ul.footer-submenu li{
	font-weight: bold;
	font-size: 1.1em;
	padding-bottom: 5px;
}
#block-menu-menu-discover-southern-forests h2.title { /* book block*/

	margin-left: 10px;
	font-size: 1.3em;
	margin-top: 10px;
}
#block-menu-menu-discover-southern-forests ul.menu {
		padding-top: 15px;
			margin-bottom: 15px;
}