/*! 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: #000;
  background: #000; }

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

@font-face {
  font-family: Komika;
  src: url(../fonts/KOMTXT.ttf); }

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: 28px;
  line-height: 30px; }

a {
  color: #fff; }

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

.btn.help {
  display: block;
  background: url(../images/help.gif);
  width: 74px;
  height: 17px; }

.btn.pl-area, .btn.pl-area-over, .select-box-over, .btn.done2-over, .btn.move, .btn.next-over, .btn.grow, .btn.need-hint-over, .btn.print, .btn.go-back-student-over, .btn.need-hint, .btn.help-over, .btn.student-area-over, .btn.shrink, .btn.replay, .btn.send-emails, .btn.no-continue-over, .btn.yes, .btn.flip, .btn.done, .btn.student-area, .btn.pencil-thick-on, .btn.done2, .btn.stop-audio, .btn.yes-over, .btn.pencil, .btn.return-over, .btn.continue, .btn.quit, .btn.continue-small, .btn.quit-over, .btn.no-continue, .btn.spin, .btn.done-with-activity-over, .btn.back, .btn.save-over, .btn.done-over, .btn.print-bookmark-over, .btn.play, .btn.cancel, .btn.cancel-over, .btn.play-over, .btn.stop-audio-over, .btn.replay-over, .select-box, .btn.go-back-over, .btn.go-back, .btn.ok-over, .btn.continue-over, .btn.spray-on, .btn.back-disabled, .btn.continue-small-over, .btn.make-changes-over, .btn.print-over, .btn.stop, .btn.listen-song-over, .btn.play-again, .btn.play-audio-over, .btn.play-again-over, .btn.choose, .btn.no, .btn.no-over, .btn.return, .btn.send-emails-over, .btn.try-it-yourself, .btn.make-changes, .btn.watch-video, .btn.next, .btn.save, .btn.ok, .btn.done-with-activity, .btn.email-show-over, .btn.back-over, .btn.pencil-on, .btn.move-on, .btn.print-bookmark, .btn.undo-disabled, .btn.stop-over, .btn.begin, .btn.play-audio, .btn.go-back-student, .btn.teacher-area-over, .btn.teacher-area, .btn.next-disabled, .btn.try-it-yourself-over, .btn.begin-over, .btn.email-show, .btn.spray, .btn.choose-over, .btn.undo, .btn.watch-video-over, .btn.listen-song, .btn.clear, .btn.pencil-thick {
  display: block;
  background-repeat: no-repeat;
  background-image: url("../images/buttons.png"); }

@media only screen and (min-width: 1000px) {
  .select-box:hover {
    background-position: 0px -16px;
    width: 262px;
    height: 16px; }

  .btn.done2:hover {
    background-position: -323px 0px;
    width: 69px;
    height: 25px; }

  .btn.move {
    background-position: -395px 0px;
    width: 46px;
    height: 51px; }

  .btn.next:hover {
    background-position: -444px 0px;
    width: 135px;
    height: 66px; }

  .btn.grow {
    background-position: -582px 0px;
    width: 46px;
    height: 46px; }

  .btn.need-hint:hover {
    background-position: -631px 0px;
    width: 189px;
    height: 66px; }

  .btn.print {
    background-position: -823px 0px;
    width: 193px;
    height: 84px; }

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

  .btn.need-hint {
    background-position: -249px -69px;
    width: 189px;
    height: 66px; }

  .btn.help:hover {
    background-position: -441px -69px;
    width: 74px;
    height: 17px;
    background-image: url(../images/buttons.png); }

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

  .btn.shrink {
    background-position: -679px -69px;
    width: 46px;
    height: 46px; }

  .btn.replay {
    background-position: -728px -69px;
    width: 79px;
    height: 25px; }

  .btn.send-emails {
    background-position: -441px -96px;
    width: 217px;
    height: 66px; }

  .btn.no-continue:hover {
    background-position: -810px -87px;
    width: 188px;
    height: 66px; }

  .btn.yes {
    background-position: 0px -97px;
    width: 81px;
    height: 43px; }

  .btn.flip {
    background-position: -323px -28px;
    width: 46px;
    height: 33px; }

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

  .btn.done2 {
    background-position: -661px -134px;
    width: 68px;
    height: 25px; }

  .btn.stop-audio {
    background-position: -732px -156px;
    width: 88px;
    height: 44px; }

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

  .btn.pencil {
    background-position: -765px -97px;
    width: 32px;
    height: 33px; }

  .btn.return:hover {
    background-position: -222px -165px;
    width: 227px;
    height: 66px; }

  .btn.continue {
    background-position: -823px -156px;
    width: 172px;
    height: 31px; }

  .btn.quit {
    background-position: -732px -134px;
    width: 74px;
    height: 17px; }

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

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

  .btn.no-continue {
    background-position: 0px -189px;
    width: 188px;
    height: 66px; }

  .btn.spin {
    background-position: -661px -162px;
    width: 46px;
    height: 33px; }

  .btn.done-with-activity:hover {
    background-position: -823px -190px;
    width: 123px;
    height: 47px; }

  .btn.back {
    background-position: -573px -198px;
    width: 135px;
    height: 66px; }

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

  .btn.print-bookmark:hover {
    background-position: -329px -234px;
    width: 161px;
    height: 48px; }

  .btn.play {
    background-position: -711px -240px;
    width: 135px;
    height: 66px; }

  .btn.cancel {
    background-position: -849px -240px;
    width: 81px;
    height: 43px; }

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

  .btn.play:hover {
    background-position: 0px -258px;
    width: 135px;
    height: 66px; }

  .btn.stop-audio:hover {
    background-position: -493px -267px;
    width: 88px;
    height: 44px; }

  .btn.replay:hover {
    background-position: -452px -199px;
    width: 79px;
    height: 25px; }

  .select-box {
    background-position: -138px -319px;
    width: 262px;
    height: 16px; }

  .btn.go-back:hover {
    background-position: -849px -286px;
    width: 154px;
    height: 68px; }

  .btn.go-back {
    background-position: -584px -309px;
    width: 154px;
    height: 68px; }

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

  .btn.continue:hover {
    background-position: -741px -357px;
    width: 172px;
    height: 31px; }

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

  .btn.make-changes:hover {
    background-position: 0px -372px;
    width: 240px;
    height: 66px; }

  .btn.print:hover {
    background-position: -243px -372px;
    width: 193px;
    height: 84px; }

  .btn.stop {
    background-position: -439px -372px;
    width: 135px;
    height: 66px; }

  .btn.listen-song:hover {
    background-position: -577px -380px;
    width: 161px;
    height: 49px; }

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

  .btn.play-audio:hover {
    background-position: -461px -314px;
    width: 88px;
    height: 44px; }

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

  .btn.choose {
    background-position: -577px -432px;
    width: 154px;
    height: 68px; }

  .btn.no {
    background-position: -928px -357px;
    width: 81px;
    height: 43px; }

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

  .btn.return {
    background-position: 0px -441px;
    width: 227px;
    height: 66px; }

  .btn.send-emails:hover {
    background-position: -734px -449px;
    width: 217px;
    height: 66px; }

  .btn.try-it-yourself {
    background-position: -230px -459px;
    width: 213px;
    height: 31px; }

  .btn.make-changes {
    background-position: -230px -493px;
    width: 240px;
    height: 66px; }

  .btn.watch-video {
    background-position: -473px -503px;
    width: 173px;
    height: 31px; }

  .btn.next {
    background-position: 0px -510px;
    width: 135px;
    height: 66px; }

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

  .btn.ok {
    background-position: -446px -441px;
    width: 81px;
    height: 43px; }

  .btn.done-with-activity {
    background-position: -649px -518px;
    width: 123px;
    height: 47px; }

  .btn.email-show:hover {
    background-position: -775px -518px;
    width: 161px;
    height: 46px; }

  .btn.back:hover {
    background-position: -473px -537px;
    width: 135px;
    height: 66px; }

  .btn.pencil-on {
    background-position: -990px -190px;
    width: 33px;
    height: 34px; }

  .btn.move-on {
    background-position: -954px -449px;
    width: 49px;
    height: 54px; }

  .btn.print-bookmark {
    background-position: -138px -562px;
    width: 161px;
    height: 48px; }

  .btn.undo-disabled {
    background-position: -383px -138px;
    width: 46px;
    height: 22px; }

  .btn.stop:hover {
    background-position: -302px -562px;
    width: 135px;
    height: 66px; }

  .btn.begin {
    background-position: 0px -327px;
    width: 110px;
    height: 34px; }

  .btn.play-audio {
    background-position: -138px -510px;
    width: 88px;
    height: 44px; }

  .btn.go-back-student {
    background-position: -775px -567px;
    width: 246px;
    height: 25px; }

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

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

  .btn.next-disabled, .btn.next-disabled:hover {
    background-position: 0px -579px;
    width: 98px;
    height: 29px; }

  .btn.try-it-yourself:hover {
    background-position: -772px -595px;
    width: 213px;
    height: 31px; }

  .btn.begin:hover {
    background-position: -440px -606px;
    width: 110px;
    height: 34px; }

  .btn.email-show {
    background-position: 0px -613px;
    width: 161px;
    height: 46px; }

  .btn.spray {
    background-position: -138px -258px;
    width: 36px;
    height: 29px; }

  .btn.choose:hover {
    background-position: -553px -622px;
    width: 154px;
    height: 68px; }

  .btn.undo {
    background-position: -954px -506px;
    width: 46px;
    height: 22px; }

  .btn.watch-video:hover {
    background-position: -710px -629px;
    width: 173px;
    height: 31px; }

  .btn.listen-song {
    background-position: -164px -631px;
    width: 161px;
    height: 49px; }

  .btn.clear {
    background-position: -939px -531px;
    width: 46px;
    height: 22px; }

  .btn.pencil-thick {
    background-position: -530px -441px;
    width: 32px;
    height: 33px; }

  .btn.done {
    background-position: -84px -97px;
    width: 135px;
    height: 66px; }

  .btn.done:hover {
    background-position: -191px -234px;
    width: 135px;
    height: 66px; }

  .btn.back-disabled, .btn.back-disabled:hover {
    background-position: -711px -203px;
    width: 98px;
    height: 29px; }

  .btn.pencil-thick-on {
    background-position: -728px -97px;
    width: 34px;
    height: 34px; }

  .btn.spray-on {
    background-position: -949px -190px;
    width: 38px;
    height: 32px; } }
.select-box.hover {
  background-position: 0px -16px;
  width: 262px;
  height: 16px; }

.btn.done2.hover {
  background-position: -323px 0px;
  width: 69px;
  height: 25px; }

.btn.move {
  background-position: -395px 0px;
  width: 46px;
  height: 51px; }

.btn.next.hover {
  background-position: -444px 0px;
  width: 135px;
  height: 66px; }

.btn.grow {
  background-position: -582px 0px;
  width: 46px;
  height: 46px; }

.btn.need-hint.hover {
  background-position: -631px 0px;
  width: 189px;
  height: 66px; }

.btn.print {
  background-position: -823px 0px;
  width: 193px;
  height: 84px; }

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

.btn.need-hint {
  background-position: -249px -69px;
  width: 189px;
  height: 66px; }

.btn.help.hover {
  background-position: -441px -69px;
  width: 74px;
  height: 17px;
  background-image: url(../images/buttons.png); }

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

.btn.shrink {
  background-position: -679px -69px;
  width: 46px;
  height: 46px; }

.btn.replay {
  background-position: -728px -69px;
  width: 79px;
  height: 25px; }

.btn.send-emails {
  background-position: -441px -96px;
  width: 217px;
  height: 66px; }

.btn.no-continue.hover {
  background-position: -810px -87px;
  width: 188px;
  height: 66px; }

.btn.yes {
  background-position: 0px -97px;
  width: 81px;
  height: 43px; }

.btn.flip {
  background-position: -323px -28px;
  width: 46px;
  height: 33px; }

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

.btn.done2 {
  background-position: -661px -134px;
  width: 68px;
  height: 25px; }

.btn.stop-audio {
  background-position: -732px -156px;
  width: 88px;
  height: 44px; }

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

.btn.pencil {
  background-position: -765px -97px;
  width: 32px;
  height: 33px; }

.btn.return.hover {
  background-position: -222px -165px;
  width: 227px;
  height: 66px; }

.btn.continue {
  background-position: -823px -156px;
  width: 172px;
  height: 31px; }

.btn.quit {
  background-position: -732px -134px;
  width: 74px;
  height: 17px; }

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

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

.btn.no-continue {
  background-position: 0px -189px;
  width: 188px;
  height: 66px; }

.btn.spin {
  background-position: -661px -162px;
  width: 46px;
  height: 33px; }

.btn.done-with-activity.hover {
  background-position: -823px -190px;
  width: 123px;
  height: 47px; }

.btn.back {
  background-position: -573px -198px;
  width: 135px;
  height: 66px; }

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

.btn.print-bookmark.hover {
  background-position: -329px -234px;
  width: 161px;
  height: 48px; }

.btn.play {
  background-position: -711px -240px;
  width: 135px;
  height: 66px; }

.btn.cancel {
  background-position: -849px -240px;
  width: 81px;
  height: 43px; }

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

.btn.play.hover {
  background-position: 0px -258px;
  width: 135px;
  height: 66px; }

.btn.stop-audio.hover {
  background-position: -493px -267px;
  width: 88px;
  height: 44px; }

.btn.replay.hover {
  background-position: -452px -199px;
  width: 79px;
  height: 25px; }

.select-box {
  background-position: -138px -319px;
  width: 262px;
  height: 16px; }

.btn.go-back.hover {
  background-position: -849px -286px;
  width: 154px;
  height: 68px; }

.btn.go-back {
  background-position: -584px -309px;
  width: 154px;
  height: 68px; }

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

.btn.continue.hover {
  background-position: -741px -357px;
  width: 172px;
  height: 31px; }

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

.btn.make-changes.hover {
  background-position: 0px -372px;
  width: 240px;
  height: 66px; }

.btn.print.hover {
  background-position: -243px -372px;
  width: 193px;
  height: 84px; }

.btn.stop {
  background-position: -439px -372px;
  width: 135px;
  height: 66px; }

.btn.listen-song.hover {
  background-position: -577px -380px;
  width: 161px;
  height: 49px; }

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

.btn.play-audio.hover {
  background-position: -461px -314px;
  width: 88px;
  height: 44px; }

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

.btn.choose {
  background-position: -577px -432px;
  width: 154px;
  height: 68px; }

.btn.no {
  background-position: -928px -357px;
  width: 81px;
  height: 43px; }

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

.btn.return {
  background-position: 0px -441px;
  width: 227px;
  height: 66px; }

.btn.send-emails.hover {
  background-position: -734px -449px;
  width: 217px;
  height: 66px; }

.btn.try-it-yourself {
  background-position: -230px -459px;
  width: 213px;
  height: 31px; }

.btn.make-changes {
  background-position: -230px -493px;
  width: 240px;
  height: 66px; }

.btn.watch-video {
  background-position: -473px -503px;
  width: 173px;
  height: 31px; }

.btn.next {
  background-position: 0px -510px;
  width: 135px;
  height: 66px; }

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

.btn.ok {
  background-position: -446px -441px;
  width: 81px;
  height: 43px; }

.btn.done-with-activity {
  background-position: -649px -518px;
  width: 123px;
  height: 47px; }

.btn.email-show.hover {
  background-position: -775px -518px;
  width: 161px;
  height: 46px; }

.btn.back.hover {
  background-position: -473px -537px;
  width: 135px;
  height: 66px; }

.btn.pencil-on {
  background-position: -990px -190px;
  width: 33px;
  height: 34px; }

.btn.move-on {
  background-position: -954px -449px;
  width: 49px;
  height: 54px; }

.btn.print-bookmark {
  background-position: -138px -562px;
  width: 161px;
  height: 48px; }

.btn.undo-disabled {
  background-position: -383px -138px;
  width: 46px;
  height: 22px; }

.btn.stop.hover {
  background-position: -302px -562px;
  width: 135px;
  height: 66px; }

.btn.begin {
  background-position: 0px -327px;
  width: 110px;
  height: 34px; }

.btn.play-audio {
  background-position: -138px -510px;
  width: 88px;
  height: 44px; }

.btn.go-back-student {
  background-position: -775px -567px;
  width: 246px;
  height: 25px; }

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

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

.btn.next-disabled, .btn.next-disabled:hover {
  background-position: 0px -579px;
  width: 98px;
  height: 29px; }

.btn.try-it-yourself.hover {
  background-position: -772px -595px;
  width: 213px;
  height: 31px; }

.btn.begin.hover {
  background-position: -440px -606px;
  width: 110px;
  height: 34px; }

.btn.email-show {
  background-position: 0px -613px;
  width: 161px;
  height: 46px; }

.btn.spray {
  background-position: -138px -258px;
  width: 36px;
  height: 29px; }

.btn.choose.hover {
  background-position: -553px -622px;
  width: 154px;
  height: 68px; }

.btn.undo {
  background-position: -954px -506px;
  width: 46px;
  height: 22px; }

.btn.watch-video.hover {
  background-position: -710px -629px;
  width: 173px;
  height: 31px; }

.btn.listen-song {
  background-position: -164px -631px;
  width: 161px;
  height: 49px; }

.btn.clear {
  background-position: -939px -531px;
  width: 46px;
  height: 22px; }

.btn.pencil-thick {
  background-position: -530px -441px;
  width: 32px;
  height: 33px; }

.btn.done {
  background-position: -84px -97px;
  width: 135px;
  height: 66px; }

.btn.done.hover {
  background-position: -191px -234px;
  width: 135px;
  height: 66px; }

.btn.back-disabled, .btn.back-disabled.hover {
  background-position: -711px -203px;
  width: 98px;
  height: 29px; }

.btn.pencil-thick-on {
  background-position: -728px -97px;
  width: 34px;
  height: 34px; }

.btn.spray-on {
  background-position: -949px -190px;
  width: 38px;
  height: 32px; }

.pause-song {
  display: block;
  width: 161px;
  height: 49px;
  background: url(../images/pause-song.png); }

.choose-music, .draw-story, .earn-paintbrush, .picture-show, .share-picture-show, .having-trouble, .invite-people, .choose-story, .watch-picture-show {
  display: block;
  background-repeat: no-repeat;
  background-image: url("../images/text.png"); }

.choose-music {
  background-position: 0px 0px;
  width: 158px;
  height: 23px; }

.draw-story {
  background-position: -161px 0px;
  width: 197px;
  height: 34px; }

.earn-paintbrush {
  background-position: 0px -37px;
  width: 755px;
  height: 114px; }

.picture-show {
  background-position: 0px -154px;
  width: 593px;
  height: 114px; }

.share-picture-show {
  background-position: 0px -271px;
  width: 814px;
  height: 114px; }

.having-trouble {
  background-position: -361px 0px;
  width: 204px;
  height: 20px; }

.invite-people {
  background-position: 0px -388px;
  width: 511px;
  height: 34px; }

.choose-story {
  background-position: -568px 0px;
  width: 206px;
  height: 34px; }

.watch-picture-show {
  background-position: 0px -425px;
  width: 824px;
  height: 114px; }

.btn.triangle, .btn.bird, .btn.cat2, .btn.mouse2, .btn.cat1, .btn.rounded-rectangle, .btn.snake1, .btn.square, .btn.circle, .btn.mouse1, .btn.star, .btn.snake2 {
  display: block;
  background-repeat: no-repeat;
  background-image: url("../images/icons.png"); }

.btn.triangle {
  background-position: 0px 0px;
  width: 29px;
  height: 29px; }

.btn.bird {
  background-position: -32px 0px;
  width: 29px;
  height: 29px; }

.btn.cat2 {
  background-position: -64px 0px;
  width: 29px;
  height: 29px; }

.btn.mouse2 {
  background-position: -96px 0px;
  width: 29px;
  height: 29px; }

.btn.cat1 {
  background-position: -128px 0px;
  width: 29px;
  height: 29px; }

.btn.rounded-rectangle {
  background-position: -160px 0px;
  width: 29px;
  height: 29px; }

.btn.snake1 {
  background-position: -192px 0px;
  width: 29px;
  height: 29px; }

.btn.square {
  background-position: -224px 0px;
  width: 29px;
  height: 29px; }

.btn.circle {
  background-position: -256px 0px;
  width: 29px;
  height: 29px; }

.btn.mouse1 {
  background-position: -288px 0px;
  width: 29px;
  height: 29px; }

.btn.star {
  background-position: -320px 0px;
  width: 29px;
  height: 29px; }

.btn.snake2 {
  background-position: -352px 0px;
  width: 29px;
  height: 29px; }

.btn.moon, .btn.earth, .btn.mi, .btn.magic, .btn.wizard, .btn.mn, .btn.cloud, .btn.sun, .btn.saturn, .btn.wand, .btn.mo, .btn.il, .btn.ia {
  display: block;
  background-repeat: no-repeat;
  background-image: url("../images/icons2.png"); }

.btn.earth {
  background-position: 0px 0px;
  width: 29px;
  height: 29px; }

.btn.moon {
  background-position: -32px 0px;
  width: 29px;
  height: 29px; }

.btn.mi {
  background-position: -64px 0px;
  width: 29px;
  height: 29px; }

.btn.magic {
  background-position: -96px 0px;
  width: 29px;
  height: 29px; }

.btn.wizard {
  background-position: -128px 0px;
  width: 29px;
  height: 29px; }

.btn.mn {
  background-position: -160px 0px;
  width: 29px;
  height: 29px; }

.btn.cloud {
  background-position: -192px 0px;
  width: 29px;
  height: 29px; }

.btn.sun {
  background-position: -224px 0px;
  width: 29px;
  height: 29px; }

.btn.saturn {
  background-position: -256px 0px;
  width: 29px;
  height: 29px; }

.btn.wand {
  background-position: -288px 0px;
  width: 29px;
  height: 29px; }

.btn.mo {
  background-position: -320px 0px;
  width: 29px;
  height: 29px; }

.btn.il {
  background-position: -352px 0px;
  width: 29px;
  height: 29px; }

.btn.ia {
  background-position: -384px 0px;
  width: 29px;
  height: 29px; }

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(../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(../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 a.go-home {
    position: absolute;
    top: 55px;
    left: 200px;
    width: 520px;
    height: 40px; }

.frame {
  position: relative;
  height: 534px;
  background: url(../images/backgrounds/bg1.jpg);
  overflow: hidden; }
  .frame p, .frame .btn, .frame img, .frame .video-frame, .frame textarea, .frame .stories, .frame canvas {
    position: absolute; }

h1 {
  position: absolute;
  color: transparent;
  font: 0/0 a;
  text-shadow: none; }

h1.picture-show {
  top: -17px;
  left: 200px; }

textarea::-webkit-input-placeholder {
  color: #666; }
textarea:-moz-placeholder {
  color: #666; }
textarea::-moz-placeholder {
  color: #666; }
textarea:-ms-input-placeholder {
  color: #666; }

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

#frame1 p {
  position: absolute;
  top: 132px;
  left: 80px;
  width: 315px;
  color: #fff;
  -webkit-text-size-adjust: 88%;
  -webkit-animation: fade 4s;
  -moz-animation: fade 4s;
  animation: fade 4s; }
  #frame1 p span {
    display: inline-block;
    padding-left: 130px; }
#frame1 .astronaut {
  top: 75px;
  -webkit-animation: fade 3s;
  -moz-animation: fade 3s;
  animation: fade 3s; }
#frame1 .brush-intro {
  top: 75px;
  -webkit-animation: rotate 3s;
  -moz-animation: rotate 3s;
  animation: rotate 3s; }
#frame1 .video-frame {
  top: 80px;
  left: 414px;
  width: 488px;
  height: 310px;
  padding: 8px;
  background: url(../images/video-frame.gif); }
#frame1 .play {
  top: 8px;
  left: 8px;
  width: 488px;
  height: 310px;
  background: url(../images/play-video.gif); }
#frame1 .watch-video {
  top: 455px;
  left: 500px; }
#frame1 .try-it-yourself {
  top: 455px;
  left: 700px; }
#frame1 .teaching-guide {
  top: 455px;
  left: 75px; }
#frame1 .replay {
  bottom: 118px;
  right: 248px; }
#frame1 .part2 {
  background: url(../images/backgrounds/bg1.jpg); }
  #frame1 .part2 .go-back {
    bottom: 80px;
    left: 400px; }
  #frame1 .part2 .video-frame {
    top: 160px;
    left: 290px;
    width: 360px;
    height: 202px;
    padding: 8px;
    background: url(../images/video-frame-small.gif); }

#frame1 .loading {
  background: #000; }

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

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

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

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

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

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

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

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

@-webkit-keyframes fly {
  from {
    left: -50px;
    top: -50px;
    -webkit-transform: rotate(30deg); }

  to {
    left: 0;
    top: 75px;
    -webkit-transform: rotate(0deg); } }

@-moz-keyframes fly {
  from {
    left: -50px;
    top: -50px;
    -moz-transform: rotate(30deg); }

  to {
    left: 0;
    top: 75px;
    -moz-transform: rotate(0deg); } }

@-o-keyframes fly {
  from {
    left: -50px;
    top: -50px;
    -o-transform: rotate(30deg); }

  to {
    left: 0;
    top: 75px;
    -o-transform: rotate(0deg); } }

@keyframes fly {
  from {
    left: -50px;
    top: -50px;
    transform: rotate(30deg); }

  to {
    left: 0;
    top: 75px;
    transform: rotate(0deg); } }

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

  50% {
    opacity: 0; }

  100% {
    opacity: 1; } }

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

  50% {
    opacity: 0; }

  100% {
    opacity: 1; } }

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

  50% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fade {
  0% {
    opacity: 0; }

  50% {
    opacity: 0; }

  100% {
    opacity: 1; } }

#frame2 h2 {
  position: absolute;
  top: 70px;
  left: 375px;
  color: transparent;
  font: 0/0 a;
  text-shadow: none; }
#frame2 ul {
  position: absolute;
  top: 95px;
  left: 95px;
  list-style: none; }
#frame2 li {
  position: relative;
  float: left;
  width: 164px;
  padding: 0 35px;
  height: 210px;
  margin-right: 31px;
  background: url(../images/paper.png) no-repeat; }
  #frame2 li .btn {
    bottom: -10px;
    left: 40px; }
  #frame2 li h3 {
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    margin: 25px 0 7px;
    padding-bottom: 10px;
    color: #593c26;
    background: url(../images/dots.png) 50% 100% no-repeat; }
  #frame2 li p {
    position: static;
    font-size: 19px;
    line-height: normal; }
  #frame2 li p.small {
    font-size: 14px; }

#frame3 .stories {
  top: 50px;
  left: -20px;
  width: 298px;
  height: 405px;
  padding: 37px 50px 50px;
  background: url(../images/paper-large.png); }
  #frame3 .stories .story {
    display: none; }
  #frame3 .stories h2 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 32px;
    text-align: center;
    font-weight: normal;
    color: #593c26;
    background: url(../images/dots.png) 50% 100% repeat-x; }
  #frame3 .stories h3 {
    margin: 0;
    padding-bottom: 12px;
    font-size: 20px;
    text-align: center; }
  #frame3 .stories ul {
    list-style: none; }
  #frame3 .stories ul.center li {
    text-align: center; }
  #frame3 .stories li {
    display: none; }
  #frame3 .stories li, #frame3 .stories p {
    font-size: 19px;
    position: static;
    line-height: 24px;
    color: #333333; }
  #frame3 .stories .copyright {
    display: block;
    font-size: 12px;
    line-height: normal; }
  #frame3 .stories .pagination {
    position: absolute;
    top: 400px;
    left: 160px;
    font-size: 18px;
    color: #593c26; }
  #frame3 .stories .next {
    bottom: 0;
    right: 65px; }
  #frame3 .stories .back {
    bottom: 0;
    left: 76px; }
  #frame3 .stories .back-disabled {
    bottom: 19px;
    left: 95px;
    cursor: default; }
  #frame3 .stories .audio-toggle {
    bottom: 52px;
    left: 15px; }
  #frame3 .stories .audio-toggle.middle {
    bottom: 120px;
    left: 157px; }
  #frame3 .stories .phone {
    top: 155px;
    left: 125px;
    display: none; }
#frame3 .tools h2 {
  position: absolute;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  text-align: center;
  font-weight: normal;
  width: 100px;
  left: 364px; }
#frame3 .tools h2.line {
  top: 65px; }
#frame3 .tools h2.col {
  top: 120px; }
#frame3 .tools h2.shape {
  top: 246px; }
#frame3 .tools h2.transform {
  top: 367px; }
#frame3 .tools .row1 {
  top: 80px; }
#frame3 .tools .row2 {
  top: 140px; }
#frame3 .tools .row3 {
  top: 165px; }
#frame3 .tools .row4 {
  top: 190px; }
#frame3 .tools .row5 {
  top: 215px; }
#frame3 .tools .row6 {
  top: 265px; }
#frame3 .tools .row7 {
  top: 300px; }
#frame3 .tools .row8 {
  top: 335px; }
#frame3 .tools .row9 {
  top: 386px; }
#frame3 .tools .row10 {
  top: 425px; }
#frame3 .tools .row11 {
  top: 477px; }
#frame3 .tools .row12 {
  top: 506px; }
#frame3 .tools .col1 {
  left: 360px; }
#frame3 .tools .col2 {
  left: 395px; }
#frame3 .tools .col3 {
  left: 430px; }
#frame3 .tools .col4 {
  left: 415px; }
#frame3 .tools .spray {
  top: 84px; }
#frame3 .tools .pencil-on {
  left: 359px; }
#frame3 .tools .pencil-thick-on {
  left: 394px; }
#frame3 .tools .spray-on {
  left: 428px;
  top: 82px; }
#frame3 .tools .color {
  width: 27px;
  height: 18px;
  border: 1px solid #aaa; }
#frame3 .tools .color:hover {
  width: 25px;
  height: 16px;
  border: 2px solid #aaa; }
#frame3 .tools .color.active, #frame3 .tools .color.active:hover {
  width: 23px;
  height: 14px;
  border: 3px solid #ff6633; }
#frame3 .tools .black {
  background: black; }
#frame3 .tools .white {
  background: white; }
#frame3 .tools .gray {
  background: gray; }
#frame3 .tools .yellow {
  background: yellow; }
#frame3 .tools .purple {
  background: #660099; }
#frame3 .tools .teal {
  background: #339999; }
#frame3 .tools .red {
  background: red; }
#frame3 .tools .green {
  background: green; }
#frame3 .tools .pink {
  background: #ff66ff; }
#frame3 .tools .orange {
  background: orange; }
#frame3 .tools .blue {
  background: blue; }
#frame3 .tools .brown {
  background: #663300; }
#frame3 .tools .images {
  display: none; }
#frame3 .tools .move-on {
  top: 475px;
  left: 358px; }
#frame3 .draw {
  position: absolute;
  top: 101px;
  left: 450px;
  width: 512px;
  height: 392px;
  background: url(../images/canvas.png) no-repeat; }
  #frame3 .draw h2 {
    position: absolute;
    top: -22px;
    left: 24px;
    color: transparent;
    font: 0/0 a;
    text-shadow: none; }
  #frame3 .draw .need-hint {
    top: -35px;
    right: 5px; }
  #frame3 .draw .hint {
    position: absolute;
    background: #441056;
    width: 474px;
    height: 446px;
    top: -22px;
    right: -470px;
    z-index: 10; }
    #frame3 .draw .hint h3 {
      position: absolute;
      top: 32px;
      left: 20px;
      color: transparent;
      font: 0/0 a;
      text-shadow: none; }
    #frame3 .draw .hint ul {
      position: absolute;
      top: 64px;
      left: 50px;
      width: 400px;
      color: #fff; }
    #frame3 .draw .hint li {
      padding-bottom: 8px;
      font-size: 17px;
      line-height: 18px; }
    #frame3 .draw .hint .return {
      top: 360px;
      left: 135px; }
  #frame3 .draw #canvas, #frame3 .draw #canvas canvas {
    position: absolute;
    top: 18px;
    left: 21px;
    width: 470px;
    height: 352px; }
  #frame3 .draw #canvas canvas {
    top: 0;
    left: 0; }
  #frame3 .draw #canvas {
    cursor: pointer;
    cursor: url(../images/pencil.cur) 1 29, pointer; }
  #frame3 .draw #canvas.spray {
    cursor: url(../images/spray.cur) 1 20, pointer; }
  #frame3 .draw #canvas.move {
    cursor: move; }
#frame3 .music h2 {
  position: absolute;
  top: 480px;
  left: 480px;
  color: transparent;
  font: 0/0 a;
  text-shadow: none; }
#frame3 .music .songs {
  position: absolute;
  top: 249px;
  right: 25px;
  list-style: none;
  width: 281px;
  height: 232px;
  padding-top: 8px;
  background: url(../images/select.png); }
  #frame3 .music .songs li {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: .5px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 18px;
    height: 24px; }
    #frame3 .music .songs li a {
      display: block;
      padding: 3px;
      text-decoration: none;
      color: #ffed99;
      text-align: center;
      height: 18px; }
    #frame3 .music .songs li a:hover {
      background: url(../images/song-over.png); }
#frame3 .music .select-box {
  position: absolute;
  top: 476px;
  left: 625px;
  padding: 18px 27px 0;
  line-height: 0;
  color: #ffed99;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: .5px;
  font-family: Arial, Helvetica, sans-serif; }
#frame3 .music .select-box:hover {
  color: #fff; }
#frame3 #disable {
  position: absolute;
  top: 0;
  left: 0;
  width: 950px;
  height: 534px; }

#frame4 h1, #frameViewer h1 {
  top: -18px;
  left: 105px; }
#frame4 .think, #frameViewer .think {
  position: absolute;
  top: 102px;
  left: 65px;
  width: 330px; }
  #frame4 .think h2, #frameViewer .think h2 {
    color: #fff;
    font-weight: normal;
    padding-bottom: 15px; }
  #frame4 .think ul, #frameViewer .think ul {
    color: #fff;
    font-size: 22px;
    padding: 0 0 0 45px; }
  #frame4 .think li, #frameViewer .think li {
    padding-bottom: 20px; }
#frame4 .make-changes, #frameViewer .make-changes {
  top: 272px;
  left: 17px; }
#frame4 .or, #frameViewer .or {
  position: absolute;
  top: 327px;
  left: 128px;
  color: #ffed99;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px; }
#frame4 .no-continue, #frameViewer .no-continue {
  top: 342px;
  left: 40px; }
#frame4 .pictures, #frameViewer .pictures {
  position: absolute;
  top: 102px;
  left: 382px;
  width: 470px;
  height: 356px;
  padding: 18px 21px;
  background: url(../images/canvas.png) 0 0 no-repeat; }
#frame4 .back, #frameViewer .back {
  bottom: 2px;
  left: 448px;
  display: none; }
#frame4 .back-disabled, #frameViewer .back-disabled {
  bottom: 20px;
  left: 468px;
  cursor: default; }
#frame4 .play-toggle, #frameViewer .play-toggle {
  bottom: 2px;
  left: 570px; }
#frame4 .next, #frameViewer .next {
  bottom: 2px;
  left: 695px;
  display: none; }
#frame4 .next-disabled, #frameViewer .next-disabled {
  bottom: 21px;
  left: 713px;
  cursor: default; }
#frame4 h2.title, #frameViewer h2.title {
  position: absolute;
  top: 75px;
  right: 20px;
  width: 600px;
  text-align: center;
  color: #eec817;
  text-shadow: 3px 2px 3px rgba(0, 0, 0, 0.75);
  letter-spacing: 1px; }

#frameViewer .pictures {
  left: 210px; }
#frameViewer .back {
  left: 276px; }
#frameViewer .back-disabled {
  left: 296px; }
#frameViewer .play-toggle {
  left: 398px; }
#frameViewer .next {
  left: 523px; }
#frameViewer .next-disabled {
  left: 541px; }
#frameViewer h2.title {
  left: 170px; }

#frame5 h1 {
  top: -18px;
  left: 105px; }
#frame5 h2 {
  position: absolute;
  top: 64px;
  left: 170px;
  width: 600px;
  text-align: center;
  font-size: 27px;
  color: #eec817; }
#frame5 ul {
  position: absolute;
  top: 110px;
  left: 97px;
  list-style: none; }
  #frame5 ul li {
    float: left;
    width: 230px;
    height: 172px;
    margin-right: 30px;
    margin-bottom: 30px;
    border: 1px solid #000;
    background: #fff; }
    #frame5 ul li img {
      display: block;
      width: 230px;
      height: 172px; }
    #frame5 ul li h3 {
      color: #fff;
      font-size: 17px; }
    #frame5 ul li p {
      padding-top: 180px;
      color: #fff;
      font-size: 15px;
      width: 230px;
      line-height: normal; }
    #frame5 ul li p.small {
      font-size: 13px; }
    #frame5 ul li .copyright {
      display: block;
      font-size: 9px;
      line-height: normal;
      opacity: 0.5; }
#frame5 ul.four {
  left: 10px; }
  #frame5 ul.four li {
    width: 220px;
    height: 165;
    margin-right: 12px;
    margin-bottom: 30px;
    border: 1px solid #000;
    background: #fff; }
    #frame5 ul.four li img {
      display: block;
      width: 220px;
      height: 165px; }
    #frame5 ul.four li h3 {
      color: #fff;
      font-size: 17px; }
    #frame5 ul.four li p {
      padding-top: 180px;
      color: #fff;
      font-size: 15px;
      width: 220px;
      line-height: normal; }
    #frame5 ul.four li p.small {
      font-size: 13px; }
#frame5 ul.five {
  left: 10px;
  top: 130px; }
  #frame5 ul.five li {
    width: 180px;
    height: 135px;
    margin-right: 4px;
    margin-bottom: 30px;
    border: 1px solid #000;
    background: #fff; }
    #frame5 ul.five li img {
      display: block;
      width: 180px;
      height: 135px; }
    #frame5 ul.five li h3 {
      padding-top: 140px;
      color: #fff;
      font-size: 15px;
      width: 170px;
      margin: 10px 0;
      line-height: 15px; }
    #frame5 ul.five li p {
      padding-top: 0;
      color: #fff;
      font-size: 15px;
      width: 170px;
      line-height: normal; }
    #frame5 ul.five li p.small {
      font-size: 13px; }
#frame5 .print {
  bottom: -5px;
  left: 300px;
  display: none; }
#frame5 .done-with-activity {
  bottom: 13px;
  left: 410px; }

#frame6 h1 {
  top: -18px;
  left: 105px; }
#frame6 .congrats h2 {
  position: absolute;
  top: 77px;
  left: 370px;
  width: 217px;
  height: 34px;
  background: url(../images/congratulations.gif);
  color: transparent;
  font: 0/0 a;
  text-shadow: none; }
#frame6 .congrats .brush {
  top: 123px;
  right: 190px; }
#frame6 .congrats p {
  color: #fff;
  top: 130px;
  left: 200px;
  width: 320px;
  font-size: 23px;
  line-height: 26px;
  -webkit-text-size-adjust: 88%; }
#frame6 .congrats .print-show {
  top: 314px;
  left: 304px; }
#frame6 .congrats .email-show {
  bottom: 172px;
  left: 488px; }
#frame6 .congrats .print-bookmark {
  bottom: 102px;
  left: 304px; }
#frame6 .congrats .listen-song {
  bottom: 100px;
  left: 488px; }
#frame6 .congrats .pause-song {
  bottom: 100px;
  left: 488px; }
#frame6 .congrats .play-again {
  bottom: 30px;
  left: 252px; }
#frame6 .congrats .go-back-student {
  bottom: 30px;
  left: 460px; }
#frame6 .email h2 {
  position: absolute;
  top: 70px;
  left: 200px;
  color: transparent;
  font: 0/0 a;
  text-shadow: none; }
#frame6 .email p {
  position: absolute;
  top: 275px;
  left: 275px;
  width: 420px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  -webkit-text-size-adjust: 88%; }
#frame6 .email p.small {
  top: 63px;
  left: 250px;
  line-height: normal;
  width: 430px;
  font-size: 18px; }
#frame6 .email ul {
  position: absolute;
  top: 140px;
  left: 315px;
  list-style: none; }
#frame6 .email li {
  padding-bottom: 15px; }
#frame6 .email label {
  color: #fff;
  font-size: 22px;
  padding-right: 3px; }
#frame6 .email input {
  width: 290px;
  font-size: 18px;
  font-family: Times, Arial, Helvetica, sans-serif; }
#frame6 .email .send-email {
  bottom: 105px;
  left: 368px; }
#frame6 .email p.status {
  top: 430px;
  font-size: 20px; }
#frame6 .email .done-with-activity {
  bottom: 13px;
  left: 417px; }

footer {
  position: relative;
  width: 950px;
  height: 30px;
  background: url(../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(../images/audio-on.png); }
  footer .audio-toggle.off {
    background: url(../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(../images/overlay.png); }
  .alert .content {
    position: relative;
    margin: 200px auto 0;
    width: 197px;
    height: 139px;
    padding: 0 15px;
    background: url(../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(../images/overlay.png); }
  #help .content {
    position: relative;
    margin: 100px auto 0;
    width: 391px;
    height: 425px;
    padding: 10px 30px;
    background: url(../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: -4px;
  opacity: .5;
  z-index: 100; }

#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 -686px;
    width: 87px;
    height: 19px;  }*/
	
	.btn.student-area {
    background-position: -156px -712px;
    width: 87px;
    height: 19px;
	}
	
	.btn.student-area:hover {
    background-position: -156px -712px;
    width: 87px;
    height: 19px;
	}
	
	/*new button */
	.btn.pl-area {
    background-position: -273px -686px;
    width: 165px;
    height: 19px;  }
	
	.btn.pl-area:hover {
    background-position: -273px -712px;
    width: 165px;
    height: 19px; 
	}
	 .btn.teacher-area {
    background-position: 0px -686px;
    width: 127px;
    height: 19px; }
	
  .btn.teacher-area:hover {
    background-position: 0px -712px;
    width: 127px;
    height: 19px; }

