/* Featured Trips CSS - 28-04-10 JM */

/* =LAYOUT */

.featured-trip {
	padding:10px 10px 5px 15px;
	background-color:#efefef;
	border-radius:8px; -moz-border-radius:8px; -webkit-border-radius:8px;
	margin:10px 0;
	}
	
.featured-trip.kenya {
	background: #efefef url('/images/destinations/featured/bg-kenya.jpg') top right; 
	}
	
.featured-trip.uganda {
	background: #efefef url('/images/destinations/featured/bg-uganda.jpg') top right; 
	}
	
.featured-trip.southafrica {
	background: #efefef url('/images/destinations/featured/bg-southafrica.jpg') top right; 
	}
	
.featured-trip.tanzania {
	background: #efefef url('/images/destinations/featured/bg-tanzania.jpg') top right; 
	}

.featured-trip.cambodia {
	background: #efefef url('/images/destinations/featured/bg-cambodia.jpg') top right; 
	}
.featured-trip.vietnam {
	background: #efefef url('/images/destinations/featured/bg-vietnam.jpg') top right; 
	}
.featured-trip.china {
	background: #efefef url('/images/destinations/featured/bg-china.jpg') top right; 
	}
.featured-trip.srilanka {
	background: #efefef url('/images/destinations/featured/bg-srilanka.jpg') top right; 
	}
.featured-trip.india {
	background: #efefef url('/images/destinations/featured/bg-india.jpg') top right; 
	}
.featured-trip.nepal {
	background: #efefef url('/images/destinations/featured/bg-nepal.jpg') top right; 
	}
.featured-trip.thailand {
	background: #efefef url('/images/destinations/featured/bg-thailand.jpg') top right; 
	}
.featured-trip.argentina {
	background: #efefef url('/images/destinations/featured/bg-argentina.jpg') top right; 
	}
.featured-trip.ecuador {
	background: #efefef url('/images/destinations/featured/bg-ecuador.jpg') top right; 
	}
.featured-trip.brazil {
	background: #efefef url('/images/destinations/featured/bg-brazil.jpg') top right; 
	}
.featured-trip.peru {
	background: #efefef url('/images/destinations/featured/bg-peru.jpg') top right; 
	}
.featured-trip.costarica {
	background: #efefef url('/images/destinations/featured/bg-costarica.jpg') top right; 
	}
	
.featured-trip a.image, .featured-trip a.image:active, .featured-trip a.image:hover, .featured-trip a.image:visited  {
	float:right;
	width:280px;
	height:165px;
	display:block;
	background:transparent url('/images/destinations/featured/transparent.gif');
	text-indent:-9999px;

	}

.last {margin-bottom:0 !important;}		

/* =TEXT */

/* RE-BRANDING Therese Kritzinger 20100903 */
.featured-trip h2 {
	/* color:#FC6C0D; */ /* orange */
	color: #685610; /* dark brown */
	font-size:2em;
	width:415px;
	letter-spacing:-1px;
	}
	
.featured-trip p {
	margin:0 0 12px 0;
	line-height:1.3em;
	width:415px;
	}
	
.featured-trip p a {
	font-size: 1.2em;
	font-weight:bold;
	margin:0;
	color:#6c6b03;
	}

.featured-trip .btn-standard {
	font-size:1em;;
	margin:0 0 12px 0;
	}
	

