body {
  color: #58564a;
  background: #415856 url(/assets/page/landscape-6b5d938cc136e71df2d9bf817cae4d60.jpg) top center no-repeat; }
  body .container {
    width: 1000px;
    background: transparent; }

div[role="main"] {
  position: relative;
  margin-bottom: 3em; }

.page {
  width: 1000px;
  margin: 0 auto; }

.book {
  width: 990px;
  height: 600px; }

.paperless {
  position: absolute;
  bottom: 91px;
  right: -324px; }
  .paperless img {
    display: block; }

.journal-logo {
  position: absolute;
  top: 0;
  right: -280px; }

a.trip-notes {
  font-size: 13px;
  font-style: italic; }

.journal .page.illustration {
  text-align: center; }
  .journal .page.illustration .fancybox {
    text-align: center;
    text-decoration: none;
    color: #98350d;
    font-size: 14px; }
    .journal .page.illustration .fancybox:hover {
      color: #d83e00; }

.camp_label {
  width: 100px; }

.share-buttons {
  padding-right: 32px;
  position: relative;
  z-index: 5; }
  .share-buttons .pull-right {
    float: right;
    margin-left: 20px;
    text-align: right; }
    .share-buttons .pull-right p {
      margin-top: 0; }
      .share-buttons .pull-right p button {
        display: inline-block; }

.camp-label {
  text-align: center;
  width: 120px;
  color: white;
  background: #6d8e31 none;
  box-shadow: 0 0 3px 4px #6d8e31; }

.why-book-with-us {
  background: url("/assets/journal/why_book_with_us-dd28ac87079e87884b97b0bd90605ecd.png") transparent no-repeat scroll 0 0;
  cursor: pointer;
  width: 99px;
  height: 99px;
  position: absolute;
  right: 30px;
  bottom: 30px; }
/*! normalize.css 2011-08-12T17:28 UTC · http://github.com/necolas/normalize.css */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 */

audio:not([controls]) {
    display: none;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */

[hidden] {
    display: none;
}


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Keeps page centred in all browsers regardless of content height
 * 3. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html {
    font-size: 100%; /* 1 */
    overflow-y: scroll; /* 2 */
    -webkit-text-size-adjust: 100%; /* 3 */
    -ms-text-size-adjust: 100%; /* 3 */
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */

body {
    margin: 0;
}

/* 
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */

body,
button,
input,
select,
textarea {
    font-family: sans-serif;
}


/* =============================================================================
   Links
   ========================================================================== */

a {
    color: #00e;
    outline: none;
}

a:visited {
    color: #551a8b;
}

/*
 * Addresses outline displayed oddly in Chrome
 */

a:focus, button {
    /*outline: thin dotted;*/
    outline: none;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */

a:hover,
a:active {
    outline: 0;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
}

/* =============================================================================
   Typography
   ========================================================================== */

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3/4, S4/5, Chrome
*/

b, 
strong { 
    font-weight: bold; 
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */

/* 1 */

q {
    quotes: none;
}

/* 2 */

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* =============================================================================
   Lists
   ========================================================================== */

ul,
ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */

figure {
    margin: 0;
}


/* =============================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE6/7
 */

form {
    margin: 0;
}

/*
 * Define consistent margin and padding
 */

fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects alignment displayed oddly in IE6/7
 */

legend {
    border: 0; /* 1 */
    *margin-left: -7px; /* 2 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, F3/4, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * 1. Addresses FF3/4 setting line-height using !important in the UA stylesheet
 * 2. Corrects inner spacing displayed oddly in IE6/7
 */

button,
input {
    line-height: normal; /* 1 */
    *overflow: visible;  /* 2 */
}

/*
 * Corrects overlap and whitespace issue for buttons and inputs in IE6/7
 * Known issue: reintroduces inner spacing
 */

table button,
table input {
    *overflow: auto;
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 */

button,
html input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    cursor: pointer; /* 1 */
    -webkit-appearance: button; /* 2 */
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Addresses excess padding in IE8/9
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Corrects inner padding displayed oddly in S5, Chrome on OSX
 */

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Corrects inner padding and border displayed oddly in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}


/* =============================================================================
   Tables
   ========================================================================== */

/* 
 * Remove most spacing between table cells
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

.hidden {
  display: none;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

.invisible {
  visibility: hidden; }

.align-right {
  text-align: right; }

img.align-right {
  display: block;
  float: right;
  margin-left: 1em; }

.align-left {
  text-align: right; }

img.align-left {
  display: block;
  float: left;
  margin-right: 1em; }
button, input[type="submit"], input[type="button"], a.button, span.button {
  display: block;
  padding: 4px 8px;
  color: white;
  background: #966547;
  text-decoration: none;
  border-width: 0;
  border-radius: 6px;
  background: #C95D00;
  background: -moz-linear-gradient(top, #C95D00 0%, #C95D00 19%, #832B00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C95D00), color-stop(19%, #C95D00), color-stop(100%, #832B00));
  background: -webkit-linear-gradient(top, #C95D00 0%, #C95D00 19%, #832B00 100%);
  background: -o-linear-gradient(top, #C95D00 0%, #C95D00 19%, #832B00 100%);
  background: -ms-linear-gradient(top, #C95D00 0%, #C95D00 19%, #832B00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C95D00', endColorstr='#832B00',GradientType=0 );
  background: linear-gradient(top, #C95D00 0%, #C95D00 19%, #832B00 100%);
  border: 1px solid #9a4902; }
  button .right-arrow, input[type="submit"] .right-arrow, input[type="button"] .right-arrow, a.button .right-arrow, span.button .right-arrow {
    padding-right: 23px;
    display: block;
    background: url(/assets/icons/right-6c14f719735708a41e5949063fe47bfa.png) center right no-repeat; }
    button .right-arrow span, input[type="submit"] .right-arrow span, input[type="button"] .right-arrow span, a.button .right-arrow span, span.button .right-arrow span {
      color: #f4ca00;
      font-weight: bold; }
  button .red-right-arrow, input[type="submit"] .red-right-arrow, input[type="button"] .red-right-arrow, a.button .red-right-arrow, span.button .red-right-arrow {
    padding-right: 23px;
    display: block;
    background: url(/assets/icons/red_right-a51081310bcbf1f35a579f144a66139d.png) center right no-repeat; }
  button .left-arrow, input[type="submit"] .left-arrow, input[type="button"] .left-arrow, a.button .left-arrow, span.button .left-arrow {
    padding-left: 20px;
    display: block;
    background: url(/assets/icons/left-29eb2b49b037aa29e972bad89c56c7cd.png) center left no-repeat; }
  button .envelope, input[type="submit"] .envelope, input[type="button"] .envelope, a.button .envelope, span.button .envelope {
    padding-right: 23px;
    display: block;
    background: url(/assets/icons/envelope-4f96c83a3915f3803d52bed290af07cb.png) center right no-repeat; }
  button .pencil, input[type="submit"] .pencil, input[type="button"] .pencil, a.button .pencil, span.button .pencil {
    padding-right: 23px;
    display: block;
    background: url(/assets/icons/pencil-09d5203590dd7176540829e98d943785.png) center right no-repeat; }
  button .facebook-f, input[type="submit"] .facebook-f, input[type="button"] .facebook-f, a.button .facebook-f, span.button .facebook-f {
    padding-right: 23px;
    display: block;
    background: url(/assets/icons/facebook-d7f05795862056575ac1533d51d9b0cf.png) center right no-repeat; }
  button .eye, input[type="submit"] .eye, input[type="button"] .eye, a.button .eye, span.button .eye {
    padding-right: 23px;
    display: block;
    background: url(/assets/icons/eye-0823c7e01e1302f216648cf8823d4fa4.png) center right no-repeat; }
  button:hover, input[type="submit"]:hover, input[type="button"]:hover, a.button:hover, span.button:hover {
    background: #CC7710;
    background: -moz-linear-gradient(top, #CC7710 0%, #CC7710 19%, #B23200 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #CC7710), color-stop(19%, #CC7710), color-stop(100%, #B23200));
    background: -webkit-linear-gradient(top, #CC7710 0%, #CC7710 19%, #B23200 100%);
    background: -o-linear-gradient(top, #CC7710 0%, #CC7710 19%, #B23200 100%);
    background: -ms-linear-gradient(top, #CC7710 0%, #CC7710 19%, #B23200 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CC7710', endColorstr='#B23200',GradientType=0 );
    background: linear-gradient(top, #CC7710 0%, #CC7710 19%, #B23200 100%);
    color: white; }
  button.inline, input[type="submit"].inline, input[type="button"].inline, a.button.inline, span.button.inline {
    padding: 0;
    color: #89583c;
    font-size: 0.875em;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    background: transparent;
    border: none; }
    button.inline:hover, input[type="submit"].inline:hover, input[type="button"].inline:hover, a.button.inline:hover, span.button.inline:hover {
      color: #f85a00; }
  button.centered > span, input[type="submit"].centered > span, input[type="button"].centered > span, a.button.centered > span, span.button.centered > span {
    display: inline; }
  button.gray, input[type="submit"].gray, input[type="button"].gray, a.button.gray, span.button.gray {
    color: white;
    background: #766358;
    border-radius: 6px;
    background: #A69B94;
    background: -moz-linear-gradient(top, #A69B94 0%, #867971 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #A69B94), color-stop(100%, #867971));
    background: -webkit-linear-gradient(top, #A69B94 0%, #867971 100%);
    background: -o-linear-gradient(top, #A69B94 0%, #867971 100%);
    background: -ms-linear-gradient(top, #A69B94 0%, #867971 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A69B94', endColorstr='#867971',GradientType=0 );
    background: linear-gradient(top, #A69B94 0%, #867971 100%);
    border: 1px solid #766358; }
    button.gray .right-arrow, input[type="submit"].gray .right-arrow, input[type="button"].gray .right-arrow, a.button.gray .right-arrow, span.button.gray .right-arrow {
      background-image: url(/assets/icons/white_right_arrow-5744e5cfc4fabef162bd0cb12460f980.png); }
    button.gray .envelope, input[type="submit"].gray .envelope, input[type="button"].gray .envelope, a.button.gray .envelope, span.button.gray .envelope {
      background-image: url(/assets/icons/white_envelope-b3729a6fe67f16049f19f403ca2435aa.png); }
    button.gray .pencil, input[type="submit"].gray .pencil, input[type="button"].gray .pencil, a.button.gray .pencil, span.button.gray .pencil {
      background-image: url(/assets/icons/white_pencil-1effca46b0fab5d91f03a13505c31ecf.png); }
    button.gray .facebook-f, input[type="submit"].gray .facebook-f, input[type="button"].gray .facebook-f, a.button.gray .facebook-f, span.button.gray .facebook-f {
      background-image: url(/assets/icons/white_facebook-0086d47fc251c645be8fea1001cb5441.png); }
    button.gray:hover, input[type="submit"].gray:hover, input[type="button"].gray:hover, a.button.gray:hover, span.button.gray:hover {
      background: #bdb5b0;
      background: -moz-linear-gradient(top, #bdb5b0 0%, #9e938c 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bdb5b0), color-stop(100%, #9e938c));
      background: -webkit-linear-gradient(top, #bdb5b0 0%, #9e938c 100%);
      background: -o-linear-gradient(top, #bdb5b0 0%, #9e938c 100%);
      background: -ms-linear-gradient(top, #bdb5b0 0%, #9e938c 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdb5b0', endColorstr='#9e938c',GradientType=0 );
      background: linear-gradient(top, #bdb5b0 0%, #9e938c 100%); }

#continue_screen button {
  float: left;
  margin-right: 1.3em; }

.ie button.inline, .ie .button.inline {
  filter: none; }
  .ie button.inline:hover, .ie .button.inline:hover {
    filter: none; }
.modal .overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.85; }
.modal .window {
  position: absolute;
  top: -75px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1003; }

.dialog {
  zoom: 1;
  position: relative;
  margin: 0 auto;
  width: 600px;
  background: white;
  border: 10px solid white; }
  .dialog:before, .dialog:after {
    content: "";
    display: table; }
  .dialog:after {
    clear: both; }
  .dialog header, .dialog .subheader {
    padding: 1px 0;
    color: white;
    padding: 0.5em;
    margin: 0;
    font-weight: normal;
    background: #7FB048;
    background: -moz-linear-gradient(top, #7FB048 1%, #60952E 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #7FB048), color-stop(100%, #60952E));
    background: -webkit-linear-gradient(top, #7FB048 1%, #60952E 100%);
    background: -o-linear-gradient(top, #7FB048 1%, #60952E 100%);
    background: -ms-linear-gradient(top, #7FB048 1%, #60952E 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7FB048', endColorstr='#60952E',GradientType=0 );
    background: linear-gradient(top, #7FB048 1%, #60952E 100%);
    padding: 10px 20px; }
    .dialog header h1, .dialog .subheader h1, .dialog header h2, .dialog .subheader h2 {
      font-weight: normal;
      line-height: 1; }
    .dialog header h1, .dialog .subheader h1 {
      margin: 0 0 0.2em; }
    .dialog header h2, .dialog .subheader h2 {
      margin: 0.2em 0 0; }
    .dialog header h1, .dialog .subheader h1 {
      font-size: 1em;
      font-weight: bold; }
    .dialog header h2, .dialog .subheader h2 {
      font-size: 0.8125em;
      font-weight: bold; }
  .dialog .subheader {
    margin: 10px -20px; }
  .dialog section {
    background: #EDEBD5;
    background: -moz-linear-gradient(left, #EDEBD5 0%, #FAF9F3 50%, #EDEBD5 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #EDEBD5), color-stop(50%, #FAF9F3), color-stop(100%, #EDEBD5));
    background: -webkit-linear-gradient(left, #EDEBD5 0%, #FAF9F3 50%, #EDEBD5 100%);
    background: -o-linear-gradient(left, #EDEBD5 0%, #FAF9F3 50%, #EDEBD5 100%);
    background: -ms-linear-gradient(left, #EDEBD5 0%, #FAF9F3 50%, #EDEBD5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EDEBD5', endColorstr='#EDEBD5',GradientType=1 );
    background: linear-gradient(left, #EDEBD5 0%, #FAF9F3 50%, #EDEBD5 100%); }
  .dialog .paper {
    padding: 1px 0;
    padding: 10px 20px; }
  .dialog.prompt, .dialog.finish, .dialog.edit {
    width: 350px; }
    .dialog.prompt section, .dialog.finish section, .dialog.edit section {
      padding: 1px 0;
      background: #EDEBD5;
      background: -moz-linear-gradient(left, #EDEBD5 0%, #FAF9F3 50%, #EDEBD5 100%);
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, #EDEBD5), color-stop(50%, #FAF9F3), color-stop(100%, #EDEBD5));
      background: -webkit-linear-gradient(left, #EDEBD5 0%, #FAF9F3 50%, #EDEBD5 100%);
      background: -o-linear-gradient(left, #EDEBD5 0%, #FAF9F3 50%, #EDEBD5 100%);
      background: -ms-linear-gradient(left, #EDEBD5 0%, #FAF9F3 50%, #EDEBD5 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EDEBD5', endColorstr='#EDEBD5',GradientType=1 );
      background: linear-gradient(left, #EDEBD5 0%, #FAF9F3 50%, #EDEBD5 100%); }
    .dialog.prompt p, .dialog.finish p, .dialog.edit p {
      font-size: 0.875em;
      line-height: 1.4; }
    .dialog.prompt .buttons button, .dialog.finish .buttons button, .dialog.edit .buttons button {
      display: inline;
      margin-right: 0.5em; }
  .dialog .p {
    margin-bottom: 1em; }
  .dialog.save {
    border-width: 0; }
    .dialog.save .border {
      border: 10px solid white;
      zoom: 1; }
      .dialog.save .border:before, .dialog.save .border:after {
        content: "";
        display: table; }
      .dialog.save .border:after {
        clear: both; }
    .dialog.save header.intro, .dialog.save .intro.subheader {
      zoom: 1;
      background: #60952E;
      background: -moz-linear-gradient(top, #60952E 1%, #7FB048 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #60952E), color-stop(100%, #7FB048));
      background: -webkit-linear-gradient(top, #60952E 1%, #7FB048 100%);
      background: -o-linear-gradient(top, #60952E 1%, #7FB048 100%);
      background: -ms-linear-gradient(top, #60952E 1%, #7FB048 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60952E', endColorstr='#7FB048',GradientType=0 );
      background: linear-gradient(top, #60952E 1%, #7FB048 100%); }
      .dialog.save header.intro:before, .dialog.save .intro.subheader:before, .dialog.save header.intro:after, .dialog.save .intro.subheader:after {
        content: "";
        display: table; }
      .dialog.save header.intro:after, .dialog.save .intro.subheader:after {
        clear: both; }
      .dialog.save header.intro h1, .dialog.save .intro.subheader h1 {
        font: normal 1.875em Georgia, serif; }
      .dialog.save header.intro p, .dialog.save .intro.subheader p {
        line-height: 1.4; }
      .dialog.save header.intro img, .dialog.save .intro.subheader img {
        float: left;
        margin-right: 10px; }
    .dialog.save fieldset {
      border: none;
      padding: 0;
      margin: 0; }
      .dialog.save fieldset .field label {
        font-size: 0.8125em;
        font-weight: bold; }
      .dialog.save fieldset .field input {
        font-size: 1em;
        border: 1px solid #d3cfb6;
        padding: 4px;
        width: 251px; }
      .dialog.save fieldset .info {
        font-size: 0.75em;
        float: left;
        padding-left: 0.3em; }
      .dialog.save fieldset .submit input {
        font-size: 0.8125em; }
    .dialog.save section {
      width: 289px;
      height: 583px; }
      .dialog.save section header, .dialog.save section .subheader {
        background: #A69B94;
        background: -moz-linear-gradient(top, #A69B94 0%, #867971 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #A69B94), color-stop(100%, #867971));
        background: -webkit-linear-gradient(top, #A69B94 0%, #867971 100%);
        background: -o-linear-gradient(top, #A69B94 0%, #867971 100%);
        background: -ms-linear-gradient(top, #A69B94 0%, #867971 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A69B94', endColorstr='#867971',GradientType=0 );
        background: linear-gradient(top, #A69B94 0%, #867971 100%); }
      .dialog.save section.left {
        float: left;
        position: relative; }
      .dialog.save section.right {
        float: right; }
      .dialog.save section .animals {
        position: absolute;
        bottom: 15px;
        right: 30px; }
    .dialog.save .close {
      clear: both;
      display: block;
      float: right;
      margin-top: 0.5em; }
  .dialog.edit input {
    padding: 4px;
    font-size: 1em;
    border: 1px solid #d3cfb6;
    margin: 0 10px 10px 0; }
  .dialog.share table, .dialog.submit table {
    margin-bottom: 1em; }
  .dialog.share th, .dialog.submit th {
    font-size: 0.8125em;
    text-align: left; }
  .dialog.share label, .dialog.submit label {
    font-size: 0.8125em;
    font-weight: bold; }
  .dialog.share input, .dialog.submit input {
    padding: 4px;
    font-size: 1em;
    border: 1px solid #d3cfb6;
    margin: 0 10px 10px 0; }
    .dialog.share input.error, .dialog.submit input.error {
      border-color: red;
      color: red; }
  .dialog.share textarea, .dialog.submit textarea {
    width: 554px;
    height: 40px;
    border: 1px solid #d3cfb6;
    padding: 4px; }
    .dialog.share textarea.error, .dialog.submit textarea.error {
      border-color: red;
      color: red; }
  .dialog.share .add, .dialog.share .remove, .dialog.submit .add, .dialog.submit .remove {
    font-size: 0.75em; }
  .dialog.share .buttons button, .dialog.submit .buttons button {
    display: inline;
    margin-right: 0.5em; }
  .dialog.share span.error, .dialog.share .recaptcha-error, .dialog.submit span.error, .dialog.submit .recaptcha-error {
    color: red;
    font-size: 0.8em;
    font-weight: bold; }
  .dialog.help h1 {
    font-size: 28px; }
  .dialog.help h2 {
    color: #6d8e31;
    font-size: 18px; }
  .dialog.help header, .dialog.help .subheader {
    position: relative; }
  .dialog.help .close {
    position: absolute;
    top: 10px;
    right: 10px; }
  .dialog.tier-description {
    width: 800px; }
    .dialog.tier-description header, .dialog.tier-description .subheader {
      position: relative; }
      .dialog.tier-description header h1, .dialog.tier-description .subheader h1 {
        font-size: 28px; }
    .dialog.tier-description .intro {
      padding-right: 20%;
      margin-bottom: 40px; }
    .dialog.tier-description .grid h1 {
      padding: 1px 0;
      color: white;
      padding: 0.5em;
      margin: 0;
      font-weight: normal;
      background: #7FB048;
      background: -moz-linear-gradient(top, #7FB048 1%, #60952E 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #7FB048), color-stop(100%, #60952E));
      background: -webkit-linear-gradient(top, #7FB048 1%, #60952E 100%);
      background: -o-linear-gradient(top, #7FB048 1%, #60952E 100%);
      background: -ms-linear-gradient(top, #7FB048 1%, #60952E 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7FB048', endColorstr='#60952E',GradientType=0 );
      background: linear-gradient(top, #7FB048 1%, #60952E 100%);
      padding: 10px 20px; }
      .dialog.tier-description .grid h1 h1, .dialog.tier-description .grid h1 h2 {
        font-weight: normal;
        line-height: 1; }
      .dialog.tier-description .grid h1 h1 {
        margin: 0 0 0.2em; }
      .dialog.tier-description .grid h1 h2 {
        margin: 0.2em 0 0; }
    .dialog.tier-description .grid p {
      font-size: 12px; }
    .dialog.tier-description .grid article {
      width: 242px; }
    .dialog.tier-description .close {
      position: absolute;
      top: 10px;
      right: 10px; }
  .dialog.trip-notes header, .dialog.trip-notes .subheader {
    position: relative; }
    .dialog.trip-notes header h1, .dialog.trip-notes .subheader h1 {
      font-size: 28px; }
  .dialog.trip-notes h2 {
    font-size: 16px; }
  .dialog.trip-notes .close {
    position: absolute;
    top: 10px;
    right: 10px; }

#enews_modal_form {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1000;
  overflow: auto; }
  #enews_modal_form .save {
    width: 300px; }
  #enews_modal_form .window {
    position: relative;
    margin-top: 100px;
    z-index: 1006; }
    #enews_modal_form .window .dialog {
      width: auto !important;
      max-width: 610px; }
    #enews_modal_form .window header .modal_close, #enews_modal_form .window .dialog .subheader .modal_close, .dialog #enews_modal_form .window .subheader .modal_close {
      float: right;
      color: white;
      text-decoration: none; }
  #enews_modal_form section {
    margin: 0;
    width: 100%;
    height: auto; }
    #enews_modal_form section .errors {
      color: #DC404C;
      font-size: 0.8em; }
    #enews_modal_form section .success {
      color: #6d8e31; }

.oldie .modal .overlay {
  filter: alpha(opacity=80); }
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 *
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 *
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url(/assets/fancybox/fancybox-93564beb25864653017f40d17286ec93.png);
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url(/assets/fancybox/fancybox-93564beb25864653017f40d17286ec93.png) -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
  width: 100%;
  height: auto;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url(/assets/fancybox/blank-16c1545e3f0398e1428cfd8c47d72086.gif);
	z-index: 1102;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url(/assets/fancybox/fancybox-93564beb25864653017f40d17286ec93.png);
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url(/assets/fancybox/fancybox-93564beb25864653017f40d17286ec93.png);
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left span {
	left: 20px;
}

#fancybox-right span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url(/assets/fancybox/fancybox-x-7e19337052a1372a8fcca4e1b757ff91.png);
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url(/assets/fancybox/fancybox-93564beb25864653017f40d17286ec93.png);
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url(/assets/fancybox/fancybox-y-4b89b0c1ec77cceefd9029a03c37be46.png);
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url(/assets/fancybox/fancybox-93564beb25864653017f40d17286ec93.png);
	background-position: -40px -182px;
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url(/assets/fancybox/fancybox-x-7e19337052a1372a8fcca4e1b757ff91.png);
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url(/assets/fancybox/fancybox-93564beb25864653017f40d17286ec93.png);
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url(/assets/fancybox/fancybox-y-4b89b0c1ec77cceefd9029a03c37be46.png);
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url(/assets/fancybox/fancybox-93564beb25864653017f40d17286ec93.png);
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url(/assets/fancybox/fancybox_title_over.png);
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url(/assets/fancybox/fancybox-93564beb25864653017f40d17286ec93.png) -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url(/assets/fancybox/fancybox-x-7e19337052a1372a8fcca4e1b757ff91.png) 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url(/assets/fancybox/fancybox-93564beb25864653017f40d17286ec93.png) -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/fancybox/fancy_loading-df5b237d031696e88c817cff27a5fa38.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
body.admin-padding {
  padding-top: 50px; }
  body.admin-padding nav#admin-menu {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 40px;
    background: black none;
    z-index: 100; }
    body.admin-padding nav#admin-menu ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      body.admin-padding nav#admin-menu ul li {
        float: left;
        position: relative; }
        body.admin-padding nav#admin-menu ul li:hover .dropdown {
          z-index: 101; }
        body.admin-padding nav#admin-menu ul li a {
          height: 40px;
          color: white;
          padding: 12px;
          border-left: 1px solid #444444;
          border-right: 1px solid #222222;
          display: block;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          text-decoration: none; }
          body.admin-padding nav#admin-menu ul li a:hover {
            background: #333333 none; }
        body.admin-padding nav#admin-menu ul li .dropdown {
          display: none;
          position: absolute;
          top: 40px;
          left: 0;
          z-index: 100; }
          body.admin-padding nav#admin-menu ul li .dropdown li {
            float: none; }
            body.admin-padding nav#admin-menu ul li .dropdown li a {
              width: 220px;
              padding: 8px 10px;
              border-top: 1px solid #444444;
              border-bottom: 1px solid #222222;
              background: black;
              height: auto; }
              body.admin-padding nav#admin-menu ul li .dropdown li a:hover {
                background: #333333 none; }
header[role="banner"] {
  padding: 1px 0;
  width: 920px;
  margin: 0 auto;
  height: 100px;
  position: relative; }
  header[role="banner"] .logos {
    position: absolute;
    bottom: 7px;
    left: 0px; }
    header[role="banner"] .logos img {
      display: block;
      float: left;
      margin-right: 6px; }
  header[role="banner"] h1 {
    position: absolute;
    top: 3px;
    left: 136px; }
    header[role="banner"] h1 img {
      display: block; }
  header[role="banner"] nav[role="navigation"] {
    width: 770px;
    position: absolute;
    left: 140px;
    bottom: 10px;
    padding-top: 0.375em; }
    header[role="banner"] nav[role="navigation"] a {
      display: block;
      float: left;
      padding: 0 0.8461538462em;
      border-right: 1px solid #94b0ac;
      color: white;
      text-transform: uppercase;
      text-decoration: none;
      font-weight: bold;
      font-size: 0.75em;
      line-height: 0.8; }
      header[role="banner"] nav[role="navigation"] a:first-child {
        padding-left: 0; }
      header[role="banner"] nav[role="navigation"] a:last-child {
        border-right: none; }
      header[role="banner"] nav[role="navigation"] a:hover {
        color: white; }
  header[role="banner"] .auth {
    position: absolute;
    top: 10px;
    right: 30px;
    text-align: right;
    color: #89583c;
    font-size: 0.6875em; }
    header[role="banner"] .auth p {
      margin: auto auto 0.5em; }
      header[role="banner"] .auth p:first-child {
        font-weight: bold; }
    header[role="banner"] .auth a {
      color: #ac6f4c; }
      header[role="banner"] .auth a:hover {
        color: #f85a00; }
  header[role="banner"] .credits {
    position: absolute;
    top: 30px;
    right: 0;
    color: white;
    text-align: right;
    min-width: 330px;
    background: url(/assets/journal/underline-0346f0ba7eb367cdbdd7190432308fbd.png) bottom right no-repeat; }
    header[role="banner"] .credits p {
      margin: 0 0 0.4em; }
    header[role="banner"] .credits .author {
      font-size: 0.75em;
      font-family: Georgia, serif;
      font-weight: bold; }
    header[role="banner"] .credits .name {
      margin-top: 28px;
      font-size: 1.25em;
      font-family: Georgia, serif;
      color: #91bdc1; }
  header[role="banner"].with-company {
    height: auto; }
    header[role="banner"].with-company:after {
      content: "";
      display: table;
      clear: both; }
    header[role="banner"].with-company nav[role="navigation"],
    header[role="banner"].with-company .logos {
      position: static !important; }
    header[role="banner"].with-company .logos {
      float: left;
      margin-right: 20px; }
    header[role="banner"].with-company .nav-text-logo {
      float: left;
      margin-right: 20px; }
      header[role="banner"].with-company .nav-text-logo nav[role="navigation"] {
        width: auto; }
      header[role="banner"].with-company .nav-text-logo .text-logo {
        height: 40px;
        margin: 10px 0; }
    header[role="banner"].with-company nav.credits {
      top: 10px; }

.ie7 header[role="banner"] h1 {
  top: 25px; }
.book .wrapper {
  margin: 0 auto;
  width: 990px; }
.book .outer {
  padding: 21px 27px 32px 24px;
  background: transparent url(/assets/book/outer-9162206c5f0c64c640b6c650b5db38cd.png) no-repeat; }
.book .inner {
  width: 939px;
  height: 547px;
  background: transparent url(/assets/book/inner-7ad8708c9a3a5610dc5443ddca484211.jpg) no-repeat;
  position: relative; }
  .book .inner.green {
    background: transparent url(/assets/book/green_inner-60b270e915f288b8d934a7fff4c628ce.jpg) no-repeat; }
  .book .inner.cover {
    background: transparent url(/assets/book/cover_inner-9f23f218c9b6cd57dca0a69edb905fe0.jpg) no-repeat; }
.book.quote .inner.cover {
  background: transparent url(/assets/book/cover_inner_generic-7dc551d273e94406c5da0248b09aaaa5.jpg) no-repeat; }
.book.quote .inner.green {
  background: transparent url(/assets/book/green_inner_generic-e16b6f4e8b955d2bc3559a9ce9e3c763.jpg) no-repeat; }
.book .spread {
  zoom: 1;
  height: 547px; }
  .book .spread:before, .book .spread:after {
    content: "";
    display: table; }
  .book .spread:after {
    clear: both; }
  .book .spread .page {
    margin: 0;
    padding: 0;
    width: 450px; }
  .book .spread .left {
    float: left;
    width: 353px;
    padding: 0 41px 0 56px; }
  .book .spread .right {
    float: right;
    width: 353px;
    padding: 0 56px 0 41px; }
.book .page.illustration {
  padding-top: 30px; }
.book .page.route {
  padding-top: 0px;
  height: 515px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .book .page.route h1 {
    font-size: 1.5em;
    font-weight: normal; }
  .book .page.route .trip-details {
    font-weight: bold;
    font-size: 0.8125em; }
  .book .page.route p {
    font-size: 0.875em;
    line-height: 1.3; }
  .book .page.route p.pricing-note {
    position: absolute;
    bottom: 40px;
    font-family: Georgia;
    font-style: italic;
    font-size: 17px;
    text-shadow: 1px 1px 2px black;
    line-height: 1em; }
    .book .page.route p.pricing-note span {
      display: inline-block;
      text-shadow: 1.5px 1.5px 2px black;
      font-size: 20px;
      line-height: 1em;
      margin-bottom: 8px; }
.book .green .route.page h1, .book .green .route.page .trip-details {
  color: #413c2c; }
.book .green .route.page p {
  color: white; }
.book .page.camp p, .book .page.stop p {
  font-size: 0.8125em;
  line-height: 1.2;
  margin: 0 0 0.3em; }
.book .page.camp .description, .book .page.stop .description {
  position: relative;
  top: -7px; }
.book .page.stop {
  padding-top: 13px; }
  .book .page.stop hgroup {
    position: relative;
    background: transparent url(/assets/journal/africa-a13fe60b779b2213dcf4cfdc26ebbeab.png) top right no-repeat; }
  .book .page.stop h1 {
    margin: 19px 0 0 0;
    padding: 12px 0 7px 0;
    font: normal 1.5340909091em Georgia, serif;
    color: #89583c; }
  .book .page.stop h2 {
    position: absolute;
    left: 0;
    top: -1.3em;
    font: bold 1.0227272727em Georgia, serif; }
.book .page.camp {
  padding-top: 33px; }
  .book .page.camp .house {
    position: absolute;
    top: 28px;
    right: 60px; }
  .book .page.camp h1 {
    background: #884727 url(/assets/journal/red_gradient-cea443dc44291ac8cbb5b79b14901e27.png) top left repeat-y;
    font-size: 0.8125em;
    line-height: 22px;
    color: white;
    text-indent: 1em;
    text-transform: uppercase;
    margin-bottom: 16px; }
  .book .page.camp a {
    font-weight: bold;
    text-transform: uppercase;
    color: #89583c;
    text-decoration: none;
    font-size: 0.9230769231em; }
    .book .page.camp a:hover {
      color: #f85a00; }
  .book .page.camp .animals {
    position: absolute;
    right: 30px;
    bottom: 50px; }
  .book .page.camp.empty p {
    font-size: 16px;
    line-height: 1.3;
    margin: 10px 0; }
.book .page a.button {
  color: white;
  text-decoration: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.book .page button, .book .page a.button {
  margin: 0.8em 0;
  font-size: 0.9em;
  text-align: left;
  width: 190px; }
.book .page.final {
  padding-top: 33px; }
  .book .page.final h1 {
    margin: 15px 0 20px 0;
    padding: 12px 0 7px 0;
    font: normal 1.5340909091em Georgia, serif;
    color: #89583c; }
  .book .page.final.green h1, .book .page.final.green p {
    color: white; }
  .book .page.final.green p {
    margin: 10px 0; }
  .book .page.final.green .footnotes {
    font-size: 11px;
    font-style: italic; }
  .book .page.final.summary {
    font-size: 14px; }
    .book .page.final.summary h1 {
      color: #7b9b3e; }
    .book .page.final.summary .prices {
      zoom: 1;
      margin-bottom: 16px;
      z-index: 1;
      position: relative; }
      .book .page.final.summary .prices:before, .book .page.final.summary .prices:after {
        content: "";
        display: table; }
      .book .page.final.summary .prices:after {
        clear: both; }
      .book .page.final.summary .prices ul {
        padding: 0;
        list-style: none;
        width: 175px;
        float: left;
        margin: 0 0; }
    .book .page.final.summary .footnotes {
      padding-top: 18px;
      font-size: 11px;
      font-style: italic; }
      .book .page.final.summary .footnotes.short {
        width: 257px; }
      .book .page.final.summary .footnotes p, .book .page.final.summary .footnotes ul, .book .page.final.summary .footnotes li {
        margin: 0 0 4px; }
.book .photo {
  background: url(/assets/journal/polaroid-7f5e1e6b3c2f57cd6b1ba2704aa53f38.png) no-repeat;
  width: 372px;
  height: 259px;
  padding: 12px 0 5px 13px;
  position: relative;
  margin: 0; }
  .book .photo img {
    width: 357px; }
.book .left .photo {
  left: -13px; }
.book .right .photo {
  left: -13px; }
.book .paging {
  position: absolute;
  bottom: 0;
  width: 187px;
  height: 35px;
  text-align: center;
  font-weight: bold;
  font-size: 0.625em;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  color: #8caa4c; }
  .book .paging.left {
    left: -18px;
    background: transparent url(/assets/journal/prev-acfa1d98b1165867b31e014928d87599.png) left top no-repeat; }
    .book .paging.left:hover {
      left: -24px; }
  .book .paging.right {
    right: -14px;
    background: transparent url(/assets/journal/next-75c79c8de22764d1ba635450c74df037.png) left top no-repeat; }
    .book .paging.right:hover {
      right: -20px; }
.book .cover .page {
  width: 100%; }
.book .cover .title {
  position: relative;
  top: 196px;
  left: 60px;
  width: 320px;
  font-family: Georgia, serif;
  color: #E0CEB1; }
  .book .cover .title p {
    font-weight: bold;
    margin: 0;
    font-size: 1.125em; }
  .book .cover .title h1 {
    font-weight: normal;
    font-size: 2.375em;
    line-height: 1;
    margin: 0; }
.book .cover .prepared_by {
  position: absolute;
  top: 528px;
  left: 26px;
  width: 320px;
  font-family: Georgia, serif;
  color: #E0CEB1; }
  .book .cover .prepared_by p {
    font-weight: normal;
    margin: 0;
    font-size: 1em; }
.book .cover .leather .outer {
  padding: 0;
  width: 469px;
  height: 631px;
  background: url(/assets/journal/cover_outer-5b06ff0fb7f8e1ecc1b5160e81822c29.png) left top no-repeat;
  position: relative;
  left: 180px; }
.book .cover .leather .inner {
  padding: 0;
  width: 422px;
  height: 578px;
  background: url(/assets/journal/cover_inner-71f38cacf0b621b7a193b8180825f7fe.jpg) left top no-repeat;
  position: relative;
  top: 24px;
  left: 20px; }
.book .cover .paging.left {
  display: none; }
.book .cover .paging.right {
  bottom: 100px;
  right: 290px; }
  .book .cover .paging.right:hover {
    bottom: 98px;
    right: 286px; }
.book.quote .leather .inner {
  background: url(/assets/journal/cover_inner_generic-72245cce7722100c95dbaaa126e666ea.jpg) left top no-repeat; }
.book .sup {
  font-size: 0.8em;
  display: inline-block;
  position: relative;
  top: -6px; }
.book .tooltip {
  text-decoration: underline;
  position: relative;
  display: inline-block; }
  .book .tooltip .label {
    position: relative;
    display: inline-block;
    z-index: 1; }
  .book .tooltip:hover .tip {
    position: absolute;
    display: block;
    z-index: 3; }
  .book .tooltip .tip {
    display: none;
    width: 200px;
    position: absolute;
    top: 12px;
    left: 0;
    padding: 3px;
    background: white none;
    border: 1px solid #555;
    z-index: 3; }

.page a {
  color: #89583c;
  text-decoration: underline;
  cursor: pointer; }
  .page a:hover {
    color: #f85a00; }

.ie7 .page.stop {
  padding-top: 13px; }
  .ie7 .page.stop h2 {
    left: 0;
    top: -10px; }
.ie7 .page.camp .house {
  position: absolute;
  top: 18px;
  right: 60px; }

.ie button.paging {
  filter: none; }

.book.quote .page.stop hgroup {
  background-image: none; }
.tilt.book {
  -webkit-transform: scale(1.0) rotate(-1deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform: scale(1.0) rotate(-1deg);
  -moz-transform-origin: 50% 50%;
  -o-transform: scale(1.0) rotate(-1deg);
  -o-transform-origin: 50% 50%;
  -ms-transform: scale(1.0) rotate(-1deg);
  -ms-transform-origin: 50% 50%;
  transform: scale(1.0) rotate(-1deg);
  transform-origin: 50% 50%;
}

.tilt.book .leather {
  -webkit-transform: scale(1.0) rotate(1deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform: scale(1.0) rotate(1deg);
  -moz-transform-origin: 50% 50%;
  -o-transform: scale(1.0) rotate(1deg);
  -o-transform-origin: 50% 50%;
  -ms-transform: scale(1.0) rotate(1deg);
  -ms-transform-origin: 50% 50%;
  transform: scale(1.0) rotate(1deg);
  transform-origin: 50% 50%;
}

/*
NOTE: ".cover .paging" had the styles above applied to them but this causes a
  wierd rendering error in safari 5. The tilt and transform works, but the
  position is not correctly updated for the cover page.
*/
