/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and 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; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve 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; }

body, html {
  font-family: Times, Arial, Helvetica, sans-serif;
  color: #fff;
  background: #000; }

div, p, a, ul, li, h1, h2 {
  padding: 0;
  margin: 0; }

body {
  width: 950px;
  margin: 0 auto;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

p {
  font-size: 17px; }

a {
  color: #fff; }

header a, footer a {
  color: transparent;
  font: 0/0 a;
  text-shadow: none; }

.btn.pl-area, .btn.pl-area-over, .btn.rate-another-book-over, .btn.help-over, .btn.print-bookmark-over, .btn.help, .btn.teacher-area, .btn.teacher-area-over, .btn.look-at-books, .btn.continue-voyage, .btn.continue-voyage-over, .btn.done-over, .btn.ok-over, .btn.choose-planet-over, .btn.yes, .btn.ok, .btn.listen-to-song-over, .btn.land-on-planet-over, .btn.cancel, .btn.done-with-book-over, .btn.save, .btn.back-to-bookshelf, .btn.look-at-books-over, .btn.continue-small-over, .btn.student-area-over, .btn.done, .btn.no-over, .btn.quit, .btn.yes-over, .btn.student-area, .btn.go-back-to-student-over, .btn.back-to-full-view-over, .btn.done-with-book, .btn.print-bookmark, .btn.back-to-bookshelf-over, .btn.cancel-over, .btn.land-on-planet, .btn.back-to-full-view, .btn.continue-over, .btn.choose-planet, .btn.no, .btn.play-again, .btn.quit-over, .btn.play-again-over, .btn.continue, .btn.continue-small, .btn.go-back-to-student, .btn.listen-to-song, .btn.save-over, .btn.rate-another-book {
  display: block;
  background-repeat: no-repeat;
  background-image: url("../journey_images/buttons.png");
  color: transparent;
  font: 0/0 a;
  text-shadow: none; }

.btn.music, .btn.music-over {
  display: block;
  background-repeat: no-repeat;
  background-image: url("../journey_images/buttons.png"); }

@media only screen and (min-width: 1000px) {
  .btn.rate-another-book:hover {
    background-position: 0px 0px;
    width: 189px;
    height: 31px; }

  .btn.help:hover {
    background-position: -192px 0px;
    width: 74px;
    height: 17px; }

  .btn.print-bookmark:hover {
    background-position: -269px 0px;
    width: 200px;
    height: 48px; }

  .btn.help {
    background-position: -192px -20px;
    width: 74px;
    height: 17px; }

  .btn.teacher-area {
    background-position: 0px -34px;
    width: 158px;
    height: 24px; }

  .btn.teacher-area:hover {
    background-position: -161px -51px;
    width: 158px;
    height: 24px; }

  .btn.look-at-books {
    background-position: 0px -78px;
    width: 201px;
    height: 31px; }

  .btn.continue-voyage {
    background-position: -204px -78px;
    width: 223px;
    height: 31px; }

  .btn.continue-voyage:hover {
    background-position: 0px -112px;
    width: 223px;
    height: 31px; }

  .btn.done:hover {
    background-position: -430px -51px;
    width: 69px;
    height: 25px; }

  .btn.ok:hover {
    background-position: -226px -112px;
    width: 81px;
    height: 43px; }

  .btn.choose-planet:hover {
    background-position: -310px -112px;
    width: 177px;
    height: 31px; }

  .btn.yes {
    background-position: -310px -146px;
    width: 81px;
    height: 43px; }

  .btn.ok {
    background-position: 0px -146px;
    width: 81px;
    height: 43px; }

  .btn.listen-to-song:hover {
    background-position: -84px -158px;
    width: 161px;
    height: 49px; }

  .btn.land-on-planet:hover {
    background-position: 0px -210px;
    width: 196px;
    height: 31px; }

  .btn.cancel {
    background-position: -248px -192px;
    width: 81px;
    height: 43px; }

  .btn.done-with-book:hover {
    background-position: -199px -238px;
    width: 128px;
    height: 25px; }

  .btn.save {
    background-position: -430px -79px;
    width: 74px;
    height: 17px; }

  .btn.back-to-bookshelf {
    background-position: 0px -244px;
    width: 118px;
    height: 51px; }

  .btn.look-at-books:hover {
    background-position: -121px -266px;
    width: 201px;
    height: 31px; }

  .btn.continue-small:hover {
    background-position: -325px -270px;
    width: 118px;
    height: 31px; }

  .btn.student-area:hover {
    background-position: -104px -300px;
    width: 158px;
    height: 24px; }

  .btn.done {
    background-position: -386px -304px;
    width: 68px;
    height: 25px; }

  .btn.no:hover {
    background-position: -386px -332px;
    width: 81px;
    height: 43px; }

  .btn.quit {
    background-position: -121px -244px;
    width: 74px;
    height: 17px; }

  .btn.yes:hover {
    background-position: -104px -327px;
    width: 81px;
    height: 43px; }

  .btn.student-area {
    background-position: -188px -338px;
    width: 158px;
    height: 24px; }

  .btn.go-back-to-student:hover {
    background-position: -104px -373px;
    width: 246px;
    height: 25px; }

  .btn.back-to-full-view:hover {
    background-position: 0px -401px;
    width: 189px;
    height: 31px; }

  .btn.done-with-book {
    background-position: -353px -378px;
    width: 128px;
    height: 25px; }

  .btn.print-bookmark {
    background-position: -296px -406px;
    width: 200px;
    height: 48px; }

  .btn.back-to-bookshelf:hover {
    background-position: 0px -435px;
    width: 118px;
    height: 51px; }

  .btn.cancel:hover {
    background-position: 0px -489px;
    width: 81px;
    height: 43px; }

  .btn.land-on-planet {
    background-position: -296px -457px;
    width: 196px;
    height: 31px; }

  .btn.back-to-full-view {
    background-position: -296px -491px;
    width: 189px;
    height: 31px; }

  .btn.continue:hover {
    background-position: -189px -525px;
    width: 118px;
    height: 31px; }

  .btn.choose-planet {
    background-position: -310px -525px;
    width: 177px;
    height: 31px; }

  .btn.no {
    background-position: 0px -535px;
    width: 81px;
    height: 43px; }

  .btn.play-again {
    background-position: -189px -559px;
    width: 184px;
    height: 25px; }

  .btn.quit:hover {
    background-position: -322px -51px;
    width: 74px;
    height: 17px; }

  .btn.play-again:hover {
    background-position: 0px -581px;
    width: 184px;
    height: 25px; }

  .btn.continue {
    background-position: -376px -559px;
    width: 118px;
    height: 31px; }

  .btn.continue-small {
    background-position: -187px -587px;
    width: 118px;
    height: 31px; }

  .btn.go-back-to-student {
    background-position: 0px -621px;
    width: 246px;
    height: 25px; }

  .btn.listen-to-song {
    background-position: -249px -621px;
    width: 161px;
    height: 50px; }

  .btn.save:hover {
    background-position: -189px -493px;
    width: 74px;
    height: 17px; }

  .btn.rate-another-book {
    background-position: 0px -649px;
    width: 189px;
    height: 31px; } }
.btn.rate-another-book.hover {
  background-position: 0px 0px;
  width: 189px;
  height: 31px; }

.btn.help.hover {
  background-position: -192px 0px;
  width: 74px;
  height: 17px; }

.btn.print-bookmark.hover {
  background-position: -269px 0px;
  width: 200px;
  height: 48px; }

.btn.help {
  background-position: -192px -20px;
  width: 74px;
  height: 17px; }

.btn.teacher-area {
  background-position: 0px -34px;
  width: 158px;
  height: 24px; }

.btn.teacher-area.hover {
  background-position: -161px -51px;
  width: 158px;
  height: 24px; }

.btn.look-at-books {
  background-position: 0px -78px;
  width: 201px;
  height: 31px; }

.btn.continue-voyage {
  background-position: -204px -78px;
  width: 223px;
  height: 31px; }

.btn.continue-voyage.hover {
  background-position: 0px -112px;
  width: 223px;
  height: 31px; }

.btn.done.hover {
  background-position: -430px -51px;
  width: 69px;
  height: 25px; }

.btn.ok.hover {
  background-position: -226px -112px;
  width: 81px;
  height: 43px; }

.btn.choose-planet.hover {
  background-position: -310px -112px;
  width: 177px;
  height: 31px; }

.btn.yes {
  background-position: -310px -146px;
  width: 81px;
  height: 43px; }

.btn.ok {
  background-position: 0px -146px;
  width: 81px;
  height: 43px; }

.btn.listen-to-song.hover {
  background-position: -84px -158px;
  width: 161px;
  height: 49px; }

.btn.land-on-planet.hover {
  background-position: 0px -210px;
  width: 196px;
  height: 31px; }

.btn.cancel {
  background-position: -248px -192px;
  width: 81px;
  height: 43px; }

.btn.go-forth {
  background-position: -332px -236px;
  width: 118px;
  height: 31px; }

.btn.done-with-book.hover {
  background-position: -199px -238px;
  width: 128px;
  height: 25px; }

.btn.save {
  background-position: -430px -79px;
  width: 74px;
  height: 17px; }

.btn.back-to-bookshelf {
  background-position: 0px -244px;
  width: 118px;
  height: 51px; }

.btn.look-at-books.hover {
  background-position: -121px -266px;
  width: 201px;
  height: 31px; }

.btn.continue-small.hover {
  background-position: -325px -270px;
  width: 118px;
  height: 31px; }

.btn.student-area.hover {
  background-position: -104px -300px;
  width: 158px;
  height: 24px; }

.btn.go-forth.hover {
  background-position: -265px -304px;
  width: 118px;
  height: 31px; }

.btn.done {
  background-position: -386px -304px;
  width: 68px;
  height: 25px; }

.btn.no.hover {
  background-position: -386px -332px;
  width: 81px;
  height: 43px; }

.btn.quit {
  background-position: -121px -244px;
  width: 74px;
  height: 17px; }

.btn.yes.hover {
  background-position: -104px -327px;
  width: 81px;
  height: 43px; }

.btn.student-area {
  background-position: -188px -338px;
  width: 158px;
  height: 24px; }

.btn.go-back-to-student.hover {
  background-position: -104px -373px;
  width: 246px;
  height: 25px; }

.btn.back-to-full-view.hover {
  background-position: 0px -401px;
  width: 189px;
  height: 31px; }

.btn.done-with-book {
  background-position: -353px -378px;
  width: 128px;
  height: 25px; }

.btn.print-bookmark {
  background-position: -296px -406px;
  width: 200px;
  height: 48px; }

.btn.back-to-bookshelf.hover {
  background-position: 0px -435px;
  width: 118px;
  height: 51px; }

.btn.cancel.hover {
  background-position: 0px -489px;
  width: 81px;
  height: 43px; }

.btn.land-on-planet {
  background-position: -296px -457px;
  width: 196px;
  height: 31px; }

.btn.back-to-full-view {
  background-position: -296px -491px;
  width: 189px;
  height: 31px; }

.btn.continue.hover {
  background-position: -189px -525px;
  width: 118px;
  height: 31px; }

.btn.choose-planet {
  background-position: -310px -525px;
  width: 177px;
  height: 31px; }

.btn.no {
  background-position: 0px -535px;
  width: 81px;
  height: 43px; }

.btn.play-again {
  background-position: -189px -559px;
  width: 184px;
  height: 25px; }

.btn.quit.hover {
  background-position: -322px -51px;
  width: 74px;
  height: 17px; }

.btn.play-again.hover {
  background-position: 0px -581px;
  width: 184px;
  height: 25px; }

.btn.continue {
  background-position: -376px -559px;
  width: 118px;
  height: 31px; }

.btn.continue-small {
  background-position: -187px -587px;
  width: 118px;
  height: 31px; }

.btn.go-back-to-student {
  background-position: 0px -621px;
  width: 246px;
  height: 25px; }

.btn.listen-to-song {
  background-position: -249px -621px;
  width: 161px;
  height: 50px; }

.btn.save.hover {
  background-position: -189px -493px;
  width: 74px;
  height: 17px; }

.btn.rate-another-book {
  background-position: 0px -649px;
  width: 189px;
  height: 31px; }

@-webkit-keyframes fade {
  0% {
    top: 220px;
    opacity: 0; }

  100% {
    top: 80px;
    opacity: 1; } }

@-moz-keyframes fade {
  0% {
    top: 220px;
    opacity: 0; }

  100% {
    top: 80px;
    opacity: 1; } }

@-o-keyframes fade {
  0% {
    top: 220px;
    opacity: 0; }

  100% {
    top: 80px;
    opacity: 1; } }

@keyframes fade {
  0% {
    top: 220px;
    opacity: 0; }

  100% {
    top: 80px;
    opacity: 1; } }

@-webkit-keyframes fade2 {
  0% {
    top: 330px;
    opacity: 0; }

  100% {
    top: 210px;
    opacity: 1; } }

@-moz-keyframes fade2 {
  0% {
    top: 330px;
    opacity: 0; }

  100% {
    top: 210px;
    opacity: 1; } }

@-o-keyframes fade2 {
  0% {
    top: 330px;
    opacity: 0; }

  100% {
    top: 210px;
    opacity: 1; } }

@keyframes fade2 {
  0% {
    top: 330px;
    opacity: 0; }

  100% {
    top: 210px;
    opacity: 1; } }

@-webkit-keyframes rotate360 {
  from {
    -webkit-transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes rotate360 {
  from {
    -moz-transform: rotate(0deg); }

  to {
    -moz-transform: rotate(360deg); } }

@-o-keyframes rotate360 {
  from {
    -o-transform: rotate(0deg); }

  to {
    -o-transform: rotate(360deg); } }

@keyframes rotate360 {
  from {
    transform: rotate(0deg); }

  to {
    transform: rotate(360deg); } }

header {
  position: relative;
  height: 40px;
  z-index: 1000;
  *zoom: 1; }
  header:before, header:after {
    content: " ";
    display: table; }
  header:after {
    clear: both; }
  header .logo {
    position: absolute;
    left: 9px;
    width: 224px;
    height: 52px;
    background: url(../journey_images/logo.png); }
    header .logo a {
      position: absolute;
      display: block;
      width: 224px;
      height: 52px;
      z-index: 1000; }
  header .user-id {
    position: absolute;
    left: 234px;
    width: 250px;
    height: 40px;
    padding-right: 63px;
    font-size: 20px;
    line-height: 35px;
    text-align: right;
    letter-spacing: 1px;
    color: #fff;
    background: url(../journey_images/key.jpg) right no-repeat; }
  header nav {
    float: right; }
    header nav ul {
      list-style: none; }
    header nav li {
      float: left;
      padding-top: 7px; }
  header .title {
    position: absolute;
    top: 40px;
    left: 105px; }

.frame {
  position: relative;
  height: 532px;
  background: url(../journey_images/backgrounds/bg1.jpg);
  overflow: hidden; }
  .frame .btn, .frame img, .frame .video-frame, .frame textarea, .frame div {
    position: absolute; }
  .frame .white {
    color: #fff; }
  .frame .big {
    font-size: 18px; }
  .frame strong, .frame .strong, .frame h2 {
    color: #ffee94;
    font-family: Times, Arial, Helvetica, sans-serif;
    font-size: 20px; }
  .frame .box {
    top: 380px;
    left: 216px;
    width: 450px;
    opacity: 0;
    border: 2px solid #ffab5a;
    padding: 15px 15px 5px;
    color: #ffab5a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    text-align: center;
    border-radius: 0 15px;
    background: url(../journey_images/overlay-dark.png); }
    .frame .box .grad {
      position: absolute;
      top: 100%;
      left: 5px;
      width: 100%; }
    .frame .box h2, .frame .box p {
      padding-bottom: 10px; }
  .frame ul.dots, .frame ul.checklist {
    font-size: 15px;
    color: #fff;
    list-style: none;
    padding: 0 0 10px 30px; }
    .frame ul.dots li, .frame ul.checklist li {
      text-align: left; }
  .frame ul.dots li {
    padding: 3px 0 3px 22px;
    background: url(../journey_images/dot.png) no-repeat 0 5px; }
  .frame ul.checklist {
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0 0 10px 30px; }
    .frame ul.checklist a {
      text-decoration: none;
      display: block;
      padding-top: 2px;
      line-height: 23px;
      height: 23px;
      padding-left: 30px;
      background: url(../journey_images/check-box.gif) no-repeat; }
    .frame ul.checklist a.checked {
      background: url(../journey_images/check-mark.gif) no-repeat; }
    .frame ul.checklist a.wrong {
      background: url(../journey_images/check-wrong.gif) no-repeat;
      color: #555; }
    .frame ul.checklist a:hover {
      text-decoration: underline; }
  .frame .btn.big {
    position: absolute;
    display: block;
    width: auto;
    height: 29px;
    line-height: 29px;
    margin-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    background: url(../journey_images/button-big.png) 100% 0; }
    .frame .btn.big span {
      display: block;
      width: auto;
      height: 29px;
      padding-left: 20px;
      text-align: center;
      margin-left: -20px;
      line-height: 29px;
      background: url(../journey_images/button-big.png);
      color: #ffee94;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-size: 16px;
      letter-spacing: 1px; }
  .frame .btn.small {
    position: absolute;
    display: block;
    width: auto;
    height: 25px;
    line-height: 25px;
    margin-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    background: url(../journey_images/button-small.png) 100% 0; }
    .frame .btn.small span {
      display: block;
      width: auto;
      height: 25px;
      padding-left: 20px;
      text-align: center;
      margin-left: -20px;
      line-height: 25px;
      background: url(../journey_images/button-small.png);
      color: #ffee94;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-size: 14px;
      letter-spacing: 1px; }
  .frame .btn.audio-toggle {
    top: 98px;
    left: 55px;
    width: 68px;
    height: 25px;
    background: url(../journey_images/btn-play.png);
    color: transparent;
    font: 0/0 a;
    text-shadow: none; }
  .frame .btn.audio-toggle.playing {
    background-image: url(../journey_images/btn-stop.png); }
  @media only screen and (min-width: 1000px) {
    .frame .btn.big:hover {
      background-image: url(../journey_images/button-big-over.png); }
      .frame .btn.big:hover span {
        background-image: url(../journey_images/button-big-over.png); }
    .frame .btn.small:hover {
      background-image: url(../journey_images/button-small-over.png); }
      .frame .btn.small:hover span {
        background-image: url(../journey_images/button-small-over.png); } }
  .frame .btn.big.hover {
    background-image: url(../journey_images/button-big-over.png); }
    .frame .btn.big.hover span {
      background-image: url(../journey_images/button-big-over.png); }
  .frame .btn.small.hover {
    background-image: url(../journey_images/button-small-over.png); }
    .frame .btn.small.hover span {
      background-image: url(../journey_images/button-small-over.png); }
  .frame .fade {
    -webkit-animation: fade 0.4s forwards;
    -moz-animation: fade 0.4s forwards;
    animation: fade 0.4s forwards; }
  .frame .fade2 {
    -webkit-animation: fade2 0.4s forwards;
    -moz-animation: fade2 0.4s forwards;
    animation: fade2 0.4s forwards; }

#preloader {
  background: url(../journey_images/backgrounds/bg1.jpg); }
  #preloader img {
    top: 240px;
    left: 440px; }
  #preloader h2 {
    text-align: center;
    color: #fff;
    padding-top: 320px;
    font-size: 25px; }

#frame0 {
  background: url(../journey_images/backgrounds/bg1.jpg); }
  #frame0 .stars {
    top: 180px;
    left: 250px;
    width: 500px;
    height: 183px; }
  #frame0 .rotate {
    -webkit-animation: rotate360 2s;
    -moz-animation: rotate360 2s;
    animation: rotate360 2s; }
  #frame0 p {
    position: absolute;
    top: 140px;
    left: 75px;
    width: 300px;
    color: #fff;
    font-size: 26px; }
    #frame0 p span {
      display: block;
      text-align: right; }
  #frame0 .video-frame {
    top: 80px;
    left: 414px;
    width: 488px;
    height: 310px;
    padding: 8px;
    background: url(../journey_images/video-frame.gif); }
  #frame0 .play {
    top: 8px;
    left: 8px;
    width: 488px;
    height: 310px;
    background: url(../journey_images/play-video.gif);
    color: transparent;
    font: 0/0 a;
    text-shadow: none; }
  #frame0 .watch-video {
    top: 455px;
    left: 500px; }
  #frame0 .try-it-yourself {
    top: 455px;
    left: 700px; }
  #frame0 .teaching-guide {
    top: 455px;
    left: 75px; }
  #frame0 .replay {
    top: 390px;
    left: 625px; }
  #frame0 .part2 {
    background: url(../journey_images/backgrounds/bg1.jpg); }
    #frame0 .part2 .go-back {
      top: 390px;
      left: 400px; }
    #frame0 .part2 .video-frame {
      top: 160px;
      left: 290px;
      width: 360px;
      height: 202px;
      padding: 8px;
      background: url(../journey_images/video-frame-small.gif); }

#frame1 {
  background: url(../journey_images/backgrounds/bg2.jpg); }
  #frame1 .box2 {
    left: 157px;
    width: 580px; }
    #frame1 .box2 em {
      font-style: normal;
      color: #ffee94;
      font-weight: bold;
      font-family: Times, Arial, Helvetica, sans-serif;
      font-size: 20px; }
  #frame1 .line {
    bottom: -57px;
    left: -235px; }
  #frame1 .swirl {
    bottom: -67px;
    right: -235px; }
  #frame1 .spinner {
    bottom: -120px;
    left: -248px; }
  #frame1 .light1 {
    bottom: 97px;
    left: 257px; }
  #frame1 .light2 {
    bottom: 101px;
    left: 284px; }
  #frame1 .light3 {
    bottom: 103px;
    left: 312px; }
  #frame1 .pilot {
    bottom: -45px;
    left: 287px; }
  #frame1 .pilot.lean {
    left: 325px; }
  #frame1 .page-turn {
    bottom: -145px;
    left: 150px; }
  #frame1 .btn {
    top: 210px;
    left: 415px;
    display: none; }
  #frame1 .continue {
    top: 230px; }

#frame1 .loading {
  background: #000; }

#frame2 {
  background: url(../journey_images/backgrounds/bg3.jpg); }
  #frame2 .box1 {
    left: 200px;
    width: 525px; }
  #frame2 .box2 {
    left: 282px;
    width: 360px; }
  #frame2 .box3, #frame2 .box5, #frame2 .box6 {
    left: 150px;
    width: 625px; }
  #frame2 .box4 {
    left: 100px;
    width: 725px; }
  #frame2 .box7 {
    left: 232px;
    width: 460px; }
    #frame2 .box7 .intro, #frame2 .box7 .choose {
      display: none; }
  #frame2 .btn {
    top: 418px;
    left: 380px;
    display: none; }
  #frame2 .btn.bottom {
    top: 493px; }

#frame3 {
  background: url(../journey_images/backgrounds/bg4.jpg); }
  #frame3 .box {
    left: 180px;
    width: 555px;
    z-index: 20;
    opacity: 1;
    top: 80px; }
  #frame3 .intros {
    display: none; }
  #frame3 .goal-box {
    position: static;
    width: 40%;
    float: left; }
    #frame3 .goal-box h2 {
      display: none; }
    #frame3 .goal-box .goal {
      color: #fff;
      display: none; }
  #frame3 .criteria {
    position: static;
    width: 60%;
    float: right; }
    #frame3 .criteria li {
      display: none;
      padding-bottom: 0; }
  #frame3 .book.side {
    position: absolute; }
    #frame3 .book.side .side {
      display: block; }
    #frame3 .book.side .cover {
      display: none; }
  #frame3 .book.cover {
    position: absolute; }
    #frame3 .book.cover .side {
      display: none; }
    #frame3 .book.cover .cover {
      display: block; }
  #frame3 .book1 {
    top: 190px;
    left: 245px; }
  #frame3 .book2 {
    top: 195px;
    left: 365px; }
  #frame3 .book3 {
    top: 205px;
    left: 485px; }
  #frame3 .book4 {
    top: 210px;
    left: 605px; }
  #frame3 .book4.cover {
    z-index: 10; }
  #frame3 .shelf-top {
    top: 101px;
    left: 172px; }
  #frame3 .shelf-right {
    top: 262px;
    left: 687px; }
  #frame3 .rate-all {
    position: absolute;
    top: 262px;
    left: 2px;
    width: 159px;
    height: 157px;
    padding: 20px 10px;
    background: url(../journey_images/wrong-planet.png);
    text-align: center;
    display: none; }
  #frame3 .info, #frame3 .info2 {
    font-family: Arial, Helvetica, sans-serif;
    color: #ffab5a;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 15; }
  #frame3 .info2 {
    display: none; }

#frame4 {
  background: url(../journey_images/backgrounds/bg1.jpg); }
  #frame4 .criteria-box {
    position: absolute;
    top: 61px;
    text-align: center;
    width: 100%;
    height: 24px;
    line-height: 20px;
    background: black;
    border: 1px solid #ffab5a;
    border-left: none;
    border-right: none; }
    #frame4 .criteria-box span {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 14px; }
  #frame4 .book {
    top: 530px;
    left: 30px; }
    #frame4 .book .page {
      position: absolute;
      top: 0;
      left: 0;
      width: 898px;
      height: 502px;
      display: none; }
  #frame4 .next-back {
    bottom: 0;
    width: 100px;
    height: 100px;
    display: block;
    color: transparent;
    font: 0/0 a;
    text-shadow: none; }
  #frame4 .next-back.tiny {
    bottom: 60px;
    width: 75px;
    height: 75px; }
  #frame4 .next {
    right: 50px; }
  #frame4 .next.tiny {
    right: 260px; }
  #frame4 .back {
    left: 50px; }
  #frame4 .back.tiny {
    left: 0;
    bottom: 40px; }
  #frame4 .evaluate {
    right: -10px;
    width: 221px;
    display: none; }
    #frame4 .evaluate p {
      color: black;
      text-align: center; }
    #frame4 .evaluate h2 {
      text-align: center; }
    #frame4 .evaluate .criteria {
      width: 221px; }
      #frame4 .evaluate .criteria ul.dots {
        font-family: Arial, Helvetica, sans-serif;
        padding-left: 5px; }
        #frame4 .evaluate .criteria ul.dots li {
          width: auto;
          display: none;
          padding-bottom: 0; }
    #frame4 .evaluate .rate ul {
      position: absolute;
      list-style: none; }
    #frame4 .evaluate .rate li {
      float: left;
      width: 53px;
      height: 47px; }
    #frame4 .evaluate .rate a {
      display: block;
      width: 53px;
      height: 47px; }
    #frame4 .evaluate .rate a:hover, #frame4 .evaluate .rate a.active {
      background: url(../journey_images/star-yellow.png) no-repeat; }
    #frame4 .evaluate .rate .disable {
      width: 200px;
      height: 55px;
      display: none; }
  #frame4 .evaluate1 {
    top: 118px;
    height: 316px;
    padding: 20px;
    background: url(../journey_images/evaluate1.png); }
    #frame4 .evaluate1 .criteria {
      top: 95px; }
    #frame4 .evaluate1 .rate {
      top: 230px;
      width: 221px; }
      #frame4 .evaluate1 .rate ul {
        top: 34px;
        left: 31px; }
  #frame4 .evaluate2 {
    top: 115px;
    right: 20px;
    height: 500px; }
    #frame4 .evaluate2 p {
      padding-bottom: 10px; }
    #frame4 .evaluate2 .criteria ul.dots li.criteria1 {
      display: list-item; }
    #frame4 .evaluate2 .planet-chooser {
      left: -13px;
      width: 221px;
      height: 196px;
      padding: 20px;
      background: url(../journey_images/evaluate2.png); }
      #frame4 .evaluate2 .planet-chooser ul {
        padding-left: 10px; }
    #frame4 .evaluate2 .rate-book {
      display: none; }
      #frame4 .evaluate2 .rate-book .intro {
        color: #ffee94; }
      #frame4 .evaluate2 .rate-book ul {
        padding-left: 10px;
        font-family: Arial, Helvetica, sans-serif; }
      #frame4 .evaluate2 .rate-book .planet-choice {
        display: none; }
      #frame4 .evaluate2 .rate-book div.rate {
        width: 223px;
        height: 163px;
        padding: 15px;
        right: -20px;
        background: url(../journey_images/evaluate3.png); }
        #frame4 .evaluate2 .rate-book div.rate p {
          padding: 0; }
        #frame4 .evaluate2 .rate-book div.rate ul {
          bottom: 34px;
          left: 38px; }
  #frame4 .btn {
    display: none; }
  #frame4 .done-with-book {
    bottom: 12px;
    left: 390px; }
  #frame4 .back-to-full-view {
    bottom: 12px;
    left: 370px; }
  #frame4 .rate-another-book {
    bottom: 70px;
    right: 30px; }
  #frame4 .continue1 {
    bottom: 70px;
    right: 60px; }
  #frame4 .continue2 {
    bottom: 3px;
    left: 70px; }

#frame5 {
  background: url(../journey_images/backgrounds/bg5.jpg); }
  #frame5 .box {
    left: 180px;
    width: 555px;
    z-index: 20;
    opacity: 1;
    top: 55px; }
  #frame5 .intro2 {
    display: none; }
  #frame5 .goal {
    position: static;
    width: 40%;
    float: left; }
  #frame5 .criteria {
    position: static;
    width: 60%;
    float: right; }
    #frame5 .criteria li {
      display: none; }
  #frame5 .info {
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    top: 257px;
    width: 100%;
    text-align: center; }
  #frame5 .book {
    position: absolute;
    display: block;
    width: 140px;
    height: 236px;
    bottom: 7px;
    background-position: 10px bottom;
    background-repeat: no-repeat; }
  #frame5 .book1 {
    left: 129px; }
  #frame5 .book2 {
    left: 318px; }
  #frame5 .book3 {
    left: 506px; }
  #frame5 .book4 {
    left: 695px; }
  #frame5 .rating1 {
    background-image: url(../journey_images/stars1.png); }
  #frame5 .rating2 {
    background-image: url(../journey_images/stars2.png); }
  #frame5 .rating3 {
    background-image: url(../journey_images/stars3.png); }
  #frame5 .back-to-bookshelf {
    top: 190px;
    left: 55px;
    display: none; }

#frame6 {
  background: url(../journey_images/backgrounds/bg6.jpg); }
  #frame6 .intro {
    position: absolute;
    top: 75px;
    left: 150px;
    width: 617px;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffab5a;
    text-align: center; }
  #frame6 .ratings .rating {
    top: 206px;
    width: 73px;
    height: 25px; }
  #frame6 .ratings .book1 {
    left: 390px; }
  #frame6 .ratings .book2 {
    left: 480px; }
  #frame6 .ratings .book3 {
    left: 570px; }
  #frame6 .ratings .book4 {
    left: 660px; }
  #frame6 .ratings .stars1 {
    background: none; }
  #frame6 .ratings .stars2 {
    background: url(../journey_images/stars2.gif); }
  #frame6 .ratings .stars3 {
    background: url(../journey_images/stars3.gif); }
  #frame6 .planets {
    color: transparent;
    font: 0/0 a;
    text-shadow: none; }
    #frame6 .planets a {
      position: absolute;
      width: 200px;
      height: 68px;
      left: 180px;
      display: block;
      background: url(../journey_images/check-box.gif) 16px 20px no-repeat; }
    #frame6 .planets .zoop {
      top: 240px; }
    #frame6 .planets .gurta {
      top: 310px; }
    #frame6 .planets .bombonut {
      top: 381px; }
    #frame6 .planets .checked {
      background-image: url(../journey_images/check-mark.gif); }
  #frame6 .dots .dot {
    width: 21px;
    height: 20px;
    background: url(../journey_images/dot-big.png);
    display: none; }
  #frame6 .dots .book1 {
    left: 415px; }
  #frame6 .dots .book2 {
    left: 505px; }
  #frame6 .dots .book3 {
    left: 595px; }
  #frame6 .dots .book4 {
    left: 685px; }
  #frame6 .dots .zoop {
    top: 265px; }
  #frame6 .dots .gurta {
    top: 335px; }
  #frame6 .dots .bombonut {
    top: 405px; }
  #frame6 .wrong-planet {
    position: absolute;
    top: 142px;
    right: -2px;
    width: 159px;
    height: 157px;
    padding: 20px 10px;
    background: url(../journey_images/wrong-planet.png);
    text-align: center;
    display: none; }
  #frame6 .back-to-bookshelf {
    bottom: 190px;
    left: 55px;
    display: none; }
  #frame6 .land-on-planet {
    bottom: 15px;
    left: 360px;
    display: none; }

#frame7 .goal {
  display: none; }
#frame7 .goal2 .bg {
  top: -891px; }
#frame7 .goal2 #rocket {
  top: 100px;
  left: 260px; }
#frame7 .goal2 #refuel {
  top: 185px;
  left: 105px; }
#frame7 .goal3 .bg {
  top: -891px; }
#frame7 .goal3 #rocket2 {
  top: 170px;
  left: 155px; }
#frame7 .goal3 #explore {
  top: 382px;
  left: 444px; }
#frame7 .goal4 .bg {
  top: -920px; }
#frame7 .goal4 #rocket3 {
  top: 40px;
  left: -35px; }
#frame7 .goal4 #city {
  top: 221px;
  left: 257px; }
#frame7 .goal5 #rocket4 {
  top: -325px;
  left: 290px; }
#frame7 .goal5 #vacation {
  top: 189px;
  left: 407px;
  display: none; }
#frame7 .box1 {
  width: 350px;
  left: 266px; }
#frame7 .box2 {
  width: 500px;
  left: 200px; }
#frame7 .blast-off {
  bottom: 200px;
  left: 400px;
  display: none; }
#frame7 .return-home {
  top: 180px;
  left: 390px;
  display: none; }
#frame7 .rotate {
  -webkit-animation: rotate 5s forwards;
  -moz-animation: rotate 5s forwards;
  animation: rotate 5s forwards; }
#frame7 .rotate2 {
  -webkit-animation: rotate2 5s forwards;
  -moz-animation: rotate2 5s forwards;
  animation: rotate2 5s forwards; }

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(-8deg); } }

@-moz-keyframes rotate {
  100% {
    -moz-transform: rotate(-8deg); } }

@-o-keyframes rotate {
  100% {
    -o-transform: rotate(-8deg); } }

@keyframes rotate {
  100% {
    transform: rotate(-8deg); } }

@-webkit-keyframes rotate2 {
  100% {
    -webkit-transform: rotate(8deg); } }

@-moz-keyframes rotate2 {
  100% {
    -moz-transform: rotate(8deg); } }

@-o-keyframes rotate2 {
  100% {
    -o-transform: rotate(8deg); } }

@keyframes rotate2 {
  100% {
    transform: rotate(8deg); } }

#frame8 .congrats {
  width: 270px;
  top: 130px;
  left: 170px;
  color: #fff; }
  #frame8 .congrats p {
    font-size: 22px;
    padding-bottom: 15px; }
#frame8 .stars {
  top: 130px;
  left: 460px; }
#frame8 .print-bookmark {
  top: 310px;
  left: 380px; }
#frame8 .listen-to-song, #frame8 .pause-song {
  top: 380px;
  left: 395px; }
#frame8 .pause-song {
  display: block;
  width: 161px;
  height: 50px;
  background: url(../journey_images/pause-song.png);
  color: transparent;
  font: 0/0 a;
  text-shadow: none; }
#frame8 .play-again {
  bottom: 60px;
  left: 380px; }
#frame8 .go-back-to-student {
  bottom: 15px;
  left: 250px; }
#frame8 .go-space-race {
  bottom: 40px;
  left: 510px; }

footer {
  position: relative;
  width: 950px;
  height: 30px;
  background: url(../journey_images/footer.gif) 0 5px no-repeat; }
  footer .audio-toggle {
    position: absolute;
    bottom: 7px;
    left: 35px;
    width: 111px;
    height: 18px; }
  footer .audio-toggle.on {
    background: url(../journey_images/audio-on.png); }
  footer .audio-toggle.off {
    background: url(../journey_images/audio-off.png) -1px 0; }
  footer nav {
    float: right;
    padding-right: 35px; }
    footer nav ul {
      list-style: none; }
    footer nav li {
      float: left;
      padding-top: 5px; }

.alert {
  position: fixed;
  top: 0;
  width: 950px;
  height: 100%;
  z-index: 2000;
  overflow: hidden;
  color: #fff;
  background: url(../journey_images/overlay.png); }
  .alert .content {
    position: relative;
    margin: 200px auto 0;
    width: 197px;
    height: 139px;
    padding: 0 15px;
    background: url(../journey_images/alert.gif);
    z-index: 1000; }
  .alert h2 {
    padding-bottom: 12px;
    text-align: center;
    font-weight: bold;
    color: #f9d83a; }
  .alert p {
    font-size: 20px;
    line-height: 22px;
    text-align: center; }
  .alert .btn {
    position: absolute;
    bottom: 5px;
    color: transparent;
    font: 0/0 a;
    text-shadow: none; }
  .alert .yes {
    left: 40px;
    bottom: -2px; }
  .alert .no {
    right: 40px;
    bottom: -2px; }
  .alert .continue-small {
    left: 53px; }

.alert.small h2 {
  padding-bottom: 5px; }
.alert.small p {
  font-size: 18px; }

#alert h2 {
  padding-bottom: 1px; }

#login .content {
  margin-top: 260px; }
#login h2 {
  padding-bottom: 1px; }
#login p {
  font-size: 19px;
  line-height: 23px;
  font-family: Times, serif; }
#login .skip-login {
  left: 10px; }
#login .go-to-login {
  right: 10px; }

#play {
  z-index: 2000;
  position: absolute;
  color: transparent;
  font: 0/0 a;
  text-shadow: none; }

#help {
  position: fixed;
  top: 0;
  width: 950px;
  height: 100%;
  z-index: 2000;
  overflow: hidden;
  color: #fff;
  background: url(../journey_images/overlay.png); }
  #help .content {
    position: relative;
    margin: 100px auto 0;
    width: 391px;
    height: 425px;
    padding: 10px 30px;
    background: url(../journey_images/popup.gif);
    z-index: 1000; }
  #help .scroll {
    width: 391px;
    height: 340px;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  #help h2 {
    padding-bottom: 12px;
    text-align: center;
    font-weight: bold;
    color: #f9d83a; }
  #help h3 {
    margin: 0;
    padding-bottom: 10px;
    font-size: 24px; }
  #help p, #help li {
    font-size: 20px;
    line-height: normal;
    padding-bottom: 20px; }
  #help .btn {
    position: absolute;
    bottom: 10px;
    left: 195px;
    color: transparent;
    font: 0/0 a;
    text-shadow: none; }

#print {
  display: none; }

#overlay {
  position: absolute;
  top: 2px;
  opacity: .5;
  z-index: 1000; }

#development {
  position: absolute;
  top: 10px;
  left: 10px;
  border: 1px solid #fff;
  padding: 0 10px; }
  #development label, #development select {
    display: block; }
  #development select {
    max-height: 100px;
    padding: 2px;
    margin-bottom: 20px; }
	
	
	/* new button mapping 11-13-14 */
	
		/*for red button*/
	/*.btn.student-area {
    background-position: -156px -688px;
    width: 87px;
    height: 19px;  }*/
	
		.btn.student-area {
    background-position: -156px -714px;
    width: 87px;
    height: 19px;
	}
	
	.btn.student-area:hover {
    background-position: -156px -714px;
    width: 87px;
    height: 19px;
	}
	
	/*new button */
	.btn.pl-area {
    background-position: -273px -688px;
    width: 165px;
    height: 19px;  }
	
	.btn.pl-area:hover {
    background-position: -273px -714px;
    width: 165px;
    height: 19px; 
	}
	 .btn.teacher-area {
    background-position: 0px -688px;
    width: 127px;
    height: 19px; }
	
  .btn.teacher-area:hover {
    background-position: 0px -714px;
    width: 127px;
    height: 19px; }

