/*

File:		eqtr_components.css
Created:	18/05/2009
Author:		Jamie @ Equator	

Notes:


*/

/* Homepage Components */

.quote 
{
	width:470px;
	padding:15px;
	margin:30px auto;
	text-align:left;
}

.quote p.caption 
{
	font-family:Georgia,Times News Roman, serif;
	font-weight:bold;
	margin-bottom:0;
	line-height:1.5em;
}

.quote p.caption span 
{
	font-size:80%;
	font-weight:normal;
	padding-left:2px;
}

.quote blockquote p 
{
	margin-bottom:10px;
	line-height:1.5em;
}

/* Homepage Variant */

body.home #content 
{
	padding:30px 0;
}

body.home #content .content 
{
	width:743px;
	margin:0 auto;
	padding:0;
	background:none;
}

body.home #content .content .quoteContent
{
	width:743px;
	background:#ede8e6 url(../cssimages/home_quote_back.gif) top left repeat-y;
	padding:0;
	float:left;
	border:none;
}

body.home #content .content .welcome 
{
	background:url(../cssimages/home_quote_top.gif) top left no-repeat;
	float:left;
	width:100%;
	padding:0;
}

body.home #content .content .welcome .quote 
{
	width:683px;
	padding:23px 30px 30px;
	margin:0;
	background:url(../cssimages/home_quote_bot.gif) bottom left no-repeat;
	float:left;
}

body.home #content .quote blockquote 
{
	width:433px;
	float:left;
}

body.home #content .quote blockquote h2,
body.home #content .quote blockquote h3,
body.home #content .quote .caption p.person 
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:93.75%;
	font-weight:normal;
	font-style:italic;
	margin-top:0;
}

body.home #content .quote .caption 
{	
	float:right;
	width:200px;
}

body.home #content .quote .caption p.signature 
{
	margin:0;
	padding:12px 0 10px;
}

body.home #content .quote .caption p.person 
{
	margin-bottom:0;
}

body.home #content .quote .caption p.job 
{
	font-size:68.75%;
	line-height:1.4em;
}

/* Catalogue Page Variant */

.regionInfo .quote,
.countryInfo .quote,
.destinationInfo .quote,
.siteInfo .quote 
{
	background:none;
	padding:0;
	width:100%;
}

.regionInfo .quote blockquote,
.countryInfo .quote blockquote,
.destinationInfo .quote blockquote,
.siteInfo .quote blockquote
{
	background:#f3efed url(../cssimages/quote_back.gif) top center no-repeat;
	padding:10px;
}

.regionInfo .quote blockquote > *:last-child,
.countryInfo .quote blockquote > *:last-child,
.destinationInfo .quote blockquote > *:last-child,
.siteInfo .quote blockquote > *:last-child

{
	margin-bottom:0 !important;
}

.regionInfo .quote p.caption,
.countryInfo .quote p.caption,
.destinationInfo .quote p.caption,
.siteInfo .quote .quote p.caption 
{
	padding:7px 0;
}

/*---[ Page Contents ]---*/

#content .pageContent 
{
	float:right;
	width:677px;
	margin:40px 0;
}

#content .mainContent
{
	text-align:left;
	margin:0;
	padding:15px;
	width:645px;
	float:left;
	background:#FFF;
	border:1px solid #dadada;
	-webkit-box-shadow:0px 0px 6px #FFF;
	-moz-box-shadow:0px 0px 6px #FFF;
}

.mainContent h1 
{
	font-size:150%;
	font-weight:normal;
	color:#34000C;
	padding:10px 0 15px 0;
	margin:0;
	position:relative;
	min-height:50px;
}

.mainContent h1.privateReserve 
{
	padding-right:240px;
}

.mainContent h1 span 
{
	position:absolute;
	top:0;
	right:0;
}

.mainContent h1 span.location 
{
	position:inherit;
	display:block;
	font-size:70%;
}

.mainContent h1 span.badge img 
{
	padding:0;
	border:none;
}

#privateReserve .mainContent h1 
{
	padding-left:37px;
	background:url(../cssimages/private_res_large_icon.png) top left no-repeat;
}

.mainContent h2 
{
	font-size:112.5%;
	font-weight:normal;
	color:#7F410E;
}

.mainContent h3 
{
	font-size:93.75%;
	font-weight:normal;
	color:#34000c;
	margin:5px 0;
}

.info h2:first-child 
{
	margin-top:0;
}

.mainContent p 
{
	line-height:1.7em;
	margin-bottom:1.7em;
}

.mainContent .regionInfo,
.mainContent .countryInfo,
.mainContent .destinationInfo,
.mainContent .siteInfo 
{
	width:295px;
	float:left;
}

.mainContent .info *:first-child 
{
	margin-top:0;
}

.mainContent .info ul
{
	padding:0;
	list-style-type:square;
	margin-bottom:1.5em;
	margin-left:15px;
}

.mainContent .info ol 
{
	padding:0;
	margin-bottom:1.5em;
	margin-left:15px;
}

.mainContent .info li 
{
	font-size:75%;
	line-height:1.3em;
	margin:0.9em;
}

.mainContent .addContent 
{
	width:326px;
	float:right;
	padding:0;
	margin:0;
}

.mainContent img 
{
	padding:1px;
	border:1px solid #CCCCCC;
}

.mainContent img.clean 
{
	padding:0;
	border:none;
}

.mainContent img.leftFloat 
{
	float:left;
	margin:3px 10px 10px 0;
}

.mainContent img.rightFloat 
{
	float:right;
	margin:3px 0 10px 10px;
}

/*---[ Destination Gallery / Safari Hotels Gallery ]---*/

.mainContent .destinationGallery,
.mainContent .safariHotelsGallery 
{
	width:326px;
	float:right;
	clear:right;
}

.mainContent .safariHotelsGallery 
{
	padding-top:15px;
}

.destinationGallery .row,
.safariHotelsGallery .row
{
	float:left;
	width:100%;
}

.destinationGallery .destination,
.safariHotelsGallery .destination 
{
	width:157px;
	padding-bottom:15px;
	float:left;
}

.safariHotelsGallery .destination 
{
	padding-bottom:0;
}

.destinationGallery .even,
.safariHotelsGallery .even 
{
	float:right;
}

.destinationGallery a,
.safariHotelsGallery a 
{
	text-decoration:none;
	border:none;
} 

.destinationGallery h3,
.safariHotelsGallery h3 
{
	font-size:87.5%;
	font-weight:normal;
	color:#915116 !important;
	margin:0;
	line-height:1.3em;
	text-decoration:none !important;
}

.destinationGallery a:hover h3,
.safariHotelsGallery a:hover h3 
{
	text-decoration:none !important;
	color:#34000c !important;
}

.destinationGallery h3.privateReserve,
.safariHotelsGallery h3.privateReserve 
{
	padding-left:18px;
	position:relative;
}

.destinationGallery h3.privateReserve span,
.safariHotelsGallery h3.privateReserve span 
{
	position:absolute;
	top:0px;
	left:0px;
	line-height:1em;
}

.destinationGallery h3.privateReserve img,
.safariHotelsGallery h3.privateReserve img 
{
	padding:0;
	border:none !important;
}

.destinationGallery p,
.safariHotelsGallery p 
{
	margin:0;
}

.destinationGallery p.location,
.safariHotelsGallery p.location 
{
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:70%;	
	line-height:1.3em;
	padding-bottom:3px;
}

.destinationGallery a:hover p.location,
.safariHotelsGallery a:hover p.location 
{
	color:#34000C;
}

.safariHotelsGallery .intro 
{
	padding-bottom:13px;
}

.safariHotelsGallery .intro * 
{
	font-size:68.75%;
}

.safariHotelsGallery .intro .last 
{
	margin-bottom:0;
}
 

.safariHotelsGallery .intro p 
{
	margin-bottom:1.5em;
	line-height:1.4em;
}

.destinationGallery img,
.safariHotelsGallery img {
	padding:1px;
	border:1px solid #CCCCCC !important;
}

.destinationGallery .action 
{
	font-size:75%;
}

.destinationGallery a .action 
{
	padding:2px 2px 2px 12px;
	background:url(../cssimages/subnav_bullet.gif) 2px 0.45em no-repeat;
	color:#915116;
	text-decoration:none;
	line-height:1.3em;
	text-decoration:none;
}

.destinationGallery a:hover .action  
{
	color:#34000C;
	text-decoration:underline;
}

.destinationGallery a:hover img 
{
	border-color:#34000C !important;
}

.safariHotelsGallery a 
{
	color:#34000C;
	text-decoration:none !important;
	display:table-cell;
	vertical-align:bottom;
}

.safariHotelsGallery a h3 
{
	color:#915116;
}

.safariHotelsGallery a:hover h3 
{
	color:#34000C;
}

.safariHotelsGallery a:hover img 
{
	border-color:#34000C !important;
}
	

/*---[ Snapshot Gallery ]---*/

.mainContent .snapshotsGallery 
{
	width:326px;
	float:right;
	margin-top:18px;
}

.snapshotsGallery .mainImage 
{
	width:326px;
}

.snapshotsGallery .mainImage img 
{
	float:left;
}

.snapshotsGallery .mainImage .caption 
{
	margin-bottom:10px;
	color:#666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:68.75%;
	padding:2px;
	clear:left;
}

.mainContent .snapshotsGallery .row 
{
	padding-bottom:2px;
	float:left;
	width:100%;
}

.snapshotsGallery .mainImage img,
.snapshotsGallery .row img
{
	padding:1px;
	border:1px solid #CCCCCC !important;
}

.snapshotsGallery .row a 
{
	margin:0 0 0 2px;
	float:left;
	line-height:0em;
}

.snapshotsGallery .row a:first-child 
{
	margin-left:0;
}

.snapshotsGallery .row img 
{
	border:none;
}

.snapshotsGallery .row a:hover img 
{
	border-color:#34000c !important;
}


/*---[ Book Hotel ]---*/

.mainContent .bookHotel 
{
	width:326px;
	float:right;
}

.bookHotel h3 
{
	font-size:87.5%;
	font-weight:normal;
	color:#34000C;
	margin:0;
}

.bookHotel .book 
{
	border:1px solid #CCCCCC;
	background:#FFF;
	padding:1px;
	float:left;
	width:322px;
}

.bookHotel .actions 
{
	background:#EDEDEE;
	padding:5px;
	float:left;
	width:312px;
}

.bookHotel .actions p 
{
	font-size:68.75%;
	margin-bottom:0;
	line-height:15px;
}

.bookHotel .actions .call 
{
	font-family:Georgia,Times News Roman, Times, Serif;
	color:#34000C;
	width:45%;
	float:left;
}

.bookHotel .actions .call span 
{
	color:#915116;
	font-size:118.18%;
}

.bookHotel .actions .online 
{
	width:53%;
	float:right;
	margin-top:2px;
}

.bookHotel .actions .online a 
{
	background:transparent url(../cssimages/subnav_bullet.gif) 0px 0.35em no-repeat;
	color:#915116;
	display:block;
	padding:0 0 0 10px;
	text-decoration:none;
}

.bookHotel .actions .online a:hover 
{
	color:#34000C;
	text-decoration:underline;
}

/*---[ Hotels List ]---*/

.hotelsList 
{
	clear:left;
	float:left;
	text-align:left;
	width:677px;
	margin:35px 0 0 0;
}

.hotelsList h3 
{
	margin:0;
	color:#BD9280;
	font-weight:normal;
}

.hotelsList ul 
{
	float:left;
	width:647px;
	padding:10px 15px;
	margin:5px 0 0 0;
	background:#e7e2e0 url(../cssimages/hotels_list_back.gif) top left no-repeat;
}

.hotelsList li 
{
	list-style:none;
	padding:0 0 5px;
	margin:0;
	width:33%;
	float:left;
	line-height:1.2em;
}

.hotelsList li a 
{
	color:#915116;
	background:url(../cssimages/hotels_list_bullet.gif) 0px 4px no-repeat;
	font-size:68.75%;
	text-decoration:none;
	padding:1px 7px 1px 10px;
	display:block;
	line-height:1.3em;
}

.hotelsList li a:hover 
{
	color:#34000C;
	text-decoration:underline;
}

.hotelsList li a.parentLink 
{
	font-weight:bold;
	font-size:75%;
}


/*---[ Enquiry Page ]---*/

.mainContent .enquiry 
{
	float:left;
	width:319px;
}

/*---[ Forms ]---*/

fieldset 
{
	padding:0;
	margin:0;
	border:none;
}

.form 
{
	float:left;
	width:295px;
	float:left;
}

.form label 
{
	float:left;
	width:100px;
	font-size:75%;
	line-height:1.3em;
	padding-top:4px;
}

.form input,
.form textarea,
.form select 
{
	border:1px solid #AAA;
	color:#34000C !important;
	padding:2px;
}

.form input 
{
	width:180px;
	float:right;
	font-size:75%;
}

.form textarea 
{
	width:290px;
	height:100px;
	font-size:75%;
	font-family:Calibri, Helvetica, Tahoma, sans serif;
}

.form select 
{
	font-size:75%;
}

.form .field 
{
	float:left;
	width:100%;
	padding-bottom:15px;
}

.form .callTime label 
{
	width:160px;
}

.form .callTime select 
{
	float:right;
}

.form div.message 
{
	clear:both;
}

.form div.message label 
{
	padding-bottom:5px;
	vertical-align:baseline;
}

.form .send .formElements 
{
	float:right;
/*	padding:0;
	border:1px solid #AAAAAA;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	width:80px;*/
}

.form .send input 
{
	width:auto;
	overflow:visible;
	padding:2px 15px 3px;
	cursor:pointer;
	margin:1px;
	background:#5d333d url(../cssimages/button_back.gif) center left repeat-x;
	color:#FFF !important;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-color:#937e83;
	text-shadow:0px 1px 2px #000;
	font-size:81.25%;
	font-family:Georgia, Times New Roman,Times,serif;
}
.form .send input:hover 
{
	background:#c9b8b0 url(../cssimages/button_back_ro.gif) center left repeat-x;
	border-color:#c9b8b0;
}


.errorMessages 
{
	clear:both;
	text-align:right;
}

.errorMessages .error 
{
	font-size:75%;
	font-weight:bold;
	padding:0 0 0 16px;
	background:url(../cssimages/warning.gif) 0px 2px no-repeat;
}

.addContent .form 
{
	float:right;
}

/*---[ Phone Contacts ]---*/

.phoneContacts 
{
	float:right;
	width:326px;
	padding:0;
	margin:0;
}

.phoneContacts h2 
{
	margin:0 0 15px;
	color:#34000C;
	font-size:92.5%;
	line-height:1.3em;
}

/*---[ Contacts List ]---*/

.contactsList 
{
	
}

.vcard 
{
	padding-bottom:20px;
}

.vcard h4 
{
	margin:0 0 .2em 0;
	font-weight:normal;
}

.vcard .contactInfo 
{
	padding:10px;
	background:#d8c2ba;
	color:#34000c;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	position:relative;
}

.vcard .contactInfo img 
{
	position:absolute;
	top:-20px;
	right:-5px;
	padding:0;
	border:none;
}

.vcard .contactInfo .bio 
{
	font-weight:normal;
	padding-right:80px;
	line-height:1.4em;
	padding-bottom:10px;
}

.vcard .contactInfo p 
{
	margin:0;
	color:#34000c;
	font-size:87.5%;
	font-weight:bold;
}

.vcard .contactInfo p span,
.vcard .contactInfo a.email 
{
	color:#915116;
}

.vcard .contactInfo a.email:hover {
	color:#34000c;
}

.vcard .contactInfo p:first-child 
{
	margin-top:0;
}


/*---[ Staff View - Eden Philosophy page ]---*/

.staffView 
{
	text-align:left;
}

.staffView h3 
{
	margin:0;
	font-size:100%;
	font-weight:normal;
}

.staffView p.job 
{
	margin-bottom:0;
	font-size:75%;
	line-height:1.4em;
}

.staffView .comment
{
	padding:15px 10px;
	background:#D8C2BA;
	color:#34000c;
	line-height:1.3em;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

.staffView .comment * 
{
	margin:1.5em 0 0 0;
}

.staffView .comment *:first-child 
{
	margin:0;
}

/*---[ Newsletter Promo Area ]---*/

.newsletterPromo 
{
	float:right;
	width:295px;
	padding:0;
	margin:0;
}

.newsletterPromo h2:first-child 
{
	margin-top:0;
}

/*---[ Newsletter Download List ]---*/

.newsletterDownloadsList 
{
	border-top:1px dotted #DADADA;
	padding-top:20px;
	margin-bottom:-20px;
}
.newsletterDownload 
{
	width:100%;
	overflow:hidden;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px dotted #DADADA;
}
.newsletterDownload h4 
{
	margin:0;
	font-size:78%;
}
.newsletterDownload p 
{
	margin-bottom:0;
}
.newsletterDownload img
{
	float:left;
	margin:6px 10px 0 0;
	width:80px;
}

.downloadLink 
{
	background:url(../cssimages/subnav_bullet.gif) center left no-repeat;
	padding:2px 2px 2px 12px;
	float:left;
}

/*---[ Site Map ]---*/

.siteMap 
{
	font-family:Georgia, Times New Roman, Times, Serif;
	font-size:87.5%; 
}

.siteMap > ul > li > ul > li
{
	
}

.siteMap a 
{
	text-decoration:none;
	color:#915116;
}

.siteMap a:hover
{
	text-decoration:underline;
	color:#34000c;
}

.siteMap ul 
{
	list-style:none;
	margin:0;
	padding:0;
}

.siteMap ul ul
{
	padding:0;
}

.siteMap li li 
{
	margin-left:0px;
}

.siteMap li li li
{
	margin-left:40px;
}

.siteMap li a
{
	background:url(../cssimages/subnav_bullet.gif) 0px center no-repeat;
	margin:0;
	padding-left:10px;
	padding-top:6px;
	padding-bottom:6px;
	display:block;
}

.siteMap li li a
{
	background-position:10px center;
	margin:0;
	padding-left:20px;
}

.siteMap li li li a
{
	background-position:10px center;
	margin:0;
	padding-left:20px;
}

.siteMap li li li li a
{
	background-position:10px center;
	margin:0;
	padding-left:20px;
}

.siteMap li.enquiry 
{
	float:none;
	width:auto;
}

.siteMap li.country a
{
	background-color:#EEE;
}

.siteMap li.destination a,
.siteMap li.safari a 
{
	background-color:#FFF;
}

.siteMap li.region li.country 
{
	
}

.siteMap li.region a 
{
}

.siteMap li.region li a 
{
}


/*---[ Sub Nav ]---*/

#content .subContent
{
	float:left;
	width:168px;
	padding:40px 0;
}

.subContent .subnav 
{
	font-family:Georgia, Times New Roman,Times, Serif;
	background:url(../cssimages/subnav_top.gif) top center no-repeat;
	padding:4px 0 0 0;
}

.subContent .subnav h3,
.subContent .backLink h3
{
	font-size:118.75%;
	font-weight:normal;
	line-height:1em;
	color:#34000C;
	background:url(../cssimages/subnav_header_back.gif) bottom center no-repeat;
	padding:12px 0 15px 0;
	margin:0;
}

.subContent .subnav ul 
{
	list-style:none;
	padding:0;
	margin:0;
}

.subContent .subnav ul li 
{
	height:1%;
	padding:0;
	margin:0;
}

.subContent .subnav ul a,
.subContent .backLink a 
{
	font-size:81.25%;
	display:block;
	background:url(../cssimages/subnav_item_back.gif) bottom center no-repeat;
	color:#915116;
	text-decoration:none;
	padding:4px 20px 8px;
	width:128px;
}

.subContent .subnav ul li.current a,
.subContent .subnav ul a:hover,
.subContent .backLink a:hover 
{
	background:url(../cssimages/subnav_item_back_ro.gif) bottom center no-repeat;
	color:#34000C;
}

.subContent .backLink a
{
	font-family:Georgia,Times New Roman, Times, Serif;
}