.logo a {
	background:url(../images/logo.png) no-repeat scroll 0 0;
	width:285px;
	height:95px;
	top:15px;
	display:block;
	position:relative;
	overflow:visible;
}

#wrapper {
	border-top:3px solid #006f45;
}

a {
	color:#006f45;
}

.intro a {
	color:#006f45;
}

.team-text h6  {
	color:#006f45;
}

.testimonial-meta h5 {
	color:#006f45;
}

span.caption a:hover {
	color:#006f45;
}

.widget a:hover {
	color:#006f45;
}

.featured-sidebar ul li.selected a {
	color:#006f45;
}

ul.tags a:hover {
	color:#006f45;
}

.authorp h2 a:hover {
	color:#006f45;
}

.comment a:hover {
	color:#006f45;
}

#toggle-view li.activated h3 {
	color:#006f45;
}


ul#filters li a:hover {
	color:#fff;
	background:#006f45;
}

ul#filters li.selected a {
	color:#fff;
	background:#006f45;	
}

.portfolio h3 a:hover {
	color:#006f45;
}

h2.post-title a:hover, .meta a:hover {
	color:#006f45;
}

.pagenav a:hover {
    background:#006f45;
    color:#fff;
}

span.current {
    background:#006f45; 
}

#footer a:hover {
	color:#006f45;
}

.featured-column .package-title {
	border-bottom:3px solid #006f45;	
}

ul#mainnav li a:hover, ul#mainnav li a:active, ul#mainnav li a.current {
	/*border-bottom:3px solid #006f45;*/ color:#fff; background:#006f45; -webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

.nav-first-item {
	border-top:1px solid #006f45;
}

a.service-more {
	float:right;
	background:url(../images/btn-arrow.png) no-repeat 95% 5px;
	display:inline-block;
	padding-right:20px;		
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;		
}

a.service-more:hover {
	background:url(../images/btn-arrow-on.png) no-repeat 95% 5px;
	color:#444;
}

.more-btn {
	display:block;
	background:url(../images/btn-arrow.png) no-repeat scroll center right;
	padding-right:15px;
	float:right;
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;		
}

.more-btn:hover {
	background:url(../images/btn-arrow-on.png) no-repeat center right;
	color:#444;	
}


.toggle-plus {
	background:url(../images/plus.png) no-repeat scroll right center;
	width:21px;
	height:21px;
}

.toggle-minus {
	background:url(../images/minus.png) no-repeat scroll right center;
	width:21px;
	height:21px;
}

h6.check {
	background:url(../images/checked.png) no-repeat scroll center left;
	padding-left:25px;
}

.previous-post-link a {
	background:url(../images/arrow-prev-hover.png) no-repeat scroll 0 0;	
}

.previous-post-link a:hover {
	background:url(../images/arrow-prev.png) no-repeat scroll 0 0;	
}	

.next-post-link a {
	background:url(../images/arrow-next-hover.png) no-repeat scroll 0 0;
	margin-left:1px;
}

.next-post-link a:hover {
	background:url(../images/arrow-next.png) no-repeat scroll 0 0;	
}	
 