/* ///////////////////////////////////////////////////////////
	Theme Name: Embark
	Version: 1
	Author: Neal Barrow
///////////////////////////////////////////////////////////// */

body {
	font: small Helvetica, Arial, sans-serif;
	background: #FFF url(images/bg_body.jpg) center top no-repeat;
	color: #373737;
	}

body, h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, input, form, fieldset, label {padding: 0;margin: 0}
ul, li, dl, dt, dd {list-style: none}

a:link, a:visited {color: #125DA1}
a:hover {color: #002F5E;}
img {border: none;}
p {margin: 0 0 1.5em 0; line-height: 1.5em}
em {font-style: italic;}
strong{font-weight: bold;}

/* ///////////////////////////////////////////////////////////
	Clearfix
///////////////////////////////////////////////////////////// */
.clear { clear: both; height: 1px; margin: 0; padding: 0;}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* ///////////////////////////////////////////////////////////
	Links
///////////////////////////////////////////////////////////// */
a:link, a:visited {color: #125DA1}
a:hover {color: #002F5E;}
a {outline: none;}
:focus {-moz-outline-style: none;}

/* ///////////////////////////////////////////////////////////
	h1, h2, h3, h4, h5, h6
///////////////////////////////////////////////////////////// */
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, sans-serif;
	font-weight: bold;
	}
	
#header h2 {text-indent: -9999px;}

#header h2 a {
	position: absolute;
	left: 362px;
	top: 34px;
	width: 242px;
	height: 67px;
}

h2, h2 a {
	color: #467189;
	text-decoration: none;
	font-size: 18px;
}
	
/* ///////////////////////////////////////////////////////////
	Structure
///////////////////////////////////////////////////////////// */
#containerOuter {
	width: 960px;
	margin: 0 auto;
	background: #FFF;
	border-right: 1px solid #E4E4E3;
	border-left: 1px solid #E4E4E3;	
	}

#content {
	padding: 0 0 0 10px;
}

#header {
	position: relative;
	background: url(images/bg_header2.jpg) top left no-repeat;
	height: 132px;
}
	
/* ///////////////////////////////////////////////////////////
	Main Navigation
///////////////////////////////////////////////////////////// */
#navOuter {
	background: #3D3C3B url(images/bg_nav.jpg) top left no-repeat;
	margin: 0 0 15px 0;
	float: left;
	width: 960px;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	Home Page
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#slideshowOuter {
	background: url(images/bg_home_mainImg.jpg) top left no-repeat;
	margin: 0;
	width: 960px;
	height: 312px;
	clear: both;
}

#slideshow {
	padding: 11px 0 0 10px;
}

#homeTrips {
	background: #EDE5D7;
	overflow: hidden;
	_height: 1%;
	border-top: 1px solid #DFD8CA;
	border-bottom: 1px solid #DFD8CA;
	padding: 8px 0 0 5px;	
}

#homeTrips .homeTrip {
	background: url(images/bg_home_trips.jpg) top left no-repeat;
	float: left;
	width: 308px;
	height: 184px;
	margin: 0 12px 10px 0;
}

#homeTrips #strip {
	margin: 0;
}

#homeTrips .homeTrip img {
	margin: 16px 0 0 17px;
}

#leftColHome {
	padding: 15px;
}

#leftColHomeOuter {
	float: left;
	width: 300px;
	background: url(images/shadow_bg.jpg) bottom right no-repeat;
	clear: both;
	margin: 10px 20px 20px 0;
	border-left: 1px solid #E2E2E2;
	border-top: 1px solid #E2E2E2;
}

#leftColHome {
	padding: 20px;
}

#leftColHome h6, #leftColHome h6 a, #rightColSec h6, #rightColSec h6 a {
	color: #7D0A0A;
	font-size: 15px;
	margin: 0 0 10px 0; 
}

.home #leftColHome h3 {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 6px 0;
	font-size: 13px;
}

#leftColHome h3 a {
	text-decoration: none;
	color: #003E57;
}

#leftColHome h3 a:hover {
	text-decoration: underline;
}

#leftColHome .entry {
	border-bottom: 1px dashed #E2E2E2;
	margin: 0 0 10px 0;	
}

#leftColHome .entry p {
	font-size: 12px;
	margin: 0;
	padding: 0;	
}

#leftColHome .entry .readmore {
	margin: 0 0 10px 0;	
}

#rightColHomeOuter {
	float: left;
	width: 620px;
	margin: 10px 0 10px 0;
	border-bottom: 1px solid #E2E2E2;	
}

#rightColHomeOuter.strip {
	border-bottom: none;
}

#rightColHome {
	padding: 0;
}

#rightColHome .rightColHomeBox {
	width: 620px;
	margin: 0;
}

#rightColHome .rightColHomeBox h3 {
	background: #3C6374 url(images/bg_home_right_hdr.jpg) top left repeat-x;
	color: #FFF;
	padding: 7px 15px;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#rightColHome .rightColHomeBox h1 {
	background: #3C6374 url(images/bg_home_right_hdr.jpg) top left repeat-x;
	color: #FFF;
	padding: 7px 15px;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#rightColHome .rightColHomeContentBoxOuter {
	border-left: 1px solid #E2E2E2;
}

#rightColHome .rightColHomeContentBox {
	width: 220px;
	padding: 15px;
	font-size: 11px;
}

#rightColHome .rightColHomeContentBox ul {
	margin: 0 0 0 10px;
}

#rightColHome .rightColHomeContentBox ul li {
	list-style: disc;
	margin: 0 0 6px 0;
}
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	Secondary Page
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/* ///////////////////////////////////////////////////////////
	Left Column
///////////////////////////////////////////////////////////// */
.mainImg {
	padding: 3px;
	border: 1px solid #CCCCCC;
	margin: 15px 0 0 8px;
}

#leftColSecOuter {
	width: 650px;
	float: left;
}

#leftColSec {
	padding: 20px 38px 20px 18px;
	overflow: hidden;
	_height: 1%;
}

#leftColSec h4 {
	color: #8C4302;
	font-size: 48px;
	margin: 0 0 8px 0;
	font-weight: normal;
}

#leftColSec ul {
	margin: 0 0 0 15px;
}

#leftColSec ul li {
	margin: 0 0 4px 0;
	list-style: disc;
	padding: 0;
}

#leftColSec.tag img {
	max-width: 524px;
}

/* ///////////////////////////////////////////////////////////
	Trip Item
///////////////////////////////////////////////////////////// */
#leftColSec .tripItemOuter {
	padding: 10px 0;
	border-bottom: 1px dotted #EAEAEA;
	width: 600px;
	margin: 0 10px 10px 0;
	clear: left;
	float: left;
}

#leftColSec .tripItemOuter .postThumb {
	float: left;
	width: 125px;
	height: 125px;
	margin: 0 10px 0 0;
	background: #FFF;
	border: 1px solid #CCC;
	padding: 3px;
}

#leftColSec .tripItemOuter .videoThumb {
	float: left;
	margin: 0 10px 0 0;
	background: #FFF;
	border: 1px solid #CCC;
	padding: 3px;
}

#leftColSec .tripItem {
	width: 450px;
	float: left;
	padding: 6px 0 0 0;
}

#content #leftColSec .tripItem h5 a {
	color: #7D0A0A;
	font-size: 15px;
	padding: 0 0 4px 0;
	margin: 0;
	text-decoration: none;
}

#content #leftColSec .tripItem h5 a span {
	color: #28080C;
}

#content #leftColSec .tripItem h5 {
	font-size: 15px;
	padding: 0 0 4px 0;
	margin: 0;
}

#leftColSec .tripItem p {
	font-size: 12px;
	margin: 0 0 4px 0;
	padding: 0;
}

#content #leftColSec .tripItem ul {
	font-size: 12px;
}

#leftColSec .tripItem .view {
	background: url(images/bg_view.jpg) top left no-repeat;
	padding: 0 0 0 15px;
	font-size: 11px;
}

#leftColSec .tripItem .postThumb:hover {
	background: #CCC;
}

/* ///////////////////////////////////////////////////////////
	Trip Info Page
///////////////////////////////////////////////////////////// */
#content h2 {
	color: #000;
	font-size: 38px;
	margin: 20px 20px 10px 10px;
	text-align: center;
	border-bottom: 1px dashed #E7E7E7;
	border-top: 1px dashed #E7E7E7;
}

#leftColSec h3 {
	color: #8C4302;
	font-size: 16px;
	margin: 0 0 16px 0;
}
#leftColSec .subH3 {
	color: #8C4302;
	font-size: 16px;
	margin: 16px 0 16px 0;
}
#leftColSec .infoBox {
	border-bottom: 1px dashed #E2E2E2;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
}

#leftColSec .infoBox ul {
	margin: 0 0 0 18px;
}

#leftColSec .infoBox ul li {
	margin: 0 0 4px 0;
	list-style: disc;
	padding: 0;
}

#leftColSec .infoBox h4 {
	color: #00364D;
	font-size: 14px;
	margin: 0 0 15px 0;
	font-weight: bold;
}

#leftColSec .infoBox .video {
	padding-bottom: 15px;
}

#leftColSec #expeditionDetails h3 {
	font-size: 20px;
	border-bottom: 1px dashed #E2E2E2;
	padding: 0 0 3px 0;
}

#leftColSec #expeditionDetails ul {
	margin-bottom: 20px;
}

#leftColSec #expeditionDetails p {
	padding: 0;
	font-size: 14px;
	line-height: 1.6;
}

/* ///////////////////////////////////////////////////////////
	Destination
///////////////////////////////////////////////////////////// */
#leftColSec .destination {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom:1px dashed #E7E7E7;
	display: block;
}

#leftColSec .destination h3 {
	font-size: 18px;
	margin: 0 0 6px 0;
}

#leftColSec .destination .imageHolder {
	width: 146px;
	float: left;
}

#leftColSec .destination .imageHolder img {
	background: #FFF;
	border: 1px solid #CCC;
	padding: 3px;
}

#leftColSec .destination ul { 
	padding: 0 0 0 0;
	margin: 10px 0 10px 0;
	overflow: hidden;
	_height: 1%;
}

#leftColSec .destination ul li {
	float: left;
	width: 250px;
	list-style: none;
	margin: 0 10px 6px 0;
}

#leftColSec .destination ul li a {
	text-decoration: none;
}

#leftColSec .destination ul li a:hover {
	text-decoration: underline;
}

/* ///////////////////////////////////////////////////////////
	Right Column
///////////////////////////////////////////////////////////// */
#rightColSecOuter {
	width: 280px;
	float: left;
	margin: 20px 0;
}

#rightColSecOuter.tripInfo #rightColSec {
	background: none;
	border: none;
}

#rightColSec {
	background: url(images/shadow_bg.jpg) bottom right no-repeat;
	border-left: 1px solid #E2E2E2;
	border-top: 1px solid #E2E2E2;
}

#rightColSecInner {
	padding: 15px;
}

#rightColSecOuter #rightColSec .email {
	margin: 3px 0;
}

#rightColSecOuter #rightColSec .tripInfoSidebarBoxOuter {
	width: 275px;
	float: left;
	margin: 0 0 20px 0;
	background: url(images/shadow_bg.jpg) bottom right no-repeat;
	border-left: 1px solid #E2E2E2;
	border-top: 1px solid #E2E2E2;
}

#rightColSecOuter #rightColSec .tripInfoSidebarBoxOuter .map {
	width: 274px;
	padding: 0 0 2px 0;
}

#rightColSecOuter #rightColSec .tripInfoSidebarBoxOuter h3 {
	background: #3C6374 url(images/bg_home_right_hdr.jpg) top left repeat-x;
	color: #FFF;
	padding: 7px 15px;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#rightColSecOuter #rightColSec .tripInfoSidebarBox {
	padding: 15px;
	font-size: 11px;
}

#rightColSecOuter #rightColSec .tripInfoSidebarBox ul {
	margin: 0 0 0 10px;
}

#rightColSecOuter #rightColSec .tripInfoSidebarBox ul li {
	margin: 0 0 4px 0;
	list-style: disc;
	padding: 0;
}

#rightColSec .reservation {
	margin: 0 0 20px 0;
}

#rightColSecInner .wp-tag-cloud {
	overflow: hidden;
	_height: 1%;
	margin: 0 0 15px 0;
	border-bottom: 1px dashed #E7E7E7;
	padding: 0 0 15px 0;
}

#rightColSecInner .wp-tag-cloud li {
	width: 124px;
	float: left;
}

#rightColSecInner #follow_us {
	margin: 0 0 15px 0;
}

#rightColSecInner #follow_us img {
	float: left;
	margin: 0 6px 0 0;
}

/* ///////////////////////////////////////////////////////////
	Footer
///////////////////////////////////////////////////////////// */
#footer {
	clear: both;
	text-align: right;
	font-size: 11px;
	background: url(images/bg_footer.jpg) top left no-repeat;
	padding: 0;
	color: #FFF;
	margin: 10px 0 0 0;
	position: relative;
	height: 80px;
}
#footerInner {
	padding: 10px;
	margin: 0;
}
#footer ul {
	margin: 0;
	padding: 0;
}

#footer ul li {
	float: left;
	padding: 0 6px 0 0;
	line-height: 15px;
}

#footer ul li a, #footer a {
	color: #FFF;
}

#footer ul li a:hover, #footer a:hover {
	text-decoration: none;
}



.footerList2 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50px;
}

.footerList2 li {
	float: left;
	padding: 0 6px 0 0;
	line-height: 15px;
}

.footerList2 li a, #footer a {
	color: #FFF;
}

.footerList2 li a:hover, #footer a:hover {
	text-decoration: none;
}


#footerInfo {
float: right;
	margin: 0;
	padding: 0;
	width: 400px;
}
/* ///////////////////////////////////////////////////////////
	Search
///////////////////////////////////////////////////////////// */
#search {
	float: right;
	overflow: hidden;
	_height: 1%;
	width: 294px;
	padding: 5px 5px 0 0; 
}

#search #searchBox input {
	background: #FFF;
	border: 1px solid #6D6D6D;
	border-left: 1px solid #6D6D6D;
	border-bottom: 1px solid #6D6D6D;
	float: left;
	width: 245px;
	padding: 4px;
	color: #262626;
	margin: 0;
	font-size: 14px;
}

#search #searchsubmit {
	background: #262626;
	float: left;
	font-size: 14px;
	text-align: center;
	width: 38px;
	border: 1px solid #6D6D6D;
	border-left: none;
	color: #EAEAEA;
	text-shadow: none;
	padding: 3px;
}

/* ///////////////////////////////////////////////////////////
	Comment Box
///////////////////////////////////////////////////////////// */
#commentBox {
	border-top: 1px dotted #EAEAEA;
	padding: 20px 0 10px 0;
}

.postmetadata {
	font-size: 11px;
	padding: 8px 10px;
	background: #EBEBEB;
	border: 2px dashed #B9B9B9;
}
/* ///////////////////////////////////////////////////////////
	404
///////////////////////////////////////////////////////////// */
#fourofour #search {
	float: left;
}

/* ///////////////////////////////////////////////////////////
	Misc
///////////////////////////////////////////////////////////// */
.small {
	font-size: 11px;
}

p.readmore { font-weight: bold; }

/* ///////////////////////////////////////////////////////////
	Sociable
///////////////////////////////////////////////////////////// */
#leftColSec .sociable ul {
	margin: 0;
}

#leftColSec .sociable ul li img {
	margin-right: 5px;
	border: 4px solid #FFF;
}

#leftColSec .sociable ul li img:hover {
	border: 4px solid #C7C7C7;
}

#leftColSec .sociable .sociable_tagline {
	margin: 0 0 10px 0;
}

/* ///////////////////////////////////////////////////////////
	Tactile Form
///////////////////////////////////////////////////////////// */
#tactile input {
	width: 235px;
	padding: 3px;
	margin: 0 0 15px 0;
}

#tactile textarea {
	padding: 3px;
	margin: 0 0 8px 0;
}

.page-119 #tactile {
	width: 450px;
}

#tactile label {
	clear: left;
	width: 235px;
	display: block;
}

.page-119 #tactile label {
	clear: left;
	float: left;
}

.page-119 #tactile input {
	float: left;
}

.page-119 #tactile textarea {
	width: 400px;
	height: 150px;
	padding: 3px;
}

#leftColSec .required {
	font-style: italic;
	color: #A30000;
	border: 1px solid #DD7777;
	background: #FFCCCC;
	padding: 10px 10px 6px 10px;
	margin: 0 0 17px 0;
	font-size: 11px;
}

#leftColSec .required li {
	list-style: none;
}

#leftColSec .phplist label {
	background: none;
	border: none;
	color: #A30000;
	font-size: 11px;
	font-style: normal;
	margin: 0 0 8px;
}

#leftColSec .phplist input {
	padding: 2px 4px;
}

/* ///////////////////////////////////////////////////////////
	Newsletter
///////////////////////////////////////////////////////////// */

#leftColHome .phplist label, #rightColSecInner .phplist label {
	width: 50px;
	display: block;
	float: left;
	padding: 3px;
	text-align: left;
}

#leftColHome .phplist input, #rightColSecInner .phplist input {
	width: 180px;
	padding: 3px;
	float: left;
	margin: 0 0 10px 0;
}

#leftColHome .phplist #contactsubmit, #rightColSecInner .phplist #contactsubmit {
	width: 75px;
	padding: 5px;
}

#leftColHome .phplist br, #rightColSecInner .phplist br {
	clear: both;
	margin: 0 0 6px 0;
}

#leftColHome .phplist .required, #rightColSecInner .phplist .required {
	color: #000;
	font-weight: normal;
}

/* ///////////////////////////////////////////////////////////
	Next Gen Photo Gallery
///////////////////////////////////////////////////////////// */
#leftColSec .ngg-album {
	padding: 15px 15px 0 15px;
}

#leftColSec .ngg-album p {
	padding: 0 0 15px 0;
	margin: 0;
}


#leftColSec .ngg-navigation {
	margin: 0 0 4px 0;
	line-height: 20px;
}

#leftColSec .ngg-thumbnail {
	float: right;
	margin: 0 0 10px 0;
}

div.sociable {
	clear: both;
}
/* ///////////////////////////////////////////////////////////
	Blog
///////////////////////////////////////////////////////////// */
#leftColSec .post {
	margin: 0 0 30px 0;
	clear: left;
}

#leftColSec .navigation {
	margin: 10px 0;
	text-align: center;
	overflow: hidden;
	_height: 1%;
	font-style: italic;
}

#leftColSec .navigation .alignright {
	float: right;
	}

#leftColSec .navigation .alignleft {
	float: left;
	}

/* ///////////////////////////////////////////////////////////
	Admin Menu
///////////////////////////////////////////////////////////// */
#adminMenuOuter {
	background: #222;
	width: 100%;
}

#adminMenu {
	width: 960px;
	text-align: left;
	font-size: 11px;
}

#adminMenu ul {
	overflow: hidden;
	_height: 1%;
}

#adminMenu ul li {
	border-right: 1px solid #777;
	float: left;
}

#adminMenu ul li a {
	padding: 3px 5px;
	display: block;
	color: #FFF;
	text-decoration: none;
}

#adminMenu ul li a:hover {
	background: #000;
}

/* ///////////////////////////////////////////////////////////
	KRISSIE CSS
///////////////////////////////////////////////////////////// */

#homeIntro {
margin: 0;
padding: 15px 15px 0 15px;
	border-top: 1px solid #e2e2e2;
	font-size: 12px;
	font-style: italic;
	text-align: justify;
	color: #7D0A0A;
	font-weight: bold;
}

.sidebarIntro {
margin: 0;
padding: 15px 15px 5px 15px;
	border-top: 1px solid #e2e2e2;
	font-size: 12px;
	font-style: italic;
	text-align: justify;
	color: #7D0A0A;
	font-weight: bold;
}

#leftColSec .sitemapHeading {
	color: #467189;
	text-decoration: none;
	font-size: 18px;
	line-height: 25px;
	text-align: left;
}
	
	
#leftColSec .sitemapHeading a {
	color: #467189;
	text-decoration: none;
	font-size: 18px;
	line-height: 25px;
	text-align: left;
}
	
	
#leftColSec .linkCode {
	border: 1px dashed #467189;
	color: #467189;
	padding: 10px;
	font-size: 12px;
	margin: 10px 0;
}
		

#leftColSec .travelLinks h4 {
	padding: 0;
	font-size: 14px;
	margin: 20px 0 5px 0;
	line-height: 16px;
}

#leftColSec .travelLinks .linksTop {
	padding: 0;
	font-size: 14px;
	margin: 0 0 5px 0;
	line-height: 16px;
}
	
	
		
#leftColSec .travelLinks ul {
	padding: 0 0 20px 0;
	font-size: 12px;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #8C4302;
}
		

#leftColSec .travelLinks li {
	padding: 2px 0;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 0 20px;
}
	
.strongHeadline {
	padding: 0;	
	margin: 0 0 20px 0;
	font-size: 15px;
	line-height: 15px;
}


.strongHeadline2 {
	padding: 15px 0 10px 0;	
	margin: 0;
	font-size: 15px;
	line-height: 15px;
}


#homeKeywords {
	background: #fff;
	border-top: 1px solid #262626;
	border-bottom: 1px solid #262626;
	background: url(images/bg_keywords.jpg) top no-repeat;
	padding: 0;
	color: #231f20;	
	margin: 15px 0 0 0;
	height: 35px;
	font-family: Georgia;
}

#homeKeywords a {
	color: #fff;
	text-decoration: none;	
}

#homeKeywords a:hover {
   color: #b9d5d3;
}

#homeKeywords h1 {
	float: left;
	padding: 0;	
	margin: 12px 0 0 42px;
	font-size: 13px;
	line-height: 13px;
	font-family: georgia;
	
}
#homeKeywords h2 {
	float: left;
	padding: 0;	
	margin: 12px 0 0 43px;
	font-size: 13px;
	line-height: 13px;
	font-family: georgia;
}

#homeKeywords h2 a {
	font-size: 13px;
	line-height: 13px;
}

#homeKeywords .keywordStrip {
	float: left;
	padding: 0;	
	margin: 12px 0 0 43px;
	font-size: 13px;
	line-height: 13px;
	font-family: georgia;
}

.anchorLinkKeywords {
	padding: 10px 0 10px 0;	
	margin: 0;
	font-size: 15px;
	line-height: 22px;
	font-family: georgia;
}

#leftColSec .videoLinkKeywords {
	padding: 15px 0 10px 0;	
	margin: 15px 0 0 0;
	font-size: 14px;
	line-height: 20px;
	font-family: georgia;
	border-top: dashed 1px #8C4302;  
}
#leftColSec .videoLinkKeywords a {
	color: #8C4302; 
}
