/* 
Green ColorTheme for - BlueBusiness HTML Template
by Mokush - http://mokush.carbonmade.com/
Version: 1.0 - September 12 09

*/

/* general */
.green {
	background: #AADBDF url(images/background.png) repeat-x top left;
}

.green a {
	color: #00d842;
	text-decoration: underline;
}

.green a:hover {
	color: #24a35a;
	text-decoration: none;
}

.green a:focus {
	background-color: #00d838;
	color: #fff;
	text-decoration: none;
}

.green .menubar ul li a:hover {	
	background-color: #89d0a0;
}

.green .menubar ul li.current-item a {
	background-color: #a2c7ac;
}

.banner {	
	background: url(images/bluebusiness-green-banner-background.jpg) no-repeat left top;	
}

.welcome-message h1 {
	color: #bdffd1;
}

.latest-projects h1 {
	color: #bdffd1;
}

.content {
	background: #fff url(images/light-green-tile.jpg) repeat-x top left;	
}