/* base sheet */

* {
padding:0;
margin:0;
}

:focus {
	outline: none;
}

body {
color: #999;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:100%;
line-height:1.125em;
margin:0;
padding: 18px;
background: #000 url(images/site/bg.gif);
}

h1, h2, h3, h4 {
font-weight:bold;	
}

h1 {
font-size: 1.0em;
padding: 5px 0;
text-align: center;
background: #333 url(images/site/bg-main-header.jpg) top left no-repeat;
border-top: 1px solid #333;
border-bottom: 1px solid #222;
line-height: 35px;
}

h2 {
font-size: 1.125em; 
padding: 5px 0;
background: #000 url(images/site/header.jpg) top left no-repeat;
border-bottom: 1px solid #111;
}

p {
font-size: 0.875em; 
padding: 10px 10px;
}

table {
margin-left: 60px;
border-collapse: collapse;
clear: left;
}

th, td {
text-align: left;
vertical-align: top;
padding: 0;
}

th {
font-weight: normal;
font-size: 0.875em;
padding:0 0.643em 0.571em 0.643em;
border-bottom:0.071em solid #CCC;
}

td {
font-size: 0.8em;
padding:0.333em 0.1em 0.417em 0.1em; 
line-height: 1.3em;
}

a {
color: #FFCC00;
}

cite {
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666;
}

input {
padding: 1px 2px;
color: #666;
background-color: #FBFBFB;
border: 1px solid #333;
}

form {
margin: 0;
padding: 0;
}

textarea {
width: 400px;
height: 60px;
padding: 2px;
color: #666;
background-color: #FBFBFB;
border: 1px solid #333;
}

input.btn {
font-weight: bold;
color: #999;
background: #000 url(images/site/header.jpg) top left no-repeat;
padding: 2px 4px;
border-top: 1px solid #555;
border-left: 1px solid #555;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
}

/********************************* Center and size page ***********************/

#container {
margin-top: -20px;
width: 770px;
margin-left: auto;
margin-right: auto;
text-align: center;
border-left: 1px solid #333;
border-right: 1px solid #333;
overflow: auto; /* firefox border around container */
}

/************************************ float to float inside columns *************/

#columns {
float: left;
width: 770px;
background-color: #000;
}

/************************************ Nav container ***************************/

#nav {
width: 768px;
float: left;
background-color: #706A5D;
border: 1px solid #000;
height: 30px;
background: #000 url(images/site/bg-horz-menu.jpg) top left repeat-x;
}

/************************************ Horizontal navigation *******************/

#navmenu {
float: left;
width: 100%;
margin: 0;
padding: 5px 0 0 0px;
list-style: none;
}

#navmenu li {
display: block;
width: 128px;
float: left;
margin: 0 0 0 0px;
padding: 0;
text-align: left;
}

#navmenu a {
display: block;
text-decoration: none;
margin: 0;
padding: 0 0 0 12px;
font-size: .75em;
color: #DDD;
font-weight: bold;
text-align: left;
}

#navmenu a:hover {
color: #CCC;
text-decoration: underline;
}

/************************************ Group section and content ***************/

#group {
float: left;
}

/************************************ Section *********************************/

#section {
width: 545px;
float: left;
background: #333;
clear: both; /* for safari */
border-left: 1px solid #333;
border-top: 1px solid #333;
border-right: 1px solid #333;
}

#section h1 {
font-size: 1.0em;
padding: 5px 0;
background: #333 url(images/site/bg-main-header.jpg) top left no-repeat;
line-height: 35px;

border-bottom: 1px solid #000;

}

/************************************ Content *********************************/

#content {
width: 545px;
float: left;
background: #000 url(images/site/bg-content.jpg) top left repeat-y;
border: 1px solid #333;
text-align: justify;
height: 546px;
overflow: auto;
scrollbar-base-color: #333;
scrollbar-arrow-color: #CCC;
clear:both; /* for safari */
}

#content p {
padding: 0 55px 10px 60px;
}

#content h1 {
margin-left: 60px;
margin-right: 40px;
font-size: 1.125em;
color: #CCC;
line-height: 1.9em;
background: transparent;
border: none;
text-align: left;
}

#content h2 {
margin-left: 60px;
margin-right: 40px;
font-size: .9em;
color: #CCC;
line-height: 1.5em;
background: transparent;
border: none;
text-align: left;
}

#content h3 {
margin-left: 60px;
margin-right: 40px;
font-size: .9em;
color: #CCC;
line-height: 1.5em;
background: transparent;
border-bottom: 2px solid #AAA;
text-align: left;
}

#content h4 {
margin-left: 60px;
margin-right: 40px;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: .8125em;
color: #BBB;
line-height: 1.5em;
background: transparent;
border: none;
text-align: left;
}

#content ul {
list-style: none;
margin: 0 50px 0 60px;
padding: 10px 0;
list-style: none;
font-size: 0.875em;

}

#content li {
margin-left: 10px;
padding: 5px 0 5px 20px;
}

#content a {
font-size: .85em;
}

#content img {
float: left;
margin: 10px 15px 10px 60px;
padding: 1px; 
border: 1px solid #999;
}

.bump {
margin-left: 120px;
}

/************************************ Right column *********************************/

#rightcol {
margin-left: 0px;
width: 218px;
float: right;
background-color: #000;
border: 1px solid #333;
border-top: 1px solid #333;
}

#rightcol a {
color: #999999;
}

#rightcol h1 {
font-size: 1em;
padding: 5px 0;
line-height: 35px;
background: #333 url(images/site/tour-dates.jpg) top left no-repeat;
border-bottom: 1px solid #000;
}

#rightcol h2 {
font-size: 1em;
line-height: 35px;
background: #333 url(images/site/communicate.jpg) top left no-repeat;
}

#rightcol .sidebar a {
color: #FFCC00;
}


/************************************ Footer *********************************/

#footer {
width: 768px;
clear: both;
background: #000 url(images/site/header.jpg) top left no-repeat;
color: #999;
border: 1px solid #333;
border-bottom: none;
}

#footer p {
font-size: .75em;
font-weight: bold;
color: #BBB;
}

#footer span {
margin: 0;
}
#footer img {
margin-left: 15px;
border: none;
vertical-align: middle;
}

/************************************ Sidebar Content ********************************/


/* rather than give the sidebar itself a font size, use contextual selectors to get at the elements within */

.sidebar {
width: 218px;
background: #000 url(images/site/rightcolumn.jpg) top left repeat-x;
color: #999;
height: 250px;
overflow: auto;
scrollbar-base-color: #333;
scrollbar-arrow-color: #CCC;
border-top: 1px solid #333;
text-align: left;
}

.sidebar h1 {
font-size: 1.375em;
padding: 0.643em;
background: #000 url(images/site/images/header.jpg) top left no-repeat;
}

.sidebar h2 {
font-size: 1.125em;
padding: 5px;
}

.sidebar h3 {
font-size: 0.875em;
padding: 0.643em;
}

.sidebar p {
font-size: 0.75em;
padding: 5px;
}

.sidebar p.twitter {
margin: 5px 15px 0 15px;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333;
line-height: 1.2;
}

.sidebar ul {
padding: 0;
margin: 0 0 1.125em 1.125em;
list-style: none;
}

.sidebar li {
font-size: 0.75em;
}

.sidebar form {
margin-left: 10px;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: .9375em;
}

.sidebar form p {
margin: 0;
padding: 0;
clear: both;
}

.sidebar label {
float: left;
width: 60px;
}

.sidebar input {
font-size: 11px;
}

.sidebar input.btn {
color: #FFF;
font-weight: normal;
font-variant: small-caps;
padding: 2px 8px;
}

.comments h1 {
font-size: 1.125em;
background: #333 url(images/site/comments.jpg) top left no-repeat;
}

/*************************** Gallery pages **********************************/

#gallery {
width: 768px;
height: 546px;
overflow: auto;
scrollbar-base-color: #333;
scrollbar-arrow-color: #CCC;
clear:both; /* for safari */
border-top: 1px solid #000;
border-bottom: 1px solid #000;
border-left: 1px solid #333;
border-right: 1px solid #333;
background: #333 url(images/site/bg-gallery.jpg) top left repeat-y;
}

#gallery h1 {
padding: 10px 60px 10px 60px;
font-size: 1.125em; 
color: #CCC;
line-height: 2em;
background: transparent;
border: none;
text-align: left;
}

#gallery p {
padding: 10px 60px 10px 60px;
text-align: justify;
}

#gallery img {
border: 1px solid #999; 
padding: 1px;
}

.breadcrumb {
margin: 0;
padding: 0;
font-size: .8em;
text-align: left;
}

.thumbs img {
padding: 1px;
border: 1px solid #999;
}

.tablegallery {
width: 84%;
border 1px solid #999;
background: #333;
margin-left: auto;
margin-right: auto;
}

.tablegallery th, .tablegallery td {
margin: 0;
padding: 8px 5px;
text-align: center;
border-bottom: 1px solid #999;
}

.tablegallery td.name, .tablegallery th.name {
text-align: left;
}

.tablegallery th {
background: #666;
color: #EEE;
font-weight: bold;
border-top: 1px solid #999;
}

.tablegallery tr {
background: #333;
}

.tablegallery tr.alt {
background: #666;
}

#gallery .gallerycomments {
width:80%;
margin-left: auto;
margin-right: auto;
margin-top: 5px;
margin-bottom: 5px;
padding-bottom: 5px;
color: #AAA;
background: #333;
border-top: 1px solid #666;
border-bottom: 1px solid #666;
}

#gallery .gallerycommentsalt {
width:80%;
margin-left: auto;
margin-right: auto;
margin-top: 5px;
margin-bottom: 5px;
padding-bottom: 5px;
color: #AAA;
background: #444;
border-top: 1px solid #666;
border-bottom: 1px solid #666;

}

#gallery .gallerycomments p {
margin: 0 0 0 20px;
padding: 5px 0;
}

#gallery .gallerycommentsalt p {
margin: 0 0 0 20px;
padding: 5px 0;
}

.postcomment {
color: #888;
font-size: .7em;
}


/*************************** Comments archive *****************************/

#comments .commentsarchive {
margin-left: 60px;
margin-right: 55px;
margin-top: 5px;
margin-bottom: 5px;
padding-bottom: 5px;
color: #AAA;
background: #333;
border-top: 1px solid #666;
border-bottom: 1px solid #666;
}

#comments .commentsarchivealt {
margin-left: 60px;
margin-right: 55px;
margin-top: 5px;
margin-bottom: 5px;
padding-bottom: 5px;
color: #AAA;
background: #444;
border-top: 1px solid #666;
border-bottom: 1px solid #666;

}

#comments .commentsarchive p {
margin: 0 0 0 20px;
padding: 5px 15px 5px 0;
}

#comments .commentsarchivealt p {
margin: 0 0 0 20px;
padding: 5px 15px 5px 0;
}

.highlight {
color: #DDD;
}

/*************************** Special classes ********************************/

/* News page */
.date {
margin-top: -5px;
font-size: .7em;
color: #CCC;
}

/* News page */
.headerlink {
color: #CCC;
}

/* Blue buttons */
.button {
display: block;
width: 168px;
height: 18px;
margin: 5px auto;
background: #06C url(images/site/blue-button.jpg) no-repeat;
text-align: center;
}

#rightcol a.button {
padding-bottom: 1px;
font-family: Tahoma, Geneva, sans-serif;
font-size: 12px;
font-weight: bold;
font-variant: small-caps;
color: #FFF;
text-decoration: none;
}

/************************* Misc classes **********************************/

.twitter-bubble {
height: 186px;
background: url(images/site/twitter-bubble.gif) no-repeat;
}

.post {
color: #777;
}

.center {
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
}

/* fine print */
.fine { 
font-size: .85em;
}

.finer {
font-size: .8125em;
}

.clear {
clear: both;
}

.rightimg {
float: right;
margin: 3px 0 0 15px;
border: none;
}

/*************************** Merchandise page ************************************/

.imgcaption {
clear: both;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: .75em;
}

.producttable {
border-collapse: collapse;
width: 442px;
border 1px solid #999;
background: #333;
margin-left: 50px;
border-bottom: 1px solid #999;
}

#product .producttable img {
float: left;
margin: 0;
padding: 0;
border: 1px solid #999; 
padding: 1px;
}

.producttable th, .producttable td {
margin: 0;
padding: 0;
text-align: center;
vertical-align: top;
}

#product .producttable td {
padding: 5px 5px;
font-family: Arial, Helvetica, sans-serif;
font-size: .75em;
font-weight: bold;
text-align: left;
vertical-align: top;
}

.producttable th {
background: #666;
color: #EEE;
font-size: .6875em;
font-weight: bold;
border-top: 1px solid #999;
border-bottom: 1px solid #999;
}

.producttable tr {
background: #333;
}

/*************************** Map Legend in Right Column on Map Page *****************************/

.legendtable {
width: 85%;
margin-left: 2px;
border-collapse: collapse;
clear: left;
}

.legendtable td {
padding: 3px;
font-size: .75em;
font-style: italic;
text-align: left;
line-height: 1em;
border-bottom: 1px solid #555;
}

/****************************** Heading text for home page and flash map page *********************************/

.blocktext {
margin-left: 8.5em;
float: left;
color: #FFF;
text-align: left;
display: inline;
}

.blocktext h1 {
color: #FFF;
}

.blocktext p {
font-weight: bold;
font-size: .75em;
color: #FFF;
font-family: Georgia, "Times New Roman", Times, serif;
line-height: 1.25em;
}

.blocktext p.signiture {
font-size: .625em;
text-align:right;
}

/********************** Video page background ************************/

.video #content {
margin: 0;
padding: 0;
background: url(images/site/bg-tap-the-map.jpg) top left no-repeat;
}
.topright {
margin: 0;
padding: 0;
background: #000 url(images/site/bg-tap-the-map-right.jpg) top left no-repeat;
}


/*************** Booking Inquiry form ******************/
#booking {
display: block;
width: 74%;
margin: 0 auto;
padding: 20px 10px;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: .875em;
background: #333;
border: 1px solid #777;
text-align: left;
}
#booking form {
margin: 0;
padding: 0;
}

#booking p {
margin: 0 0 5px 0;
padding: 0;
}

#booking label {
float: left;
width: 120px;
}

#booking input {
width: 150px;
}

#booking textarea {
width: 370px;
height: 70px;
}

#booking input.checkbox {
background-color: transparent;
width: 30px;
}

#booking .select {
font-size: 10px;
}

#booking h2 {
margin: 0 0 20px 0;
padding: 0;
font-size: 1.2em;
font-weight: normal;
font-variant: small-caps;
text-align: left;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img {
	border: none;
}
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image {
	padding: 10px;
}
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav {
	left: 0;
}
#lightbox-nav a {
	outline: none;
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption {
	font-weight: bold;
}
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}