/*==============================================
/* The Basic Stylesheet for Catch-A-Canoe;
/* This can get hacked up into multiple
/* style sheets later, but for now I prefer
/* to have everything in one. Also, I've
/* chosen to use spaces in each element to
/* help with readability. ~b
==============================================*/

/*===================================
/* Reseting all basic styles, so that
/* there are a lot less cross-browser
/* display issues.
===================================*/

* { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6, form, body, html, p, input, ul, ol, li { margin: 0; padding: 0;}
ul, ol { list-style: none; }
a img, :visited img, :link img { border: none; }
:link, :visited { text-decoration: none; }
.clear { clear: both; }
a { color: rgb(40,40,40); }
a:hover, a:active { color: rgb(80,80,80); }

/*===================================
/* Amazing big props to Angus Turnbull
/* for this simple fix to the IE PNG
/* conundrum. You are a scholar and
/* a saint, sirrah.
===================================*/

img, div, a { behavior: url(iepngfix.htc); }

/*===================================
/* Global Styles
===================================*/

body {
  padding: 0 0 10px 0;
  font-family: Georgia, Verdana, serif;
}

#container {
  width: 900px;
  margin: 0 auto 0 auto;
  text-align: center;
}

#menuSide {
  width: 520px;
  float: left;
}

#logo {
  width: 200px;
  height: 62px;
  margin-top: 25px;
  margin-left: 20px;
  margin-bottom: 38px;
}

#breaker { height: 2px; width: 900px; }

p.specialInfo { font-size: 90%; }
.special { font-weight: bolder; }

/*===================================
/* Column Styles
===================================*/

#body { margin-top: 5px; }

#content {
  width: 525px;
  background-color: rgb(240,244,246);
  float: left;
  text-align: left;
}

#content p { 
  margin: 20px 50px 20px 30px; 
  font-size: 85%;
}

#content p.quote {
  font-style: italic;
  width: 390px;
  padding-left: 100px;
  
  margin: 10px 0 0 0;
}

#content p.cite {
  font-style: oblique;
  width: 300px;
  padding-left: 160px;
  margin-top: 5px;
}

#content h2 {
  font-size: 130%;
  font-family: Arial, sans-serif;
  margin: 20px 50px 0 30px;
  font-variant: small-caps;
  letter-spacing: 3px; 
  color: rgb(26,35,41);
}


#sidebar {
  width: 375px;
  float: right;
  text-align: left;
}

#primarySidebar { background-color: rgb(180,199,210); padding-bottom: 6px; }
#secondarySidebar { background-color: rgb(180,199,210); padding-bottom: 6px; }
.indexSecondarySidebar { margin-top: 290px; }
.sailingSidebar { margin-top: 20px; }
.historySidebar { margin-top: 20px; }


#primarySidebar p, #secondarySidebar p {
  margin: 10px;
  font-size: 85%;
}

#primarySidebar p.quote, #secondarySidebar p.quote {
  font-style: italic;
  text-align: justify;
}

#primarySidebar p.cite, #secondarySidebar p.cite {
  font-style: oblique;
  padding-left: 160px;
}

.content-bl { background: url(images/structural/content-bl.png) 0 100% no-repeat; width: 6px; height: 6px; float: left; }
.content-br { background: url(images/structural/content-br.png) 100% 100% no-repeat; width: 6px; height: 6px; float: right; }
.content-tl { background: url(images/structural/content-tl.png) 0 0 no-repeat; width: 525px; height: 6px; }
.sidebar-bl { background: url(images/structural/sidebar-bl.png) 0 100% no-repeat; width: 6px; height: 6px; float: left; }
.sidebar-br { background: url(images/structural/sidebar-br.png) 100% 100% no-repeat; width: 150px; height: 6px; float: right; }
.sidebar-tr { background: url(images/structural/sidebar-tr.png) 100% 0 no-repeat; width: 375px; height: 6px; }

/*===================================
/* Widget Styles
===================================*/

#widgetSide {
  width: 330px;
  background-color: rgb(240,244,246);
  float: right;
}

#topWidget { background-color: rgb(103,141,164); padding: 7px 0 5px 0; text-align: center; }
#topWidget h2 { 
  font-family: Arial, sans-serif; 
  font-size: 70%;
  font-variant: small-caps;
  color: rgb(240,244,246);
  letter-spacing: 1px;
  }
  
#topWidget h3 {
  font-variant: small-caps;
  font-size: 110%;
}
#topWidget h3 a { color: rgb(255,255,255); }
#topWidget h3 a:hover, #topWidget h3 a:active { color: rgb(0,0,0); }

#middleWidget {
  text-align: left;
  height: 45px;
  padding: 10px 0 0 0;
  text-align: center;
}
#middleWidget h2 { 
  font-family: Arial, sans-serif; 
  font-size: 75%;
  font-variant: small-caps; 
  color: rgb(103,141,164);
  letter-spacing: 1px;
  margin: 0 0 6px 0; 
}
#middleWidget a { color: rgb(103,141,164); }
#middleWidget a:hover, #topWidget a:active { color: rgb(0,0,0); }

#bottomWidget {
  background-color: rgb(77,106,123);
  padding: 10px 0 0 0;
}
#bottomWidget h2 {
  font-family: Arial, sans-serif; 
  font-size: 90%; 
  font-variant: small-caps;
  color: rgb(240,244,246); 
}

.darker { color: rgb(77,106,123); }
.shiftRight { margin-right: 10px; }
.bl { background: url(images/structural/bl.png) 0 100% no-repeat; width: 3px; height: 10px; float: left; }
.br { background: url(images/structural/br.png) 100% 100% no-repeat; width: 3px; height: 10px; float: right; }

a.reservationLink { color: rgb(240,244,246); }
a.reservationLink:hover, a.reservationLink:active { color: rgb(242,116,83); }

/*===================================
/* Splash Styles
===================================*/

#splash { width: 900px; }
#splash img { margin-top: 5px; }


/*===================================
/* Menu Styles
===================================*/

#menu { 
  width: 555px; 
  height: 16px;
  background-image: url(images/structural/menuBar.png);
  margin: 25px 0 0px 10px;
  padding: 0;
  position: relative;  
}

#menu li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
}

#menu li, #menu a {
  height: 16px;
  display: block;
  outline: none;
}

/* #menu li a span { visibility: hidden; } */
#menu li a span { 
  text-transform: capitalize;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 63%;
}

#menu li a {  color: rgb(104,141,164);   padding-top: -1px;}

#menu li a:hover, #menu li a:active { color: rgb(255,255,255); }

#bioluminescence { left: 3px; width: 109px; }
#moonlight { left: 116px; width: 65px; }
#wildlife { left: 185px; width: 59px; }
#birding { left: 248px; width: 59px; }
#historical { left: 311px; width: 62px; }
#sailing { left: 377px; width: 59px; }
#rates { left: 439px; width: 114px; }

#bioluminescence a:hover { background: transparent url(images/structural/menuBar.png) -3px -16px no-repeat; }
#moonlight a:hover { background: transparent url(images/structural/menuBar.png) -116px -16px no-repeat; }
#wildlife a:hover { background: transparent url(images/structural/menuBar.png) -185px -16px no-repeat; }
#birding a:hover { background: transparent url(images/structural/menuBar.png) -248px -16px no-repeat; }
#historical a:hover { background: transparent url(images/structural/menuBar.png) -311px -16px no-repeat; }
#sailing a:hover { background: transparent url(images/structural/menuBar.png) -377px -16px no-repeat; }
#rates a:hover { background: transparent url(images/structural/menuBar.png) -439px -16px no-repeat; }

#bioluminescenceSelected { background: transparent url(images/structural/menuBar.png) -3px -16px no-repeat; }
#moonlightSelected { background: transparent url(images/structural/menuBar.png) -116px -16px no-repeat; }
#wildlifeSelected { background: transparent url(images/structural/menuBar.png) -185px -16px no-repeat; }
#birdingSelected { background: transparent url(images/structural/menuBar.png) -248px -16px no-repeat; }
#historicalSelected { background: transparent url(images/structural/menuBar.png) -377px -16px no-repeat; }
#sailingSelected { background: transparent url(images/structural/menuBar.png) -377px -16px no-repeat; }
#ratesSelected { background: transparent url(images/structural/menuBar.png) -439px -16px no-repeat; }

a#bioluminescenceSelected span, a#moonlightSelected span, a#wildlifeSelected span, a#birdingSelected span, a#historicalSelected span, a#sailingSelected span, a#ratesSelected span { color: rgb(255,255,255); }

/*===================================
/* Index Styles
===================================*/

.brochure {
  text-align: center;
  padding-top: 10px;
}

.brochure p { text-align: left; }

.brochure p span.left { margin-left: 29px; margin-right: 0px;  }
.brochure p span.middle { margin-left: 25px; margin-right: 10px; }
.brochure p span.right { margin-left: 11px; }

.map {
  text-align: center;
  padding-top: 10px;
}

.map img { border: 4px solid rgb(77,106,123); }

.biopic { 
  border: 4px solid rgb(77,106,123);
  text-align: center;
}

.biopic-sub {
  border: 4px solid rgb(77,106,123);
  text-align: center;
  margin-bottom: 1em;
}

.biopicWrapper {
  text-align: center; 
  margin: 20px auto 0 auto;
}

.biopicWrapper p {
  font-variant: small-caps;
  font-weight: bold;
}

.picassaShow { 
  border: 4px solid rgb(77,106,123);
  text-align: center;
  margin: 10px auto 5px auto;
  width: 288px;
}
.picassaShow {

}

#sidebar p.biography { text-align: justify; padding: 5px;}

.signUp { 
  text-align: center; 
  margin: 5px auto 15px auto; 
  background-color: rgb(77,106,123); 
  width: 250px;
  padding: 8px; }
.signUp h3 { 
  font-family: Arial, sans-serif; 
  font-size: 90%; 
  font-variant: small-caps;
  color: rgb(240,244,246);
}

.signUp h3 a { color: rgb(240,244,246); }
.signUp h3 a:hover, .signUp a:active { color: rgb(242,116,83); }

.movie { margin: 10px 0 0 30px; }

.guideLinkwrapper { text-align: center; }
.guideLink {  
  text-align: center; 
  margin: 5px auto 15px auto; 
  background-color: rgb(77,106,123); 
  width: 250px;
  padding: 8px; 
}

.guideLink h3 {
  font-family: Arial, sans-serif; 
  font-size: 90%; 
  font-variant: small-caps;
  color: rgb(240,244,246);
}
.guideLink h3 a { color: rgb(240,244,246); }
.guideLink h3 a:hover, .guideLink h3 a:active { color: rgb(242,116,83); }

/*===================================
/* Image Styles
===================================*/

.outriggerImage { 
  text-align: center; 
  margin: 10px auto 0 auto; 
  border: 4px solid rgb(77,106,123);
}

.center {
  text-align: center;
  margin: 0 auto 0 auto;
}

.schedule {
  margin-left: 20px;
  width: 480px;
  border-bottom: 1px solid black;
  padding-bottom: 20px;
}

.schedule li { font-size: 80%; }

img.galleryThumb { border: 4px solid rgb(77,106,123); margin-top: 10px; }
.galleryWrapper { text-align: center; }

img.wildlifeImage { width: 400px; border: 5px solid black; text-align: center; margin-left: 45px; }