
h1 span {
	color:#00A293;
}

a {
	color:#00A293;
	text-decoration: none;
}


/* navigation */

ul#navigation li.active {
	background:url(../../images/green/navigation_active_bg.png) center bottom no-repeat;
}

ul#navigation li.hover {
	display:block;
	width:105px;
	height:40px;
	background:url(../../images/green/navigation_active_bg.png);
	position:absolute;
	top:1px;
	z-index:10;
	display:none;
}

/* end navigation */


/* featured */

div#featured div#ribbon {
	position:absolute;
	visibility:hidden;
	width:150px;
	height:150px;
	background:url(../../images/green/featuredribbon.png) left top no-repeat;
	top:-5px;
	left:191px;
	z-index:10;
}

div#featured #slideNav a.activeSlide {
	background:url(../../images/green/slideNav_item_bg_active.gif) left top no-repeat;
}

/* end featured */



/* posts */

ul#posts li div.excerpt a.readmore, div#content div#article a.readmore {
	width:116px;
	height:25px;
	display:block;
	background:url(../../images/green/continue_bg.gif) left top no-repeat;
	padding:1px 0px 0px;
	margin:25px 0px 0px 0px;
	float:right;
	color:#ffffff;
	font-size:12px;
	text-align: center;
}

/* end posts */


/* comments */

div#comments ul li p.poster span {
	display:block;
	color:#00A293;
	font-size:10px;
}

form#newComment input.active, form#newComment textarea.active {
	border:1px solid #f6a11e;
}

form#newComment #submit {
	width:116px;
	height:26px;
	background:url(../../images/green/continue_bg.gif);
	border:0px;
	padding:0px;
	border:0px;
	color:#ffffff;
	text-transform: uppercase;
	margin:0px 0px 0px 221px;
}

/* end comments */



/* pagination */

div.pagination ul li a.current {
	color:#00A293;
}

/* end pagination */


/* contact */

div#gmap_wrapper div#gmap_ribbon {
	position:absolute;
	visibility:hidden;
	width:150px;
	height:150px;
	top:-6px;
	left:-6px;
	background:url(../../images/green/gmap_ribbon.png) left top no-repeat;
	z-index:10;
}

form#contactForm input.active, form#contactForm textarea.active {
	border:1px solid #f6a11e;
}

form#contactForm #submit {
	width:116px;
	height:26px;
	background:url(../../images/green/continue_bg.gif);
	border:0px;
	padding:0px;
	border:0px;
	color:#ffffff;
	text-transform: uppercase;
	margin:0px 0px 0px 221px;
}

/* end contact */
