/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'Layout: Top menu BIX' */
/* CSS Document */
body {
	background: url(../../images/bix_tmp/bg_body.jpg) repeat-x #000000;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 1.5em;
	color: #714D00;
	}
	
h4 {font-family:Georgia, "Times New Roman", Times, serif;
	color: #AA8946;
	font-size: 1.1em;}
	
h3 {font-family: Georgia, "Times New Roman", Times, serif;
	color: #711611;
	font-size: 1.5em;
	font-style:italic;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0.75em 1em;}
	
h2 {font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.0em;
	font-weight:normal;
	line-height: normal;
	}
	
a {color: #6B8813}

a:hover {color:#990000;}

a img {border: none;}

#pageWrapper {
	background:url(../../images/bix_tmp/bg_content.jpg) repeat-y #EDDFC5;
	width: 914px;
	margin: 0 auto;
	}
	
#headerWrapper {
	background:url(../../images/bix_tmp/bg_mast.gif) no-repeat;
	position:relative;
	z-index: 1;
	padding: 0 7px;
	}

#header {
	height: 275px;
	background-image: url(../../uploads/images/masts/mast_main.jpg);
	background-repeat:no-repeat;
	}
	

	
#header h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #E2CEA4;
	text-transform:uppercase;
	position: absolute;
	top: 255px;
	left: 19px;
	font-weight: normal;
	margin: 0;
	line-height: inherit;
	}
	
#header h1 {
	position: absolute;
	top: 175px;
	right: 19px;
	margin: 0;
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;}
	
#nav {padding: 8px 18px;
	background:url(../../images/bix_tmp/bg_nav.jpg) repeat-y;
	color: #E0C97A;
	position:relative;
	z-index: 20;}
	
	#menuwrapper {top: 35px;}
	
	#nav h1 a {
	/* you can set your own image here */
	   background:  #000000 url(images/bix_tmp/logo_BIX.gif) no-repeat; 
	   display: block; 
	   height: 86px;
	   width: 256px;             /* adjust according your image size */
	   text-indent: -999em;  /* this hides the text */
	   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
	}
	#nav h1 { margin: 0 10px;}

#subNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6B8813;
	font-size: 11px;
	font-weight: normal;
	padding-top: 1em;
	}

	#subNav ul {list-style: none; margin: 0; padding: 0;}
	
	#subNav li {padding: 5px;
	 border-bottom: 1px solid #6B8813;
	 }
	 
	#subNav a {
	text-decoration: none;}
	
	#subNav h3 {color:#999966; margin: 0; font-size: 11px; font-family:Verdana, Arial, Helvetica, sans-serif;}

#b_guide #contentWrapper {background:url(images/bix_tmp/bg_arthur.jpg) no-repeat 427px top;}

#contentInner {background:url(../../images/bix_tmp/bg_footer.jpg) no-repeat bottom; padding: 0 10px; }

#leftCol,
#mainCol,
#mainCol_2col,
#rightCol {float: left;}

#leftCol {width: 178px; padding: 0 25px 0 3px;}
#mainCol {width: 475px;}
#mainCol_2col {width: 680px;}
#rightCol {width: 185px; padding-left: 20px;}

/* LEFT COLUMN */
#mailingList {padding: 1em;
	font-size: 0.8em;
	color: #999999;}
	
	#mailingList input {width: 151px;
		border: 1px solid #D7BD89;
		background-color: #F5EFE2;}
	
input.button,
input.submit {
	border: 1px solid #F5EFE2 !important;
	background-color: #D7BD89 !important;
	color:#FFFFFF !important;
	font-weight: bold !important;
	width: auto !important;}
	
input.button:hover,
input.submit:hover
   {border: 1px solid #996600 !important;}
	
	#mailingList .confirm {font-size: 1.1em;
	color:#333333;}
	
#leftBanners {padding: 2em 0 1em 0;}
	#leftBanners a img {border: none;}


#tellfriend {
	padding: 0 1em;
	font-size: 0.8em;
	text-align: left;
	line-height: normal;
	border-bottom:#996600 1px solid;}
	
	#tellfriend form,
	#tellfriend fieldset {padding: 0; margin: 0;}
	
	#tellfriend input, #tellfriend textarea {
		width: 170px;
	    border: 1px solid #D7BD89;
		background-color: #F5EFE2;}
		#tellfriend textarea {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;}
		
	#tellfriend fieldset {border: none;}
	
	#tellfriend .formMessage {font-size: 1.2em; color:#CC6600; font-weight: bold; padding: 1em; background-color:#F8DDC0; border: 1px solid #CC6600;}
	

#randomPhotos {text-align: center;}

#randomPhotos li {float: none;}


/*MAIN COLUMN */
.breadcrumbs {color:#A49475; font-size: 0.8em;}
h1.title {margin: 1em 0 -25px 0;}

#footer {clear: both; text-align:center; font-size: 0.9em; padding: 1em 0;}

#credits {color:#666666; width:900px; margin: 1em auto; font-size: 0.8em;}

.small {font-size: 0.8em;}

.center {text-align: center;}


.mceContentBody {background: none !important;}

#b_guide dl {width: 380px; float:left}
dt {font-style:italic; color: #AA8946; margin-top: 0.5em; }
dd {margin: 0 0.2em; }

.reserveform div,
.contactform div {clear: both; width: 100%; overflow: hidden; padding: 0.5em 0;}
.reserveform label {width: 135px; display:block; float:left;}
	.reserveform div.radio div {padding: 0 1em;}
	.reserveform div.radio label {display: inline; float:none;}
	
.reserveform textarea,
.contactform textarea {width: 97%;}

#b_gallery .buyNow,
#b_gallery #viewCart {display: none;}

#viewCart {clear: both; text-align: right; padding: 0 2em;} 

.shopLink {clear: both; padding: 1em; text-align:right;}

.required {font-weight: bold;}

.formConfirm td {padding: 0 1em;}

.photoRight {float: right; margin:0 0 10px 15px; background-color:#FFFFFF; border: 1px solid #996600; padding: 8px;}
.photoLeft {float: left; margin:0 15px 10px 0; background-color:#FFFFFF; border: 1px solid #996600; padding: 8px;}

/* ALBUMS */
#picturesTB {width: 95%;}
#picturesTB td {vertical-align: middle; text-align: center; padding: 10px; }

#albumlist {width: 90%;}
#albumlist .thumb {width: 45%; margin: 1em 2%;}
#albumlist .albumcomment {font-size: 0.8em;}

.albumDesc {margin: 1em 20px;}

.thumb h3 {margin: 0; padding: 0;}
/* End of 'Layout: Top menu BIX' */

/* Start of CMSMS style sheet 'Layout: Masthead BIX' */
/* IDS - these govern the mastheads for particular pages. The page ID is set according to the page-alias, to see the id of the page view source of the document and look for <body id="b_something">*/


#b_home #header {background-image: url(../../uploads/images/masts/mast_HeartFlow.jpg);}

#b_testimonials #header {background-image: url(../../uploads/images/masts/mast_PinkYellow.jpg);}

#b_mailing-list #header {background-image: url(../../uploads/images/masts/mast_SleepingHonu.jpg);}

#b_lava-proximity #header {background-image: url(../../uploads/images/masts/mast_lava.jpg);}

#b_extreme-waterfalls #header {background-image: url(../../uploads/images/masts/mast_BoilingPots.jpg);}

#b_mixed-excape-combo #header {background-image: url(../../uploads/images/masts/mast_LiliuokalaniGardens.jpg);}

#b_reserve #header {background-image: url(../../uploads/images/masts/mast_RainbowField.jpg);}

#b_tours #header {background-image: url(../../uploads/images/masts/mast_lavaprox.jpg);}

#b_extensive-island #header {background-image: url(../../uploads/images/masts/mast_Kaimu2.jpg);}
	
#b_flexible-excape #header {background-image: url(../../uploads/images/masts/mast_GreenSands.jpg);}

#b_guide #header {background-image: url(../../uploads/images/masts/mast_NightFlow.jpg);}

#b_environment #header {background-image: url(../../uploads/images/masts/mast_NewBeginnings.jpg);}

#b_gallery #header {background-image: url(../../uploads/images/masts/mast_LakeWaiau.jpg);}

#b_shop #header {background-image: url(../../uploads/images/masts/mast_SolidCloseUp.jpg);}



/* CLASSES - this governs the category default mastehead. The page CLASS is set according to the page-alias of the parent page, to see the class name of the page view source of the document and look for <body class="b_something">*/
	
.b_about-us #header {background-image: url(../../uploads/images/masts/mast_mksnow.jpg);}


/* End of 'Layout: Masthead BIX' */

