/* _BASE.SASS */
/* == STRUCTURE: ========================
 * * Page width:            960 px
 * * Number of columns:     24
 * * Column width:          17 px
 * * Margin width:          24 px
 * ======================================
 * */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

*:focus {
  outline: 0; }

body {
  line-height: 1em;
  color: black;
  background: #fff; }

ol, ul {
  list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: "" ""; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: ""; }

img a {
  border: none; }

/* TYPOGRAPHY */
body {
  line-height: 1.7142;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: white;
  font-size: 87.5%; }

h1 {
  font-weight: normal;
  color: #df9b24;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 24px; }
  h1 img {
    margin: 0; }

h2 {
  font-weight: normal;
  color: #df9b24;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 30px;
  line-height: 48px;
  margin-bottom: 0; }

h3 {
  font-weight: normal;
  color: #df9b24;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 24px; }

h4 {
  font-weight: normal;
  color: #df9b24;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0; }

h5 {
  font-weight: normal;
  color: #df9b24;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.5em; }

h6 {
  font-weight: normal;
  color: #df9b24;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: bold; }

h2 img, h3 img, h4 img, h5 img, h6 img {
  margin: 0; }

p {
  margin: 0 0 24px; }
  p img.left {
    display: inline;
    float: left;
    margin: 24px 18px 24px 0;
    padding: 0; }
  p img.right {
    display: inline;
    float: right;
    margin: 24px 0 24px 18px;
    padding: 0; }

a {
  text-decoration: none;
  color: #fbc301; }
  a:visited {
    color: #c89000; }
  a:focus {
    color: #fbd860; }
  a:hover {
    color: #fbd860; }
  a:active {
    color: #ffc301; }

blockquote {
  margin: 24px;
  color: #666;
  font-style: italic; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

dfn {
  font-style: italic;
  font-weight: bold; }

sup, sub {
  line-height: 0; }

abbr, acronym {
  border-bottom: 1px dotted #666; }

address {
  margin: 0 0 1.5em;
  font-style: italic; }

del {
  color: #666; }

pre {
  margin: 1.5em 0;
  white-space: pre; }

pre, code, tt {
  font: 1em 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.7142; }

li ul, li ol {
  margin: 0 1.5em; }

ul {
  margin: 0 0 24px;
  list-style-type: disc; }

ol {
  margin: 0 1.5em 1.5em 1.5em;
  list-style-type: decimal; }

dl {
  margin: 0 0 1.5em 0; }
  dl dt {
    font-weight: bold; }

dd {
  margin-left: 1.5em; }

table {
  margin-bottom: 1.4em;
  width: 100%; }

th {
  font-weight: bold; }

thead th {
  background: #fbc301; }

th, td, caption {
  padding: 4px 10px 4px 5px; }

tr.even td {
  background: #fbc301; }

tfoot {
  font-style: italic; }

caption {
  background: #eee; }

.quiet {
  color: white; }

.loud {
  color: #dddddd; }

/* BIG STUFF */
html {
  background: #19232a url('images/stripe-bg.gif') repeat-x scroll top center; }

body {
  background: #193549 url('images/page-header.jpg') no-repeat top left;
  width: 984px;
  height: auto;
  margin: 0 auto;
  color: white; }
  body #container {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
    display: inline-block;
    overflow: visible; }
    body #container {
      display: block; }
    body #container #header {
      display: inline;
      float: left;
      margin-right: 0;
      width: 960px;
      height: 112px;
      background: transparent url('images/header.png') no-repeat top center;
      margin-bottom: 32px; }
      * html body #container #header {
        overflow-x: hidden; }
      body #container #header #header-inner #menu {
        margin: 0;
        height: 42px;
        color: white;
        float: left;
        margin: -55px 0 0 419px; }
    body #container #content {
      display: inline;
      float: left;
      margin-right: 0;
      width: 960px; }
      * html body #container #content {
        overflow-x: hidden; }
      body #container #content #left-sidebar {
        display: inline;
        float: left;
        margin-right: 24px;
        width: 222px;
        margin-top: 72px; }
        * html body #container #content #left-sidebar {
          overflow-x: hidden; }
      body #container #content #main {
        display: inline;
        float: left;
        margin-right: 0;
        width: 714px; }
        * html body #container #content #main {
          overflow-x: hidden; }
        body #container #content #main #sandbox-3 {
          display: inline;
          float: left;
          margin-right: 0;
          width: 714px; }
          * html body #container #content #main #sandbox-3 {
            overflow-x: hidden; }
          body #container #content #main #sandbox-3 #tfly-featured-events {
            display: inline;
            float: left;
            margin-right: 24px;
            width: 468px;
            width: 466px; }
            * html body #container #content #main #sandbox-3 #tfly-featured-events {
              overflow-x: hidden; }
          body #container #content #main #sandbox-3 .tfly-just-announced {
            display: inline;
            float: left;
            margin-right: 0;
            width: 222px; }
            * html body #container #content #main #sandbox-3 .tfly-just-announced {
              overflow-x: hidden; }
    body #container #footer {
      padding-top: 72px;
      padding-bottom: 24px;
      font-size: 12px;
      line-height: 24px;
      text-align: center; }

/* header & menu */
body #container #header .skip-link {
  float: right; }
  body #container #header .skip-link a {
    font-size: 10px;
    color: #4b677b;
    text-decoration: none;
    opacity: 0.3;
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    filter: alpha(opacity=30); }
    body #container #header .skip-link a:hover, body #container #header .skip-link a:active {
      opacity: 1;
      -moz-opacity: 1;
      -khtml-opacity: 1;
      -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      filter: alpha(opacity=100); }
body #container #header h1#site-title {
  float: left; }
  body #container #header h1#site-title a {
    display: block;
    margin: 0px 0px 0px 118px;
    text-indent: -9999em;
    overflow: hidden;
    background-image: url("images/elko-logo.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 311px;
    height: 109px; }
body #container #header #menu ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  overflow: hidden;
  display: inline-block;
  margin: 0;
  width: 556px; }
  body #container #header #menu ul {
    display: block; }
  body #container #header #menu ul li {
    list-style-type: none;
    margin-left: 0px;
    white-space: nowrap;
    display: inline;
    float: left;
    padding-left: 2px;
    padding-right: 2px; }
    body #container #header #menu ul li.first {
      padding-left: 0px; }
    body #container #header #menu ul li.last {
      padding-right: 0px; }
  body #container #header #menu ul li a {
    display: block;
    text-indent: -9999em;
    overflow: hidden;
    background-repeat: no-repeat;
    height: 42px; }
  body #container #header #menu ul li#menu-home a {
    background-image: url("images/menu-sprite.jpg");
    background-position: 0 0;
    width: 55px; }
    body #container #header #menu ul li#menu-home a:hover {
      background-position: 0 -42px; }
  body #container #header #menu ul li#menu-calendar a {
    background-image: url("images/menu-sprite.jpg");
    background-position: -59px 0;
    width: 92px; }
    body #container #header #menu ul li#menu-calendar a:hover {
      background-position: -59px -42px; }
  body #container #header #menu ul li#menu-venues a {
    background-image: url("images/menu-sprite.jpg");
    background-position: -155px 0;
    width: 75px; }
    body #container #header #menu ul li#menu-venues a:hover {
      background-position: -155px -42px; }
  body #container #header #menu ul li#menu-posters a {
    background-image: url("images/menu-sprite.jpg");
    background-position: -234px 0;
    width: 83px; }
    body #container #header #menu ul li#menu-posters a:hover {
      background-position: -234px -42px; }
  body #container #header #menu ul li#menu-bands a {
    background-image: url("images/menu-sprite.jpg");
    background-position: -321px 0;
    width: 63px; }
    body #container #header #menu ul li#menu-bands a:hover {
      background-position: -321px -42px; }
  body #container #header #menu ul li#menu-about a {
    background-image: url("images/menu-sprite.jpg");
    background-position: -388px 0;
    width: 63px; }
    body #container #header #menu ul li#menu-about a:hover {
      background-position: -388px -42px; }
  body #container #header #menu ul li#menu-contact a {
    background-image: url("images/menu-sprite.jpg");
    background-position: -455px 0;
    width: 83px; }
    body #container #header #menu ul li#menu-contact a:hover {
      background-position: -455px -42px; }

/* wp posts */
#main .post {
  display: inline-block;
  margin-bottom: 24px; }
  #main .post:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }
  #main .post {
    display: block; }

/* sidebars */
/* left */
/* mailing list */
#left-sidebar .mailing-list-form h3 {
  font-size: 18px;
  margin-bottom: 0;
  color: white;
  background-color: #0f67a6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0f67a6), to(#0c5285), color-stop(0.6, #0f67a6));
  margin-left: -12px;
  padding-left: 12px;
  line-height: 36px; }
#left-sidebar .mailing-list-form form #SignUp {
  display: inline-block;
  margin-bottom: 24px; }
  #left-sidebar .mailing-list-form form #SignUp:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }
  #left-sidebar .mailing-list-form form #SignUp {
    display: block; }
  #left-sidebar .mailing-list-form form #SignUp input {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 24px;
    height: 18px; }
  #left-sidebar .mailing-list-form form #SignUp .optional {
    display: none; }
  #left-sidebar .mailing-list-form form #SignUp .input {
    display: inline;
    float: left;
    margin-right: 0;
    width: 222px;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 6px; }
    * html #left-sidebar .mailing-list-form form #SignUp .input {
      overflow-x: hidden; }
    #left-sidebar .mailing-list-form form #SignUp .input label {
      display: inline;
      float: left;
      margin-right: 24px;
      width: 58px;
      margin-right: 12px;
      text-align: right;
      width: 70px; }
      * html #left-sidebar .mailing-list-form form #SignUp .input label {
        overflow-x: hidden; }
      #left-sidebar .mailing-list-form form #SignUp .input label abbr {
        color: #fbd860;
        border-bottom: none; }
    #left-sidebar .mailing-list-form form #SignUp .input input {
      display: inline;
      float: left;
      margin-right: 0;
      width: 140px;
      border: 1px solid #000317;
      padding: 2px;
      width: 134px; }
      * html #left-sidebar .mailing-list-form form #SignUp .input input {
        overflow-x: hidden; }
  #left-sidebar .mailing-list-form form #SignUp p.asterisk {
    font-size: 10px;
    line-height: 24px;
    font-style: italic;
    text-align: right;
    color: #fbd860; }
    #left-sidebar .mailing-list-form form #SignUp p.asterisk abbr {
      border-bottom: none; }
  #left-sidebar .mailing-list-form form #SignUp .submit input {
    border: 1px solid #fbd860;
    background-color: #000317;
    color: black;
    padding: 2px;
    float: right;
    font-weight: bold;
    text-transform: uppercase;
    height: 24px; }

/* social media */
#left-sidebar #text-3 {
  margin-bottom: 24px;
  list-style-type: none;
  margin-left: 0px; }
  #left-sidebar #text-3 h2.widgettitle {
    display: none; }
  #left-sidebar #text-3 .textwidget ul.social-media {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    overflow: hidden;
    display: inline-block; }
    #left-sidebar #text-3 .textwidget ul.social-media {
      display: block; }
    #left-sidebar #text-3 .textwidget ul.social-media li {
      list-style-type: none;
      margin-left: 0px;
      white-space: nowrap;
      display: inline;
      float: left;
      padding-left: 2px;
      padding-right: 2px; }
      #left-sidebar #text-3 .textwidget ul.social-media li.first {
        padding-left: 0px; }
      #left-sidebar #text-3 .textwidget ul.social-media li.last {
        padding-right: 0px; }
    #left-sidebar #text-3 .textwidget ul.social-media li a {
      display: block;
      margin: 0;
      text-indent: -9999em;
      overflow: hidden;
      background-image: url("images/social_media_sprite.png");
      background-repeat: no-repeat;
      width: 46px;
      height: 48px; }
      #left-sidebar #text-3 .textwidget ul.social-media li a.facebook {
        background-position: -2px 0; }
      #left-sidebar #text-3 .textwidget ul.social-media li a.myspace {
        background-position: -50px 0; }
      #left-sidebar #text-3 .textwidget ul.social-media li a.twitter {
        background-position: -99px 0;
        width: 44px; }
      #left-sidebar #text-3 .textwidget ul.social-media li a.flickr {
        background-position: -147px 0; }
      #left-sidebar #text-3 .textwidget ul.social-media li a.ustream {
        background-position: -243px 0; }

/* blog achives block */
#sandbox-2 li {
  list-style-type: none;
  margin-left: 0; }
#sandbox-2 .widget_archive h2 {
  font-size: 18px;
  margin-bottom: 0; }
#sandbox-2 .widget_archive select {
  display: inline;
  float: left;
  margin-right: 0;
  width: 222px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 24px;
  height: 24px;
  border: 1px solid #000317;
  padding: 2px;
  margin-bottom: 48px; }
  * html #sandbox-2 .widget_archive select {
    overflow-x: hidden; }

/* announcements */
.post {
  margin-bottom: 24px; }

.category-announcements h2.entry-title {
  color: #df9b24; }
  .category-announcements h2.entry-title a {
    color: #df9b24; }

/* blog posts */
/* navigation */
.navigation {
  display: inline-block;
  margin-bottom: 24px; }
  .navigation:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }
  .navigation {
    display: block; }
  .navigation .nav-previous {
    float: left;
    margin-right: 1em; }
  .navigation .nav-next {
    float: right; }

/* EOF IMPORTS */
/* TICKETFLY OVERRIDES */
#tfly-content {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin-top: 10px;
  margin: auto;
  text-align: left;
  width: 980px; }
  #tfly-content img {
    border: 0px; }
  #tfly-content h1, #tfly-content h2, #tfly-content h3, #tfly-content h4, #tfly-content h5 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #df9b24; }
  #tfly-content a {
    text-decoration: none; }

#tfly-wrap {
  text-align: center; }

#tfly-content #right-column {
  float: right;
  width: 210px;
  margin-left: 2%;
  text-align: left;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }
#tfly-content #right-column-wide {
  float: right;
  width: 125px;
  min-width: 25%;
  margin-left: 2%;
  text-align: left;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }
#tfly-content #tfly-center-column {
  float: left;
  width: 500px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }
#tfly-content #tfly-center-column-wide {
  float: left;
  width: 700px;
  text-align: left;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }

#tfly-left-column {
  float: left;
  width: 210px;
  min-width: 100px;
  margin-right: 25px;
  text-align: left;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }

#tfly-wide-column {
  width: 730px;
  float: right; }

#tfly-content .clearer {
  clear: both; }

#tfly-featured-events ul.images li {
  padding-top: 0px;
  margin-top: 0px;
  position: normal; }
  #tfly-featured-events ul.images li a {
    padding-top: 0px;
    margin-top: 0px;
    position: normal; }
    #tfly-featured-events ul.images li a img {
      padding-top: 0px;
      margin-top: 0px;
      position: normal; }

.clearer {
  clear: both; }

ul.upcoming-events {
  list-style-type: none;
  padding-left: 0px; }
  ul.upcoming-events li {
    border-top: 1px solid #4b677b;
    padding: 11px 0 12px;
    background: none;
    margin: 0px;
    display: inline-block; }
    ul.upcoming-events li:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      overflow: hidden;
      visibility: hidden; }
    ul.upcoming-events li {
      display: block; }
    ul.upcoming-events li.tfly-alt {
      background: #1e3a4e; }

.tfly-not-stack ul.upcoming-events img {
  float: left;
  max-width: 97px;
  width: 97px;
  height: auto;
  margin-right: 24px;
  border: 1px solid #e1e1e1; }

ul.upcoming-events .dates {
  margin-left: 0;
  padding-top: 0;
  font-size: 12px;
  color: white;
  line-height: 24px;
  margin-left: 0;
  border-top: 1px solid #0f2b3f;
  margin-top: -1px;
  margin-right: 0;
  padding-left: 123px; }
ul.upcoming-events h2 {
  font-size: 18px;
  line-height: 24px;
  padding: 0px;
  margin: 0px;
  color: #fbc301; }
  ul.upcoming-events h2 a {
    color: #fbc301;
    text-transform: capitalize; }
    ul.upcoming-events h2 a:hover {
      color: #fbd860; }
ul.upcoming-events h5 a {
  color: #fbc301;
  text-transform: capitalize; }
ul.upcoming-events h2 a:hover, ul.upcoming-events h5 a:hover {
  color: #fbd860; }
ul.upcoming-events h3 {
  font-size: 18px;
  color: white;
  margin-top: 20px; }

#tfly-content ul.upcoming-events h4 {
  font-size: 12px;
  padding: 0px;
  margin: 0px;
  color: #333;
  max-width: 250px; }

ul.upcoming-events h5 {
  font-size: 14px;
  line-height: 24px;
  padding: 0px;
  margin: 0px;
  color: white;
  font-weight: normal;
  padding-bottom: 0;
  margin-left: 0;
  min-height: auto;
  width: auto; }
ul.upcoming-events .buy-area {
  float: right;
  width: 99px;
  text-align: center;
  font-size: 12px; }
  ul.upcoming-events .buy-area a.tickets {
    font-size: 14px;
    position: relative;
    top: 0px;
    margin: 0;
    width: 92px; }
ul.upcoming-events h4 {
  width: auto;
  overflow: hidden;
  padding-top: 0px;
  margin-top: 0px;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0; }

a.tickets {
  display: block;
  background-color: #fbc301;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fed64b), to(#e2b001), color-stop(0.4, #fbc301));
  color: black;
  margin: 5px;
  font-weight: bold;
  padding: 2px;
  border: 1px solid #fff533;
  font-size: 14px; }
a.list-images {
  display: block;
  float: left;
  padding-top: 2px; }

div.inside-content {
  display: inline;
  float: left;
  margin-right: 0;
  width: 222px; }
  * html div.inside-content {
    overflow-x: hidden; }

a.tickets:hover {
  background-color: #fbc301;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fed958), to(#d5a601), color-stop(0.3, #fbc301));
  text-decoration: none; }

body.pageid-7 .tfly-upcoming h3 {
  font-size: 30px;
  line-height: 48px;
  color: black;
  padding-bottom: 0px;
  margin-bottom: 24px;
  width: auto;
  float: left;
  margin-left: 0; }

.tfly-upcoming {
  margin-top: 0;
  margin-bottom: 15px; }
  .tfly-upcoming h3 {
    font-size: 24px;
    line-height: 24px;
    color: #fbd860;
    padding-bottom: 0px;
    margin-bottom: 12px;
    width: auto;
    float: left;
    margin-left: 0; }
  .tfly-upcoming a.calendar {
    float: right;
    color: #fbc301;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    padding-top: 18px;
    margin-right: 0; }
  .tfly-upcoming .end {
    border-top: 1px solid #ddd;
    margin-top: 5px;
    padding-top: 8px; }

div.tfly-stack li img {
  float: left;
  max-width: 200px;
  width: 200px;
  height: auto;
  margin-right: 15px;
  border: 1px solid #ddd; }
div.tfly-stack h5 {
  width: 45%; }

.tfly-stack ul.upcoming-events h4 {
  width: 200px; }
.tfly-stack ul.upcoming-events h5 {
  margin-left: 215px; }

.tfly-rss {
  float: left;
  padding-left: 0;
  padding-top: 0; }
  .tfly-rss a {
    color: #fbd860;
    font-size: 10px;
    line-height: 24px;
    margin-right: 24px; }

.tfly-message {
  font-size: 12px;
  color: #892428;
  padding-bottom: 5px;
  line-height: 1.2; }
  .tfly-message strong {
    display: block; }

#tfly-content .fail {
  display: block;
  background: #e9e9e9;
  color: #666666;
  margin: 5px;
  font-weight: bold;
  padding: 2px;
  border: 1px solid #c7c7c7;
  font-size: 10px;
  line-height: 1.1;
  padding-top: 5px;
  padding-bottom: 5px; }
#tfly-content .fail-cal-tixatdoor, #tfly-content .fail-cal-onsalesoon {
  background: none;
  border: none; }

.tfly-upcoming-list .up-date {
  text-transform: uppercase; }

.tfly-upcoming .postponed .dates, .tfly-upcoming .rescheduled .dates {
  color: #aaa;
  font-style: italic; }

#tfly-featured-events {
  margin-bottom: 36px;
  margin-left: 0;
  border: 1px solid #7d99ad;
  height: 311px;
  background-color: #19232a; }
  #tfly-featured-events ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px; }
  #tfly-featured-events #grey-back {
    background: #000;
    z-index: 10;
    position: absolute;
    top: 239px;
    height: 75px;
    width: 100%;
    opacity: 0.4;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; }
  #tfly-featured-events #overlay {
    z-index: 20;
    position: absolute;
    top: 239px;
    padding: 6px;
    width: 440px;
    border-top: 1px solid #888; }
    #tfly-featured-events #overlay h2 {
      color: white;
      font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
      letter-spacing: 1px;
      font-size: 18px;
      line-height: 24px;
      font-weight: normal;
      width: 100%;
      margin: 0px;
      padding: 0px;
      text-transform: capitalize;
      display: block; }
      #tfly-featured-events #overlay h2 a {
        color: #fff; }
        #tfly-featured-events #overlay h2 a:hover {
          color: #ccc; }
    #tfly-featured-events #overlay h3 {
      color: white;
      margin: 0px;
      padding: 6px 0px 0px;
      font-weight: normal;
      font-size: 14px;
      float: left;
      margin-right: 18px; }
    #tfly-featured-events #overlay a.tickets {
      width: auto;
      text-align: center;
      display: block;
      float: left;
      position: relative;
      top: -1px;
      font-size: 14px; }
  #tfly-featured-events ul.nav {
    position: absolute;
    z-index: 10;
    top: 46px;
    right: 0px;
    list-style-type: none; }
    #tfly-featured-events ul.nav li {
      margin: 0px;
      padding: 0px;
      float: left;
      font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
      font-size: 11px; }
      #tfly-featured-events ul.nav li a {
        border: 1px solid #888;
        padding: 0px 1px 1px;
        margin: 1px;
        width: 15px;
        height: 15px;
        background: #666666;
        text-align: center;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        display: block;
        font-size: 11px;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        color: #fff;
        text-decoration: none; }
        #tfly-featured-events ul.nav li a:hover {
          border: 1px solid #ccc; }
  #tfly-featured-events ul.images li {
    background: none;
    padding-left: 0px;
    width: 100%;
    margin: 0px; }
    #tfly-featured-events ul.images li a {
      width: 100%; }
      #tfly-featured-events ul.images li a img {
        width: 100%; }

#overlay-content {
  display: none; }

#tfly-featured-events ul.nav li a#prev_carousel {
  background: transparent url(images/tfly/arrows2.png) 0 0px;
  margin-left: 10px; }
#tfly-featured-events ul.nav li a#next_carousel {
  background: transparent url(images/tfly/arrows2.png) 18px; }
#tfly-featured-events ul.nav li a.selected {
  background: #373737; }
#tfly-featured-events ul li img a {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

#tfly-event-details {
  color: white;
  margin-left: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  #tfly-event-details .promoter {
    font-weight: normal;
    color: #df9b24;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0; }
  #tfly-event-details h1 {
    padding: 0px;
    margin: 0px;
    width: auto;
    padding-top: 0;
    position: relative;
    left: 0;
    font-weight: normal;
    color: #df9b24;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #fbc301;
    font-size: 30px;
    line-height: 36px; }
  #tfly-event-details .additional-info {
    padding-top: 0;
    color: #9b9b9b; }
  #tfly-event-details h4 {
    text-transform: capitalize;
    font-weight: normal;
    color: #df9b24;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 24px;
    margin-top: 12px;
    padding-top: 11px;
    border-top: 1px dashed #000317;
    width: 386px; }
  #tfly-event-details .venue {
    font-weight: bold;
    color: white;
    margin-top: 0;
    font-size: inherit;
    line-height: inherit;
    display: none; }
  #tfly-event-details .age {
    text-transform: uppercase;
    font-size: 10px;
    line-height: 24px;
    color: #9b9b9b;
    font-weight: normal;
    padding-top: 0; }
  #tfly-event-details #details a.tickets {
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 14px;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #fbc301;
    width: 179px;
    margin-top: 12px;
    margin-bottom: 0; }
  #tfly-event-details #details span.tfly-tickets-fail {
    display: block;
    padding: 10px 0px;
    margin: 0px;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #868484;
    width: 165px;
    margin-top: 10px;
    margin-bottom: 0px;
    background: #e9e9e9;
    border: 1px solid #c7c7c7;
    color: #666666; }
  #tfly-event-details #details img {
    float: right;
    margin-bottom: 24px;
    margin-left: 24px;
    border: 1px solid #e1e1e1;
    width: 302px; }
  #tfly-event-details .headliner {
    padding: 0 0 11px 0;
    margin: 0 0 12px 0;
    border: none;
    border-bottom: 1px dotted #7d99ad; }
    #tfly-event-details .headliner ul {
      list-style-type: none;
      padding-left: 0px;
      margin-left: 0px; }
      #tfly-event-details .headliner ul li {
        text-transform: lowercase;
        float: none;
        font-size: 12px;
        font-weight: normal;
        padding-left: 12px;
        padding-right: 10px;
        margin-top: 6px;
        padding-bottom: 0px;
        margin-bottom: 6px;
        margin-left: 0px; }
    #tfly-event-details .headliner li a {
      color: black;
      display: table;
      margin-top: -2px; }
      #tfly-event-details .headliner li a:hover {
        color: #fbd860;
        text-decoration: none; }
    #tfly-event-details .headliner h1 {
      font-size: 13px;
      font-weight: bold;
      width: 100%;
      max-width: 100%;
      font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
      font-weight: normal;
      color: #df9b24;
      font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 0; }
      #tfly-event-details .headliner h1 strong {
        font-weight: normal;
        color: #fbc301;
        font-size: 16px; }
    #tfly-event-details .headliner div.video {
      text-align: center; }
  #tfly-event-details .info {
    margin-top: inherit;
    line-height: inherit;
    color: inherit; }
  #tfly-event-details .share-area {
    float: left;
    width: 102px;
    text-transform: uppercase;
    text-align: left;
    font-size: 10px;
    line-height: 24px;
    font-weight: bold;
    color: #9b9b9b;
    padding-top: 24px;
    padding-bottom: 0;
    margin-bottom: 16px; }
    #tfly-event-details .share-area a {
      opacity: 0.9; }
      #tfly-event-details .share-area a:hover {
        opacity: 1; }
      #tfly-event-details .share-area a.facebook {
        display: block;
        width: 45px;
        height: 44px;
        text-indent: -10000px;
        float: left; }
      #tfly-event-details .share-area a.twitter {
        display: block;
        width: 45px;
        height: 44px;
        text-indent: -10000px;
        float: right; }
  #tfly-event-details ul {
    display: block;
    width: 100%;
    padding-bottom: 0px;
    margin-bottom: 0px; }
  #tfly-event-details .act-info {
    color: #9b9b9b;
    padding-top: 0;
    line-height: 18px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-align: left;
    display: block;
    width: auto; }

.headliner ul {
  display: block;
  width: 100%; }

#tfly-event-details .venue-info {
  margin-top: 24px;
  float: left;
  color: #cdcdcd;
  line-height: inherit;
  background: none;
  padding: 0;
  border: none;
  margin-top: 0; }
  #tfly-event-details .venue-info a {
    color: #fbc301; }
  #tfly-event-details .venue-info strong {
    text-transform: uppercase; }
#tfly-event-details .sponsor-info {
  margin-top: 24px;
  float: right;
  color: #cdcdcd;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 24px;
  font-weight: normal;
  text-align: right; }
  #tfly-event-details .sponsor-info img {
    max-width: 100px;
    margin-top: 6px;
    margin-left: 24px; }
#tfly-event-details .left-matter {
  width: auto;
  font-size: inherit; }
#tfly-event-details .fancybox-more {
  background: #fff; }

.ui-dialog {
  padding: 5px!important; }
  .ui-dialog .ui-dialog-content {
    padding: 0px!important;
    padding-top: 10px!important; }

ul.tfly-more {
  border: none; }
  ul.tfly-more a {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: #666666;
    text-decoration: none;
    border: none; }
    ul.tfly-more a:focus {
      border: none; }
  ul.tfly-more a:hover {
    color: #000; }

div#fancy_div {
  background: #fff!important;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

a#fancy_left, a#fancy_right {
  display: none!important; }

ul.tfly-more {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  width: 100%; }
  ul.tfly-more li {
    padding-left: 30px;
    height: 26px;
    margin-left: 0px;
    padding-right: 10px; }
    ul.tfly-more li a {
      text-decoration: none;
      padding-top: 5px;
      display: block;
      color: #535353; }

li.web {
  background: url(../images/more-web.png) no-repeat; }
li.facebook {
  background: url(../images/more-facebook.png) no-repeat; }
li.myspace {
  background: url(../images/more-myspace.png) no-repeat; }
li.twitter {
  background: url(../images/more-twitter.png) no-repeat; }
li.buy-music {
  background: url(../images/more-buymusic.gif) no-repeat; }

.wrap .clearer {
  clear: both; }

#tfly-news {
  background: #f0f0f0;
  border: 1px solid #ddd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding-bottom: 5px;
  margin-top: 15px; }

.tfly-admin-section {
  margin-bottom: 10px; }
  .tfly-admin-section a {
    text-decoration: none; }

.tfly-admin-left {
  width: 30%;
  float: left;
  padding-left: 10px; }
  .tfly-admin-left h4 {
    font-style: italic;
    color: #df9b24;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 10px; }
  .tfly-admin-left p {
    font-size: 11px;
    color: #777; }

.tfly-admin-right {
  width: 60%;
  float: right;
  font-size: 11px;
  margin-top: 38px;
  border-left: 1px solid #e0e0e0;
  padding-left: 50px; }
  .tfly-admin-right input {
    color: #555;
    font-size: 11px;
    margin-bottom: 5px; }
  .tfly-admin-right label {
    display: block;
    font-weight: bold; }
  .tfly-admin-right select {
    width: 200px;
    margin-bottom: 10px; }

.news ul {
  list-style-type: square;
  color: #aaa; }
  .news ul li {
    padding: 0px;
    margin: 0px;
    font-size: 11px; }

.tfly-admin-right input.check {
  width: 15px;
  float: left;
  position: relative;
  top: 2px;
  margin-right: 2px; }

#left-sidebar #sandbox-1 .tfly-just-announced {
  display: inline-block;
  margin-bottom: 24px; }
  #left-sidebar #sandbox-1 .tfly-just-announced:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }
  #left-sidebar #sandbox-1 .tfly-just-announced {
    display: block; }
  #left-sidebar #sandbox-1 .tfly-just-announced h2 {
    color: #fbc301;
    font-size: 18px;
    margin-bottom: 0; }
  #left-sidebar #sandbox-1 .tfly-just-announced form#searchform label.hidden {
    display: none; }
  #left-sidebar #sandbox-1 .tfly-just-announced form#searchform input.textform {
    display: inline;
    float: left;
    margin-right: 24px;
    width: 140px;
    width: 134px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 24px;
    height: 18px;
    border: 1px solid #4b677b;
    padding: 2px; }
    * html #left-sidebar #sandbox-1 .tfly-just-announced form#searchform input.textform {
      overflow-x: hidden; }
  #left-sidebar #sandbox-1 .tfly-just-announced form#searchform input#searchsubmit {
    display: inline;
    float: left;
    margin-right: 0;
    width: 58px;
    border: 1px solid #fbc301;
    background-color: #4b677b;
    color: white;
    padding: 2px;
    float: right;
    font-weight: bold;
    text-transform: uppercase;
    height: 24px; }
    * html #left-sidebar #sandbox-1 .tfly-just-announced form#searchform input#searchsubmit {
      overflow-x: hidden; }
  #left-sidebar #sandbox-1 .tfly-just-announced br {
    display: none; }

.tfly-just-announced {
  padding-left: 0px;
  margin-left: 0px;
  margin-bottom: 24px;
  border: none; }
  .tfly-just-announced ul {
    list-style-type: none;
    padding-left: 0px;
    margin: 0px; }
  .tfly-just-announced li {
    font-size: 12px;
    background: none;
    padding-left: 2px;
    padding-right: 14px;
    padding-bottom: 0px;
    margin-bottom: 6px;
    margin-right: -12px;
    line-height: 18px;
    padding-top: 0;
    margin-left: 0px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }
    .tfly-just-announced li a {
      font-size: 12px;
      font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
      color: #fbc301;
      text-decoration: none; }
    .tfly-just-announced li:hover {
      background: #19232a;
      color: #fbc301;
      border-bottom: 1px solid white;
      margin-bottom: 5px; }
      .tfly-just-announced li:hover a {
        background: none;
        color: auto; }
  .tfly-just-announced h4 {
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #df9b24;
    text-transform: capitalize; }
  .tfly-just-announced .meta {
    font-style: italic;
    position: relative;
    top: -3px;
    font-weight: normal;
    text-transform: none; }
  .tfly-just-announced h2 {
    background: none;
    color: #df9b24;
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 24px; }

#sandbox-3 .tfly-just-announced h2 {
  color: white;
  background-color: #0f67a6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0f67a6), to(#0c5285), color-stop(0.6, #0f67a6));
  margin-left: -12px;
  padding-left: 12px;
  line-height: 36px;
  margin: 0 -12px 0 0;
  padding: 0 12px 0 6px;
  margin-bottom: 12px; }

.tfly-upcoming-list {
  padding-left: 0px;
  margin-left: 0px;
  margin-bottom: 24px;
  border: none; }
  .tfly-upcoming-list ul {
    list-style-type: none;
    padding-left: 0px;
    margin: 0px; }
  .tfly-upcoming-list li {
    font-size: 12px;
    background: none;
    padding-right: 2px;
    padding-bottom: 0;
    margin-bottom: 6px;
    line-height: 18px;
    padding-top: 0;
    margin-left: -12px;
    padding-left: 14px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }
    .tfly-upcoming-list li a {
      font-size: 12px;
      font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
      color: #fbc301;
      text-decoration: none;
      display: block; }
    .tfly-upcoming-list li:hover {
      background: #19232a;
      color: #fbc301; }
      .tfly-upcoming-list li:hover a {
        background: none;
        color: auto; }
  .tfly-upcoming-list h4 {
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #df9b24;
    text-transform: capitalize; }
  .tfly-upcoming-list .meta {
    font-style: italic;
    position: relative;
    top: -3px;
    font-weight: normal;
    text-transform: none; }
  .tfly-upcoming-list h2 {
    background: none;
    color: #df9b24;
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
    color: white;
    background-color: #0f67a6;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0f67a6), to(#0c5285), color-stop(0.6, #0f67a6));
    margin-left: -12px;
    padding-left: 12px;
    line-height: 36px; }

.tfly-calendar {
  text-align: left;
  border-collapse: collapse; }
  .tfly-calendar h2 {
    width: auto;
    font-weight: normal;
    color: #df9b24;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 48px;
    margin-bottom: 0; }
  .tfly-calendar table {
    width: 713px;
    border: none;
    padding: 0px;
    margin: 0px;
    border-spacing: 0px 0px;
    border-collapse: collapse;
    margin-top: 18px;
    margin-bottom: 24px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }
    .tfly-calendar table tr {
      padding: 0px;
      margin: 0px;
      border: none; }
    .tfly-calendar table h3 {
      background: none;
      text-align: left;
      padding-top: 6px;
      padding-bottom: 6px;
      padding-left: 0;
      margin: 0px;
      font-weight: normal;
      color: #df9b24;
      font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
      font-size: 24px;
      line-height: 24px;
      margin-bottom: 18px; }
    .tfly-calendar table h5 {
      font-size: 12px;
      line-height: 22px;
      background: #4b677b;
      color: #df9b24;
      padding: 0 2px;
      font-weight: normal;
      font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
      margin: 0px;
      text-transform: uppercase;
      margin: 0; }
    .tfly-calendar table tr td {
      padding: 0px;
      margin: 0px;
      height: auto;
      line-height: 1;
      text-align: left; }
  .tfly-calendar .one-event {
    padding: 6px 3px; }
  .tfly-calendar table tr td.data {
    height: 72px;
    vertical-align: top;
    width: 14%;
    font-size: 12px;
    line-height: 18px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    border: 1px solid #4b677b;
    margin: 0px;
    padding-bottom: 18px; }
    .tfly-calendar table tr td.data .head {
      font-weight: normal;
      text-transform: capitalize;
      padding-bottom: 1px;
      margin-bottom: 1px; }
      .tfly-calendar table tr td.data .head a {
        color: #fbc301; }
        .tfly-calendar table tr td.data .head a:hover {
          color: #fbd860; }
    .tfly-calendar table tr td.data .supports {
      font-weight: normal;
      color: #fbc301;
      text-transform: capitalize;
      border-top: 1px dotted #375367;
      padding-bottom: 1px;
      margin-bottom: 1px; }
      .tfly-calendar table tr td.data .supports a {
        font-weight: normal;
        color: #c99100;
        text-transform: capitalize; }
        .tfly-calendar table tr td.data .supports a:hover {
          color: #c9a62e; }
  .tfly-calendar td.data a.tickets {
    font-size: 12px;
    line-height: 18px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    border: 1px solid #ffff92;
    text-align: center;
    width: 56px;
    margin: 7px 0 0; }
  .tfly-calendar td.data .fail {
    border: 1px solid #698599;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin: 7px 0 0;
    text-align: center;
    width: 56px; }
  .tfly-calendar td.data:hover {
    background: #0f2b3f; }
  .tfly-calendar .calendar-list-flip {
    float: right;
    width: auto;
    text-align: right;
    color: white;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    margin-right: 12px;
    display: block;
    margin-top: 18px; }
    .tfly-calendar .calendar-list-flip a {
      color: #fbc301; }
  .tfly-calendar a.tfly-ical {
    display: block;
    float: right;
    width: 18px;
    height: 17px;
    background: transparent url(images/tfly/ical.png ) no-repeat scroll 0 0;
    text-indent: -10000px;
    margin-top: 20px; }

.tfly-list-view {
  margin-top: 0; }
  .tfly-list-view h3 {
    float: left;
    width: auto;
    font-weight: normal;
    color: #df9b24;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 48px;
    margin-bottom: 0; }
  .tfly-list-view a.calendar {
    float: right;
    width: auto;
    text-align: right;
    color: white;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    display: block;
    margin-top: 18px; }
  .tfly-list-view li img {
    float: left; }
  .tfly-list-view .tfly-wrapper {
    margin-left: 110px; }

#tfly-content .tfly-list-view .tfly-wrapper h4 {
  line-height: 1;
  font-weight: normal;
  font-size: 12px;
  color: #df9b24; }
#tfly-content .tfly-list-view .tfly-wrapper h5 {
  margin-left: 0px; }
#tfly-content .tfly-list-view .dates {
  padding-top: 5px;
  font-size: 12px;
  color: #333333;
  line-height: 1.2;
  margin-left: 0px;
  border-top: 1px solid #ddd;
  margin-top: 10px;
  margin-right: 90px; }

.tfly-list-view ul.pages {
  list-style-type: none;
  background: none;
  margin: 0px;
  padding: 0px;
  float: right; }
  .tfly-list-view ul.pages li {
    list-style-type: none;
    background: none;
    margin: 0px;
    padding: 0px;
    display: inline-table; }
    .tfly-list-view ul.pages li a {
      border: 1px solid #888;
      padding: 0px 1px 1px;
      margin: 0px;
      width: 15px;
      height: 15px;
      background: #666666;
      text-align: center;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      display: block;
      font-size: 11px;
      font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
      color: #fff; }
    .tfly-list-view ul.pages li.selected a {
      background: #444; }
    .tfly-list-view ul.pages li a:hover {
      background: #888; }
    .tfly-list-view ul.pages li.left-arrow a {
      background: url(images/tfly/arrows2.png);
      text-indent: -10000px; }
    .tfly-list-view ul.pages li.right-arrow a {
      background: url(images/tfly/arrows2.png) 18px;
      text-indent: -10000px; }

.tfly-upcoming table.tfly-hlist-table {
  border: none; }
  .tfly-upcoming table.tfly-hlist-table tbody tr.tfly-hlist-row {
    display: inline;
    float: left;
    margin-right: 0;
    width: 714px;
    border-top: 1px solid white;
    margin: -1px 0 13px;
    padding: 12px 0 11px 0; }
    * html .tfly-upcoming table.tfly-hlist-table tbody tr.tfly-hlist-row {
      overflow-x: hidden; }
    .tfly-upcoming table.tfly-hlist-table tbody tr.tfly-hlist-row td {
      padding: 0;
      vertical-align: top; }
    .tfly-upcoming table.tfly-hlist-table tbody tr.tfly-hlist-row td.tfly-hlist-cell-date {
      display: inline;
      float: left;
      margin-right: 24px;
      width: 58px; }
      * html .tfly-upcoming table.tfly-hlist-table tbody tr.tfly-hlist-row td.tfly-hlist-cell-date {
        overflow-x: hidden; }
      .tfly-upcoming table.tfly-hlist-table tbody tr.tfly-hlist-row td.tfly-hlist-cell-date .tfly-hlist-date-wrapper {
        font-size: 12px;
        line-height: 24px;
        font-weight: bold; }
    .tfly-upcoming table.tfly-hlist-table tbody tr.tfly-hlist-row td.tfly-hlist-cell-image {
      display: inline;
      float: left;
      margin-right: 24px;
      width: 99px; }
      * html .tfly-upcoming table.tfly-hlist-table tbody tr.tfly-hlist-row td.tfly-hlist-cell-image {
        overflow-x: hidden; }
      .tfly-upcoming table.tfly-hlist-table tbody tr.tfly-hlist-row td.tfly-hlist-cell-image .tfly-hlist-image-wrapper a img {
        max-width: 97px;
        width: 97px;
        height: auto;
        border: 1px solid #e1e1e1; }
    .tfly-upcoming table.tfly-hlist-table tbody tr.tfly-hlist-row td.tfly-hlist-cell-headliner {
      display: inline;
      float: left;
      margin-right: 24px;
      width: 304px; }
      * html .tfly-upcoming table.tfly-hlist-table tbody tr.tfly-hlist-row td.tfly-hlist-cell-headliner {
        overflow-x: hidden; }
      .tfly-upcoming table.tfly-hlist-table tbody tr.tfly-hlist-row td.tfly-hlist-cell-headliner .tfly-hlist-headliner-wrapper h2 {
        font-size: 24px; }
      .tfly-upcoming table.tfly-hlist-table tbody tr.tfly-hlist-row td.tfly-hlist-cell-headliner .tfly-hlist-headliner-wrapper h5 {
        margin-bottom: 0px; }
    .tfly-upcoming table.tfly-hlist-table tbody tr.tfly-hlist-row td.tfly-hlist-cell-doors {
      display: inline;
      float: left;
      margin-right: 24px;
      width: 99px;
      font-size: 12px;
      line-height: 24px; }
      * html .tfly-upcoming table.tfly-hlist-table tbody tr.tfly-hlist-row td.tfly-hlist-cell-doors {
        overflow-x: hidden; }
    .tfly-upcoming table.tfly-hlist-table tbody tr.tfly-hlist-row td.tfly-hlist-cell-status {
      display: inline;
      float: left;
      margin-right: 0;
      width: 58px;
      font-size: 12px;
      line-height: 18px; }
      * html .tfly-upcoming table.tfly-hlist-table tbody tr.tfly-hlist-row td.tfly-hlist-cell-status {
        overflow-x: hidden; }
      .tfly-upcoming table.tfly-hlist-table tbody tr.tfly-hlist-row td.tfly-hlist-cell-status .tfly-hlist-status-wrapper .buy-area a.tickets {
        margin: 0 0 3px 0;
        text-align: center;
        font-size: 12px; }
.tfly-upcoming .end {
  border-top: 1px solid #233f53; }
  .tfly-upcoming .end ul.pages {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    overflow: hidden;
    display: inline-block; }
    .tfly-upcoming .end ul.pages {
      display: block; }
    .tfly-upcoming .end ul.pages li {
      list-style-type: none;
      margin-left: 0px;
      white-space: nowrap;
      display: inline;
      float: left;
      padding-left: 0.5em;
      padding-right: 0.5em; }
      .tfly-upcoming .end ul.pages li.first {
        padding-left: 0px; }
      .tfly-upcoming .end ul.pages li.last {
        padding-right: 0px; }

tfly-hlist-cell-date, tfly-hlist-cell-image, tfly-hlist-cell-doors, tfly-hlist-cell-status {
  text-align: center;
  padding: 0 5px 0 0; }

td.tfly-hlist-cell-headliner {
  text-align: left;
  padding: 0 5px 0 0; }

/* //TICKETFLY OVERRIDES */
/* EOF */
