/*
Theme Name: Terminal West Custom
Theme URI: http://mezzomind.com
Description: Custom theme for Terminal West
Author: Andrew Coppola
Author URI: http://mezzomind.com
*/
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* =============================================================================
   HTML5 element display
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  font-size: 12px;
  line-height: 1.231; }

body, button, input, select, textarea {
  font-family: Verdana, Geneva, sans-serif;
  text-transform: none;
  color: white; }

/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */
::-moz-selection {
  background: #b3186f;
  color: white;
  text-shadow: none; }

::selection {
  background: #b3186f;
  color: white;
  text-shadow: none; }

/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #b3186f;
  text-decoration: none; }

a:hover {
  color: #99155f; }

a:visited {
  color: #99155f; }
  a:visited:hover {
    color: #b3186f; }

a:focus {
  outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
  outline: 0; }

/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

p, .event-detail .bio {
  margin: 0 0 16px;
  color: #666;
  line-height: 1.5em; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: "";
  content: none; }

small {
  font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* =============================================================================
   Lists
   ========================================================================== */
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  margin: 0;
  padding: 0; }

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9 
 */
svg:not(:root) {
  overflow: hidden; }

/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0; }

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

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

::-webkit-input-placeholder {
  color: #634c5a; }

:-moz-placeholder {
  color: #634c5a; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */
button, input {
  line-height: normal;
  *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box; }

input[type="search"] {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea {
  overflow: auto;
  vertical-align: top; }

/* Colors for form validity */
input:invalid, textarea:invalid {
  background-color: #f0dddd; }

/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* =============================================================================
   Primary styles
   Author: 
   
   Sidebar: 220px (180 content)
   Main: 700px + 20 pad
   ========================================================================== */
html {
  background: black url(img/bg.jpg) fixed; }

body {
  width: 970px;
  margin: 0 auto;
  padding: 35px 0;
  position: relative; }

h1, h2, h3, h4, h5, #main_nav {
  font-weight: normal;
  margin: 0 0 16px;
  font-family: 'proxima-nova', 'Futura', Arial, Helvetica, sans-serif;
  text-transform: normal; }
  h1 a, h2 a, h3 a, h4 a, h5 a, #main_nav a {
    color: inherit; }
  h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, #main_nav a:visited {
    color: inherit; }

.section-header {
  font-size: 32px;
  text-transform: uppercase; }

h1, .h1 {
  font-size: 24px; }

h2, .h2 {
  font-size: 20px; }

h3, .h3 {
  font-size: 18px; }

h4, h5, .h4, .h5 {
  font-size: 16px; }

#header {
  width: 220px;
  position: absolute;
  top: 20px;
  left: 0; }

.logo {
  width: 203px;
  height: 203px;
  background: url(img/logo_tw.png);
  background-position: 0 0;
  margin: 0px auto; }

.logo a {
  display: block;
  height: 100%; }

#main_nav, #sidebar h2 {
  text-transform: uppercase; }

#main_nav a:hover, #main_nav .current-menu-item a {
  color: #b3186f;
  text-shadow: 0 2px 0 #630d3f, 0 4px 0 #630d3f; }

#main_nav li {
  position: relative;
  font-size: 20px;
  padding: 2px 0; }

.note {
  font-size: 10px;
  font-style: italic;
  font-family: Verdana, Geneva, sans-serif;
  text-transform: none;
  padding: 0 0 5px 15px;
  position: relative;
  top: 9px;
  float: right;
  width: 170px;
  line-height: .8em;
  color: #7f7f7f; }

#sidebar {
  width: 180px;
  padding: 0px 20px;
  margin-top: 220px;
  text-align: center; }
  #sidebar p, #sidebar .event-detail .bio, .event-detail #sidebar .bio {
    color: white; }
  #sidebar aside {
    background: transparent url(img/tracks_divider.gif) no-repeat 0 0;
    padding: 25px 0; }
  #sidebar h2 {
    margin: 10px 0 5px; }
  #sidebar .extra-social {
    margin-bottom: 20px; }
  #sidebar .instagram-image {
    margin: 0 auto;
    float: none;
    background: transparent; }
    #sidebar .instagram-image img {
      border-width: 6px 6px 18px !important;
      border-color: white !important;
      border-style: solid !important;
      -moz-transform: rotate(-2deg);
      -webkit-transform: rotate(-2deg);
      transform: rotate(-2deg);
      -moz-box-shadow: 0 -2px 8px rgba(22, 22, 22, 0.75);
      -webkit-box-shadow: 0 -2px 8px rgba(22, 22, 22, 0.75);
      box-shadow: 0 -2px 8px rgba(22, 22, 22, 0.75); }

.main-content {
  width: 700px;
  padding: 20px;
  margin: 0 0 50px;
  float: right;
  background: white;
  color: #634c5a;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 18px black;
  -moz-box-shadow: 0 3px 18px black;
  box-shadow: 0 3px 18px black; }

.content .h2, .content .h3, .content .h4, .content .h5 {
  color: #281821; }

.fb-like-box {
  margin: 0 0 10px;
  height: 80px !important; }

.fb-like-box span {
  background: white;
  border: 1px solid #b3186f;
  display: block;
  height: 80px !important; }
  .fb-like-box span iframe {
    height: 80px !important; }

.sm_vimeo, .sm_youtube {
  height: 24px;
  background: url(img/tw_sprite.png) no-repeat;
  margin-top: 20px; }

.sm_youtube {
  width: 60px;
  background-position: 0 0;
  margin-left: 20px;
  float: left; }
  .sm_youtube:hover {
    background-position: 0px -24px; }

.sm_vimeo {
  width: 66px;
  background-position: -67px 0;
  margin-right: 20px;
  float: right; }
  .sm_vimeo:hover {
    background-position: -67px -24px; }

input.textform {
  background: white;
  border: 3px solid white;
  -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
  padding: 4px 5px;
  width: 164px;
  color: #634c5a; }
  input.textform:focus {
    color: #281821;
    border-color: #e2e2e2;
    outline: 1px dotted #b3186f; }

.submit, .error404 #searchform #searchsubmit, .wpcf7-submit {
  background: #b3186f;
  color: white;
  font-family: 'proxima-nova', 'Futura', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  border: 0;
  float: right;
  display: block;
  width: 85px;
  height: 27px;
  margin: 3px 0 10px;
  text-align: center;
  padding: 2px 5px; }
  .submit:hover, .error404 #searchform #searchsubmit:hover, .wpcf7-submit:hover {
    background: #99155f; }

.error404 #searchform {
  background: #f2f2f2;
  padding: 40px;
  text-align: center; }
  .error404 #searchform input.textform {
    width: 80%;
    font-size: 18px;
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0; }
  .error404 #searchform #searchsubmit {
    font-size: 18px;
    width: 15%;
    padding: 5px;
    margin: 0;
    height: 36px; }

.section-header {
  color: #281821;
  background: url(img/dividers.png) no-repeat 0 bottom;
  padding: 0 0 20px; }

.view_mode_nav {
  float: right;
  font-style: italic;
  list-style: none;
  margin: -56px 8px 0; }
  .view_mode_nav li {
    float: left; }
  .view_mode_nav li a {
    display: block;
    height: 18px;
    width: 19px;
    background: url(img/tw_sprite.png) no-repeat;
    margin: -1px 0 0 3px; }
  .view_mode_nav .gridview {
    margin-left: 6px; }
    .view_mode_nav .gridview a {
      background-position: -134px 0px; }
      .view_mode_nav .gridview a:hover {
        background-position: -134px -18px; }
      .view_mode_nav .gridview a.selected {
        background-position: -134px -36px; }
  .view_mode_nav .listview a {
    background-position: -156px 0px; }
    .view_mode_nav .listview a:hover {
      background-position: -156px -18px; }
    .view_mode_nav .listview a.selected {
      background-position: -156px -36px; }

/* List View - List */
.list-view-item {
  background: url(img/dividers.png) no-repeat 0 bottom;
  margin: 30px 0;
  padding: 0 0 35px;
  position: relative;
  font-family: Verdana, Geneva, sans-serif;
  text-transform: none;
  /* list-details */ }
  .list-view-item img {
    float: left;
    display: block;
    margin: 0 3px 0 62px;
    min-width: 200px;
    max-width: 200px;
    /*padding:4px; background: transparent; background:rgba(255,255,255,.35); border:1px solid #aaa;*/ }
  .list-view-item a:hover img {
    border-color: #b3186f; }
  .list-view-item .list-view-details {
    float: left;
    width: 264px;
    max-width: 264px;
    padding: 5px 14px;
    background: #f0f0f0; }
    .list-view-item .list-view-details .dates {
      position: absolute;
      background: #b3186f;
      top: 0;
      left: 0;
      width: 39px;
      text-align: right;
      padding: 6px 10px;
      font-family: 'proxima-nova', 'Futura', Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      color: #fff;
      font-size: 18px;
      line-height: .9em; }
    .list-view-item .list-view-details .more-info {
      margin: 0;
      display: block; }
      .list-view-item .list-view-details .more-info a {
        display: block;
        margin: 0;
        font-size: 12px;
        color: white;
        width: 264px;
        background: #634c5a;
        height: 20px;
        font-family: Verdana, Geneva, sans-serif;
        text-transform: none;
        font-style: italic;
        padding: 4px 14px 0;
        margin: 10px -14px -5px;
        position: relative; }
        .list-view-item .list-view-details .more-info a:after {
          content: "\00bb";
          display: block;
          color: white;
          position: absolute;
          right: 3px;
          bottom: -6px;
          font-size: 32px;
          font-style: normal;
          font-family: 'proxima-nova', 'Futura', Arial, Helvetica, sans-serif;
          text-transform: normal; }
        .list-view-item .list-view-details .more-info a:hover {
          background: #99155f; }
        .list-view-item .list-view-details .more-info a:active {
          background: #b3186f;
          -moz-box-shadow: inset 0 0 3px rgba(22, 22, 22, 0.5);
          -wekbit-box-shadow: inset 0 0 3px rgba(22, 22, 22, 0.5);
          box-shadow: inset 0 0 3px rgba(22, 22, 22, 0.5); }
  .list-view-item .ticket-price {
    float: right;
    width: 140px;
    margin: 0;
    position: relative; }
  .list-view-item .price-range {
    display: block;
    opacity: 0;
    cursor: default;
    position: relative;
    max-width: 112px;
    z-index: 10;
    top: -30px;
    left: 0;
    margin: 0;
    padding: 10px;
    font-size: 12px;
    text-align: center;
    color: #634c5a;
    background: #f0f0f0;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out; }
  .list-view-item .price-range:first-child, .list-view-item .ticket-link:hover + .price-range, .list-view-item .ticket-price:hover > .price-range {
    display: block;
    top: 3px;
    opacity: 1;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
  .list-view-item .price-range:first-child {
    top: 0; }

.headliner {
  color: #b3186f; }

.topline-info {
  font-size: 12px;
  font-family: Verdana, Geneva, sans-serif;
  text-transform: none;
  font-style: italic;
  text-transform: capitalize;
  margin: 0; }

.topline-info + .summary {
  display: block;
  margin: 10px 0 0 0; }
  .topline-info + .summary > .headliners {
    margin: 0; }

.headliners {
  font-size: 24px;
  color: #b3186f;
  margin: 10px 0 0;
  line-height: 1em; }

.headliners + h1 {
  margin: 0; }

.supports {
  color: #634c5a;
  font-family: 'proxima-nova', 'Futura', Arial, Helvetica, sans-serif;
  text-transform: normal;
  text-transform: lowercase;
  text-transform: capitalize;
  font-size: 20px;
  margin: 0; }
  .supports:before {
    content: 'w\002F ';
    display: inline;
    text-transform: lowercase; }

.times {
  display: block;
  background: url(img/dividers.png) no-repeat center top;
  margin: 7px 0 15px;
  padding: 10px 0 0px;
  font-family: Verdana, Geneva, sans-serif;
  text-transform: none;
  font-size: 12px; }

.ticket-price {
  font-family: 'proxima-nova', 'Futura', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
  text-align: center; }
  .ticket-price .sold-out,
  .ticket-price .cancelled,
  .ticket-price .postponed,
  .ticket-price .custom,
  .ticket-price .tickets-at-the-door,
  .ticket-price .future-sale,
  .ticket-price .off-sale,
  .ticket-price .on-sale-soon {
    background: #a8a8a8;
    padding: 20px 10px;
    width: 120px;
    margin: 0;
    position: relative;
    z-index: 20; }
    .ticket-price .sold-out a:hover,
    .ticket-price .cancelled a:hover,
    .ticket-price .postponed a:hover,
    .ticket-price .custom a:hover,
    .ticket-price .tickets-at-the-door a:hover,
    .ticket-price .future-sale a:hover,
    .ticket-price .off-sale a:hover,
    .ticket-price .on-sale-soon a:hover {
      color: inherit; }

.ticket-price .free, .tfly-calendar .free {
  background: #b3186f;
  color: white;
  padding: 20px 10px;
  width: 120px; }

.tfly-calendar .calendar-sync {
  right: 17px;
  top: 65px; }

.ticket-link {
  margin: 0; }
  .ticket-link a {
    display: block;
    height: 100%;
    width: 100%; }
  .ticket-link a {
    margin: 0;
    width: 120px;
    padding: 20px 10px;
    background: url(img/bg_ticket.png) no-repeat -176px center;
    z-index: 25;
    position: relative;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .ticket-link a:visited {
      color: white; }
    .ticket-link a:hover {
      background-position: -8px center;
      color: #fff;
      -moz-transition: all .3s ease;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
    .ticket-link a:active {
      background-position: 0px center;
      -webkit-box-shadow: inset 0 0 8px rgba(22, 22, 22, 0.75);
      box-shadow: inset 0 0 8px rgba(22, 22, 22, 0.75);
      -moz-transition: all .1s ease;
      -webkit-transition: all .1s ease;
      -o-transition: all .1s ease;
      transition: all .1s ease; }

.list-view-title {
  font-size: 32px;
  color: #281821; }

.search-results-message {
  font-size: 18px;
  padding: 0 0 10px;
  background: url(img/dividers.png) no-repeat -50px bottom; }

/* GRID VIEW */
.viewmode-grid .list-view {
  padding-top: 15px; }

.viewmode-grid .list-view-item {
  background: transparent;
  width: 172px;
  margin: 0 4px 4px 0;
  padding: 0;
  float: left;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  transition: all .2s ease-in; }
  .viewmode-grid .list-view-item.dim {
    opacity: .25; }
  .viewmode-grid .list-view-item.hovered {
    opacity: 1 !important; }
  .viewmode-grid .list-view-item:hover .list-view-details {
    display: block; }
  .viewmode-grid .list-view-item:nth-child(4n+1) {
    margin-right: 0; }
  .viewmode-grid .list-view-item img {
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    width: 172px;
    min-width: 172px;
    max-width: 172px;
    height: auto; }
  .viewmode-grid .list-view-item .list-view-details {
    display: none;
    left: 172px;
    position: absolute;
    top: 0;
    z-index: 10;
    border: 10px solid #f2f2f2;
    border-left: 0;
    box-shadow: 2px 2px 15px black; }
  .viewmode-grid .list-view-item .dates {
    left: -230px;
    top: -10px; }
  .viewmode-grid .list-view-item.flip .list-view-details {
    left: -302px;
    box-shadow: -2px 2px 15px black; }
  .viewmode-grid .list-view-item.flip .dates {
    left: 474px;
    text-align: left; }
  .viewmode-grid .list-view-item .times {
    font-size: 12px;
    padding: 4px 0 0; }
  .viewmode-grid .list-view-item .ticket-link:hover + .price-range {
    display: block;
    bottom: -25px; }
  .viewmode-grid .list-view-item .ticket-price {
    display: none;
    float: none;
    margin: 10px 0 0;
    width: auto;
    min-height: 30px; }
    .viewmode-grid .list-view-item .ticket-price .custom {
      font-size: 18px;
      line-height: 1em; }

.event-detail > img:first-child {
  /*padding:4px; background: transparent; background:rgba(255,255,255,.35); border:1px solid #aaa;*/
  float: right;
  margin: 0 0 20px 20px;
  width: 300px;
  height: auto; }
.event-detail .event-info {
  margin: 0 0 50px;
  width: 300px;
  position: relative; }
.event-detail .dates {
  padding-top: 15px;
  background: url(img/dividers.png) no-repeat center top;
  font-size: 18px;
  text-transform: capitalize;
  margin: 10px 0 0; }
  .event-detail .dates + .times {
    margin-top: 0;
    border: 0;
    padding: 0;
    background: transparent; }
.event-detail .ticket-price {
  overflow: hidden;
  margin: 0;
  position: relative; }
.event-detail .price-range {
  background: #f0f0f0;
  color: #634c5a;
  position: absolute;
  padding: 24px 0;
  text-align: center;
  width: 156px;
  right: 0;
  top: 0;
  font-family: 'proxima-nova', 'Futura', Arial, Helvetica, sans-serif;
  text-transform: normal;
  font-size: 13px; }
.event-detail .ticket-link {
  float: left; }
.event-detail .age-restriction {
  font-family: Verdana, Geneva, sans-serif;
  text-transform: none;
  font-size: 10px;
  margin: 4px 0 20px;
  font-style: italic; }
  .event-detail .age-restriction:before {
    content: "**"; }
.event-detail #toolbox {
  width: 70px;
  position: absolute;
  right: -85px;
  top: 0;
  text-align: right; }
.event-detail .share-events {
  position: relative;
  padding: 30px 0 0 0; }
.event-detail .share-text {
  position: absolute;
  top: 0;
  font-size: 12px;
  line-height: 1em; }
.event-detail #fbComments {
  clear: both;
  width: 100%; }
  .event-detail #fbComments > p, .event-detail #fbComments > .bio {
    font-family: 'proxima-nova', 'Futura', Arial, Helvetica, sans-serif;
    text-transform: normal;
    text-transform: uppercase;
    font-size: 20px !important;
    border: 0 !important;
    background: url(img/dividers.png) no-repeat -800px bottom; }
.event-detail .fb_iframe_widget {
  width: 100%; }
  .event-detail .fb_iframe_widget span {
    width: 100%; }
  .event-detail .fb_iframe_widget iframe {
    width: 100% !important; }
.event-detail .artist-box-headliner, .event-detail .artist-box-support {
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 30px 120px;
  background: url(img/dividers.png) no-repeat center bottom; }
  .event-detail .artist-box-headliner img, .event-detail .artist-box-support img {
    position: absolute;
    top: 0px;
    left: 0px;
    /*padding:4px; background: transparent; background:rgba(255,255,255,.35); border:1px solid #aaa;*/ }
.event-detail .artist-headline .artist-name {
  font-family: 'proxima-nova', 'Futura', Arial, Helvetica, sans-serif;
  text-transform: normal;
  font-size: 18px;
  max-width: 400px;
  display: inline-block; }
.event-detail .artist-headline .artist-start-time {
  font-family: Verdana, Geneva, sans-serif;
  text-transform: none;
  float: right;
  font-size: 12px;
  font-style: italic;
  color: #999;
  max-width: 150px;
  padding: 3px 0 0; }
.event-detail .links {
  padding: 0;
  display: none; }
  .event-detail .links li a {
    background: url(img/tw_sprite.png) no-repeat -165px -63px;
    text-indent: 16px;
    display: block; }
.event-detail [id^=tfly-more] {
  display: block !important;
  margin: 10px 0; }
.event-detail .tfly-more li {
  display: inline-block; }
  .event-detail .tfly-more li.web {
    background: url("../../plugins/ticketfly-cms/images/more-web.png") no-repeat scroll 0 0 transparent; }
  .event-detail .tfly-more li.facebook {
    background: url("../../plugins/ticketfly-cms/images/more-facebook.png") no-repeat scroll 0 0 transparent; }
  .event-detail .tfly-more li.myspace {
    background: url("../../plugins/ticketfly-cms/images/more-myspace.png") no-repeat scroll 0 0 transparent; }
  .event-detail .tfly-more li.twitter {
    background: url("../../plugins/ticketfly-cms/images/more-twitter.png") no-repeat scroll 0 0 transparent; }
  .event-detail .tfly-more li.buy-music {
    background: url("../../plugins/ticketfly-cms/images/more-buymusic.gif") no-repeat scroll 0 0 transparent; }

/*Share Plus*/
.share-plus a, .share-plus .share-gplus {
  width: 32px;
  height: 20px;
  float: left;
  margin: 0 0 3px 3px;
  overflow: hidden;
  text-indent: -9999px;
  display: block;
  text-align: left; }
.share-plus .share-facebook a {
  background: url(img/tf-share-plus-sprite.png) no-repeat -66px 0; }
  .share-plus .share-facebook a:hover {
    background: url(img/tf-share-plus-sprite.png) no-repeat -33px 0; }
  .share-plus .share-facebook a:active {
    background: url(img/tf-share-plus-sprite.png) no-repeat 0 0; }
.share-plus .share-twitter a {
  background: url(img/tf-share-plus-sprite.png) no-repeat -66px -21px; }
  .share-plus .share-twitter a:hover {
    background: url(img/tf-share-plus-sprite.png) no-repeat -33px -21px; }
  .share-plus .share-twitter a:active {
    background: url(img/tf-share-plus-sprite.png) no-repeat 0px -21px; }
.share-plus .share-email a {
  background: url(img/tf-share-plus-sprite.png) no-repeat -66px -42px; }
  .share-plus .share-email a:hover {
    background: url(img/tf-share-plus-sprite.png) no-repeat -33px -42px; }
  .share-plus .share-email a:active {
    background: url(img/tf-share-plus-sprite.png) no-repeat 0px -42px; }
.share-plus .share-gplus {
  background: url(img/tf-share-plus-sprite.png) no-repeat 0px -106px;
  text-indent: 0; }

/*Calendar*/
.calendar-sync {
  position: absolute;
  width: 46px;
  top: 86px;
  right: -89px; }
  .calendar-sync a {
    display: block;
    float: left;
    margin: 0 4px 0 0;
    width: 19px;
    height: 19px;
    position: relative; }
  .calendar-sync .ical-sync a {
    background: url(img/tf-share-plus-sprite.png) no-repeat -42px -86px; }
    .calendar-sync .ical-sync a:hover {
      background: url(img/tf-share-plus-sprite.png) no-repeat -21px -86px; }
    .calendar-sync .ical-sync a:active {
      background: url(img/tf-share-plus-sprite.png) no-repeat 0px -86px; }
  .calendar-sync .gcal-sync a {
    background: url(img/tf-share-plus-sprite.png) no-repeat -40px -63px; }
    .calendar-sync .gcal-sync a:hover {
      background: url(img/tf-share-plus-sprite.png) no-repeat -20px -63px; }
    .calendar-sync .gcal-sync a:active {
      background: url(img/tf-share-plus-sprite.png) no-repeat 0px -63px; }

/*Tooltips*/
.tf-tooltip span {
  margin-left: -999em;
  position: absolute;
  opacity: 0.5;
  border: solid #ccc 1px; }
.tf-tooltip:hover span {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 11px;
  font-family: Helvetica,Arial sans-serif;
  background: #fff;
  position: absolute;
  left: 0px;
  top: 22px;
  z-index: 99;
  margin-left: 0;
  padding: 5px;
  opacity: .9;
  transition: opacity .3s ease-in;
  -moz-transition: opacity .3s ease-in;
  -webkit-transition: opacity .3s ease-in;
  color: #333;
  text-decoration: none;
  white-space: nowrap; }
.tf-tooltip:link {
  text-decoration: none; }

/* hide addthis promo div */
div#at_promo {
  display: none !important; }

/* Ticketfly UI css */
.ui-dialog {
  box-shadow: 1px 2px 40px black;
  padding: 5px !important; }

.ui-dialog .ui-dialog-content {
  padding: 10px 0 0 !important; }

.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

.ui-helper-reset {
  border: 0 none;
  font-size: 100%;
  line-height: 1.3;
  list-style: none outside none;
  margin: 0;
  outline: 0 none;
  padding: 0;
  text-decoration: none; }

.ui-helper-clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden; }

.ui-helper-clearfix {
  display: inline-block; }

* html .ui-helper-clearfix {
  height: 1%; }

.ui-helper-clearfix {
  display: block; }

.ui-helper-zfix {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.ui-corner-all {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.ui-icon {
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -99999px; }

.ui-widget-overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.ui-dialog {
  background: none repeat scroll 0 0 white;
  border: 3px solid #DDDDDD;
  overflow: hidden;
  padding: 0.2em;
  position: absolute;
  width: 300px; }

.ui-dialog .ui-dialog-titlebar {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  padding: 0;
  position: relative;
  text-indent: -10000px; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0 0.2em; }

.ui-dialog .ui-dialog-titlebar-close {
  border: medium none;
  height: 18px;
  margin: -10px 0 0;
  padding: 1px;
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 19px; }

.ui-dialog .ui-dialog-titlebar-close span {
  background: url(" ../../../plugins/ticketfly-cms/images/close-icon.png") no-repeat scroll -4px 2px transparent;
  display: block;
  margin: 1px; }

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
  border: medium none;
  padding: 1px; }

.ui-dialog .ui-dialog-content {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  overflow: hidden;
  padding: 10px; }

.ui-dialog .ui-dialog-buttonpane {
  background: url("  ../../../plugins/ticketfly-cms/images/move-icon.png") repeat scroll 0 0 transparent;
  border-width: 1px 0 0;
  margin: 0.5em 0 0;
  padding: 0.3em 1em 0.5em 0.4em;
  text-align: left; }

.ui-dialog .ui-dialog-buttonpane button {
  cursor: pointer;
  float: right;
  line-height: 1.4em;
  margin: 0.5em 0.4em 0.5em 0;
  overflow: visible;
  padding: 0.2em 0.6em 0.3em;
  width: auto; }

.ui-dialog .ui-resizable-se {
  bottom: 3px;
  height: 14px;
  right: 3px;
  width: 14px; }

.ui-draggable .ui-dialog-titlebar {
  background: url("  ../../../plugins/ticketfly-cms/images/move-icon.png") no-repeat scroll right center transparent;
  cursor: move; }

ul.tfly-more a {
  border: medium none;
  color: #666666;
  font-family: "Lucida Grande",Tahoma,"Trebuchet MS",sans-serif;
  font-size: 11px;
  text-decoration: none; }

ul.tfly-more a:focus, ul.tfly-more, ul.tfly-more li {
  border: medium none; }

ul.tfly-more li {
  border: medium none; }

ul.tfly-more a:hover,
ul.tfly-more a:focus {
  color: #000000; }

div#fancy_div {
  background: none repeat scroll 0 0 #FFFFFF !important;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

a#fancy_left, a#fancy_right {
  display: none !important; }

ul.tfly-more {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%; }

ul.tfly-more li {
  height: 26px;
  margin-left: 0;
  margin-top: 5px;
  padding-right: 10px;
  text-indent: 30px; }

ul.tfly-more li a {
  color: #535353;
  display: block;
  padding-top: 5px;
  text-decoration: none; }

.links li.web {
  background: url("  ../../../plugins/ticketfly-cms/images/more-web.png") no-repeat scroll 0 0 transparent; }

.links li.facebook {
  background: url("  ../../../plugins/ticketfly-cms/images/more-facebook.png") no-repeat scroll 0 0 transparent; }

.links li.myspace {
  background: url("  ../../../plugins/ticketfly-cms/images/more-myspace.png") no-repeat scroll 0 0 transparent; }

.links li.twitter {
  background: url("  ../../../plugins/ticketfly-cms/images/more-twitter.png") no-repeat scroll 0 0 transparent; }

.links li.buy-music {
  background: url("  ../../../plugins/ticketfly-cms/images/more-buymusic.gif") no-repeat scroll 0 0 transparent; }

/*BEGIN CALENDAR*/
.tfly-calendar {
  border-collapse: collapse; }
  .tfly-calendar .month {
    font-size: 24px;
    color: white;
    background: #b3186f;
    margin: 0 0 10px;
    padding: 20px 10px; }
  .tfly-calendar table {
    width: 100%;
    border: 0 solid;
    padding: 0;
    margin: 0 0 20px;
    border-collapse: collapse;
    margin-top: 10px; }
    .tfly-calendar table tr {
      padding: 0;
      margin: 0;
      border-style: solid;
      border-color: #fff;
      border-width: 0 0 1px 0 !important; }
  .tfly-calendar .vevent {
    vertical-align: top;
    width: 14%;
    margin: 0;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .tfly-calendar .vevent br, .tfly-calendar .vevent p, .tfly-calendar .vevent .event-detail .bio, .event-detail .tfly-calendar .vevent .bio {
      display: none; }
    .tfly-calendar .vevent .headliners {
      font-weight: bold;
      font-size: 16px; }
    .tfly-calendar .vevent .supports {
      display: block;
      margin: 5px 0 0 !important; }
    .tfly-calendar .vevent .ticket-link a,
    .tfly-calendar .vevent .sold-out,
    .tfly-calendar .vevent .cancelled,
    .tfly-calendar .vevent .postponed,
    .tfly-calendar .vevent .free,
    .tfly-calendar .vevent .tickets-at-the-door,
    .tfly-calendar .vevent .future-sale a,
    .tfly-calendar .vevent .on-sale-soon,
    .tfly-calendar .vevent h1,
    .tfly-calendar .vevent h2,
    .tfly-calendar .vevent h3 {
      font-size: 12px;
      margin: 0 0 5px; }
    .tfly-calendar .vevent:hover, .tfly-calendar .vevent:focus {
      background: #f0f0f0;
      color: #281821; }
      .tfly-calendar .vevent:hover .date, .tfly-calendar .vevent:focus .date {
        background: #b3186f;
        color: white !important; }
    .tfly-calendar .vevent .ticket-link {
      margin: 10px auto 5px; }
  .tfly-calendar .free {
    margin: 5px 0 0;
    color: #b3186f;
    padding: 2px 15px;
    width: auto;
    display: inline-block;
    border: 1px solid #b3186f;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  .tfly-calendar table tbody tr:first-child td {
    padding: 0; }
  .tfly-calendar table tr td {
    padding: 5px 5px 15px;
    margin: 0;
    height: auto;
    min-height: 60px;
    line-height: 1; }
  .tfly-calendar .date {
    background: #f0f0f0;
    color: #281821 !important;
    border-bottom: 3px solid white;
    padding: 6px 0 !important;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    margin: -5px -5px 10px !important; }
  .tfly-calendar .one-event {
    padding: 0 0 5px; }
  .tfly-calendar .one-event + .one-event {
    padding: 15px 0 0;
    border-top: 1px solid #aaa;
    margin-bottom: 10px; }
  .tfly-calendar .data {
    border: 3px solid #fff;
    border-width: 3px 3px 10px;
    background: #f0f0f0; }
  .tfly-calendar .ticket-link a, .tfly-calendar .sold-out, .tfly-calendar .cancelled, .tfly-calendar .postponed, .tfly-calendar .free, .tfly-calendar .tickets-at-the-door, .tfly-calendar .future-sale a, .tfly-calendar .on-sale-soon {
    width: 100%;
    text-align: center;
    margin: 5px -5px !important;
    display: block;
    padding: 11px  5px 9px !important;
    color: #281821; }
  .tfly-calendar .ticket-link a {
    height: 15px;
    border: 0;
    color: white !important; }
  .tfly-calendar .calendar-list-flip {
    float: right; }
  .tfly-calendar .topline-info, .tfly-calendar .start-time, .tfly-calendar .description, .tfly-calendar .age-restriction {
    display: none; }

/** Blog Standards **/
.entry {
  background: url(img/dividers.png) center bottom no-repeat;
  padding: 0 0 20px;
  margin: 0 0 25px; }

.entry-title {
  display: block;
  padding: 0 0 5px;
  margin: 0 0 3px;
  border-bottom: 2px solid #f0f0f0; }
  .entry-title a {
    color: #b3186f; }
    .entry-title a:hover {
      color: #99155f; }

.entry-meta {
  font-size: 10px;
  color: #634c5a;
  border-bottom: 2px solid #f0f0f0;
  padding: 0 0 3px;
  margin: 0 0 20px; }

.navigation, .end {
  text-align: center; }

.wp-paginate, .end .pages {
  padding: 0;
  margin: 0;
  font-family: 'proxima-nova', 'Futura', Arial, Helvetica, sans-serif;
  text-transform: uppercase; }
  .wp-paginate li, .end .pages li {
    display: inline;
    list-style: none; }
  .wp-paginate a, .end .pages a {
    background: #fff;
    border: 0;
    color: #b3186f;
    margin-right: 4px;
    padding: 3px 6px;
    text-align: center;
    text-decoration: none; }
    .wp-paginate a:hover, .wp-paginate a:active, .end .pages a:hover, .end .pages a:active {
      background: #fff;
      color: #99155f; }
  .wp-paginate .title, .end .pages .title {
    color: #634c5a;
    margin-right: 4px; }
  .wp-paginate .gap, .end .pages .gap {
    color: #999;
    margin-right: 4px; }
  .wp-paginate .current, .wp-paginate .selected a, .end .pages .current, .end .pages .selected a {
    color: #fff;
    background: #b3186f;
    border: 0;
    margin-right: 4px;
    padding: 3px 6px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  .wp-paginate .prev, .wp-paginate .left-arrow a, .end .pages .prev, .end .pages .left-arrow a {
    background: #b3186f;
    color: white;
    display: inline-block;
    position: relative; }
    .wp-paginate .prev:before, .wp-paginate .left-arrow a:before, .end .pages .prev:before, .end .pages .left-arrow a:before {
      content: "";
      display: block;
      width: 6px;
      height: 20px;
      background: url(img/tw_sprite.png) no-repeat -151px -92px;
      position: absolute;
      left: -6px;
      top: 0; }
    .wp-paginate .prev:hover, .wp-paginate .left-arrow a:hover, .end .pages .prev:hover, .end .pages .left-arrow a:hover {
      background: #99155f;
      color: white; }
    .wp-paginate .prev:hover:before, .wp-paginate .left-arrow a:hover:before, .end .pages .prev:hover:before, .end .pages .left-arrow a:hover:before {
      content: "";
      display: block;
      width: 6px;
      height: 20px;
      background: url(img/tw_sprite.png) no-repeat -163px -92px;
      position: absolute;
      left: -6px;
      top: 0; }
  .wp-paginate .next, .wp-paginate .right-arrow a, .end .pages .next, .end .pages .right-arrow a {
    background: #b3186f;
    color: white;
    display: inline-block;
    position: relative; }
    .wp-paginate .next:after, .wp-paginate .right-arrow a:after, .end .pages .next:after, .end .pages .right-arrow a:after {
      content: "";
      display: block;
      width: 6px;
      height: 20px;
      background: url(img/tw_sprite.png) no-repeat -157px -92px;
      position: absolute;
      right: -6px;
      top: 0; }
    .wp-paginate .next:hover, .wp-paginate .right-arrow a:hover, .end .pages .next:hover, .end .pages .right-arrow a:hover {
      background: #99155f;
      color: white; }
    .wp-paginate .next:hover:after, .wp-paginate .right-arrow a:hover:after, .end .pages .next:hover:after, .end .pages .right-arrow a:hover:after {
      content: "";
      display: block;
      width: 6px;
      height: 20px;
      background: url(img/tw_sprite.png) no-repeat -169px -92px;
      position: absolute;
      right: -6px;
      top: 0; }

.aligncenter {
  display: block;
  margin: 0 auto 20px;
  max-width: 632px;
  height: auto;
  /*padding:4px; background: transparent; background:rgba(255,255,255,.35); border:1px solid #aaa;*/ }

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
  /*padding:4px; background: transparent; background:rgba(255,255,255,.35); border:1px solid #aaa;*/ }

.alignright {
  float: right;
  margin: 0 0 20px 20px;
  /*padding:4px; background: transparent; background:rgba(255,255,255,.35); border:1px solid #aaa;*/ }

.wp-caption {
  border: 1px solid #aaa;
  text-align: center;
  background: #ccc;
  padding: 10px;
  margin: 10px; }

/* Photos */
.photoset .flickr-thumb {
  border: 0;
  padding: 0;
  margin: 0 3px 3px 0; }
  .photoset .flickr-thumb:nth-child(9n) {
    margin-right: 0; }

#flightbox #flightbox-close {
  width: 24px;
  height: 24px;
  background: url(img/tw_sprite.png) no-repeat -125px -88px;
  position: absolute;
  top: -10px;
  right: -10px; }
#flightbox #flightbox-title {
  display: none;
  color: #666;
  font-size: 12px;
  margin: 5px 0; }

/* FAQ */
#faq-content #faq-index, #faq-content #faq-answers {
  margin: 0 0 40px; }
#faq-content p.question, #faq-content .event-detail .question.bio, .event-detail #faq-content .question.bio, #faq-content .question a {
  font-family: 'proxima-nova', 'Futura', Arial, Helvetica, sans-serif;
  text-transform: normal;
  font-size: 18px;
  line-height: 1.25em; }
#faq-content .answer {
  margin-bottom: 20px; }
  #faq-content .answer a {
    position: relative;
    top: -30px; }
  #faq-content .answer.selected {
    border: 2px solid #b3186f;
    border-width: 2px 0; }
#faq-content ol {
  counter-reset: li;
  margin-left: 0;
  padding-left: 0; }
  #faq-content ol > li {
    position: relative;
    margin: 0 0 6px 3.5em;
    padding: 12px 16px;
    list-style: none;
    background: #f2f2f2; }
    #faq-content ol > li:before {
      content: counter(li);
      counter-increment: li;
      font-family: 'proxima-nova', 'Futura', Arial, Helvetica, sans-serif;
      text-transform: normal;
      font-size: 18px;
      position: absolute;
      top: 0px;
      left: -2.5em;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 2.5em;
      border-right: 4px solid white;
      margin-right: 8px;
      padding: 12px;
      color: #fff;
      background: #b3186f;
      font-weight: bold;
      text-align: center; }

/* Contact Form & Location Map */
.big_map {
  /*padding:4px; background: transparent; background:rgba(255,255,255,.35); border:1px solid #aaa;*/
  margin-bottom: 40px; }

.wpcf7 {
  clear: both;
  background: #f0f0f0;
  padding: 14px 0 20px!important;
  margin: 30px auto 0 !important; }
  .wpcf7 h2.h1 {
    margin: -50px 0 0; }
  .wpcf7 textarea {
    height: 155px; }
  .wpcf7 .col {
    float: left;
    width: 300px;
    margin: 20px; }
  .wpcf7 .form-submit {
    clear: both;
    margin: 0; }
    .wpcf7 .form-submit .wpcf7-submit {
      margin: 0 20px;
      float: none; }
  .wpcf7 input[type=text],
  .wpcf7 textarea {
    margin: 4px 0 20px;
    border: 0;
    padding: 4px;
    width: 100%;
    background: white;
    color: #634c5a; }
    .wpcf7 input[type=text]:focus,
    .wpcf7 textarea:focus {
      outline: 1px dotted #b3186f; }
  .wpcf7 input[type=text] {
    padding: 7px; }
  .wpcf7 .wpcf7-response-output {
    margin: 20px;
    padding: 10px; }
  .wpcf7 .wpcf7-validation-errors {
    border: 4px dotted orange;
    background: white;
    font-style: italic; }
  .wpcf7 .wpcf7-not-valid-tip {
    padding: 4px 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 3px rgba(22, 22, 22, 0.25);
    -moz-box-shadow: 0 2px 3px rgba(22, 22, 22, 0.25);
    box-shadow: 0 2px 3px rgba(22, 22, 22, 0.25); }

.form-submit .ajax-loader {
  display: none; }

/** TO Top Plugin **/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  width: 58px;
  height: 58px;
  border: none;
  text-indent: -999px;
  background: url(img/tw_sprite.png) no-repeat left bottom; }

#toTopHover {
  background: url(img/tw_sprite.png) no-repeat -58px bottom;
  width: 58px;
  height: 58px;
  display: block;
  overflow: hidden;
  float: left;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0); }

#toTop {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 6px black;
  -moz-box-shadow: 0 2px 6px black;
  box-shadow: 0 2px 6px black; }

#toTop:active, #toTop:focus {
  outline: none; }

/* IE Fixes - Warning Specificity nightmares! */
.ie8 #featured .price-range, .ie7 #featured .price-range, .ie8 .list-view-item .price-range, .ie7 .viewmode-grid .list-view .price-range {
  display: none; }

.ie7 #showlist .price-range {
  top: 3px; }

.oldie .gridEnd {
  margin-right: 0 !important; }

.oldie .gridBegin {
  clear: left; }

.ie7 .n-search {
  overflow: hidden; }

.ie7 .n-search input.textform {
  float: right;
  width: 60%;
  margin: 4px 0 -4px; }

.ie7 #searchsubmit {
  margin-top: -4px; }

/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr; }

.ir br {
  display: none; }

.fl {
  float: left; }

.fr {
  float: right; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden {
  display: none;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix, .list-view-item, .viewmode-grid, .event-detail {
  zoom: 1; }
  .clearfix:before, .list-view-item:before, .viewmode-grid:before, .event-detail:before, .clearfix:after, .list-view-item:after, .viewmode-grid:after, .event-detail:after {
    content: "";
    display: table; }
  .clearfix:after, .list-view-item:after, .viewmode-grid:after, .event-detail:after {
    clear: both; }
