.logo a {
	 background: url("logo.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 131px;
    overflow: visible;
    position: relative;
    top: 14px;
    width: 200px;
}

#wrapper {
	/* border-top:3px solid #9dd30b; */
}

a {
	color:#964499;
}

.intro a {
	color:#9dd30b;
}

.team-text h6  {
	color:#9dd30b;
}

.testimonial-meta h5 {
	color:#9dd30b;
}

span.caption a:hover {
	color:#9dd30b;
}

.widget a:hover {
	color:#9dd30b;
}

.featured-sidebar ul li.selected a {
	color:#9dd30b;
}

ul.tags a:hover {
	color:#9dd30b;
}

.authorp h2 a:hover {
	color:#9dd30b;
}

.comment a:hover {
	color:#9dd30b;
}

#toggle-view li.activated h3 {
	color:#9dd30b;
}


ul#filters li a:hover {
	color:#fff;
	background:#9dd30b;
}

ul#filters li.selected a {
	color:#fff;
	background:#9dd30b;	
}

.portfolio h3 a:hover {
	color:#9dd30b;
}

h2.post-title a:hover, .meta a:hover {
	color:#964499;
}

.pagenav a:hover {
    background:#9dd30b;
    color:#fff;
}

span.current {
    background:#9dd30b; 
}

#footer a:hover {
	color:#9dd30b;
}

.featured-column .package-title {
	border-bottom:3px solid #9dd30b;	
}

ul#mainnav li a:hover, ul#mainnav li a:active, ul#mainnav li a.current {
	
	background: none repeat scroll 0 0 #964499;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #FFFFFF;
	 
}

.nav-first-item {
	border-top:1px solid #964499;
}

a.service-more {
	background: url("learmore-bottom.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    float: right;
    height: 89px;	
	width: 177px;
}

/* a.service-more:hover {
	background:url(btn-arrow-on.png) no-repeat 95% 5px;
	color:#444;
} */

.more-btn {
	display:block;
	background:url(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(btn-arrow-on.png) no-repeat center right;
	color:#444;	
}


.toggle-plus {
	background:url(plus.png) no-repeat scroll right center;
	width:21px;
	height:21px;
}

.toggle-minus {
	background:url(minus.png) no-repeat scroll right center;
	width:21px;
	height:21px;
}

.previous-post-link a {
	background:url(arrow-prev-hover.png) no-repeat scroll 0 0;	
}

.previous-post-link a:hover {
	background:url(arrow-prev.png) no-repeat scroll 0 0;	
}	

.next-post-link a {
	background:url(arrow-next-hover.png) no-repeat scroll 0 0;
	margin-left:1px;
}

.next-post-link a:hover {
	background:url(arrow-next.png) no-repeat scroll 0 0;	
}	
 