/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */


html,
button,
input,
select,
textarea {
  color: rgba(50,50,50,1);
}

html {
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: rgb(180,210,250);
  text-shadow: none;
}

::selection {
  background: rgb(180,210,250);
  text-shadow: none;
}

audio,
canvas,
img,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browsehappy {
  margin: 0.2em 0;
  background: rgb(200,200,200);
  color: rgb(70,70,70);
  padding: 0.2em 0;
}


/* ==========================================================================
   Text
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {
  color: rgb(70,70,70);
  font-family: 'Fredericka the Great', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.2em;
  margin: 1em 0 .5em 0;
}

h1 {
  text-align: center;
}

h2 {}

h3 {}

h4 {}

h5 {}

h6 {}

p {
  margin: .5em 0 1em 0;
}

ul {}

ul li {}

ol {}

ol li {}

dl {}

dt {}

dd {}

a {
  color: rgb(120,100,60);
  text-decoration: none;
}

a:hover {
  color: rgb(50,50,50)
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid rgb(200,200,200);
  margin: 1em 0;
  padding: 0;
}

small {
  font-weight: 700;
  letter-spacing: .03em;
}

address {}

blockquote {
  background: rgba(220,200,160,.2);
  font-size: 1.3em;
  text-align: center;
  margin-bottom: 2em;
  margin-top: 2em;
  transform: rotate(.3deg);
}

.drop-shadow {
  box-shadow: 0 0 3px rgba(0,0,0,.5);
}

/* ==========================================================================
   Layout
   ========================================================================== */

body {
  background: rgb(50,50,50);
  color: rgb(70,70,70);
  font: 18px/28px 'Life Savers', Helvetica, Helvetica Neue, Arial;
}

/* MAIN SECTIONS */

/* Top Bar */
.top-bar-wrapper {
  display: none;
  background: rgba(0,0,0,.8);
}
.top-bar {
  color: rgb(255,255,255);
  padding-top: .5em;
  padding-bottom: .5em;
  text-align: right;
  }
  .top-bar * {
  }
  .top-bar .tabbed-nav {
    border: 0;
    display: inline-block;
    margin: 0 1em 0 0;
  }
  .top-bar li {
  }
  .top-bar a {
    border: 0;
    color: rgb(255,255,255);
  }

/* Header */
.header-wrapper {
  background: rgb(25,30,35);
  position: relative;
}
  .header-wrapper header {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }
  .header-wrapper header a {
    border: 0;
    color: rgb(220,200,160);
  }
  .header-wrapper header a:hover {
    color: rgb(250,250,250);
  }
.logo-title {
  color: rgb(255,255,255);
  left: 20px;
  margin-top: -50px;
  max-width: 200px;
  position: absolute;
  width: 35%;
  z-index: 300;
  }
  .logo-title a {
    color: rgb(255,255,255);
  }
  .logo-title img {
    width: 100%;
  }
  .ie7 .logo-title {
    padding-top: 20px;
  }

@media only screen and (min-width: 50em) {
  .header-wrapper header {
    padding-top: .3em;
    padding-bottom: .3em;
  }
  .logo-title {
    margin-top: 0;
  }
}

/* Main */
.main-wrapper {
  background: rgb(245,245,245) url(https://7e49d3.claudeassets.com/20170304110843im_/http://thegatherrounders.com/img/body-bkg.jpg) 0 0 no-repeat;
  background-size: cover;
  box-shadow: inset 0 7px 10px rgba(0,0,0,.3);
  }
  .main-wrapper .main {
    padding-bottom: 2em;
    position: relative;
  }

@media only screen and (min-width: 50em) {
  .main article {
/*      float: left;
     width: 57%;  */
  }
}

/* Aside */
.main aside {
  margin-top: 3em;
}

@media only screen and (min-width: 50em) {
  .main aside {
/*     float: right;
    width: 38%; */
  }
}

/* Footer */
.footer-wrapper {
  background: rgb(60,80,90) url(https://2c5cf6.claudeassets.com/20170304110843im_/http://thegatherrounders.com/img/footer-bkg.jpg);
  border-top: 20px solid rgb(219, 199, 160);
  padding: 20px 0;
  }
  .footer-wrapper footer {
    color: rgb(200,200,200);
    text-align: center;
  }
  .footer-wrapper footer * {
    font-size: 14px;
  }
  .footer-wrapper footer h4 {
    color: rgb(220,220,220);
  }
  .footer-wrapper footer ul {
    margin: 0;
  }
  .footer-wrapper footer li {
  }
  .footer-wrapper footer a {
    color: rgb(220,200,160);
  }
  .footer-wrapper footer a:hover {
    color: rgb(250,250,250);
  }
  .footer-wrapper footer address {
    line-height: 1.3em;
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .footer-wrapper footer small {
    color: rgb(200,200,200);
  }

/* Bottom Bar */
.bottom-bar-wrapper {
  background: rgb(25,30,35);
  }
  .bottom-bar {
    color: rgb(255,255,255);
    padding-top: .5em;
    padding-bottom: .5em;
    text-align: center;
    }
    .bottom-bar * {
      font-size: 12px;
    }
.bottom-bar a {
  color: rgb(220,200,160);
}
.bottom-bar a:hover {
  color: rgb(250,250,250);
}


/* MODULES */

/* Login */
.login {
  display: inline-block;
  margin: 0;
  }
  .login .input {
    width: 8em;
  }

/* Contact Form Modal */
#contactform {
}
#contactform .input {
  width: 90%;
}
#contactform textarea {
  min-height: 100px;
}
#contactform p:last-of-type {
  text-align: center;
}
#contactform .primary-button {
  padding-right: 2em;
  padding-left: 2em;
}


/* Audio */
.audio-wrapper {
  background: rgb(50,50,50);
  border: 1px solid rgb(100,100,100);
  border-radius: 3px;
  margin: 1.5em auto;
  min-width: 200px;
  opacity: .5;
  padding: 10px;
  text-align: center;
  width: 90%;
}
.audio-wrapper p {
  color: rgb(255,255,255);
  text-align: center;
}
audio {
  background: rgb(100,100,100);
  width: 100%;
}
audio source {
}
.audio-player {
  background: rgb(60,80,90);
  border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
  padding: 5px 10px;
}

/* Home */
.home .grid {
  margin-top: 2em;
}
.home .grid-unit {
  text-align: center;
  width: 100%;
}
.home .grid-unit iframe {
  width: 100%;
}
.home .grid h2 {
  text-align: center;
}
.home .grid img {
  margin-top: 1em;
}
@media only screen and (min-width: 60em) {
  .home .col3 .grid-unit {
    width: 33%;
  }
  .home .col2 .grid-unit {
    width: 50%;
  }
}
/* Responsive YouTube Embed   http://www.labnol.org/internet/light-youtube-embeds/27941/ */
.youtube-container {
  display: block;
  margin: 0 auto;
  max-width: 350px;
  width: 100%;
  }
.youtube-player {
  cursor: hand;
  cursor: pointer;
  display: block;
  height: 100%;
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  width: 100%; /* assuming that the video has a 16:9 ratio */
  }
img.youtube-thumb {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: 0;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  }
div.play-btn {
  background: url("http://i.imgur.com/TxzC70f.png") no-repeat;
  height: 72px;
  left: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  top: 50%;
  width: 72px;
  }
#youtube-iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  }

/* Events */
.events-date {
  list-style: none;
  padding-left: 0;
}
.events {
  list-style: none;
  padding-left: 0;
  }
.events h3 {}
.events h3 span {
  background: rgb(100,100,100);
  border-radius: 50%;
  color: rgb(250,250,250);
  font-size: 24px;
  font-weight: 700;
  margin-right: .5em;
  padding: .2em .4em;
}
  .events li {
    }
    .events li:last-child {
      border-bottom: none;
    }
.events li p:nth-of-type(1) {
  font-size: 20px;
  font-weight: 700;
  margin-right: .5em;
  margin-bottom: 0;
}
.events li p:nth-of-type(2) {
  white-space: nowrap;
}
.events li a {
  float: right;
  margin-top: 5px;
}
    .events li img {
      float: right;
      width: 40%;
      max-width: 500px;
    }
@media only screen and (min-width: 40em) {
  .events li p {
    display: inline-block;
  }
  .events li p:nth-of-type(1) {
  }
  .events li a {
    margin-top 10px;
  }
}
@media only screen and (min-width: 60em) {
  .events li h3 {
    display: inline-block;
  }
  .events li p:nth-of-type(1) {
    margin-left: 1em;
  }
  .events li a {
    margin-top: 20px;
  }
}

.addthis_horizontal_follow_toolbox {
  position: absolute;
  right: 60px;
  top: -60px;
}
.addthis_horizontal_follow_toolbox p {
}
.addthis_sharing_toolbox {
}

@media only screen and (min-width: 50em) {
  .addthis_horizontal_follow_toolbox {
    right: 20px;
    top: -5px;
  }
}

.border-rough {
  border: 3px solid transparent;
  -moz-border-image: url(https://0ef049.claudeassets.com/20170304110843im_/http://thegatherrounders.com/img/border-img.png) 20 stretch;
  -webkit-border-image: url(https://0ef049.claudeassets.com/20170304110843im_/http://thegatherrounders.com/img/border-img.png) 10 stretch;
  -o-border-image: url(https://0ef049.claudeassets.com/20170304110843im_/http://thegatherrounders.com/img/border-img.png) 10 stretch;
  border-image: url(https://0ef049.claudeassets.com/20170304110843im_/http://thegatherrounders.com/img/border-img.png) 20 stretch;
  border-radius: 4px;
  padding: 1em;
  margin-bottom: 2em;
  transform: rotate(0deg);
  }
  img.border-rough {
    clear: left;
    padding: .5em;
  }
  
.border-rough-btm {
  border-bottom: 3px solid transparent;
  -moz-border-image: url(https://0ef049.claudeassets.com/20170304110843im_/http://thegatherrounders.com/img/border-img.png) 20 stretch;
  -webkit-border-image: url(https://0ef049.claudeassets.com/20170304110843im_/http://thegatherrounders.com/img/border-img.png) 10 stretch;
  -o-border-image: url(https://0ef049.claudeassets.com/20170304110843im_/http://thegatherrounders.com/img/border-img.png) 10 stretch;
  border-image: url(https://0ef049.claudeassets.com/20170304110843im_/http://thegatherrounders.com/img/border-img.png) 20 stretch;
  border-radius: 4px;
  padding-bottom: .2em;
  transform: rotate(-.5deg);
}


/* ==========================================================================
   Navigation
   ========================================================================== */

nav#menu {
  display: none;
  text-align: right;
}
nav#menu ul {
  margin: 0 80px 0 0;
  padding-left: 0;
}
nav#menu #image {
  width: 32px;
  height: 32px;
}

@media only screen and (min-width: 50em) {
  nav#menu {
    display: block;
  }
}


/* ==========================================================================
   Slicknav Mobile Menu http://slicknav.com
   ========================================================================== */

/* Mobile Menu Core Style (don't edit unless necessary) */

.slicknav_btn { position: relative; display: block; vertical-align: middle; float: right; padding: 0.438em 0.625em 0.438em 0.625em; line-height: 1.125em; cursor: pointer; }
.slicknav_menu .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }
.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;  }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item { cursor: pointer; }
.slicknav_nav .slicknav_row { display: block; }
.slicknav_nav a { display: block }
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
/* IE6/7 support */
.slicknav_menu { *zoom: 1 }

/* User Default Style - Change the following styles to modify the appearance of the menu. */

.slicknav_menu {
}

@media only screen and (min-width: 50em) {
  .slicknav_menu {
    display: none;
  }
}

/* Button */
.slicknav_btn {
  background-color: transparent;
  border-radius: 4px;  
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin: 5px 5px 6px;
  text-decoration:none;
}
/* Button Text */
.slicknav_menu  .slicknav_menutxt {
  color: rgb(255,255,255);
  font-weight: bold;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: rgb(245,245,245);
}
.slicknav_menu {
  background: rgb(50,50,50);
  padding:5px;
}
.slicknav_nav {
  color: rgb(255,255,255);
  font-size: 16px;
  margin:0;
  padding:0;
}
.slicknav_nav, .slicknav_nav ul {
  list-style: none;
  overflow: hidden;
}
.slicknav_nav ul {
  margin:0 0 40px 20px;
  padding:0;
}
.slicknav_nav .slicknav_row {
  margin:2px 5px;
  padding:5px 10px;
}
.slicknav_nav a {
    color: rgb(220,200,160);
  margin:2px 5px;
  padding:5px 10px;
  text-decoration:none;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  margin:0;
  padding:0;
}
.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover > a {
    color: rgb(250,250,250);
}
.slicknav_nav .slicknav_txtnode {
  margin-left:15px;   
}
.slicknav_nav > ul {
  margin-right: 1em;
}
.slicknav_nav li a {
  border-right: 0;
}
.slicknav_nav li.parent {
  width: 100%;
}


/* ==========================================================================
   Responsive Slides
   ========================================================================== */

/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides-wrapper {
  background: rgb(60,80,90) url(https://b573d0.claudeassets.com/20170304110843im_/http://thegatherrounders.com/img/header-bkg.jpg);
  border-bottom: 20px solid rgb(219, 199, 160);
  height: auto;
  position: relative;
  text-align: center;
}
.rslides {
  list-style: none;
  margin: 1em auto 0 auto;
  overflow: hidden;
  margin-top: 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 200;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  display: none;
  width: 100%;
  }

.rslides li:first-child {
  display: block;
  position: relative;
  }

.rslides img {
  display: block;
  height: auto;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  }

/* .rslides {
  position: relative;
  list-style: none;
  max-width: 50em;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0px solid rgb(100,120,130);
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  margin: 0;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  } */

/* .rslides {
  left: 0;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 0;
  position: relative;
  right: 0;
  text-align: center;
  width: 100%;
  z-index: 200;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  display: none;
  width: 100%;
  }

.rslides li:first-child {
  display: block;
  text-align: center;
  }

.rslides img {
  display: block;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 100%;
  } */

.rslides .caption {
  bottom: -60px;
  font-size: 14px;
  margin: 0 auto;
  padding: 1em 5% 2em 5%;
  position: absolute;
  text-align: center;
  width: 90%;
}

.rslides_tabs {
  background: transparent;
  border: none;
  list-style-type: none;
  margin: 0 auto;
  padding: .2em 5%;
  text-align: center; 
}

.rslides_tabs li {
  display: inline-block;
}

.rslides_tabs li a {
  background: transparent;
  border-radius: 5em;
  color: rgba(50,50,50,1);
  font-size: .6em;
  margin: .3em;
  padding: .5em .7em .4em .7em;
}

li.rslides_here a {
  background: transparent;
  color: rgba(255,255,255,1);
}
@media only screen and (min-width: 30em) {
  .rslides img {
  }
}
@media only screen and (min-width: 40em) {
  .rslides img {
  }
}


/* ==========================================================================
   LeanModal http://leanmodal.finelysliced.com.au
   ========================================================================== */

#lean_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
  background: #000;
  display: none;
}

#modal {
  display: none;
}

.modal {
  background: rgba(255,255,255,1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7);
  -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
  color: rgb(50,50,50);
  display:none;
  margin: 0 auto;
  max-height: 70%;
  max-width: 600px;
  overflow-y: scroll;
  padding: 3% 3% 0 3%;
  text-align: left;
  width: 70%;
}

.modal_close { 
  background: url(https://ff0328.claudeassets.com/20170304110843im_/http://thegatherrounders.com/img/modal_close.png); 
  display: block; 
  height: 14px; 
  position: absolute; 
  right: 22px; 
  top: 12px; 
  width: 14px; 
  z-index: 2; 
}

.modal_cancel { 
  background: none; 
  display: inline; 
  height: auto; 
  position: static; 
  right: auto; 
  top: auto; 
  width: auto; 
}


/* ==========================================================================
   Shadowbox http://shadowbox-js.com
   ========================================================================== */

#sb-title-inner,
#sb-info-inner,
#sb-loading-inner,
div.sb-message {
  color: rgba(255,255,255,1);
  font-weight: 200;
}

#sb-container {
  display:none;
  left:0;
  margin:0;
  padding:0;
  position: fixed;
  text-align:left;
  top:0;
  visibility:hidden;
  z-index:999;
}

#sb-overlay {
  height: 100%;
  position: relative;
  width: 100%;
}

#sb-wrapper {
  position:absolute;
  visibility:hidden;
  width:100px;
}

#sb-wrapper-inner {
  border: 1px solid rgb(50,50,50);
  height: 100px;
  overflow: hidden;
  position: relative;
}

#sb-body {
  height: 100%;
  position: relative;
}

#sb-body-inner {
  height:100%;
  position:absolute;
  width:100%;
}

#sb-player.html {
  background: rgba(255,255,255,.1);
  bottom: 0;
  color: rgba(255,255,255,.8);
  height:auto;
  overflow: auto;
  padding: 0 15px;
  position: absolute;
  width: 100%;
}

#sb-body img {
  border:none;
}

#sb-loading {
  height:100%;
  position:relative;
}

#sb-loading-inner {
  font-size:14px;
  height:24px;
  line-height:24px;
  margin-top:-12px;
  position:absolute;
  text-align:center;
  top:50%;
  width:100%;
}

#sb-loading-inner span {
  background:url(https://f7a578.claudeassets.com/20170304110843im_/http://thegatherrounders.com/css/loading.gif) no-repeat;
  display:inline-block;
  padding-left:34px;
}

#sb-body,#sb-loading {
  background-color: rgb(10,10,10);
}

#sb-title,#sb-info {
  margin:0;
  overflow:hidden;
  padding:0;
  position:relative;
}

#sb-title,#sb-title-inner {
  height:26px;
  line-height:26px;
}

#sb-title-inner {
  font-size:16px;
}

#sb-info,#sb-info-inner {
  height:20px;
  line-height:20px;
}

#sb-info-inner {
  font-size:12px;
}

#sb-nav {
  float:right;
  height:16px;
  padding:2px 0;
  width:45%;
}

#sb-nav a {
  background-repeat:no-repeat;
  cursor:pointer;
  display:block;
  float:right;
  height:16px;
  margin-left:3px;
  width:16px;
}

#sb-nav-close { background-image:url(https://33c49c.claudeassets.com/20170304110843im_/http://thegatherrounders.com/css/close.png); }
#sb-nav-next { background-image:url(https://5e2788.claudeassets.com/20170304110843im_/http://thegatherrounders.com/css/next.png); }
#sb-nav-previous { background-image:url(https://51c114.claudeassets.com/20170304110843im_/http://thegatherrounders.com/css/previous.png); }
#sb-nav-play { background-image:url(https://d91098.claudeassets.com/20170304110843im_/http://thegatherrounders.com/css/play.png); }
#sb-nav-pause { background-image:url(https://ebf756.claudeassets.com/20170304110843im_/http://thegatherrounders.com/css/pause.png); }

#sb-counter {
  float:left;
  width:45%;
}

#sb-counter a {
  color: rgb(255,255,255);
  cursor:pointer;
  padding:0 4px 0 0;
  text-decoration:none;
}

#sb-counter a.sb-counter-current {
  text-decoration:underline;
}

div.sb-message {
  font-size:12px;
  padding:10px;
  text-align:center;
}

div.sb-message a:link,div.sb-message a:visited {
  color: rgb(255,255,255);
  text-decoration:underline;
}

.lightbox {
  display: none; }

/* Audio Player */
/* audio {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

button {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
	line-height: normal;
	*overflow: visible;
}

.simBtn {
	border: 1px dotted;
}

div#use {
	display: none;
	border: 1px solid;
	border-radius: 8px;
}

div#useLegend {
	cursor: pointer;
}

#useSpan {
	font-size: 80%;
}

div#npTitle {
	padding: 0 0 10px 15px;
}

div#container {
	position: relative;
	min-height: 100%;
	width: 750px;
	margin: 0 auto;
	text-align: left;
}

div#content {
	padding-bottom: 33px;
}

div#cwrap {
	padding: 20px 20px;
	border: 1px solid;
	border-radius: 8px;
}

footer {
	position: absolute;
	width: 100%;
	height: 33px;
	bottom: 0;
	right: 0;
	font-size: 11px;
	text-align: center;
	line-height: 33px;
}

#audiowrap {
	width: 500px;
	margin: 0 auto;
	text-align: center;
}

.double {
	padding-bottom: 20px;
}

.ctrlbtn {
	width: 148px;
	cursor: pointer;
}

.no-audio {
	display: none;
}

div#extraControls {
}

div#plwrap {
	padding-top: 20px;
	font-size: 1em;
}

#plUL {
	list-style: none;
	margin: 0;
	padding: 2px 0 0 0;
}

#plUL li {
	cursor: pointer;
	line-height: 36px;
	border: 1px solid black;
	border-radius: 8px;
	margin: 0 3px 6px 3px;
}

#plUL li:hover {
	font-size: 1.25em;
}

p.plus10 {
	padding-left: 10px;
}

.plHead, .plItem {
	position: relative;
}

.plHead {
	text-align: center;
}

.plHeadTitle, .plTitle {
	position: absolute;
	top: 0;
	right: 65px;
	left: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.plHeadNum, .plNum {
	width: 25px;
}

.plHeadNum, .plNum, .plLength {
	text-align: right;
}

.plHeadLength, .plLength {
	position: absolute;
	top: 0;
	right: 5px;
	width: 60px;
}

.plSel, .plSel:hover {
	font-size: 1.25em;
	cursor: default !important;
}

.is-audio, #audio0 {
	display: none;
}

.js.audio .is-audio {
	display: block;
}

.js #audio0 {
	display: block;
} */

/* ==========================================================================
   jPlayer / Music Player
   ========================================================================== */

/*! http://23andwalnut.com - http://codebasehero.com
*/

.audio-player {
  background: rgb(100,100,100);
  border: 1px solid rgb(200,200,200);
}

.ttw-music-player {
  width: auto;
  margin: 10px;
  padding-bottom: 10px;
}

.ttw-music-player .player {
  width: 100%;
}

/** Album Cover **/
.ttw-music-player .album-cover {
  position: relative;
  float: left;
  background: rgb(50,50,50) url(https://580b48.claudeassets.com/20170304110843im_/http://thegatherrounders.com/js/vendor/jplayer/plugin/images/album-cover-bg.jpg) no-repeat 0 0 scroll;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, .75);
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, .75);
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, .75);
  margin-bottom: 1em;
  margin-right: 1em;
}

.ttw-music-player .album-cover .img {
  box-shadow: inset 0 0 1px rgba(255, 255, 255, .6);
  -moz-box-shadow: inset 0 0 1px rgba(255, 255, 255, .6);
  -webkit-box-shadow: inset 0 0 1px rgba(255, 255, 255, .6);
  background-position:center center;
  background-repeat:no-repeat;
  background-color:transparent;
}

.ttw-music-player .album-cover .highlight {
  background: transparent url(https://48267e.claudeassets.com/20170304110843im_/http://thegatherrounders.com/js/vendor/jplayer/plugin/images/album-cover-highlight.png) no-repeat 0 0 scroll;
  opacity: 1;

}

.ttw-music-player .album-cover:hover .highlight {
  opacity: 1;
}

.ttw-music-player .album-cover,
.ttw-music-player .album-cover .img,
.ttw-music-player .album-cover .highlight {
  display: block;
  height: 125px;
  width: 125px;
}

.ttw-music-player .album-cover img,
.ttw-music-player .album-cover .img,
.ttw-music-player .album-cover .highlight {
  position: absolute;
  top: 0;
  left: 0;
  height:125px;
  width:125px;
}

/** Track Info **/
.ttw-music-player .track-info {
  width: auto;
  margin: 8px 0;
  float: left;
  font-size: 12px;
}

.ttw-music-player .track-info p {
   margin: 0;
}

.ttw-music-player .player .title {
  color: rgb(255,255,255);
  text-shadow: 0 1px 1px rgba(0, 0, 0, .8);
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1.3em;
}

.ttw-music-player .artist-outer {
  color: rgb(255,255,255);
  font-size: 1em;
  font-style: italic;
  letter-spacing: .06em;
  float: left;
}

.ttw-music-player .artist {
   color: rgb(255,255,255);
}

.ttw-music-player .rating {
  width: 75px;
  height: 16px;
  display: none;
}

.ttw-music-player .rating-star {
  width: 15px;
  height: 16px;
  display: block;
  float: left;
  background: transparent url(https://3079b3.claudeassets.com/20170304110843im_/http://thegatherrounders.com/js/vendor/jplayer/plugin/images/rating-off.png) no-repeat center center scroll;
  cursor: pointer;
}

.ttw-music-player .rating-star:hover,
.ttw-music-player .rating-star.on,
.ttw-music-player .rating-star.hover {
   background: transparent url(https://3f2a77.claudeassets.com/20170304110843im_/http://thegatherrounders.com/js/vendor/jplayer/plugin/images/rating-on.png) no-repeat center center scroll;
}

/** Player **/
.ttw-music-player .player-controls {
  width: 100%;
  height: auto;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  /*background: transparent url(https://3af077.claudeassets.com/20170304110843im_/http://thegatherrounders.com/js/vendor/jplayer/plugin/images/player-bg.png) repeat 0 0 scroll;*/
  background: rgb(90,90,90);
  margin: 12px auto;
  text-align: center;
  float: left;
}

.ttw-music-player .player-controls .main-controls {
  width: 90%;
  height: 24px;
  margin: 10px auto;
  padding-left: 5%;
}

.ttw-music-player .player-controls .main-controls div {
  float: left;
  cursor: pointer;
  border: 1px solid rgb(100,100,100);
  width: 31%;
  padding: 6px 0;
}

.ttw-music-player .player-controls .main-controls div:hover {
  border-color: rgb(140,140,140);
}

.ttw-music-player .previous, .ttw-music-player .next {
  height: 12px;
  margin: 0;
}

.ttw-music-player .play, .ttw-music-player .pause {
  height: 12px;
  margin: 0;
}

.ttw-music-player .previous {
  background: transparent url(https://a2d6fb.claudeassets.com/20170304110843im_/http://thegatherrounders.com/js/vendor/jplayer/plugin/images/player-previous.png) no-repeat center center scroll;
}

.ttw-music-player .next {
  background: transparent url(https://191365.claudeassets.com/20170304110843im_/http://thegatherrounders.com/js/vendor/jplayer/plugin/images/player-next.png) no-repeat center center scroll;
}

.ttw-music-player .play {
  background: transparent url(https://87917a.claudeassets.com/20170304110843im_/http://thegatherrounders.com/js/vendor/jplayer/plugin/images/player-play.png) no-repeat center center scroll;
}

.ttw-music-player .pause {
  background: transparent url(https://239edd.claudeassets.com/20170304110843im_/http://thegatherrounders.com/js/vendor/jplayer/plugin/images/player-pause.png) no-repeat center center scroll;
}

.ttw-music-player .player-controls .progress-wrapper {
  height: 9px;
  width: 90%;
  background: transparent url(https://9f308f.claudeassets.com/20170304110843im_/http://thegatherrounders.com/js/vendor/jplayer/plugin/images/player-progress.png) repeat-x 0 0 scroll;
  margin: 0 auto 10px auto;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.ttw-music-player .progress {
  height: 9px;
  width: 135px;
  cursor: pointer;
}

.ttw-music-player .elapsed {
  height: 6px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin: 1px;
  width: 60%;
  background: transparent url(https://a58be1.claudeassets.com/20170304110843im_/http://thegatherrounders.com/js/vendor/jplayer/plugin/images/player-elapsed.png) repeat-x 0 0 scroll;
}

.ttw-music-player .unused-controls {
  display: none !important;
}

/** Description **/
.ttw-music-player .description {
  clear: both;
  margin: 30px 0 0 0;
  font-size: 12px;
  color: rgb(150,150,150);
  text-shadow: 0 1px 1px rgba(0, 0, 0, .6);
}

.ttw-music-player .description.showing{
  margin: 30px 0;
  display: none;
}

/** Track List **/
.ttw-music-player .tracklist {
  padding: 10px 20px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .15), 0 1px 0 rgba(255, 255, 255, .04);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .15), 0 1px 0 rgba(255, 255, 255, .04);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .15), 0 1px 0 rgba(255, 255, 255, .04);
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  /*background: transparent url(https://3e2bbb.claudeassets.com/20170304110843im_/http://thegatherrounders.com/js/vendor/jplayer/plugin/images/tracklist-bg.png) repeat 0 0 scroll;*/
  background: rgb(90,90,90);
  font-size: .9em;
}

.ttw-music-player .tracklist ol {
  margin: 0;
  padding: 0;
  overflow:;
}

.ttw-music-player .tracklist li {
  text-shadow: 0 1px 1px rgba(0, 0, 0, .6);
  /*background: transparent url(https://e0ae2e.claudeassets.com/20170304110843im_/http://thegatherrounders.com/js/vendor/jplayer/plugin/images/tracklist-item-bg.png) repeat-x bottom left scroll;*/
  padding: 10px 0;
  list-style-position: outside;
  margin-left: 1em;
  position: relative;
  line-height: 1.4em;
  color: rgb(220,220,220);
}

.ttw-music-player .tracklist li:hover {
  color: rgb(250,250,250);
}

.ttw-music-player li:last-child{
  background: none;
}

.ttw-music-player .show-more-button li:last-child{
  background: transparent url(https://e0ae2e.claudeassets.com/20170304110843im_/http://thegatherrounders.com/js/vendor/jplayer/plugin/images/tracklist-item-bg.png) repeat-x bottom left scroll;
}

.ttw-music-player .tracklist .title {
  width: auto;
  padding: 0;
  cursor: pointer;
}

.ttw-music-player li:nth-child(1n + 10) .title{
  padding-left: 7px;
}

.ttw-music-player .tracklist .duration {
  margin-left: .5em;
  font-size: .8em;
}

.ttw-music-player li.playing {
  color: rgb(255,255,255); !important;

}

.ttw-music-player .tracklist .rating {
  margin-left: 10px;
  width: 30px;
  display: none;
  position: absolute;
  right: 72px;
  top: 12.5px;
}

.ttw-music-player .rating-bar {
  height: 10px;
  width: 3px;
  display: none;
  float: left;
  cursor: pointer;
  background: transparent url(https://7bd552.claudeassets.com/20170304110843im_/http://thegatherrounders.com/js/vendor/jplayer/plugin/images/rating-bar.png) no-repeat 0 0 scroll;
}

.ttw-music-player .rating-bar.on,
.ttw-music-player .rating-bar:hover,
.ttw-music-player .rating-bar.hover {
  background: transparent url(https://64f342.claudeassets.com/20170304110843im_/http://thegatherrounders.com/js/vendor/jplayer/plugin/images/rating-bar-on.png) no-repeat 0 0 scroll;
}

.ttw-music-player .buy {
  width: 62px;
  height: 16px;
  display: none;
  position: absolute;
  top: 9px;
  right: 0;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background: transparent url(https://8e3fee.claudeassets.com/20170304110843im_/http://thegatherrounders.com/js/vendor/jplayer/plugin/images/buy-bg.png) repeat 0 0 scroll;
  margin: 0 0 0 10px;
  font-size: 10px;
  text-align: center;
  line-height: 16px;
  text-shadow: none;
  color: rgb(150,150,150);
  text-decoration: none;
}

.ttw-music-player .buy:hover {
  color: rgb(240,240,240);
}

.ttw-music-player .buy.not-active{
  display:none;
}

.ttw-music-player .more {
  display:none;
  font-style: italic;
  font-size: 11px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .6);
  padding: 10px 0;
  margin: 10px 0;
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background: transparent url(https://8ac8bc.claudeassets.com/20170304110843im_/http://thegatherrounders.com/js/vendor/jplayer/plugin/images/tracklist-more.png) repeat 0 0 scroll;
}

.ttw-music-player .more:hover {
  color: rgb(240,240,240);
  box-shadow: inset 0px 0px 20px rgba(0, 0, 0, .2);
  -moz-box-shadow: inset 0px 0px 20px rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0px 0px 20px rgba(0, 0, 0, .2);
}

.ttw-music-player .show-more-button .more{
  display: block;
}


/** Transitions **/
.ttw-music-player .more,
.ttw-music-player .album-cover .highlight,
.ttw-music-player .tracklist li,
.ttw-music-player .buy {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* http://perishablepress.com/press/2009/12/06/new-clearfix-hack */
.ttw-music-player .player:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}


/* ==========================================================================
   Helpers
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    height: 150%;
    width: 0;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid rgb(150,150,150);
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*
     FILE ARCHIVED ON 18:45:31 Nov 02, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:50:43 Jul 11, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.308
  exclusion.robots: 0.028
  exclusion.robots.policy: 0.022
  esindex: 0.006
  cdx.remote: 2.953
  LoadShardBlock: 4089.651 (3)
  PetaboxLoader3.datanode: 4118.758 (6)
  PetaboxLoader3.resolve: 704.832 (3)
  load_resource: 819.499 (2)
*/