@charset "utf-8";

/*-----------Background-----------*/
body {
	background-position:center top;
	background-color:#fffffff;	
}
/*-----------Nivo Slider Caption-----------*/
.nivo-caption {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, .8);
}
.nivo-caption p {
	color:#ffffff;
}
.nivo-directionNav a {
	background:url(../../images/nivo/arrows_green.png) no-repeat;
}
/*-----------Tip-----------*/
.tip {
	color: #ffffff;
	background-color:#25ba37;	
}
/*-----------Call Out-----------*/
.callouttext, .callouttext a {
	color:#ffffff;
}
/*-----------Hover-----------*/
.callouttext span,ul#twitter_update_list li a,.blogpost h5 a,.footer p a,p a,.details h5 a,#container span, a:link, :link, a:visited, :visited{
	color:#25ba37;
}
/*-----------Top link-----------*/
#top-link{
	background-image:url(../../images/top_button/top_button_green.png);	
}
/*-----------Portfolio Link-----------*/
.link{
	background-image:url(../../images/link_green.png);
}
/*-----------Coda Slider-----------*/
.coda-nav-left a {
	background-image:url(../../images/coda/arrows_green.png);
}
.coda-nav-right a {
	background-image:url(../../images/coda/arrows_green.png);	
}
.highlight.heading{
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(37, 186, 96);
	/* RGBa with 0.6 opacity */
	background: rgba(37, 186, 96, .8);
}
.large.heading {
	color:#ffffff;
}
/*-----------Navigation-----------*/
#menu a:hover{
	background-color:#25ba37;
}
#menu ul ul{
	border-left:#25ba37 solid 4px;
}
#menu ul ul a:hover{
	background-color:#25ba37;
}
#menu ul .current a:hover{
	background-color:#25ba37;
}
#menu ul .current ul a:hover{
	background-color:#25ba37;
}
/*-----------Highlight Button-----------*/
.highlight.button{
	color: #ffffff;
	text-shadow:0 0 0 transparent, 0px 1px 0px #000000;
	background-color:#25ba37;
}