/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 17, ../../compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 20, ../sass/screen.scss */
__animate, #sc2water {
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-moz-keyframes rotate_animation {
  /* line 10, ../sass/screen.scss */
  0% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  /* line 13, ../sass/screen.scss */
  50% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  /* line 16, ../sass/screen.scss */
  100% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}

@-webkit-keyframes rotate_animation {
  /* line 10, ../sass/screen.scss */
  0% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  /* line 13, ../sass/screen.scss */
  50% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  /* line 16, ../sass/screen.scss */
  100% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}

@-o-keyframes rotate_animation {
  /* line 10, ../sass/screen.scss */
  0% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  /* line 13, ../sass/screen.scss */
  50% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  /* line 16, ../sass/screen.scss */
  100% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}

@-ms-keyframes rotate_animation {
  /* line 10, ../sass/screen.scss */
  0% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  /* line 13, ../sass/screen.scss */
  50% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  /* line 16, ../sass/screen.scss */
  100% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}

/* line 37, ../sass/screen.scss */
html, body {
  font-family: "SimHei", "微軟正黑體";
  color: #333;
  width: 100%;
  height: 100%;
  position: relative;
  -moz-transform: scale(0.9);
  font-size: 28px;
}

/* line 46, ../sass/screen.scss */
body .syntaxhighlighter {
  border-radius: 20px;
  height: 550px !important;
  margin: 105px 0 0 20px !important;
  overflow: auto;
  width: 95% !important;
}

/* line 53, ../sass/screen.scss */
body .syntaxhighlighter table td {
  font-size: 24px!important;
}

/* line 56, ../sass/screen.scss */
body {
  background: url(../images/wood.jpg);
}

/* line 59, ../sass/screen.scss */
a {
  color: navy;
  text-decoration: none;
}
/* line 24, ../../compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
a:hover {
  color: blue;
}
/* line 27, ../../compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
a:active {
  color: gray;
}

/* line 64, ../sass/screen.scss */
.slide-container {
  width: 921.6px;
  height: 691.2px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -460.8px;
  margin-top: -305.6px;
  overflow: hidden;
  position: relative;
  border-radius: 15px;
  box-shadow: 0px 0px 5px black inset;
  background: url(../images/innerbg.jpg) center center;
  background-size: cover;
}

/* line 78, ../sass/screen.scss */
article {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 0px;
  top: 120%;
}
/* line 83, ../sass/screen.scss */
article.current {
  top: 0px;
}

/* line 88, ../sass/screen.scss */
li, h1, h2, h3, h4 {
  text-shadow: 0px 2px 0px white;
  text-align: center;
}

/* line 92, ../sass/screen.scss */
hgroup {
  height: 240px;
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -120px;
}

/* line 98, ../sass/screen.scss */
h1 {
  font-size: 64px;
  margin: 10px;
}

/* line 102, ../sass/screen.scss */
h2 {
  font-size: 36px;
  margin: 8px;
}

/* line 106, ../sass/screen.scss */
h3 {
  font-size: 28px;
  text-align: right;
  margin-top: 100px;
  padding: 30px;
}

/* line 112, ../sass/screen.scss */
#sc2water {
  position: relative;
  left: 372px;
  top: 428px;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: rotate_animation;
  -moz-animation-name: rotate_animation;
  -ms-animation-name: rotate_animation;
  -o-animation-name: rotate_animation;
  animation-name: rotate_animation;
  -webkit-transform-origin: 50% 70%;
  -moz-transform-origin: 50% 70%;
  -ms-transform-origin: 50% 70%;
  -o-transform-origin: 50% 70%;
  transform-origin: 50% 70%;
}

/* line 120, ../sass/screen.scss */
#struct1 {
  position: absolute;
  left: 335.1px;
  top: 20.4667px;
}

/* line 123, ../sass/screen.scss */
#struct2 {
  position: absolute;
  left: 273px;
  top: 18px;
}

/* line 126, ../sass/screen.scss */
#avatar {
  position: relative;
  left: 3px;
  top: 96px;
}

/* line 129, ../sass/screen.scss */
#tableview {
  position: relative;
  left: -59px;
  top: 15px;
}

/* line 132, ../sass/screen.scss */
#tableview {
  position: relative;
  left: 14px;
  top: 17px;
}

/* line 135, ../sass/screen.scss */
ul {
  text-align: left;
}

/* line 138, ../sass/screen.scss */
h1.takahashi, ul.takahashi {
  display: block;
  width: 100%;
}

/* line 142, ../sass/screen.scss */
h1.takahashi {
  height: 100px;
  position: absolute;
  top: 50%;
  margin-top: -50px;
}
/* line 147, ../sass/screen.scss */
h1.takahashi.done {
  top: 40px;
  margin-top: 0px;
  font-size: 48px;
  text-align: left;
  border-bottom: 1px dashed gray;
  height: 50px;
}

/* line 154, ../sass/screen.scss */
ul.takahashi > li {
  display: none;
}
/* line 156, ../sass/screen.scss */
ul.takahashi > li.now {
  display: block;
  font-size: 64px;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 72px;
}
/* line 163, ../sass/screen.scss */
ul.takahashi > li.now.withimg {
  top: 20%;
}

/* line 168, ../sass/screen.scss */
.takahashi {
  display: none;
}
/* line 170, ../sass/screen.scss */
.takahashi.done {
  display: block;
}

/* line 174, ../sass/screen.scss */
em {
  text-shadow: 0px 0px 5px orange;
}
/* line 176, ../sass/screen.scss */
em.code {
  text-shadow: none;
  font-family: "Courier New";
  font-weight: bold;
}
/* line 181, ../sass/screen.scss */
em.delete {
  text-shadow: none;
  text-decoration: line-through;
  color: gray;
  font-size: 32px;
}
/* line 188, ../sass/screen.scss */
em.tips {
  text-shadow: none;
  font-family: "Courier New";
  font-size: 36px;
  color: #555;
}

/* line 195, ../sass/screen.scss */
ul.reference li {
  margin: 20px;
  text-align: left;
}
