/* _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: 1;
  color: #000;
  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: ""; }

a img {
  border: none; }

/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* The *:focus rule is reset and suppresses link outlining.
 * You _must_ remember to redefine your own outline, as it’s an important accessibility aid. E.g.
 * *:focus
 *   outline: #ccc dotted medium */
/* BIG STUFF */
/* BIG STUFF */

body {
    line-height: 1.5;
    font-family: Cambria, Constantia, Georgia, serif;
    color: white;
    font-size: 92.5%;
}

h1 {
  font-weight: normal;
  color: #eeeeee;
  font-family: Cambria, Constantia, Georgia, serif;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 24px; }
  h1 img {
    margin: 0; }

h2 {
  font-weight: normal;
  color: #eeeeee;
  font-family: Cambria, Constantia, Georgia, serif;
  font-size: 30px;
  margin-bottom: 0; }

h3 {
  font-weight: normal;
  color: #eeeeee;
  font-family: Cambria, Constantia, Georgia, serif;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 24px; }

h4 {
  font-weight: normal;
  color: #eeeeee;
  font-family: Cambria, Constantia, Georgia, serif;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0; }

h5 {
  font-weight: normal;
  color: #eeeeee;
  font-family: Cambria, Constantia, Georgia, serif;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.5em; }

h6 {
  font-weight: normal;
  color: #eeeeee;
  font-family: Cambria, Constantia, Georgia, 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: #e7b419; }
  a:visited {
    color: #b48100; }
  a:focus {
    color: #ead264; }
  a:hover {
    color: #ead264; }
  a:active {
    color: #ffb419; }

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: #c3d9ff; }

th, td, caption {
  padding: 4px 10px 4px 5px; }

tr.even td {
  background: #e5ecf9; }

tfoot {
  font-style: italic; }

caption {
  background: #eee; }

.quiet {
  color: white; }

.loud {
  color: #dddddd; }

body {
  background: #0e0c00 url('images/bg-loop.jpg') repeat-x top center;
  color: white; }
  body #container {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
    display: inline-block;
    background: transparent url('images/grid.png') repeat scroll 0 0;
    background: transparent url('images/distress.png') no-repeat top center; }
    body #container {
      display: block; }
    body #container #header {
      display: inline;
      float: left;
      margin-right: 0;
      width: 960px;
      height: 74px;
      height: 168px;
      background: transparent url('images/header.jpg') no-repeat top center; }
      * html body #container #header {
        overflow-x: hidden; }
      body #container #header #header-inner {
        background: transparent url('images/decoration.png') no-repeat top center; }
        body #container #header #header-inner #menu {
          width: 492px;
          height: 74px;
          margin: 0 auto; }
    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: 24px;
        width: 468px; }
        * html body #container #content #main {
          overflow-x: hidden; }
      body #container #content #right-sidebar {
        display: inline;
        float: left;
        margin-right: 0;
        width: 222px;
        margin-top: 72px; }
        * html body #container #content #right-sidebar {
          overflow-x: hidden; }
    body #container #footer {
      display: inline;
      float: left;
      margin-right: 0;
      width: 960px;
      padding-top: 72px;
      margin-bottom: 24px;
      font-size: 12px;
      line-height: 24px;
      text-align: center; }
      * html body #container #footer {
        overflow-x: hidden; }

/* calendar columns */
/* detail page columns */
/* press */
body.page-template-tfly-calendar-php #container #content, body.page-template-tfly-details-php #container #content, body.page-template-tpl-two-col-php #container #content {
  display: inline;
  float: left;
  margin-right: 0;
  width: 960px; }
  * html body.page-template-tfly-calendar-php #container #content, * html body.page-template-tfly-details-php #container #content, * html body.page-template-tpl-two-col-php #container #content {
    overflow-x: hidden; }
  body.page-template-tfly-calendar-php #container #content #left-sidebar, body.page-template-tfly-details-php #container #content #left-sidebar, body.page-template-tpl-two-col-php #container #content #left-sidebar {
    display: inline;
    float: left;
    margin-right: 24px;
    width: 222px;
    margin-top: 72px; }
    * html body.page-template-tfly-calendar-php #container #content #left-sidebar, * html body.page-template-tfly-details-php #container #content #left-sidebar, * html body.page-template-tpl-two-col-php #container #content #left-sidebar {
      overflow-x: hidden; }
  body.page-template-tfly-calendar-php #container #content #main, body.page-template-tfly-details-php #container #content #main, body.page-template-tpl-two-col-php #container #content #main {
    display: inline;
    float: left;
    margin-right: 0;
    width: 714px; }
    * html body.page-template-tfly-calendar-php #container #content #main, * html body.page-template-tfly-details-php #container #content #main, * html body.page-template-tpl-two-col-php #container #content #main {
      overflow-x: hidden; }

/* gallery */
body.page-template-tpl-gallery-php #main .page object {
  display: block;
  margin-bottom: 48px; }

/* menus */
body.page-template-tlp-menus-php #container #content #main {
  display: inline;
  float: left;
  margin-right: 24px;
  width: 345px; }
  * html body.page-template-tlp-menus-php #container #content #main {
    overflow-x: hidden; }
body.page-template-tlp-menus-php #container #content #right-sidebar {
  display: inline;
  float: left;
  margin-right: 0;
  width: 345px;
  margin-top: 0; }
  * html body.page-template-tlp-menus-php #container #content #right-sidebar {
    overflow-x: hidden; }

/* header & menu */
body #container #header .skip-link {
  float: right; }
  body #container #header .skip-link a {
    font-size: 10px;
    color: #cc5644;
    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 #menu ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  overflow: hidden;
  display: inline-block; }
  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: 6px;
    padding-right: 6px; }
    body #container #header #menu ul li:first-child, body #container #header #menu ul li.first {
      padding-left: 0px; }
    body #container #header #menu ul li:last-child, 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: 79px; }
  body #container #header #menu ul li#menu-calendar a {
    background-image: url("images/header-menu-sprites.png");
    background-position: -162px 0;
    width: 82px; }
    body #container #header #menu ul li#menu-calendar a:hover {
      background-position: -162px -74px; }
  body #container #header #menu ul li#menu-gallery a {
    background-image: url("images/header-menu-sprites.png");
    background-position: -256px 0;
    width: 65px; }
    body #container #header #menu ul li#menu-gallery a:hover {
      background-position: -256px -74px; }
  body #container #header #menu ul li#menu-video a {
    background-image: url("images/header-menu-sprites.png");
    background-position: -334px 0;
    width: 42px; }
    body #container #header #menu ul li#menu-video a:hover {
      background-position: -334px -74px; }
  body #container #header #menu ul li#menu-menus a {
    background-image: url("images/header-menu-sprites.png");
    background-position: -389px 0;
    width: 50px; }
    body #container #header #menu ul li#menu-menus a:hover {
      background-position: -389px -74px; }
  body #container #header #menu ul li#menu-press a {
    background-image: url("images/header-menu-sprites.png");
    background-position: -452px 0;
    width: 46px; }
    body #container #header #menu ul li#menu-press a:hover {
      background-position: -452px -74px; }
  body #container #header #menu ul li#menu-about a {
    background-image: url("images/header-menu-sprites.png");
    background-position: -510px 0;
    width: 48px; }
    body #container #header #menu ul li#menu-about a:hover {
      background-position: -510px -74px; }
  body #container #header #menu ul li#menu-contact a {
    background-image: url("images/header-menu-sprites.png");
    background-position: -571px 0;
    width: 68px; }
    body #container #header #menu ul li#menu-contact a:hover {
      background-position: -571px -74px; }
body #container #header h1#site-title a {
  display: block;
  margin: -13px auto 0 auto;
  text-indent: -9999em;
  overflow: hidden;
  background-image: url("images/logo.png");
  background-repeat: no-repeat;
  background-position: 0 -60px;
  width: 482px;
  height: 72px; }

/* 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 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: 18px;
    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: #cc5644;
        border-bottom: none; }
    #left-sidebar .mailing-list-form form #SignUp .input input,
		#left-sidebar .signup-form input.eb-email-address-text {
      display: inline;
      float: left;
      margin-right: 0;
      width: 140px;
      border: 1px solid #a69859;
      background-color: #2c2a1e;
      color: white;
      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: #cc5644; }
    #left-sidebar .mailing-list-form form #SignUp p.asterisk abbr {
      border-bottom: none; }
  #left-sidebar .mailing-list-form form #SignUp .submit input,
	#left-sidebar .signup-form button.eb-email-subscribe-submit {
    border: 1px solid #cc5644;
    background-color: #403e32;
    color: white;
    padding: 2px;
    /* float: right; */
    font-weight: bold;
    text-transform: uppercase;
    height: 24px; }
		#left-sidebar .eb-email-address,
		#left-sidebar .eb-email-submit { display: inline-block;
    padding: 2px 0;
    width: 100%; }

/* social media */
#left-sidebar #text-3 {
  margin: 20px 0 24px 0;
  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-child, #left-sidebar #text-3 .textwidget ul.social-media li.first {
        padding-left: 0px; }
      #left-sidebar #text-3 .textwidget ul.social-media li:last-child, #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: 48px;
      height: 48px; }
      #left-sidebar #text-3 .textwidget ul.social-media li a.facebook {
        background-position: 0 0; }
      #left-sidebar #text-3 .textwidget ul.social-media li a.myspace {
        background-position: -49px 0; }
      #left-sidebar #text-3 .textwidget ul.social-media li a.twitter {
        background-position: -98px 0; }
      #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; }

/* text blocks */
#left-sidebar li{list-style: none;}
#left-sidebar #text-4, #left-sidebar #text-5 {
  margin-bottom: 24px;
  list-style-type: none;
  margin-left: 0px;
  font-size: 12px;
  line-height: 18px; }

h2.page-title {
  text-transform: capitalize;
  margin-bottom: 24px; }

/* press page */
body.page-template-tpl-two-col-php #container #content #main h1, body.page-template-tpl-two-col-php #container #content #main h2, body.page-template-tpl-two-col-php #container #content #main h3, body.page-template-tpl-two-col-php #container #content #main h4 {
  margin-top: 24px; }

/* about */
body.page-template-tlp-about-php #main #faq {
  margin-top: 24px; }
body.page-template-tlp-about-php #right-sidebar .widget {
  margin-bottom: 24px; }
body.page-template-tlp-about-php #right-sidebar .google-map small {
  font-size: 12px;
  line-height: 24px; }

/* 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: Cambria, Constantia, Georgia, serif;
    font-weight: bold;
    color: #eeeeee; }
  #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; }


  #content .list-view-item {
  	border: none;
    border-top: 1px solid #403e32;
    padding: 12px 0 11px;
    background: none;
    margin: 0px;
		position: relative;
		width: 100%;
    display: inline-block; }

     #content .list-view-item.alt {
      background: #131105; }

#content .list-view-item img {
  margin-right: 24px;
  border: 1px solid #e1e1e1; }

#content .list-view .dates, #content .list-view .times {
  margin-left: 0;
  padding-top: 0;
  font-size: 12px;
  color: white;
  line-height: 20px;
  margin-left: 0;
  border-top: 1px solid #232323;
  margin-top: 3px;
  margin-right: 0;
  width: 342px;
display: block; }
  #content .list-view .times { border: none; }
#content .list-view .headliners {
  font-size: 18px;
  line-height: 24px;
  padding: 0px;
  margin: 0px;
  color: #ead264;
  width: 230px; }
  #content .list-view .headliners a {
    color: #e7b419;
    text-transform: capitalize; }
    #content .list-view .headliners a:hover {
      color: #ead264; }
ul.upcoming-events h5 a {
  color: #e7b419;
  text-transform: capitalize; }
ul.upcoming-events h2 a:hover, ul.upcoming-events h5 a:hover {
  color: #ead264; }
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; }

#content .list-view .supports {
  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: 230px; }
#content .list-view .ticket-price .price-range {
  float: right;
  width: 99px;
  text-align: center;
  font-size: 12px;
  margin-left: 12px;
  border: none;
  margin-bottom: 0;
  padding: 0; }
  #content .list-view .ticket-price { position: absolute; width: 100px; right: 0; top: 15px; }
#content .list-view .ticket-price a {
    font-size: 14px;
    position: relative;
    top: 0px;
    margin: 0;
    width: 92px; }
#content .list-view .topline-info {
  width: auto;
  overflow: hidden;
  padding-top: 0px;
  margin-top: 0px;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0; }

#content button.ticket-link,
#content .ticket-link a {
  display: block;
  /* background: #cc5644; */
	background: #CA4D3A;
	color: #FFF;
  margin: 5px;
  font-weight: bold;
  padding: 5px;
  border: 1px solid #fe8876;
  font-size: 14px;
	font-family: Cambria, Constantia, Georgia, serif;
		margin-bottom: 0; }

	#content .sales-ended, #content .sold-out, #content .sales-ended, #content .unavailable, #content .cancelled,#content  .postponed, #content .free, #content .tickets-at-the-door, #content .future-sale, #content .on-sale-soon, #content .custom {
	    border: 0;
			font-family: Cambria, Constantia, Georgia, serif;
	}
	#content .list-view .sold-out, #content  .list-view .sales-ended, #content  .list-view .unavailable, #content  .list-view .cancelled, #content .list-view .postponed, #content .list-view .free, #content .list-view .tickets-at-the-door, #content .list-view .future-sale a, #content .list-view .on-sale-soon, #content .list-view .custom {
	    width: 100px;
	    margin: 0 auto;
	    text-align: center;
	}
	#content article.free {
    padding: 0;
}
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; }

#content button.ticket-link:hover,
#content .ticket-link a:hover {
  background: #ea7462;
  text-decoration: none; }

#content .list-view {
  margin-top: 5px;
  margin-bottom: 15px; }
  #content .list-view h2.list-view-title {
    font-size: 24px;
    line-height: 24px;
    color: #e7b419;
    padding-bottom: 0px;
    margin-bottom: 12px;
    width: auto;
    float: left; }
  #content .list-view h2.calendar-link {
    float: right;
    color: #e7b419;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    padding-top: 4px; }
  .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: #cc5644;
    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; }

#content #eb-featured-events,
#tfly-featured-events {
  border: 1px solid #727064;
  /* height: 298px; } */
}
	#content #eb-featured-events #overlay,
  #content #tfly-featured-events #overlay {
		top: auto;
		/* top: 225px; */
    padding: 6px;
    /* border-top: 1px solid #888; */
    margin: 0; }
		#content #eb-featured-events #overlay h1,
    #content #tfly-featured-events #overlay h1 {
      color: white;
      font-family: Cambria, Constantia, Georgia, serif;
      letter-spacing: 1px;
      font-size: 18px;
      line-height: 24px;
      font-weight: normal;
      width: 100%;
      margin: 0px;
      padding: 0px;
      text-transform: capitalize;
      display: block; }
			#content #eb-featured-events #overlay h1 a,
      #content #tfly-featured-events #overlay h1 a {
        color: #fff; }
				#content #eb-featured-events #overlay h2 a:hover,
        #tfly-featured-events #overlay h2 a:hover {
          color: #ccc; }
					#content #eb-featured-events #grey-back,
    #content #tfly-featured-events #grey-back { bottom: -17px; height: 100px; border-top: 1px solid #888; }
		#content #eb-featured-events #overlay .date-venue,
    #content #tfly-featured-events #overlay h2 {
      color: white;
      margin: 0px;
      padding: 6px 0px 0px;
      font-weight: normal;
      font-size: 14px;
      float: left;
      margin-right: 18px; }
			#content #eb-featured-events button.ticket-link,
			#content #eb-featured-events .ticket-link a,
    #content #tfly-featured-events h3.ticket-link a {
      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: 37px;
    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%; }

				#content #eb-featured-events .owl-nav {
				    position: absolute;
				    right: 0;
				    bottom: 20px; /* your mileage may vary */
				    font-size: 18px;
				    line-height: 1;
				    margin-top: 0;
				}

				#content #eb-featured-events .owl-dots {
				    position: absolute;
				    bottom: 22px; /* your mileage may vary */
				    right: 40px;
				}

				#content #eb-featured-events .owl-theme .owl-dots .owl-dot span,
				#content #eb-featured-events .owl-theme .owl-nav [class*=owl-] {
				    background: #5e5e5e;
				}

				#content #eb-featured-events .owl-theme .owl-nav [class*=owl-] {
				    margin: 0 3px;
				    padding: 3px !important;
				    color: #FFF;
				    text-shadow: none;
				}

				#content #eb-featured-events .owl-theme .owl-dots .owl-dot.active span,
				#content #eb-featured-events .owl-theme .owl-dots .owl-dot:hover span,
				#content #eb-featured-events .owl-theme .owl-nav [class*=owl-]:hover {
				    background: #999;
				}


#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%; }

#content .event-detail {
  color: white;
  margin-left: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }
	#content .event-detail .date-age {
		margin-top: 12px;
	    padding-top: 11px;
	    border-top: 1px dotted #6a3700;
}
  #content .event-detail .topline-info {
    font-weight: normal;
    color: #eeeeee;
    font-family: Cambria, Constantia, Georgia, serif;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0; }
  #content .event-detail h1.headliners {
    padding: 0px;
    margin: 0px;
    width: auto;
    padding-top: 0;
    position: relative;
    left: 0;
    font-weight: normal;
    color: #eeeeee;
    font-family: Cambria, Constantia, Georgia, serif;
    color: #e7b419;
    font-size: 30px;
    line-height: 36px;
}
  #content .event-detail .additional-event-info {
    padding-top: 0;
    color: #9b9b9b; font-size: 14px; }
   #content .event-detail .age-restriction, #content .event-detail .share-text { color: #9B9B9B;
    font-size: 10px;
    font-weight: normal;
    line-height: 24px;
    padding-top: 0;
    text-transform: uppercase; }
  #content .event-detail h2.supports {
    text-transform: capitalize;
    font-weight: normal;
    color: #eeeeee;
    font-family: Cambria, Constantia, Georgia, serif;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 16px;
    margin-top: 12px;
    padding-top: 11px;
    border-top: 1px dotted #6a3700;
    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; }
    #content .event-detail .ticket-price { margin-top: 10px;}
		#content .event-detail .price-range { margin-bottom: 24px; }
	#content .event-detail button.ticket-link,
  #content .event-detail .ticket-link a {
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 14px;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #fe8876;
    width: 179px;
    margin-top: 12px;
    margin-bottom: 0; }
  #content .event-detail .sold-out,
	#content .event-detail .free {
    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 !important;
    color: #666666; }
		#content .event-detail .sales-ended, #content .event-detail .unavailable, #content .event-detail .cancelled, #content .event-detail .postponed, #content .event-detail .tickets-at-the-door, #content .event-detail .on-sale-soon, #content .event-detail .custom {
		    text-align: left;
				margin: 5px 0;
				width: 150px;
		}

	#content .event-detail img {
    float: right;
    margin-bottom: 24px;
    margin-left: 24px;
    border: 1px solid #e1e1e1;
     }
 #content .event-detail .artist-boxes {
    padding: 0 0 11px 0;
    margin: 0 0 12px 0;
    border: none;
    border-bottom: 1px dotted #727064; color: #9B9B9B; font-size: 12px; line-height: 16px; }
     #content .event-detail .artist-boxes .artist-name { font-weight: normal; color: #E7B419; }
    #content .event-detail .artist-boxes ul {
      list-style-type: none;
      padding-left: 0px;
      margin-left: 0px; }
      #content .event-detail .artist-boxes 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; }
   #content .event-detail .artist-boxes li a {
      color: #c1c3c3;
      display: table;
      margin-top: -2px; }
      #content .event-detail .artist-boxes li a:hover {
        color: #888;
        text-decoration: none; }
    #content .event-detail .artist-boxes .artist-box-headline {
      font-size: 13px;
      font-weight: bold;
      width: 100%;
      max-width: 100%;
      font-family: Cambria, Constantia, Georgia, serif;
      font-weight: normal;
      color: #eeeeee;
      font-family: Cambria, Constantia, Georgia, serif;
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 0; }
      ##content .event-detail .artist-boxes .artist-box-headliner strong {
        font-weight: normal;
        color: #e7b419;
        font-size: 16px; }

 #content .event-detail .dates, #content .event-detail .times, #content .event-detail .ticket-price .price-range {
    font-weight: normal; font-size: 14px; line-height: 20px; font-family: Arial; display: block; }

		/* EDP event description // IMPORTANT: keep .event-summary intact for future purposes */
		#content .event-detail .event-description,
		#content .event-detail .event-summary {
		  margin: 0 auto;
		  display: block;
		  padding: 2em 0 0;
		  clear: both;
			border-top: 1px solid #000;
		}

		#content .event-detail .event-description p,
		#content .event-detail .event-description div,
		#content .event-detail .event-description span {
		  font-size: 1em !important;
		}

		#content .event-detail .event-description img {
		  float: none;
		  width: initial;
		}

#content .event-detail .venue-info {
  margin-top: 24px;
  float: left;
  color: #cdcdcd;
  line-height: inherit;
  background: none;
  padding: 0;
  border: none;
  margin-top: 0;
  display: none; }
  #content .event-detail .venue-info a {
    color: #e7b419; }
  #content .event-detail .venue-info strong {
    text-transform: uppercase; }
#content .event-detail  .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; }
  #content .event-detail  .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: #eeeeee;
    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; }

#content #right-sidebar .widget {
  padding-left: 0px;
  margin-left: 0px;
  margin-bottom: 24px;
  border: none;
  list-style: none; }
  #content #right-sidebar .widget ul {
    list-style-type: none;
    padding-left: 0px;
    margin: 0px; }
  #content #right-sidebar .widget li {
    font-size: 12px;
    background: none;
    padding-left: 0;
    padding-bottom: 0px;
    margin-bottom: 6px;
    line-height: 18px;
    padding-top: 0;
    margin-left: 0px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }
    #content #right-sidebar .widget li a {
      font-size: 12px;
      font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
      color: #e7b419;
      text-decoration: none; }
    #content #right-sidebar .widget li:hover {
      background: #9a2412;
      color: white; }
      #content #right-sidebar .widget li:hover a {
        background: none;
        color: auto; }
  #content #right-sidebar .widget a {
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #eeeeee;
    text-transform: capitalize; }
   #content #right-sidebar .widget h2 {
    background: none;
    color: #eeeeee;
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 24px 0; }
    #content #right-sidebar .sidebar-list { padding: 0; }
    	#content #right-sidebar .sidebar-list.upcoming h2 { display: none; }

#content .tfly-calendar,
#content .calendar-view {
  text-align: left;
  border-collapse: collapse; }
	#content .tfly-calendar h2,
  #content .calendar-view h2 {
    width: auto;
    font-weight: normal;
    color: #eeeeee;
    font-family: Cambria, Constantia, Georgia, serif;
    font-size: 30px;
    line-height: 48px;
    margin-bottom: 0; }
		#content .tfly-calendar table,
  #content .calendar-view 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; }
		#content .calendar-view table tr,
    #content .tfly-calendar table tr {
      padding: 0px;
      margin: 0px;
      border: none; }
			#content .calendar-view table h3,
    #content .tfly-calendar table h3 {
      background: none;
      text-align: left;
      padding-top: 6px;
      padding-bottom: 6px;
      padding-left: 0;
      margin: 0px;
      font-weight: normal;
      color: #eeeeee;
      font-family: Cambria, Constantia, Georgia, serif;
      font-size: 24px;
      line-height: 24px;
      margin-bottom: 18px; }
			#content .tfly-calendar table .date,
    #content .calendar-view table .date {
      font-size: 12px;
      line-height: 22px;
      background: #403e32;
      color: #eeeeee;
      padding: 0 5px;
      font-weight: normal;
      font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
      margin: 0px;
      text-transform: uppercase;
      margin: 0; }
			#content .tfly-calendar table tr td,
    #content .calendar-view table tr td {
			border: 0;
      padding: 0px;
      margin: 0px;
      height: auto;
      line-height: 1;
      text-align: left; }
			#content .tfly-calendar .one-event,
  #content .calendar-view .one-event {
    padding: 6px 3px;
    width: 94px; }
		#content .tfly-calendar table tr td.data,
  #content .calendar-view 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 #403e32;
    margin: 0px;
    padding-bottom: 18px; }
		#content .tfly-calendar table tr td.data h1,
   #content .calendar-view table tr td.data h1 {
      font-weight: normal;
      text-transform: capitalize;
      padding-bottom: 1px;
      margin-bottom: 1px;
      line-height: 16px; font-family: Arial; line-height: 13px; }
			#content .tfly-calendar table tr td.data h1 a,
      #content .calendar-view table tr td.data h1 a {
        color: #e7b419; }
				#content .tfly-calendar table tr td.data h1 a:hover,
        #content .calendar-view table tr td.data h1 a:hover {
          color: #ead264; }
		#content .tfly-calendar table tr td.data h2.supports,
    #content .calendar-view table tr td.data h2.supports {
      font-weight: normal;
      color: #e7b419;
      text-transform: capitalize;
      border-top: 1px dotted #2c2a1e;
      padding-bottom: 1px;
      margin-bottom: 1px;
      font-size: 12px; line-height: 16px; }
			#content .tfly-calendar table tr td.data h2.supports a,
      #content .calendar-view table tr td.data h2.supports a {
        font-weight: normal;
        color: #b58200;
        text-transform: capitalize; }
				#content .tfly-calendar table tr td.data h2.supports a:hover,
        #content .calendar-view table tr td.data h2.supports a:hover {
          color: #b8a032; }

	#content .calendar-view td.data button.ticket-link,
	#content .calendar-view td.data .ticket-link a,
	#content .tfly-calendar td.data button.ticket-link,
  #content .tfly-calendar td.data .ticket-link a {
    font-size: 12px;
    line-height: 18px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    border: 1px solid #fe8876;
    text-align: center;
    width: 56px;
    margin: 7px 0 0; }
		#content .tfly-calendar td.data h3,
  #content .calendar-view td.data h3 {
    border: 1px solid #5e5c50;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin: 7px 0 0;
    text-align: center;
    width: 56px; }
		#content .tfly-calendar td.data:hover,
  #content .calendar-view td.data:hover {
    background: #222014; }

		#content .calendar-view td.data button.ticket-link,
		#content .calendar-view td.data .ticket-link a,
     #content .tfly-calendar td.data .ticket-link { border: none; }


#content .calendar-view .sales-ended,
#content .calendar-view .sold-out,
#content .calendar-view .sales-ended,
#content .calendar-view .unavailable,
#content .calendar-view .cancelled,
#content .calendar-view .postponed,
#content .calendar-view .tickets-at-the-door,
#content .calendar-view .on-sale-soon,
#content .calendar-view .custom,
#content .tfly-calendar .sales-ended,
#content .tfly-calendar .sold-out,
#content .tfly-calendar .sales-ended,
#content .tfly-calendar .unavailable,
#content .tfly-calendar .cancelled,
#content .tfly-calendar .postponed,
#content .tfly-calendar .tickets-at-the-door,
#content .tfly-calendar .on-sale-soon,
#content .tfly-calendar .custom { text-align: left; padding: 5px 0; }

table.tfly-hlist-table {
  border: none; }

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 */


/*  FACEBOOK INTEGRATION */

#container #left-sidebar #fb-rsvp {
	padding: 10px 10px 0 10px;
	margin: 0 0 20px 0;
	background: url('images/bg-10p-000.png');
	border: 1px dotted #6A3700;
	opacity: 1.0;
}


#container #left-sidebar #fb-rsvp-status a {
	border: 0;
	padding: 0 0 5px 0;
	margin: 0;
}

#container #left-sidebar .fb-rsvp-attending {
	margin-top: 6px;
	margin-bottom: 5px;
	line-height: 14px;
	color: #ddd;
}


#container #left-sidebar .fb-rsvp-list-item {
	padding: 0px 16px 4px 0px;
}

#container #left-sidebar .fb-rsvp-list-item a{
	padding: 0;
	margin: 0;
}

ul#social-sidebar {
	margin: 20px 0 0 0;
}

#left-sidebar ul {list-style-type: none;}

#left-sidebar ul li{list-style-type: none;}

/* Title style for dark backgrounds */

.page #fbComments {
}

.page #fbComments p {
	width: 500px;
	color: #777;
	border-bottom: 1px solid #777;
	font-size: 120%;
	margin-bottom: 6px;
	margin-top: 0px;
	padding-bottom: 2px;
	padding-left: 0;
	margin-left: 0;
}

/* EOF */

/* TicketFly - Eventbrite Powered Badge */
.tfly-powered {float: right;}
.pageid-27 h2.entry-title {display:none;}

.eb-powered-footer {
    width: auto;
    clear: none;
    display: inline-block;
    float: right;
    margin-top: -2em;
}