




/*
     FILE ARCHIVED ON 0:41:36 May 30, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 6:41:45 Jun 10, 2013.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/

.logo {	
	top:35px;
	float:left;
	display:inline-block;
	position:relative;
	font-size:26px;
	color:#bf6c49;
	font-weight:600;
	font-family: 'MidoMedium';
	text-shadow: 1px 1px 0px #fff, 2px 2px 0px #e6e6e6;
}

.logo a {	
	display:inline-block;
	position:relative;
	font-size:26px;
	font-weight:600;
	font-family: 'MidoMedium';
	text-shadow: 1px 1px 0px #fff, 2px 2px 0px #e6e6e6;
}

/*.logo a {
	background:url(../images/orange/logo.png) no-repeat scroll 0 0;
	width:155px;
	height:60px;
	text-indent:-9999px;
	top:15px;
	display:inline-block;
	position:relative;
}*/



a {
	color:#bf6c49;
}

.intro a {
	color:#bf6c49;
}

.team-text h6  {
	color:#bf6c49;
}

.testimonial-meta h5 {
	color:#bf6c49;
}

span.caption a:hover {
	color:#bf6c49;
}

.widget a:hover {
	color:#bf6c49;
}

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

ul.tags a:hover {
	color:#bf6c49;
}

.authorp h2 a:hover {
	color:#bf6c49;
}

.comment a:hover {
	color:#bf6c49;
}

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


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

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

.portfolio h3 a:hover {
	color:#bf6c49;
}

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

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

span.current {
    background:#bf6c49; 
}

#footer a:hover {
	color:#bf6c49;
}

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

ul#mainnav  li a:hover, ul#mainnav li a:active, ul#mainnav li a.current {
	border-bottom:1px solid #bf6c49;
	color:#bf6c49;
}


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

a.service-more {
	float:right;
	background:url(../images/orange/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/orange/btn-arrow-on.png) no-repeat 95% 5px;
	color:#444;
}

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


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

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

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

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

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

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