/*
Theme Name: 2013v2
Theme URI: https://github.com/Batmanian/olivermann
Author: bart@bartkowalski.com, intercision@gmail.com
Description: Custom Wordpress theme
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 2013v2

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* normalize.css v1.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct 'block' display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 22, sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct 'inline-block' display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 32, sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying 'audio' without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 43, sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
/* line 53, sass/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body 'font-size' is set using
 *    'em' units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 68, sass/_normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address 'font-family' inconsistency between 'textarea' and other form
 * elements.
 */
/* line 83, sass/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
/* line 91, sass/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address 'outline' inconsistency between Chrome and other browsers.
 */
/* line 103, sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 112, sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within 'section' and 'article' in Firefox 4+, Safari 5,
 * and Chrome.
 */
/* line 126, sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 131, sass/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 136, sass/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 141, sass/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 146, sass/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 151, sass/_normalize.scss */
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
/* line 160, sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to 'bolder' in Firefox 3+, Safari 4/5, and Chrome.
 */
/* line 169, sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 173, sass/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 181, sass/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
/* line 190, sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
/* line 200, sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
/* line 210, sass/_normalize.scss */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 221, sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 231, sass/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
/* line 241, sass/_normalize.scss */
q {
  quotes: none;
}

/**
 * Address 'quotes' property not supported in Safari 4.
 */
/* line 250, sass/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 259, sass/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent 'sub' and 'sup' affecting 'line-height' in all browsers.
 */
/* line 268, sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 275, sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 279, sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
/* line 294, sass/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 298, sass/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
/* line 308, sass/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
/* line 317, sass/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside 'a' element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
/* line 331, sass/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 340, sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 352, sass/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
/* line 364, sass/_normalize.scss */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 372, sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 384, sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
/* line 401, sass/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting 'line-height' on 'input' using '!important' in
 * the UA stylesheet.
 */
/* line 414, sass/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent 'text-transform' inheritance for 'button' and 'select'.
 * All other form control elements do not inherit 'text-transform' values.
 * Correct 'button' style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct 'select' style inheritance in Firefox 4+ and Opera.
 */
/* line 426, sass/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native 'audio'
 *    and 'video' controls.
 * 2. Correct inability to style clickable 'input' types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    'input' and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 443, sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 454, sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 466, sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address 'appearance' set to 'searchfield' in Safari 5 and Chrome.
 * 2. Address 'box-sizing' set to 'border-box' in Safari 5 and Chrome
 *    (include '-moz' to future-proof).
 */
/* line 479, sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 492, sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
/* line 501, sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 511, sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 524, sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
 * 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.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 17, sass/_main.scss */
html,
button,
input,
select,
textarea {
  color: #000000;
}

/* line 21, sass/_main.scss */
body {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
/* line 32, sass/_main.scss */
::-moz-selection {
  background: #1b191f;
  color: #fff;
  text-shadow: none;
}

/* line 38, sass/_main.scss */
::selection {
  background: #1b191f;
  color: #fff;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
/* line 48, sass/_main.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
/* line 61, sass/_main.scss */
img {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 69, sass/_main.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
/* line 79, sass/_main.scss */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
/* line 87, sass/_main.scss */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* line 97, sass/_main.scss */
body {
  background: url("img/bg.png") 0 0 repeat #dadada;
}

/* line 101, sass/_main.scss */
h1, h2, h3, h4, h5, h6, p, ul {
  font-size: 1em;
  margin: 0;
  padding: 0;
}

/* line 107, sass/_main.scss */
a {
  text-decoration: none;
  color: #000;
}

/* line 112, sass/_main.scss */
.container {
  position: relative;
  margin: 0 auto 20px auto;
  width: 318px;
  background: #cdc7d3;
}
/* line 118, sass/_main.scss */
.container.home {
  background: url("img/oliver-mobile.jpg") right 0 no-repeat #cdc7d3;
}
/* line 122, sass/_main.scss */
.container h1.mobile {
  position: absolute;
  top: 18px;
  left: 20px;
  line-height: 1.2em;
  font-size: 1.25em;
  font-weight: normal;
  font-family: 'Oswald', helvetica, arial, sans-serif;
}

/* manually added to css (missing scss file?) */
.container h1.mobile a {
  color: #ddd;
}

/* line 132, sass/_main.scss */
.container .logo {
  display: none;
}
/* line 136, sass/_main.scss */
.container .mobile-nav {
  position: absolute;
  top: 20px;
  right: 17px;
  width: 33px;
  height: 30px;
  padding: 0;
  background: url("img/mobile-nav-bg.png") top right no-repeat transparent;
  overflow: hidden;
}
/* line 146, sass/_main.scss */
.container .mobile-nav .nav-icon {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 33px;
  height: 30px;
  cursor: pointer;
}
/* line 155, sass/_main.scss */
.container .mobile-nav ul.mobile-nav-list {
  display: none;
  margin: 22px 0 0 20px;
  color: #fff;
  list-style: none;
  font-size: 1.375em;
  font-family: 'Oswald', helvetica, arial, sans-serif;
  font-weight: normal;
}
/* line 164, sass/_main.scss */
.container .mobile-nav ul.mobile-nav-list a {
  color: #fff;
  text-decoration: none;
}
/* line 169, sass/_main.scss */
.container .mobile-nav ul.mobile-nav-list li.social {
  float: left;
}
/* line 172, sass/_main.scss */
.container .mobile-nav ul.mobile-nav-list li.social img {
  margin: 8px 12px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 1019px) {
  /* line 183, sass/_main.scss */
  .container {
    width: 748px;
    margin: 0 auto 60px auto;
    background: #cdc7d3;
  }
  /* line 188, sass/_main.scss */
  .container.home {
    background: url("img/oliver.jpg") 50px 0 no-repeat #cdc7d3;
  }
  /* line 192, sass/_main.scss */
  .container h1.mobile {
    display: none;
  }
  /* line 196, sass/_main.scss */
  .container .logo {
    display: block;
    position: absolute;
    right: 240px;
    bottom: 36px;
    width: 60px;
    height: 77px;
    background: url("img/logo.png") 0 0 no-repeat transparent;
  }
  /* line 206, sass/_main.scss */
  .container .mobile-nav {
    display: none;
  }
  /* line 210, sass/_main.scss */
  .container ul.nav {
    display: none;
  }
  /* line 214, sass/_main.scss */
  .container .nav-icon {
    display: none;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 223, sass/_main.scss */
  .container {
    width: 89%;
    max-width: 1199px;
    margin: 0 auto 60px auto;
    background: #cdc7d3;
  }
  /* line 229, sass/_main.scss */
  .container.home {
    background: url("img/oliver.jpg") 85% 0 no-repeat #cdc7d3;
  }
  /* line 233, sass/_main.scss */
  .container h1.mobile {
    display: none;
  }
  /* line 237, sass/_main.scss */
  .container .logo {
    display: block;
    position: absolute;
    right: 240px;
    bottom: 36px;
    width: 60px;
    height: 77px;
    background: url("img/logo.png") 0 0 no-repeat transparent;
  }
  /* line 247, sass/_main.scss */
  .container .mobile-nav {
    display: none;
  }
  /* line 251, sass/_main.scss */
  .container ul.nav {
    display: none;
  }
  /* line 255, sass/_main.scss */
  .container .nav-icon {
    display: none;
  }
}

/* Added manually to css. (missing scss file?) */
@media only screen and (min-width: 1200px) {
  .container.home {
    background: url("img/oliver.jpg") 50% 0 no-repeat #cdc7d3;
  }
}

/* line 262, sass/_main.scss */
.bio {
  float: left;
  width: 269px;
  margin: 319px 0 0 0;
  padding: 20px 19px 20px 20px;
  background: #cdc7d3;
  font-size: 0.75em;
  font-weight: bold;
  font-family: helvetica, arial, sans-serif;
  line-height: 14px;
}
/* line 273, sass/_main.scss */
.bio h1 {
  display: none;
}
/* line 277, sass/_main.scss */
.bio p {
  margin-bottom: 0.625em;
}
/* line 280, sass/_main.scss */
.bio p.desktop {
  display: none;
}

@media only screen and (min-width: 768px) {
  /* line 288, sass/_main.scss */
  .bio {
    float: none;
    width: 148px;
    height: 733px;
    margin: 0;
    padding: 27px 19px 40px 30px;
  }
  /* line 295, sass/_main.scss */
  .bio h1 {
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.3em;
    font-family: 'Oswald', helvetica, arial, sans-serif;
    margin: 0 0 82px 0;
  }
  /* line 304, sass/_main.scss */
  .bio p.mobile {
    display: none;
  }
  /* line 308, sass/_main.scss */
  .bio p.desktop {
    display: block;
  }
  /* line 311, sass/_main.scss */
  .bio p.desktop a {
    color: #000;
    text-decoration: none;
    border-bottom: 2px solid #9c979e;
  }
}
/* line 321, sass/_main.scss */
.live-header {
  display: none;
}

/* line 324, sass/_main.scss */
body.category-shows-news .live-header, body.live .live-header, body.past-performances .live-header {
  display: block;
}

/* line 328, sass/_main.scss */
.blog-header {
  display: none;
}

/* line 331, sass/_main.scss */
body.archive .blog-header {
  display: block;
}

/* line 335, sass/_main.scss */
.content {
  float: left;
  width: 280px;
  margin: 84px 0 0 0;
  padding: 20px 19px 20px 20px;
  background: #cdc7d3;
  font-weight: normal;
  font-family: helvetica, arial, sans-serif;
  line-height: 14px;
}
/* line 345, sass/_main.scss */
.content h1 {
  display: none;
}
/* line 349, sass/_main.scss */
.content h2 {
  margin: 0 0 6px 0;
  line-height: 1em;
  font-size: 1.25em;
  font-weight: normal;
  font-family: 'Oswald', helvetica, arial, sans-serif;
}
/* line 357, sass/_main.scss */
.content .live-header h3 {
  margin-bottom: 1em;
  padding-bottom: 1.2em;
  color: #737373;
  font-size: 1.25em;
  font-weight: normal;
  font-family: 'Oswald', helvetica, arial, sans-serif;
  background: url("img/rule.gif") left bottom no-repeat transparent;
}
/* line 367, sass/_main.scss */
.content h3.subheader {
  margin-bottom: 0;
  padding-bottom: 2.75em;
  color: #737373;
  font-size: 1em;
  font-weight: normal;
  font-family: 'Oswald', helvetica, arial, sans-serif;
}
/* line 376, sass/_main.scss */
.content .post {
  padding: 0 0 5px 0;
  clear: both;
}
/* line 381, sass/_main.scss */
.content .post.blog, .content .post.live {
  margin-bottom: 2.75em;
  background: url("img/rule.gif") left bottom no-repeat transparent;
}
/* line 385, sass/_main.scss */
.content .post.blog div.the-content, .content .post.live div.the-content {
  display: none;
}
/* line 389, sass/_main.scss */
.content .post.blog div.excerpt p, .content .post.blog time.post-date, .content .post.blog p.read-more, .content .post.live div.excerpt p, .content .post.live time.post-date, .content .post.live p.read-more {
  display: inline-block;
}
/* line 396, sass/_main.scss */
.content .post.live h4 {
  margin-bottom: 1.4375em;
}
/* line 399, sass/_main.scss */
.content .post.live h4 span {
  display: block;
  clear: both;
  padding: 7px 3px 5px;
  text-indent: -10px;
  overflow: hidden;
}
/* line 411, sass/_main.scss */
.content .post.blog-detail div.excerpt p, .content .post.blog-detail p.read-more {
  display: none;
}
/* line 420, sass/_main.scss */
.content .post.records {
  margin-top: 64px;
}
/* line 423, sass/_main.scss */
.content .post.records h4 {
  margin-bottom: 1em;
}
/* line 428, sass/_main.scss */
.content .post h3.live-header {
  margin-top: 3.5em;
  margin-bottom: 1em;
  padding-bottom: 1.2em;
  color: #737373;
  font-size: 1em;
  font-weight: normal;
  font-family: 'Oswald', helvetica, arial, sans-serif;
}
/* line 438, sass/_main.scss */
.content .post h4 {
  margin-bottom: 0.25em;
  font-size: 1.25em;
  font-weight: normal;
  font-family: 'Oswald', helvetica, arial, sans-serif;
}
/* line 445, sass/_main.scss */
.content .post time.post-date {
  font-size: 0.875em;
  line-height: 1em;
}
/* line 450, sass/_main.scss */
.content .post p.read-more {
  color: #6C4D8A;
  width: auto;
  margin: -2px 0 58px 0;
  padding: 0 30px 0 0;
  background: url("img/arrow-purple.png") right 4px no-repeat transparent;
}
/* line 457, sass/_main.scss */
.content .post p.read-more a {
  text-decoration: none;
  border-bottom: 1px solid #6C4D8A;
}
/* line 463, sass/_main.scss */
.content .post p {
  clear: both;
  font-size: 0.875em;
  line-height: 1.3em;
  margin-bottom: 1.454em;
}
/* line 469, sass/_main.scss */
.content .post p a {
  color: #6c4d8a;
  text-decoration: none;
  border-bottom: 1px solid #6c4d8a;
}
/* line 476, sass/_main.scss */
.content .post img, .content .post p img {
  margin: 1em 0 0 0;
  max-width: 280px;
  height: auto;
}
/* line 483, sass/_main.scss */
.content .post iframe {
  max-width: 280px;
}
/* line 487, sass/_main.scss */
.content .post .recording {
  float: left;
  width: 140px;
  font-weight: bold;
}
/* line 492, sass/_main.scss */
.content .post .recording img {
  float: none;
  width: 140px;
  margin: 0;
}
/* line 498, sass/_main.scss */
.content .post .recording .details {
  display: none;
}
/* line 503, sass/_main.scss */
.content .post.recording-detail {
  width: 282px;
}
/* line 506, sass/_main.scss */
.content .post.recording-detail img {
  float: none;
  width: 282px;
  margin: 0;
}
/* line 512, sass/_main.scss */
.content .post.recording-detail .details {
  display: block;
}
/* line 516, sass/_main.scss */
.content .post.recording-detail h5 {
  margin: 22px 0;
  font-size: 0.875em;
}
/* line 521, sass/_main.scss */
.content .post.recording-detail ul {
  list-style: none;
  font-size: 0.875em;
  line-height: 1.3em;
  margin-bottom: 52px;
}
/* line 528, sass/_main.scss */
.content .post.recording-detail h4 {
  line-height: 1.1em;
  margin-bottom: 10px;
}
/* line 534, sass/_main.scss */
.content .post a.button {
  display: block;
  width: 281px;
  margin: 0 0 18px 0;
  padding: 15px 0;
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  background: #2d263a;
  text-align: center;
  cursor: pointer;
}
/* line 548, sass/_main.scss */
.content a.button {
  display: block;
  width: 281px;
  margin: 0 0 18px 0;
  padding: 15px 0;
  font-size: 0.875em;
  font-weight: bold;
  color: #fff;
  background: #2d263a;
  text-align: center;
  cursor: pointer;
}
/* line 561, sass/_main.scss */
.content a.itunes {
  font-size: 0.875em;
  color: #6c4d8a;
  text-decoration: none;
  border-bottom: 1px solid #6c4d8a;
}
/* line 568, sass/_main.scss */
.content ul.month-nav {
  display: none;
}
/* line 572, sass/_main.scss */
.content p.past-performances {
  display: inline-block;
  width: auto;
  margin: -2px 0 58px 0;
  padding: 0 30px 0 0;
  background: url("img/arrow-purple.png") right 4px no-repeat transparent;
}
/* line 579, sass/_main.scss */
.content p.past-performances a {
  color: #6C4D8A;
  text-decoration: none;
  border-bottom: 1px solid #6C4D8A;
}

@media only screen and (min-width: 768px) {
  /* Wordpress inbuild css */
  /* line 590, sass/_main.scss */
  img.alignright {
    float: right;
    margin: 0 0 1em 1em;
  }

  /* line 591, sass/_main.scss */
  img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
  }

  /* line 592, sass/_main.scss */
  img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 593, sass/_main.scss */
  .alignright {
    float: right;
  }

  /* line 594, sass/_main.scss */
  .alignleft {
    float: left;
  }

  /* line 595, sass/_main.scss */
  .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 597, sass/_main.scss */
  .content {
    float: left;
    width: auto;
    min-height: 732px;
    margin: 0 200px 0 100px;
    padding: 27px 19px 40px 30px;
  }
  /* line 604, sass/_main.scss */
  .content h2 {
    margin-top: 3px;
    font-size: 1em;
  }
  /* line 609, sass/_main.scss */
  .content .live-header h3 {
    margin-bottom: 0;
    padding-bottom: 2.75em;
    font-size: 1em;
    font-weight: normal;
    font-family: 'Oswald', helvetica, arial, sans-serif;
    background: none;
  }
  /* line 620, sass/_main.scss */
  .content .post.blog, .content .post.live {
    margin-bottom: 2.75em;
    background: url("img/rule.gif") left bottom no-repeat transparent;
  }
  /* line 624, sass/_main.scss */
  .content .post.blog div.the-content, .content .post.live div.the-content {
    display: block;
  }
  /* line 628, sass/_main.scss */
  .content .post.blog p.read-more, .content .post.live p.read-more {
    display: none;
  }
  /* line 635, sass/_main.scss */
  .content .post.live h4 {
    margin-bottom: 1.4375em;
  }
  /* line 638, sass/_main.scss */
  .content .post.live h4 span {
    display: inline;
    text-indent: 0;
  }
  /* line 647, sass/_main.scss */
  .content .post.blog img, .content .post.blog p img {
    display: block;
    float: left;
    margin: 0 0 20px 0;
    clear: both;
  }
  /* line 657, sass/_main.scss */
  .content .post.blog div.excerpt p, .content .post.blog p.read-more, .content .post.live div.excerpt p, .content .post.live p.read-more {
    display: none;
  }
  /* line 671, sass/_main.scss */
  .content .post.records {
    margin-top: 64px;
  }
  /* line 674, sass/_main.scss */
  .content .post.records h4 {
    margin-bottom: 1em;
  }
  /* line 679, sass/_main.scss */
  .content .post h3 {
    margin-bottom: 0.5em;
    font-size: 0.875em;
    font-weight: normal;
    font-family: 'Oswald', helvetica, arial, sans-serif;
    background: none;
  }
  /* line 687, sass/_main.scss */
  .content .post h4 {
    margin-bottom: 0.3em;
    font-size: 1em;
    font-weight: normal;
    font-family: 'Oswald', helvetica, arial, sans-serif;
  }
  /* line 694, sass/_main.scss */
  .content .post .post-date {
    margin-bottom: 1.916em;
    font-size: 0.75em;
    text-transform: capitalize;
  }
  /* line 700, sass/_main.scss */
  .content .post p {
    width: 380px;
    font-size: 0.6875em;
  }
  /* line 704, sass/_main.scss */
  .content .post p.last-child {
    margin: 0 0 40px 0;
    background: url("img/rule.gif") left bottom no-repeat transparent;
  }
  /* line 710, sass/_main.scss */
  .content .post img, .content .post p img {
    max-width: 398px;
    height: auto;
  }
  /* line 715, sass/_main.scss */
  .content .post iframe {
    max-width: 100%;
  }
  /* line 719, sass/_main.scss */
  .content .post .recording {
    width: 180px;
  }
  /* line 722, sass/_main.scss */
  .content .post .recording img {
    float: none;
    width: 180px;
    margin: 0 0 13px 0;
  }
  /* line 728, sass/_main.scss */
  .content .post .recording .details {
    display: block;
  }
  /* line 733, sass/_main.scss */
  .content .post.recording-detail {
    width: 282px;
  }
  /* line 736, sass/_main.scss */
  .content .post.recording-detail img {
    float: none;
    width: 282px;
    margin: 0;
  }
  /* line 742, sass/_main.scss */
  .content .post.recording-detail .details {
    display: block;
  }
  /* line 746, sass/_main.scss */
  .content .post.recording-detail ul {
    width: 470px;
  }
  /* line 752, sass/_main.scss */
  .content a.button.load-more {
    display: none;
  }
  /* line 756, sass/_main.scss */
  .content ul.month-nav {
    display: block;
    list-style: none;
    margin: -7px 0 0 0;
  }
  /* line 761, sass/_main.scss */
  .content ul.month-nav li {
    float: left;
    font-size: 0.75em;
    margin: 0 2em 0 0;
  }
  /* line 766, sass/_main.scss */
  .content ul.month-nav li a {
    color: #000;
    text-decoration: none;
    border-bottom: 2px solid #9c979e;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 778, sass/_main.scss */
  .content {
    width: 61%;
  }
  /* line 781, sass/_main.scss */
  .content .post {
    width: auto;
  }
  /* line 784, sass/_main.scss */
  .content .post p {
    width: 550px;
  }
  /* line 788, sass/_main.scss */
  .content .post img, .content .post p img {
    max-width: 100%;
    height: auto;
  }
}
/* WIDGETS ----------------------- */
/* line 798, sass/_main.scss */
#widget {
  display: none !important;
}

@media only screen and (min-width: 768px) {
  /* line 805, sass/_main.scss */
  #widget {
    display: block !important;
  }
}
/* CONTACT FORM --------------------- */
/* line 813, sass/_main.scss */
body.contact .content .post p {
  font-size: 0.75em;
}

/* line 817, sass/_main.scss */
body.contact .content .post h2 {
  margin-bottom: 10px;
}

/* line 821, sass/_main.scss */
#mc_embed_signup {
  font-size: 0.875em;
}
/* line 824, sass/_main.scss */
#mc_embed_signup .indicates-required {
  font-size: 0.875em;
  margin-bottom: 20px;
}
/* line 829, sass/_main.scss */
#mc_embed_signup label {
  clear: both;
}
/* line 833, sass/_main.scss */
#mc_embed_signup input[type=text], #mc_embed_signup input[type=email] {
  width: 270px;
  height: 25px;
  margin-bottom: 10px;
}
/* line 839, sass/_main.scss */
#mc_embed_signup #mc-embedded-subscribe {
  display: block;
  width: 275px;
  border: 0;
  margin: 10px 0 18px 0;
  padding: 15px 0;
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  background: #2d263a;
  text-align: center;
  cursor: pointer;
}

/* line 855, sass/_main.scss */
.left-column {
  display: none;
}

@media only screen and (min-width: 768px) {
  /* line 861, sass/_main.scss */
  .left-column {
    display: block;
    position: fixed;
    width: 100px;
  }
  /* line 866, sass/_main.scss */
  .left-column h1 {
    display: inline-block;
    float: left;
    clear: none;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.3em;
    font-family: 'Oswald', helvetica, arial, sans-serif;
    margin: 28px 0 0 26px;
  }
}
/* SIDEBAR ---------------------------- */
/* line 881, sass/_main.scss */
div.live-archive {
  display: none;
}

/* line 885, sass/_main.scss */
body.category-shows-news div.live-archive {
  display: block;
}

/* line 889, sass/_main.scss */
div.blog-archive {
  display: none;
}

/* line 893, sass/_main.scss */
body.date div.blog-archive, body.blog div.blog-archive {
  display: block;
}

/* line 897, sass/_main.scss */
.archive-date {
  display: none;
}

/* line 901, sass/_main.scss */
.right {
  position: relative;
  float: left;
  width: 278px;
  height: 350px;
  padding: 20px 20px 20px 20px;
  background: #383146;
  color: #fff;
  font-family: helvetica, arial, sans-serif;
}
/* line 911, sass/_main.scss */
.right ul.nav {
  display: none;
}
/* line 915, sass/_main.scss */
.right ul.social {
  position: absolute;
  top: 300px;
  margin: 0 0 60px 0;
  list-style: none;
}
/* line 921, sass/_main.scss */
.right ul.social li {
  float: left;
}
/* line 924, sass/_main.scss */
.right ul.social li img {
  margin: 0 8px 0 0;
}
/* line 930, sass/_main.scss */
.right .subscribe {
  position: absolute;
  top: 225px;
  margin: 0 0 15px 0;
}
/* line 935, sass/_main.scss */
.right .subscribe label {
  display: block;
  clear: both;
  margin: 0 0 8px 0;
  font-size: 0.875em;
  font-family: 'Oswald', helvetica, arial, sans-serif;
}
/* line 943, sass/_main.scss */
.right .subscribe input[type=email] {
  float: left;
  width: 242px;
  height: 32px;
  border: 0;
  padding: 0;
  font-size: 0.875em;
  color: #4a4849;
  text-indent: 9px;
}
/* line 954, sass/_main.scss */
.right .subscribe input[type=submit] {
  float: left;
  width: 34px;
  height: 32px;
  background: url("img/arrow.png") 50% 50% no-repeat white;
  border: 0;
  padding: 0;
}
/* line 964, sass/_main.scss */
.right .new-album {
  position: absolute;
  top: 20px;
  margin: 0 0 40px 0;
  font-size: 0.875em;
  font-weight: bold;
  font-family: helvetica, arial, sans-serif;
}
/* line 973, sass/_main.scss */
.right .copy {
  position: absolute;
  bottom: 20px;
  font-size: 0.875em;
}

@media only screen and (min-width: 768px) {
  /* line 983, sass/_main.scss */
  .right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 160px;
    height: auto;
    background: #eae7ec;
    color: #000;
  }
  /* line 993, sass/_main.scss */
  .right ul.nav {
    display: block;
    margin: 6px 0 50px 0;
    list-style: none;
    font-size: 0.875em;
    font-family: 'Oswald', helvetica, arial, sans-serif;
  }
  /* line 1000, sass/_main.scss */
  .right ul.nav a {
    color: #000;
    text-decoration: none;
  }
  /* line 1005, sass/_main.scss */
  .right ul.nav li.social {
    float: left;
  }
  /* line 1008, sass/_main.scss */
  .right ul.nav li.social img {
    margin: 8px 6px 0 0;
  }
  /* line 1013, sass/_main.scss */
  .right ul.nav ul {
    list-style: none;
    margin-left: 10px;
  }
  /* line 1017, sass/_main.scss */
  .right ul.nav ul a, .right ul.nav ul li {
    color: #8f7f9f;
    cursor: pointer;
  }
  /* line 1021, sass/_main.scss */
  .right ul.nav ul a.active, .right ul.nav ul li.active {
    color: #000;
  }
  /* line 1026, sass/_main.scss */
  .right ul.nav ul ul {
    list-style: none;
    margin-left: 10px;
    color: #8f7f9f;
  }
  /* line 1034, sass/_main.scss */
  .right .subscribe {
    position: relative;
    top: inherit;
    margin: 0 0 35px 0;
  }
  /* line 1039, sass/_main.scss */
  .right .subscribe label {
    display: block;
    clear: both;
    margin: 0 0 8px 0;
    font-size: 0.875em;
    font-family: 'Oswald', helvetica, arial, sans-serif;
  }
  /* line 1047, sass/_main.scss */
  .right .subscribe input[type=email] {
    float: left;
    width: 136px;
    height: 20px;
    border: 0;
    padding: 0;
    font-size: 0.6875em;
    color: #4a4849;
    text-indent: 9px;
    font-family: helvetica, arial, sans-serif;
  }
  /* line 1059, sass/_main.scss */
  .right .subscribe input[type=submit] {
    width: 22px;
    height: 20px;
    background: url("img/arrow-small.png") 50% 50% no-repeat white;
  }
  /* line 1066, sass/_main.scss */
  .right ul.social {
    display: none;
  }
  /* line 1070, sass/_main.scss */
  .right .new-album {
    position: relative;
    margin: 0;
  }
  /* line 1075, sass/_main.scss */
  .right .copy {
    display: none;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
/* line 1099, sass/_main.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

/* line 1107, sass/_main.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 1118, sass/_main.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 1127, sass/_main.scss */
.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: h5bp.com/p
 */
/* line 1144, sass/_main.scss */
.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
 */
/* line 1157, sass/_main.scss */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 1174, sass/_main.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 1179, sass/_main.scss */
.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 1188, sass/_main.scss */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /* line 1215, sass/_main.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 1223, sass/_main.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 1227, sass/_main.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 1231, sass/_main.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 1241, sass/_main.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 1246, sass/_main.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 1251, sass/_main.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 1256, sass/_main.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 1260, sass/_main.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 1270, sass/_main.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 1276, sass/_main.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
