/*==============================================
/* 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); }
.smallCaps { font-variant: small-caps; }

/*===================================
/* 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; }

.footer { text-align: center; margin: 0 auto 0 auto; }
.footer p { font-size: 75%; color: rgb(40,40,40); padding: 3em 0 1em 0;}

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

#body { margin-top: 5px; }

#content {
  width: 525px;
  background-color: rgb(246,244,240);
  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 p.bikeQuote {
  font-style: italic;
  width: 450px;
  padding-left: 30px;
  margin: 10px 0 0 0;
}

#content p.bikeCite {
  font-style: oblique;
  width: 325px;
  padding-left: 45px;
  margin-top: 5px;
}

#content p.insideQuote {
  font-style: italic;
  width: 320px;
  padding-left: 50px;
  margin: 10px 10px 0 0;
}

#content p.insideCite {
  font-style: oblique;
  width: 250px;
  padding-left: 75px;
  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(41,35,26);
}


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

#primarySidebar { background-color: rgb(210,199,180); padding-bottom: 6px; }
#secondarySidebar { background-color: rgb(210,199,180); 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: 375px;
  background-color: rgb(246,244,240);
  float: right;
}

#topWidget { background-color: rgb(164,141,103); padding: 5px 0 5px 0; text-align: center; }
#topWidget h2 { 
  font-family: Arial, sans-serif; 
  font-size: 75%;
  font-variant: small-caps;
  color: rgb(246,244,240);
  letter-spacing: 1px;
  }
  
#topWidget h3 {
  font-variant: small-caps;
}
#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(164,141,103);
  letter-spacing: 1px;
  margin: 0 0 6px 0; 
}
#middleWidget a { color: rgb(164,141,103); }
#middleWidget a:hover, #topWidget a:active { color: rgb(0,0,0); }

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

#bottomWidget h3 a { color: rgb(255,255,255); }
#bottomWidget h3 a:hover, #bottomWidget h3 a:active { color: rgb(0,0,0); }

.darker { color: rgb(123,106,77); }
.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(246,244,240); }
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: 510px; 
  height: 16px;
  background-image: url(images/structural/menuBar.png);
  margin: 25px 0 0 15px;
  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: 65%;
}

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

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

#boats { left: 1px; width: 78px; }
#bikes { left: 86px; width: 78px; }
#tours { left: 171px; width: 81px; }
#mendocino { left: 259px; width: 68px; }
#galleries { left: 334px; width: 59px; }
#about { left: 400px; width: 60px}

#boats a:hover { background: transparent url(images/structural/menuBar.png) -1px -16px no-repeat; }
#bikes a:hover { background: transparent url(images/structural/menuBar.png) -86px -16px no-repeat; }
#tours a:hover { background: transparent url(images/structural/menuBar.png) -171px -16px no-repeat; }
#mendocino a:hover { background: transparent url(images/structural/menuBar.png) -259px -16px no-repeat; }
#galleries a:hover { background: transparent url(images/structural/menuBar.png) -334px -16px no-repeat; }
#about a:hover { background: transparent url(images/structural/menuBar.png) -400px -16px no-repeat; }

#boatsSelected { background: transparent url(images/structural/menuBar.png) -1px -16px no-repeat; }
#bikesSelected { background: transparent url(images/structural/menuBar.png) -86px -16px no-repeat; }
#toursSelected { background: transparent url(images/structural/menuBar.png) -171px -16px no-repeat; }
#mendocinoSelected { background: transparent url(images/structural/menuBar.png) -259px -16px no-repeat; }
#galleriesSelected { background: transparent url(images/structural/menuBar.png) -334px -16px no-repeat; }
#aboutSelected { background: transparent url(images/structural/menuBar.png) -400px -16px no-repeat; }

a#boatsSelected span, a#bikesSelected span, a#toursSelected span, a#mendocinoSelected span, a#galleriesSelected span, a#aboutSelected 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(123,106,77); }

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

.biopic-sub {
  border: 4px solid rgb(123,106,77);
  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(123,106,77);
  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(123,106,77); 
  width: 250px;
  padding: 8px; }
.signUp h3 { 
  font-family: Arial, sans-serif; 
  font-size: 90%; 
  font-variant: small-caps;
  color: rgb(246,244,240);
}

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

.shadeBox h3 { 
  font-family: Arial, sans-serif; 
  font-size: 130%; 
  font-variant: small-caps;
  color: rgb(40,40,40);
  text-align: center;
  margin-top: 10px;
}

.shadeBox h3 a { color: rgb(40,40,40); }
.shadeBox h3 a:hover, .shadeBox a:active { color: rgb(30,30,90); }

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

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

.guideLink h3 {
  font-family: Arial, sans-serif; 
  font-size: 90%; 
  font-variant: small-caps;
  color: rgb(246,244,240);
}
.guideLink h3 a { color: rgb(246,244,240); }
.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(123,106,77);
}

.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(123,106,77); margin-top: 10px; }
.galleryWrapper { text-align: center; }

.ad { width: 452px; height: 585px; text-align: center; margin: 10px auto 10px 35px; }

/*===================================
/* Boats Styles
===================================*/

.shadeBox { background-color: rgb(200,170,130); width: 450px; margin-left: 30px; padding: 10px 0 10px 0; }
#content .shadeBox p { text-align: justify; margin: 20px 30px 20px 30px; }
.maruImg { margin-left: 55px; }
.ootwWrapper {
  text-align: center; 
  border: 4px solid rgb(123,106,77); 
  width: 300px; height: 300px; 
  margin: 30px auto 30px auto;
  background-image: url(images/other/outOfThisWorldBack.png);
  background-repeat: no-repeat;
}
#shadeTourBox h2 { font-size: 90%; margin: 0; }
#shadeTourBox { text-align: center; }
#content #shadeTourBox p { font-size: 80%; margin: 0; padding: 0; text-align: center; }
#content .links p { margin: 5px 50px 5px 30px; }
#content .links p a { color: rgb(95,80,55); }
#content .links p a:hover, #content .links p a:active { color: rgb(135,115,80); }

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

.tidalSwing { display: block; text-align: center; margin: 10px 50px 20px 30px; border: 6px solid rgb(0,0,0); padding: 3px 5px 5px 15px; background-color: rgb(255,255,255); }
