.rootWidget {
    text-align:right;
    position: relative;
    top: -205px;
    left: 690px;
    color: rgb(246, 233, 207);
    z-index: 300;
    opacity: 1;
    width: 324px;
}
  
#PlayerContainer {
  margin-left: auto;
  margin-right: auto;
  border:1px solid #ccc;
  height:300px;
  width:700px;
}
    
/**
 * HTML5 ✰ Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
 */


/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }


/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body { font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol { margin: 0; list-style: none; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } 

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection{ background: #fff6df; color:#666; text-shadow: none; }
::selection { background: #fff6df; color:#666; text-shadow: none; }

/* Remove glow on input focus */
:focus{ outline: none; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/**
 * You might tweak these..
 */

body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #444;
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

a {outline: none;}
/*a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }*/


/**
 * Primary styles
 *
 * Author: 
 */
body {
  background: url(../images/content_bg.gif) repeat;
  font-family: Helvetica, Arial, sans-serif;
  color: #1d0700;
}
#container {
  background: url(../images/bg.gif) repeat;
  width: 1020px;
  margin: 0 auto;
  padding-bottom:50px;
}
header {
  border: 10px solid #1e0700;
  border-width: 10px 0px;
  border-color: #1e0700;
  position: relative;
  height: 480px;
  overflow: hidden;
  margin-bottom: 40px;
}
header #slideshow {
  position: absolute;
  height: 480px;
  width: 1020px;
  overflow: hidden;
}
header .actions {
  position: absolute;
  top: 10px;
  right: 0px;
  z-index: 100;
}
header .actions a {
  display: block;
  float: left;
  height: 31px;
}
header .facebook {
  width: 31px;
  padding-right: 10px;
}
header .flickr {
  width: 33px;
}
header form {
  padding: 4px 10px 0;
  float: left;
}
header input {
  border: none;
  font-size: 11px;
  color: #b9b4b2;
}
header .search_box {
  width: 83px;
  height: 30px;
  display: inline;
  padding: 0 30px 0 10px;
  background: url(../images/search_bg.png) no-repeat;
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
}
header .email_box {
  width: 140px;
  height: 25px;
  line-height: 25px;
  display: inline;
  padding: 0 5px 0 10px;
  background: url(../images/email_bg.png) no-repeat;
  font-weight: bold;
}
header .email_button {
  width: 39px;
  height: 25px;
  background: url(../images/email_button.png) no-repeat;
  font-size: 0px;
  color: #fff;
  text-indent: -9999px;
  /*margin-left: -4px;*/
}

#wpcf7-f1-t1-o1 {
  float: left;
  display: inline;
}

#wpcf7-f1-t1-o1 .wpcf7-response-output {
  display: none;
}
  
header .wpcf7-form p {
  display: inline;
  float: left;
}

/* main nav */
header nav {
  width: 100%;
  position: absolute;
  top: 100px;
  background: url(../images/nav_bg.gif) no-repeat top left;
  z-index: 100;
}
header nav ul {
  margin-left: 214px;
}
header nav li {
  display: table-cell;
  float: left;
}
header nav a {
  display: block;

  height: 62px;
  text-indent: -9999px;
  background-image: url(../images/nav.gif);
}
header .adventure a {
  width: 131px;
  background-position: -558px 0;
}
header .adventure a:hover,
header .adventure .active {
  background-position: -558px 62px;
}
header .photolog a {
  width: 124px;
  background-position: -433px 0;
}
header .photolog a:hover,
header .photolog .active {
  background-position: -433px 62px;
}
header .quarters a {
  width: 117px;
  background-position: -317px 0;
}
header .quarters a:hover,
header .quarters .active {
  background-position: -317px 62px;
}
header .aboutus a {
  width: 102px;
  background-position: -215px 0;
}
header .aboutus a:hover,
header .aboutus .active {
  background-position: -215px 62px;
}
header .talktous a {
  width: 130px;
  background-position: -688px 0;
}
header .talktous a:hover,
header .talktous .active {
  background-position: -688px 62px;
}
header .bookabunk a {
  width: 202px;
  background-position: -818px 0;
}
header .bookabunk a:hover,
header .bookabunk .active {
  background-position: -818px 62px;
}

/* subnav */
header nav .subnav {
  display: none;
  width: 100px;
  margin-left: 0;
}
.subnav li {
  margin: 5px 0 0;
}
header .subnav a {
  padding: 0 5px;
  height: 22px;
  line-height: 22px;
  background-image: none;
  text-indent: 0;
  color: #fff;
  text-decoration: none;
  background: #042023;
  -pie-background: rgba(4, 32, 35, 0.7); /*PIE*/
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-opacity: 0.7; /* Netscape */
  -khtml-opacity: 0.7; /* Safari 1.x */
  opacity: 0.7; /* Good browsers */
  behavior: url(/wp-content/themes/crashpad/css/pie.htc);
}
header .subnav a:hover {
  background: #37a5b0;
  -pie-background: rgba(55, 165, 176, 0.7); /*PIE*/
}

header h1 a {
  width: 218px;
  height: 221px;
  background: url(../images/logo.png);
  text-indent: -9999px;
  position: absolute;
  top: 23px;
  z-index: 200;
}

/* slideshow */
header #pager {
  position: absolute;
  bottom: 10px;
  right: 0px;
  z-index: 200;
}
#pager a {
  width: 17px;
  height: 17px;
  float: left;
  margin-right: 10px;
  background: url(../images/pager.png) no-repeat center center;
  text-indent: -9999px;
}
#pager .activeSlide {
  background: url(../images/pager_active.png) no-repeat center center;
}
/* weather widget */
.weatherWidget {
  color: #f6e9cf;
  position: absolute;
  bottom: 0px;
  left: 20px;
  background: #5a5655;
  -pie-background: rgba(90, 86, 85, 0.7);
  z-index: 200;
  width: 190px;
  -moz-opacity: 0.7; /* Netscape */
  -khtml-opacity: 0.7; /* Safari 1.x */
  opacity: 0.7; /* Good browsers */
  -moz-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  behavior: url(/wp-content/themes/crashpad/css/pie.htc);
}
.weatherWidget .inner {
  /*background-image: url(../images/weather/sunny_icon.png);*/
  background-position: 10px 5px;
  background-repeat: no-repeat;
}
.weatherWidget h2 {
  font-size: 12px;
  font-weight: normal;
  padding: 8px 20px 0px 40px;
  background: url(../images/weather/up_arrow.png) no-repeat 170px 10px;
  cursor: pointer;
  height: 21px;
}
.weatherWidget h2.up {
  background: url(../images/weather/down_arrow.png) no-repeat 170px 10px;
}
.weatherWidget h2 img {
  float: left;
  display: inline;
  margin: -9px 0 0 -30px;
}
.weatherWidget h2 span {
  width:25px;
  height:25px;
}


  
/* hidden section */
.currentWeather {
  display: none;
  height: 175px;
  width: 190px;
  overflow: hidden;
}
.currentWeather .inner {
  padding: 5px;
  background-image: none;
}
.weatherWidget .time,
.weatherWidget .date,
.weatherWidget h3 {
  font-size: 20px;
  font-weight: bold;
  border: 1px solid #f6e9cf;
  border-left: none;
  border-right: none;
  text-align: center;
  line-height: 30px;
}
.weatherWidget .date {
  border-top: none;
  overflow: hidden;
  line-height: 24px;
  padding: 3px 0;
}
.weatherWidget .dayOfWeek,
.weatherWidget .monthDay {
  float: left;
}
.weatherWidget .dayOfWeek {
  width: 40%;
  border-right: 1px solid #f6e9cf;
}
.weatherWidget .monthDay {
  width: 59%;
}
.weatherWidget .todayWeather {
  padding: 5px 0 0
}
.weatherWidget h3 {
  border: none;
}
.weatherWidget .hi,
.weatherWidget .lo {
  font-size: 20px;
  width: 40px;
  text-align: center;
}
.weatherWidget .hi {
  float: left;
  margin-left: 15px;
}
.weatherWidget .lo {
  float: right;
  margin-right: 15px;
}
.weatherWidget .img {
  width: 70px;
  text-align: center;
  margin: -5px auto 0;
}

/* Content Area */
#main, #footer {
  width: 900px;
  padding: 17px;
  margin: 0 auto 40px;
  background: #fff url(../images/content_bg.gif);
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  height: auto;
  behavior: url(/wp-content/themes/crashpad/css/pie.htc);
  -pie-background: url(/wp-content/themes/crashpad/images/content_bg.gif);
  position: relative;
}

#footer {
  margin-bottom: 5px;
}

#main {
  -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);

}

#container {
  -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
  behavior: url(/wp-content/themes/crashpad/css/pie.htc);

}

.teasers {
  width:160px;
  height:230px;
  background-color: #eceae9;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  float:left;
  margin:50px 10px;
  font-size: 11px;
  line-height: 16px;
  position: relative;
  behavior: url(/wp-content/themes/crashpad/css/pie.htc);

}

.adventure .teasers {
height: 280px;
  width:250px;
  margin:50px 25px;
}

.adventure .teasers p {
  padding:0 25px;
}

.adventure .teasers a.readmore {
  width:200px;
}

.home .teasers div {
  margin:0 auto;
  width:140px;
}

.teasers figure, .teasers a img {
  /*width:150px;*/
  height:120px;
  display: block;
  background-position: center center;
  margin:-55px auto 6px;
  text-align: center;
}

.teasers a.readmore {
  position: absolute;
  bottom:20px;
  width:140px;
  height: 25px;
  line-height: 24px;
  font-size: 12px;
  color:#fff;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background: url(../images/teaser_link_bg.png) no-repeat center;
}

.teasers a.readmore:hover {
  background:url(../images/teaser_link_bg_hover2.png) no-repeat center;
}

.teasers p {
}

.about-us .page-content li {
  height: 100px;
  list-style-type: none;
}

.about-us .page-content li img {
  float: left;
  vertical-align: text-bottom;
}

#page-blurb {
  width:775px;
  height: 132px;
  margin: 0 auto;
  text-transform: uppercase;
  line-height: 27px;  
}

#page-blurb h2, .search .page-content h2 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 22px;
  color:#008399;
  margin-bottom: 10px;
}

#page-blurb img {
  float: left;
  padding-right: 30px;
}

#page-blurb p {
  width:600px;
  float: left;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 17px;
}

.home #page-blurb p {
  padding: 20px 0;
  font-size: 17px;
}

.page-content h3, #subpage-blurb h3 {
  color:#fff;
  background-color:#000;
  padding:5px 10px;
  margin: 10px 0;
  font-weight: normal;
}

.page-content h3 a {
  color:#fff;
  font-weight: bold;
  text-decoration: none;
}

.page-content h3 a:hover {
  border-bottom:1px solid #fff;
}

/* .interior-pg .page-content div {
  font-size: 11px;
  line-height: 18px;
}
*/

.interior-pg .page-content a, .footer-credit a {
  color:#008a90;
  text-decoration: none;
  font-weight: bold;
}

.interior-pg .page-content a:hover, .footer-credit a:hover {
  border-bottom: 1px solid #008a90;
}

.interior-pg .page-content p {
  margin: 10px;
  width:90%;
  font-size: 12px;
  line-height: 16px;
}

.interior-pg .page-content em {
  font-style: italic;
  color:#547d81;
}

.interior-pg .page-content h4 {
  margin:10px 0;
}

.page-content {
  margin-top:20px;
}
  
.clear {
  clear:both;
  height: 0px;
  font-size: 1px;
  overflow: hidden;
}

.album-box {
  float:left;
  margin: 20px;
}

#fancy_outer {
  z-index: 10000;  
}

/* interior page tabs */
.page-content .ui-tabs .ui-tabs-nav li a {
  width:auto;
  padding: 8px 10px;
}

.page-content .ui-tabs .ui-tabs-nav li {
  width: auto;
}

/* photo log page */
#my_youtube_widget {
  margin: 0 auto;
}

ul.widget-videolisting li {
  float: left;
  width: 150px;
  height: 170px;
  padding: 10px;
}

.album-cover {
  padding:3%;
}

.pic-thumb div {
  background: url(../images/back_button.png) no-repeat !important;
  border:none;
  font-size: 0;
  cursor: pointer;
}

.toggle {
  display: none;
}

#gallery-1 .enlarge-icon img {
  border: none;
}

#gallery-1 span.enlarge-icon img {
  position: absolute;
  top:0;
  right:-6px;
}

#gallery-1 .gallery-icon a {
  position: relative;
  display: block;
  width:152px;
  height:152px;
  margin: 0 auto;
}

#gallery-1 a {
  border:none;
}

.gallery-caption {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  padding: 5px;
  margin-top: 10px;
}

#videoBar-bar {
width : 880px;
margin-right: 5px;
margin-left: 5px;
padding-top : 4px;
padding-right : 4px;
padding-left : 4px;
padding-bottom : 0px;
}

.resultsBox_gsvb div.resultDiv_gsvb {
  width: 108px;
}

.search h2 {
  
}

/* Footer */

#footer {
  height: 90px;
  font-size: 11px;
}
#footer div {
  float: left;
  height: 90px;
}

#footer .sitemap {
  border-left: 1px solid #ccc;
  width:113px;
  margin: 0 5px;
  font-size:11px;
}
#footer .sitemap ul {
  padding:2px 15px;
}

#footer .sitemap li {
  padding:2px 0;
}

#footer .location {
  font-weight: bold;
  margin-right: 8px;
  width: 143px;
}
#footer .location p {
}

.social-plate { /* appears in header and footer */
  float:left;
  margin-left:-5px;
}

.social-plate li {
  float: left;
  padding:0 5px;
}

#footer .social-plate {
  width: 143px;
}

.footer-credit {
  font-size: 8px;
  width:935px;
  margin: 0 auto;
  text-align: right;
}


footer {
  /* use styling from #main
width: 900px;
  margin: 0 auto 40px;
  background: #fff url(../images/footer_bg.gif);
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
  behavior: url(/wp-content/themes/crashpad/css/pie.htc);
*/
}
footer .inner {
  padding: 20px;
  overflow: hidden;
}
footer .section {
  border-right: 1px solid #c3bcb9;
  width: 13.5%;
  float: left;
}
footer .section .inner {
  padding: 0 12px;
}
footer .inner .first {
  width: 18%;
}
footer .inner .first .inner {
  padding-left: 0;
}
footer .inner .last {
  border: none;
}
footer .inner .last .inner {
  padding-right: 0;
}
/* first box */
footer .facebook {
  padding-right: 10px;
}
footer address {
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  margin-top: 5px;
}
footer a {
  color: #1d0700;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer dl {
  font-size: 12px;
  line-height: 20px;
}
footer dt {
  font-weight: bold;
}































/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }
}


/* browser specific fixes */
