@charset "UTF-8";
/*
 * A partial implementation of the Ruby list functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/lists.rb
 */
/*
 * A partial implementation of the Ruby constants functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/constants.rb
 */
/*
 * A partial implementation of the Ruby display functions from Compass:
 * https://github.com/Compass/compass/blob/stable/core/lib/compass/core/sass_extensions/functions/display.rb
 */
*, *:before, *:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@font-face {
  font-family: "fontello";
  src: url("/mysite/fonts/fontello/fontello.eot");
  src: url("/mysite/fonts/fontello/fontello.eot?iefix") format('eot'), url("/mysite/fonts/fontello/fontello.woff") format('woff'), url("/mysite/fonts/fontello/fontello.otf") format('opentype'), url("/mysite/fonts/fontello/fontello.svg") format('svg'), url("/mysite/fonts/fontello/fontello.ttf") format('truetype'); }

.font-icon-before:before {
  font-family: fontello;
  font-weight: 400;
  margin-right: 4px;
  display: inline-block;
  width: 20px;
  text-align: center; }

.font-icon-before.mail:before {
  content: '\e800'; }

.font-icon-before.wifi:before {
  content: '\e804'; }

.font-icon-before.power:before {
  content: '\e801'; }

.font-icon-before.food:before {
  content: '\e803'; }

.font-icon-before.free:before, .font-icon-before.linux:before {
  content: '\e802'; }

html {
  background: #FFF; }

body {
  margin: 0;
  padding: 0;
  line-height: 1.4;
  color: #000;
  font-size: 16px;
  font-family: Helvetic, Arial, sans-serif;
  min-width: 740px; }

::-moz-selection {
  background: #87C846;
  color: #000; }

::selection {
  background: #87C846;
  color: #000; }

.container {
  width: 700px;
  margin: 0 auto; }

.clear {
  clear: both; }

header {
  border-bottom: 3px dashed #87C846;
  margin: 0 0 40px;
  overflow: hidden;
  position: relative; }
  header a.logo {
    display: block;
    padding: 10px 0; }
  header img {
    max-width: 100%;
    display: block; }
  header h1, header h2 {
    position: absolute;
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
    height: 0;
    overflow: hidden; }
  header nav ul {
    list-style: none;
    padding: 0 0 20px 12px; }
    header nav ul li {
      display: inline-block;
      padding: 5px 2px; }
      header nav ul li a {
        display: block;
        background: #000;
        color: #FFF;
        text-decoration: none;
        padding: 10px 10px;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 14px; }
      header nav ul li a:hover, header nav ul li.current a {
        background: #87C846;
        color: #000; }
  header aside {
    background: #000;
    margin: 0 0 40px; }
    header aside nav ul {
      padding: 0;
      margin: 0;
      text-align: right; }
      header aside nav ul li {
        margin: 0 4px; }

.content img {
  max-width: 100%; }

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content p, .content table, .content pre, .content .pre, .content blockquote, .content hr {
  margin: 0 0 18px; }

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  font-weight: 400;
  color: #000;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  margin: 0 0 8px;
  line-height: 1.6; }

.content h1 {
  font-size: 36px; }

.content h2 {
  font-size: 30px; }

.content h3 {
  font-size: 26px;
  margin-top: 50px;
  position: relative; }
  .content h3:before {
    display: block;
    content: ' ';
    position: absolute;
    top: -20px;
    border-bottom: 1px dashed #87C846;
    left: 0;
    right: 0;
    height: 1px; }

.content h4 {
  font-size: 20px; }

.content h5 {
  font-size: 18px; }

.content h6 {
  font-size: 16px;
  color: #9A9B9F; }

.content dt {
  font-style: italic;
  font-weight: 700; }

.content ul li {
  list-style: none;
  position: relative; }
  .content ul li:before {
    position: absolute;
    content: ">>>";
    font-size: 13px;
    color: #87C846;
    left: -37px;
    line-height: 23px; }

.content blockquote {
  color: #aaa;
  padding-left: 10px;
  border-left: 1px dotted #666; }

.content pre, .content .pre {
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  font-size: 14px;
  color: #000;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  text-wrap: normal;
  overflow: auto;
  overflow-y: hidden; }

.content table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }
  .content table th, .content table td {
    vertical-align: top;
    text-align: left;
    padding: 5px 10px;
    border: 1px dashed #87C846; }

.content hr {
  height: 0;
  border: 0;
  border-bottom: 1px dashed #87C846;
  color: #87C846; }

.content a, .content .talk-button {
  color: #6ea932;
  text-shadow: 0 0 5px rgba(161, 212, 109, 0.5); }
  .content a:hover, .content .talk-button:hover {
    text-decoration: none;
    color: #548227; }

.content .talk-button {
  border: 0;
  text-align: left;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  font-family: Helvetic, Arial, sans-serif;
  cursor: pointer; }

.content .talk-content {
  padding: 10px 15px 15px; }
  .content .talk-content .pre {
    margin: 0; }
    .content .talk-content .pre p:last-child {
      margin: 0; }

footer {
  margin: 40px 0 0;
  padding: 40px 0;
  border-top: 3px dashed #87C846; }
  footer .row {
    margin: 0 -20px; }
  footer .column {
    padding: 0 20px;
    float: left;
    width: 35%;
    position: relative; }
    footer .column h5, footer .column h6 {
      text-transform: uppercase;
      color: #000;
      font-weight: 700;
      font-size: 20px;
      line-height: 1; }
    footer .column h6 {
      color: #9A9B9F;
      margin: 0 0 18px;
      font-size: 16px; }
    footer .column p {
      margin: 0 0 18px; }
    footer .column ul {
      list-style: none;
      margin: -3px 0 0; }
      footer .column ul li {
        border-bottom: 1px solid #000;
        display: block;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 15px;
        white-space: nowrap;
        line-height: 40px; }
        footer .column ul li.last {
          border: 0; }
    footer .column:after {
      content: ' ';
      display: block;
      position: absolute;
      border-right: 1px dashed #87C846;
      top: 25px;
      right: 0;
      bottom: 43px; }
    footer .column.last {
      float: right;
      width: 30%; }
      footer .column.last:after {
        display: none; }

.at-symbol:before {
  content: '@'; }

.schedule .schedule-day {
  position: relative; }
  .schedule .schedule-day .time-table {
    position: absolute;
    top: 0;
    right: 0;
    left: 0; }
    .schedule .schedule-day .time-table .time-table-row {
      height: 45px;
      background: #F1F1F1; }
      .schedule .schedule-day .time-table .time-table-row.even {
        background: #fff; }
      .schedule .schedule-day .time-table .time-table-row span {
        font-size: 11px;
        display: block;
        width: 50px;
        text-align: center;
        padding: 5px; }

.schedule .slots {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50px;
  overflow: hidden; }
  .schedule .slots .slots-inner {
    position: relative; }
  .schedule .slots .slot {
    position: absolute; }
    .schedule .slots .slot .slot-inner {
      background: rgba(154, 155, 159, 0.5);
      padding: 10px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      position: absolute;
      top: 5px;
      right: 5px;
      left: 5px;
      bottom: 5px; }
      .schedule .slots .slot .slot-inner .pre-title {
        font-size: 14px;
        color: #548227; }
      .schedule .slots .slot .slot-inner .title {
        font-size: 16px;
        color: #000; }
      .schedule .slots .slot .slot-inner .summary {
        font-size: 12px; }
      .schedule .slots .slot .slot-inner .slot-content-container {
        position: relative;
        padding: 25px 0 0; }
        .schedule .slots .slot .slot-inner .slot-content-container .slot-content {
          display: none; }
        .schedule .slots .slot .slot-inner .slot-content-container .slot-show-content {
          opacity: 0;
          visibility: hidden;
          position: absolute;
          top: 0; }
        .schedule .slots .slot .slot-inner .slot-content-container .slot-show-content-label {
          position: absolute;
          display: block;
          top: 0;
          height: 25px;
          line-height: 25px;
          cursor: pointer;
          color: #548227; }
        .schedule .slots .slot .slot-inner .slot-content-container .slot-content-overlay {
          display: none;
          background: rgba(0, 0, 0, 0.6);
          position: fixed;
          top: 0;
          right: 0;
          left: 0;
          bottom: 0;
          z-index: 200; }
        .schedule .slots .slot .slot-inner .slot-content-container .slot-content {
          position: absolute;
          z-index: 300;
          background: #fff;
          padding: 20px 20px 2px;
          top: 25px;
          right: 0;
          left: 0; }
        .schedule .slots .slot .slot-inner .slot-content-container .slot-show-content:checked + .slot-show-content-label {
          z-index: 300;
          right: 0;
          left: 0;
          color: transparent; }
          .schedule .slots .slot .slot-inner .slot-content-container .slot-show-content:checked + .slot-show-content-label:after {
            content: '×';
            color: #fff;
            position: absolute;
            right: 0;
            font-size: 20px;
            z-index: 300; }
        .schedule .slots .slot .slot-inner .slot-content-container .slot-show-content:checked ~ .slot-content-overlay {
          display: block; }
        .schedule .slots .slot .slot-inner .slot-content-container .slot-show-content:checked ~ .slot-content {
          display: block; }

.message {
	margin: 0 0 10px;
	padding: 12px;
	color: #00529B;
	background-color: #BDE5F8;
	display: block;
	border-radius: 5px;
}
	.message.required, .message.error, .message.bad {
		color: #D8000C;
		background-color: #FFBABA;
	}
.message.warning {
		color: #9F6000;
		background-color: #FEEFB3;
	}
	.message.good {
		color: #4F8A10;
		background-color: #DFF2BF;
	}

