body {
  background: #e6e6e6;
  font-family: sans-serif;
  margin: 0;
  color: #333;
  font-size: 16px; }
  body.nice_fonts {
    font-family: lato, sans-serif; }
  body.dragging {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
    cursor: default; }

a {
  color: #49c6bd; }
  a:hover {
    color: #5CCCC4; }

.header {
  height: 200px;
  text-align: center;
  background: #5DCC92;
  margin-bottom: 20px;
  color: white;
  overflow: hidden; }
  .header .header_tools {
    position: absolute;
    top: 20px;
    right: 20px; }
  .header .multi_share {
    text-align: center;
    min-width: 110px;
    margin-top: 10px;
    border: 1px solid white;
    border-radius: 3px;
    overflow: hidden;
    height: 20px;
    -webkit-transition: height 0.15s ease;
    -moz-transition: height 0.15s ease;
    -ms-transition: height 0.15s ease;
    transition: height 0.15s ease; }
    .header .multi_share.open, .header .multi_share:hover {
      height: 113px; }
      .header .multi_share.open .top, .header .multi_share:hover .top {
        -webkit-transition: all 0.15s ease;
        -moz-transition: all 0.15s ease;
        -ms-transition: all 0.15s ease;
        transition: all 0.15s ease;
        background: rgba(255, 255, 255, 0.8);
        color: #5DCC92; }
    .header .multi_share .top {
      -moz-user-select: none;
      -webkit-user-select: none;
      user-select: none;
      cursor: default;
      text-align: center;
      height: 20px;
      line-height: 20px;
      font-size: 14px;
      color: white; }
    .header .multi_share .button {
      display: block;
      border: 0;
      border-top: 1px solid white;
      border-radius: 0;
      text-align: center;
      font-size: 14px;
      height: 30px;
      line-height: 30px; }
    .header .multi_share .row:last-child .button {
      border-radius: 0 0 3px 3px; }
  .header .button {
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    transition: all 0.15s ease;
    border: 1px solid white;
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    padding: 0 20px;
    display: inline-block;
    cursor: pointer;
    color: white;
    text-decoration: none;
    min-width: 110px;
    text-align: center; }
    .header .button:hover {
      color: #5DCC92;
      background-color: white; }
    .header .button:active {
      background-color: #d7f2e4; }
  .header h1 {
    margin: 0;
    margin-top: 52px;
    font-family: lato, sans-serif;
    font-weight: 200;
    font-size: 80px;
    line-height: 1.0; }
    .header h1 a {
      -webkit-transition: border 0.2s ease;
      -moz-transition: border 0.2s ease;
      -ms-transition: border 0.2s ease;
      transition: border 0.2s ease;
      text-decoration: none;
      color: white;
      border-bottom: 1px solid rgba(255, 255, 255, 0); }
      .header h1 a:hover {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
  .header h2 {
    margin: 0;
    margin-top: 8px;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.10em; }

.jam_browser {
  margin: 0 20px; }

.scrollbar_outer {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  position: relative;
  height: 10px;
  margin-top: 6px; }
  .scrollbar_outer .scrollbar {
    position: absolute;
    background: #B8B8B8;
    top: 0;
    bottom: 0;
    border-radius: 24px;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease;
    -moz-transition: opacity 0.6s ease;
    -ms-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    .scrollbar_outer .scrollbar:hover, .scrollbar_outer .scrollbar.dragging {
      background: silver; }
    .scrollbar_outer .scrollbar.visible {
      opacity: 1; }

.calendar {
  overflow: hidden;
  cursor: move; }
  .calendar .calendar_scrolling {
    height: 250px;
    position: relative;
    background: white; }
  .calendar .calendar_row {
    position: relative;
    height: 40px;
    margin: 3px 0; }
  .calendar .jam_cell {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #A8A8A8;
    color: white;
    line-height: 40px;
    padding: 0 20px; }
    .calendar .jam_cell.after_end {
      opacity: 0.75; }
    .calendar .jam_cell.small_text {
      font-size: 14px; }
    .calendar .jam_cell a {
      color: inherit;
      text-decoration: none; }
      .calendar .jam_cell a:hover {
        text-decoration: underline; }
  .calendar .calendar_rows, .calendar .day_markers {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .calendar .elapsed_time {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    background: #F5F5F5;
    border-right: 5px solid #E9E9E9;
    box-shadow: 0 0 0 1px #DEDEDE; }
  .calendar .day_markers {
    z-index: 1;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default; }
    .calendar .day_markers .day_marker {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      border-left: 1px solid #dadada;
      position: absolute;
      top: 40px;
      bottom: 0; }
      .calendar .day_markers .day_marker:first-child {
        border-left: 0; }
      .calendar .day_markers .day_marker .day_ordinal, .calendar .day_markers .day_marker .day_name {
        position: absolute;
        left: 0;
        right: 0;
        height: 40px;
        line-height: 40px;
        padding-left: 20px; }
      .calendar .day_markers .day_marker .day_ordinal {
        top: 0;
        border-bottom: 1px solid #dadada;
        color: #666;
        font-weight: bold; }
      .calendar .day_markers .day_marker .day_name {
        bottom: 0;
        border-top: 1px solid #dadada;
        font-size: 13px;
        text-transform: uppercase;
        color: #777; }
  .calendar .calendar_rows {
    z-index: 2;
    top: 82px;
    bottom: 30px; }
  .calendar .month_markers {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
    height: 20px;
    background: black;
    position: relative;
    z-index: 5; }
    .calendar .month_markers .month_marker {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      background: #B8B8B8;
      border-left: 1px solid #9f9f9f;
      color: #444;
      position: absolute;
      top: 0;
      bottom: 0;
      height: 40px;
      line-height: 40px;
      padding: 0 20px; }
      .calendar .month_markers .month_marker:first-child {
        border-left: 0; }

.jam_list, .comments_outer {
  width: 640px;
  margin: 0 auto; }
  .jam_list h2, .comments_outer h2 {
    font-family: lato, sans-serif;
    font-weight: 200;
    color: #666;
    font-size: 48px;
    margin: 48px 0 24px 0; }

.tagged_jams h2 {
  font-weight: normal;
  font-size: 20px;
  color: #555; }

.comments_outer {
  margin-top: 60px;
  margin-bottom: 60px; }
  .comments_outer h3 {
    font-size: 20px;
    color: #555; }

.jam_box {
  background: white;
  overflow: hidden;
  margin-bottom: 24px; }
  .jam_box.current_jam {
    margin-top: 48px; }
  .jam_box.has_image {
    overflow: hidden; }
    .jam_box.has_image h3, .jam_box.has_image p {
      margin-right: 240px; }
    .jam_box.has_image .progress_outer {
      clear: both; }
    .jam_box.has_image .cover_image {
      float: right;
      background: #aaa;
      width: 200px;
      height: 160px;
      margin: 24px 20px 24px 0;
      background-size: cover;
      background-position: 50% 50%; }
  .jam_box h3 {
    font-weight: normal;
    font-size: 26px;
    margin: 24px 20px;
    color: #666; }
    .jam_box h3 a {
      text-decoration: none;
      color: inherit;
      font-weight: inherit; }
      .jam_box h3 a:hover {
        border-bottom: 2px solid #aaa; }
  .jam_box p {
    margin: 24px 20px;
    line-height: 24px; }
  .jam_box .jam_link {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .jam_box .time_data {
    color: #777; }
    .jam_box .time_data strong {
      color: #888; }
  .jam_box .progress_outer {
    margin: 24px 20px; }
    .jam_box .progress_outer .time_labels {
      overflow: hidden; }
    .jam_box .progress_outer .left_label, .jam_box .progress_outer .right_label, .jam_box .progress_outer .remaining_label {
      font-size: 16px;
      color: #777; }
    .jam_box .progress_outer .left_label, .jam_box .progress_outer .right_label {
      position: relative;
      margin-bottom: 16px; }
    .jam_box .progress_outer .left_label {
      float: left;
      text-align: left; }
      .jam_box .progress_outer .left_label:before {
        content: "";
        width: 2px;
        height: 8px;
        background: #ccc;
        position: absolute;
        bottom: -11px;
        left: 0; }
    .jam_box .progress_outer .right_label {
      text-align: right; }
      .jam_box .progress_outer .right_label:before {
        content: "";
        width: 2px;
        height: 8px;
        background: #ccc;
        position: absolute;
        bottom: -11px;
        right: 0; }
    .jam_box .progress_outer .remaining_label {
      margin-top: 8px;
      text-align: right; }
    .jam_box .progress_outer .progress {
      background: rgba(59, 187, 120, 0.3);
      height: 10px;
      position: relative; }
      .jam_box .progress_outer .progress .progress_inner {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 50%;
        background: #5DCC92; }
  .jam_box .jam_tags {
    margin: 24px 20px;
    text-align: right; }
    .jam_box .jam_tags .jam_tag {
      position: relative;
      background: #49c6bd;
      color: white;
      display: inline-block;
      padding: 0px 10px 0 8px;
      height: 24px;
      line-height: 24px;
      font-size: 14px;
      margin-left: 22px;
      text-decoration: none; }
      .jam_box .jam_tags .jam_tag:hover {
        background-color: #5CCCC4; }
        .jam_box .jam_tags .jam_tag:hover:before {
          border-color: transparent #5CCCC4 transparent transparent; }
      .jam_box .jam_tags .jam_tag:before {
        content: "";
        position: absolute;
        left: -12px;
        border-color: transparent #49c6bd transparent transparent;
        border-style: solid;
        border-width: 12px 12px 12px 0; }

.link_back {
  text-align: center; }
  .link_back a {
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
    color: #666;
    border: 1px solid #B9B9B9;
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    display: inline-block;
    font-size: 18px;
    text-decoration: none; }
    .link_back a:hover {
      background: rgba(0, 0, 0, 0.07); }
    .link_back a:active {
      background: rgba(0, 0, 0, 0.1); }

.footer {
  width: 640px;
  margin: 20px auto;
  text-align: center;
  border-top: 1px solid #D3D3D3;
  padding-top: 10px;
  font-size: 14px;
  color: #aaa; }
  .footer a {
    color: #999; }

.jam_year ul, .jam_tag_list ul {
  overflow: hidden;
  margin: 0;
  padding: 24px 20px;
  background: white;
  font-size: 16px;
  line-height: 1.5; }
  .jam_year ul .simple_date, .jam_tag_list ul .simple_date {
    background: #eee;
    display: inline-block;
    font-family: monospace;
    padding: 2px 8px;
    vertical-align: middle;
    text-align: left;
    min-width: 70px;
    font-size: 14px;
    margin-right: 10px; }
  .jam_year ul li, .jam_tag_list ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 5px; }

/*# sourceMappingURL=jamhub.css.map */
