/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 24 February 2018 19:01:13
*/


/* 
 * Global css - Mobile first responsive layout
 * desc: Global stylesheet for all pages of the site, including print
 * media="all"
 * auth: D Cousins [July 2013]
 * updated: D Cousins [July 2013]
*/

/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
    font-size: 1em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a {
  text-decoration: none;
}
a:focus {
    outline: thin dotted;
    text-decoration: underline;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
    text-decoration: underline;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 1.4em;
    margin: 0.67em 0;
}
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: none;
    margin: 0;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

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 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

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

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

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

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

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

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* End reset styling */


/* Hide from both screen readers and browsers */
.hidden {
  display: none !important;
  visibility: hidden !important;
}
/* Hide visually from browsers, but not screen readers */
.visuallyhidden,
body #container .visuallyhidden {
  border: 0;
  clip: rect(0,0,0,0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}


/* Main content column padding */
#content {
 /* padding-bottom: 2em; */
}
body.inside #content p.boxit {
   background-color: #f8f8f8;
   border: 1px solid #c8c8c8;
   padding: 5px;
   position: relative;
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   -webkit-box-shadow: 2px 2px 6px #c8c8c8;
   -moz-box-shadow: 2px 2px 6px #c8c8c8;
   box-shadow: 2px 2px 6px #c8c8c8;
}
body.inside #content p.boxit:before {
   content: open-quote " ";
   font-weight: bold;
}
body.inside #content p.boxit:after {
   content: " " close-quote;
   font-weight: bold;
}


/* Standard drop shadow class */
.drop-shadow {
  -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.5);
}
/* Standard inner shadow class */
.inner-shadow {

}
/* Standard rounded corners class */
.cnrs {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

body.font-large #column-wrapper {
  font-size: 1.3em;
}

.skip-links {
  background: #fff;
}
.skip-links a {
  color: #000;
}

#container {
    display: block;
    width: 100%;
    position: relative;
  }
  #header {
    display: block;
    width: 100%;
    position: relative;
    background-color: #006699;
    /* -moz-box-shadow: inset 0 -17px 16px -7px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 -17px 16px -7px rgba(0, 0, 0, 0.5); */
    box-shadow: inset 0 -17px 16px -7px rgba(0, 0, 0, 0.5);
    clear: both;
    border-bottom: 3px solid #99cc00;
  }
  #header:after {
    content: "";
    height: 94%;
    left: 0;
    position: absolute;
    top: -140%;
    width: 100%;
    z-index: 0;
    /* -webkit-box-shadow:0 60px 35px rgba(97,197,250,1);
    -moz-box-shadow:0 60px 35px rgba(97,197,250,1);
    box-shadow:0 60px 35px rgba(97,197,250,1); */
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
  }

  #breadcrumb {
    display: block;
    width: 90%;
    padding: .4% 5%;
    position: relative;
    background-color: #006699;
    clear: both;
    color: #fff;
    font-size: 0.8em;
  }
  #breadcrumb:after {
    content: " ";
    display: block;
    clear: both;
  }
  #breadcrumb ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #breadcrumb ul li {
    list-style: none;
    margin: 0;
    padding: 0 0.5em 0 0;
    float: left;
    line-height: 1.6em;
  }
  #breadcrumb li a {
    color: #fff;
    padding: 0 0.8em 0 0;
    position: relative;
  }
  #breadcrumb li a:after {
    content: " >";
    font-size: 0.7em;
    position: absolute;
    top: -2px;
    right: 0;
  }
  #breadcrumb .current {
    font-weight: bold;
  }


  #column-wrapper {
    display: block;
    width: 90%;
    padding: 0 5%;
    position: relative;
    clear: both;
  }

  body.home #left-col {
    display: none;
  }
  #content {

  }
  #asides {

  }
#asides h4 {
   /*display: block;
   background: #003366;
   color: #fff;*/
   margin: 0 0 0.7em 2px;
   padding: 0.2em 0.5em;
   border-bottom: 1px solid #cccccb;
   border-top: 1px solid #cccccb;
   color: #003366;
}

#asides ul.document_list {
   padding: 0;
   margin: 0;
}

#asides ul.document_list li {
   font-size: .8em;
   list-style: none;
}


#asides ul.document_list li a.PDF { 
    padding: 5px 1px 1px 25px;
    background: url('http://cairnscivictheatre.com.au/__data/assets/image/0005/84470/pdf-icon.gif?v=0.1.1') no-repeat 3px 6px; 
   display: block;
  }


  #footer {
    display: block;
    width: 90%;
    padding: 0.5em 5% 0.8em;
    position: relative;
    background: #003366;
    color: #fff;
    overflow: hidden;
    font-size: 0.9em;
  }
  #footer a {
    color: #fff;
  }

  .footer-links {

  }
  .footer-links ul {
    list-style: none;
    margin: 0 0 0 -0.4em;
    padding: 0;
  }
  .footer-links ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    border-right: 1px solid #fff;
  }
  .footer-links ul li:last-child, .footer-links ul .last-child {
    border-right: none;
  }
  .footer-links ul li a {
    padding: 0 0.4em;
  }

#content #contact-form .form fieldset li {
  list-style-type: none;
}

#content #contact-form .form fieldset {
      border: none;
      margin: 0;
      padding: 2em 2% 0.3em;
      width: 96%;
      display: block;
      position: relative;
  }
#content #contact-form .form fieldset legend {
    font-weight: bold;
    border: 1px solid #c0c0c0;
    width: 98%;
    padding: .3em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

.form .form-item {
    display: block;
    position: relative;
    width: 100%;
  }

.event-finder-search fieldset legend {
    color: #003366;
    font-weight: bold;
    font-size: 1.2em;
    position: absolute;
    top: 0.2em;
  }
.event-finder-search fieldset {
    background: rgba(204,204,204, 0.95);
    padding: 2em 5% 0.3em;
    width: 90%;
  }

.form .search-input {
    display: block;
    width: auto;
    clear: both;
    margin: 0.8em 0 0;
    background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 2px solid #b8babc;
    padding: 2px 0 2px 35px;
  }

.form .search-input label {
    display: block;
    position: absolute;
    width: 25px;
    height: 17px;
    background: url(http://cairnscivictheatre.com.au/__data/assets/image/0020/82172/search-icon.png?v=0.1.1) 0 0;
    left: 4px;
    top: 4px;
  }
.form .search-input input {
    color: #333;
    border: none;
    width: 99%;
  }
.form .search-select {

  }
.form .search-select label {
    
  }
.form .search-select select {
    width: 100%;
  }

.form .submit,
.form input[type="submit"] {
    color: #fff;
    background: #052d2d;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin: 0.8em 0;
    font-weight: normal;
    padding: 0.2em 0.5em;
    -webkit-box-shadow: inset 0 10px 20px rgba(58, 103, 156, 1);
    -moz-box-shadow: inset 0 10px 20px rgba(58, 103, 156, 1);
    box-shadow: inset 0 10px 20px rgba(58, 103, 156, 1);
  }
.main-event-search .form .submit,
.main-event-search .form input[type="submit"] {
    font-weight: bold;
}

/* event finder */

.select-list {
  display: block;
  position: relative;
  width: 100%;
}
.main-event-search .select-list .current-option {
   font-weight: bold;
}
.select-list .current-option {
    display: block;
    width: auto;
    color: #fff;
    background: #052d2d;
    border: 2px solid #b8babc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin: 0.8em 0 0;
    font-weight: normal;
    padding: 0;
    -webkit-box-shadow: inset 0 10px 20px rgba(58, 103, 156, 1);
    -moz-box-shadow: inset 0 10px 20px rgba(58, 103, 156, 1);
    box-shadow: inset 0 10px 20px rgba(58, 103, 156, 1);
  }
.select-list .current-option:after {
    content: "";
    position: absolute;
  }

.select-list a {
    color: #fff;
  }
.select-list .current-option a {
    display: block;
    width: auto;
    color: #fff;
    padding: 0.2em 0.5em;
    background: url(http://cairnscivictheatre.com.au/__data/assets/image/0019/82171/select-arrows.png?v=0.1.1) no-repeat 95% 5px;
  }

.select-list .option-list {
  display: block;
  position: absolute;
  width: 90%;
  left: 5%;
  top: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #052D2D;
  z-index: 2;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-box-shadow:  0px 4px 4px 3px rgba(0, 0, 0, 0.5);
  box-shadow:  0px 4px 4px 3px rgba(0, 0, 0, 0.5);
}
.select-list .option-list a {
  color: #fff;
  display: block;
  width: auto;
  padding: 0.3em;
  font-size: 0.9em;
}

/* end event finder */



  .feature-content {
   /* padding: 0 0 0.8em 0; */
  }
  .feature-content h2 {
    display: block;
    background: #006699;
    color: #fff;
    padding: 0 2%;
    margin: 0 0 0.3em 0;
  }
  .feature-content .item {
    display: block;
    width: 96%;
    padding: 0 2% 0.3em 2%;
    margin: 0 0 0.3em 0;
  }
  .feature-content .item:last-child {
    border-bottom: none;
  }
  .feature-content .item .info {
    display: block;
    width: 100%;
    position: relative;
  }
  .feature-content .item .info p {
    display: inline;
    font-size: 0.95em;
  }
  .feature-content .item .info p.date:after {
    content: ", ";
  }
  .feature-content .item h3 {
    color: #003366;
    margin: 0 0 0.2em 0;
  }
  .feature-content .item h3 a {
    color: #003366;
    font-weight: normal;
    display: block;
    font-size: 0.95em;
  }

  .newsletters {
    border-top: 3px solid #006699;
    border-bottom: 3px solid #006699;
    padding: 0.4em 0;
    margin: 0 0 1em 0;
  }
  .newsletters .form fieldset {
    width: auto;
    padding: 0.4em 0 0.3em;
  }
  .newsletters .form fieldset legend {
    color: #000;
  }
  .newsletters .form fieldset legend .highlight {
    color: #003366;
  }

  .ie8 .newsletters .form fieldset legend, .ie7 .newsletters .form fieldset legend {
    margin-top: -10px;
    padding: 0.5em 0;
  }


  .newsletters .form-item {
    display: block;
    position: relative;
    border: 1px solid #9f9f9f;
    background: #e8e8e8 url(http://cairnscivictheatre.com.au/__data/assets/image/0004/83245/email-signup.gif?v=0.0.2) no-repeat 0 0; /* subscribe-mail-icon.jpg */
    height: 30px;
    float: left;
    width: auto;
    margin: 4px 0 4px 2px;
  -webkit-box-shadow: 0 0 10px rgba(50, 50, 50, 0.8);
  -moz-box-shadow: 0 0 10px rgba(50, 50, 50, 0.8);
  box-shadow: 0 0 10px rgba(50, 50, 50, 0.5);
  }
  .newsletters .form-item label {
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    cursor: pointer;
  }
  .newsletters .form-item input[type="text"] {
    border: none;
    float: left;
    padding: 0.3em 5px;
    width: auto;
background: #efefef;
cursor: pointer;
cursor: hand;
  }
  .newsletters .form .submit {
    background: none;
    border-radius: 0 0 0 0;
    color: #000;
    font-weight: bold;
    margin: 0;
    padding: 0;
    float: left;
}


.logo h1 {
  color: #fff;
  margin: 0;
}
.site-tools {
  color: #fff;
}


.site-extras {
  display: block;
  width: auto;
  clear: both;
  position: relative;
  border-top: 3px solid #003366;
  padding: 0.6em 0 0;
  overflow: hidden;
}

.contacts {
  display: block;
  clear: both;
  overflow: hidden;
  width: auto;
  padding: 0 0 0.5em 0;
}
.partners {
  display: block;
  clear: both;
  overflow: hidden;
  width: 90%;
  padding: 0.3em 5% 0.8em;
}

.contacts .item {
  display: block;
  overflow: hidden;
}
.contacts .item .thumb {
  display: block;
  float: left;
  width: 20%;
  text-align: center;
}
.contacts .info {
  display: block;
  width: 80%;
  float: left;
}
.contacts .info h3 {
  margin: 0;
}
.contacts .info p {
  margin: 0;
}

.partners h3 {
  display: block;
  margin: 0;
  font-size: .8em;
}
.partners img {
   margin: 0.8em 0;
}




/**/
/* main listing styles */
/**/
.listing {
  display: block;
  width: 100%;
  clear: both;
  overflow: hidden;
}
.listing .item {
  display: block;
  overflow: hidden;
  width: auto;
  margin: 0 0 .8em 0;
padding: 0 0 .8em 0;
border-bottom: 1px solid #333;
}
.listing .item .thumb {
  display: block;
  float: left;
  width: 14%;
  margin: 0 1% 0 0;
-webkit-box-shadow: 6px 0px 8px rgba(90, 90, 90, 0.4);
box-shadow: 6px 0px 8px rgba(90, 90, 90, 0.4);
}
.listing .item .thumb img {
  max-width: 100%;
  /*height: auto;*/
}
.listing .info {
  display: block;
  width: 85%;
  float: left;
}
.listing .info h2,
.listing .info h3 {
  margin: 0;
}
.listing .info h2 a,
.listing .info h3 a {
  color: #003366;
}
.listing .info p {
  margin: 0;
}
.listing .info .date,
.listing .info .location,
.listing .info .status {
  font-weight: bold;
}
.listing .info .status {
  color: #003366;
}
.listing .info a.PDF {
  color: #b60000;
}

#gallery-listing .gallery a img {
float: left;
margin: 2px 7px 2px 0;
border: 1px solid #999;
padding: 1px;
}

#page_list .listing {
    border-bottom: 1px dotted #000;
    margin: 12px 0 4px 0;
   padding: 8px 0 8px 0;
}
#page_list .listing a.thumb {
    float: left;
    margin: 4px 10px 0 0;
}
#page_list {
   margin-bottom: 1.3em;
}

/**/

/**/
/* Some homepage resets */
/**/
body.home h1.page-title {
  border: 0;
  clip: rect(0,0,0,0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

body.home #left-col {
  display: none;
}


/**/
/* General content styling */
/**/

#content h1 {
  display: block;
  background: #003366;
  color: #fff;
  margin: 0 0 0.7em -5px;
  padding: 0.2em 0.5em;
}
#content .description h2 {
  font-size: 1.2em;
  color: #003366;
}
#content h3 {
  font-weight: bold;
  font-size: 1.1em;
}
#content h4 {

}
#content h5 {

}
#content h6 {

}
/**/


.feature-column {
    display: block;
    position: relative;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0;
}
.feature-column:after {
    content: "";
    display: block;
    clear: both;
}
.feature-column .content {
    display: block;
    float: none;
    width: auto;
    padding: 0 0 20px 0;
}
.feature-column .info {
    display: block;
    width: auto;
}
.feature-column .info .section {
    margin: 0 0 0.5em 0;
    border-bottom: 2px dotted #003366;
    padding: 0 0 0.5em 0;
}

.feature-column .info .section h2 {
    color: #669900;
    font-size: 1.2em;
    margin: 0;
}
.feature-column .info p {
    margin: 0;
}

.feature-column .info abbr {
    font-weight: bold;
    color: #003366;
}


.events {
  margin: 1em 0;
}

.events .item {
  
} 
.events .item * {
  /* color: #fff; */
} 
.events .item .thumb {
  width: 45%;
  margin: 0;
  padding: 0;
}
.events .item .thumb img {
  vertical-align: bottom;
}
.events .item .info {
  width: 48%;
  margin: 0;
  padding: 10px 3% 0 2%;
  min-height: 173px;
  /* border-left: 1px solid #fff; */
}
.events .item .info h2 {
  font-size: 1.1em;
}
.events .item .info h2 a {
  color: #003366;
  font-size: 1.1em;
}
.events .item .info p {
  margin: 0.5em 0;
}

.events-calendar .calendarNavLink {
  color: #fff;
  background: #669900;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  margin: 0.8em .6%;
  font-weight: normal;
  padding: 0.5em 0;
  -webkit-box-shadow: inset 0 -10px 15px rgba(60, 90, 0, 1);
  -moz-box-shadow: inset 0 -10px 15px rgba(60, 90, 0, 1);
  box-shadow: inset 0 -10px 15px rgba(60, 90, 0, 1);
  display: block;
  float: left;
  width: 48%;
  text-align: center;
}

.events-calendar h2 {
  margin-bottom: 0;
  color: #003366;
}

.button {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  padding: 0.4em 1em 0.3em;
  background: #669900;
border-bottom: 2px solid #ccc;
border-right: 2px solid #ccc;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: inset 0 -10px 15px rgba(60, 90, 0, 1);
  -moz-box-shadow: inset 0 -10px 15px rgba(60, 90, 0, 1);
  box-shadow: inset 0 -10px 15px rgba(60, 90, 0, 1);
}

.button.video {
  padding: 0.4em 2em 0.3em 1em;
  background: #669900 url(http://cairnscivictheatre.com.au/__data/assets/image/0008/82169/video-icon.png?v=0.1.1) no-repeat 95% center;
}
.button.audio {
  padding: 0.4em 2em 0.3em 1em;
  background: #669900 url(http://cairnscivictheatre.com.au/__data/assets/image/0007/82177/audio-icon.png?v=0.1.1) no-repeat 95% center;
}
.button.buy.external {
  width: 9.4em;
  text-align: center;
  font-size: 1.3em;
  margin-bottom: .5em;
  text-transform: uppercase;
  padding: 0.2em .7em 0.1em;
}


/* Pagination styling */

.pagination {

}
.pagination.pages_1 {
  display: none;
}

/**/



#venue-map {
  height: 200px;
}






/* event calendar */
  
  
  #calendar-wrapper {
  display: block;
  padding: 0;
  }
  
  #calendar-wrapper #calendar-contents {
  padding: 0 0 1em;
  }
  
  #calendar-wrapper h2 {
  color: #fff;
  text-align: center;
  padding-top: 0.8em;
  }
  
  #calendar-wrapper .calendar-title {
    display: block;
    position: relative;
    color: #fff;
    background: #669900;
    line-height: 1.7em;
    text-align: center;
    margin: 0 0 0.4em 0;
-webkit-box-shadow: inset 0 -10px 15px rgba(60, 90, 0, 1);
-moz-box-shadow: inset 0 -10px 15px rgba(60, 90, 0, 1);
box-shadow: inset 0 -10px 15px rgba(60, 90, 0, 1);
  }

  #calendar-wrapper span.prev a,
  #calendar-wrapper span.next a {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    height: 26px;
    width: 10px;
    top: 0;
    left: 0.3em;
    background: url(http://cairnscivictheatre.com.au/__data/assets/image/0007/82168/calendar-nav-arrows.png?v=0.1.1) no-repeat 0 0;
    text-indent: -99999em;
  }
  body #calendar-wrapper span.next a {
    right: 0.3em;
    left: auto;
    background-position: 0 -26px;
  }
  #calendar-wrapper span.prev a {
    
  }

  
  #calendarTable {
    display: block;
    clear: both;
    padding: 0 0.2em;
  }
  
  /* whole calendar table */
  #calendarTable table {
    margin: 0 auto;
    border-spacing: 1px;
    border-collapse: inherit;
  }
  
  #calendarTable table .no-bg {
  background: transparent !important;
  border: none !important;
  width: 4% !important;
  }
  
  #calendarTable table td {
  padding: 0.2em 0;
  background: #cdcccb;
  color: #989898;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #cdcccb;
  }
  /* previous and next month dates */
  #calendarTable table td.date {
    background: #fff;
    color: #474647;
    font-weight: bold;
    font-size: 0.8em;
  }

  #calendarTable table td.date .event {
    display: none;
  }
  
  #calendarTable table td.date a {
  color: #000;
  }
  
  /* week selectors */
  #calendarTable table th.weekLink {
  background: transparent;
  border: none;
  text-align: left;
  vertical-align: middle;
  color: white;
  padding: 0;
  font-weight: normal;
  font-size: 0.8em;
  }
  
  /* top week day cells */
  #calendarTable table th.dayLabel,
  #calendarTable table th.dayLabelWeekend {
  background: #669900;
  text-align: center;
  vertical-align: middle;
  cursor: default;
  font-size: 0.8em;
  padding: 0.6em 0;
  border-top: 1px solid #669900;
  border-right: 1px solid #669900;
  border-bottom: 2px solid #669900;
  border-left: 1px solid #669900;
  color: #fff;
  width: 12%;
  }
  
  #calendarTable table th.dayLabelWeekend {
    /*background: #1c3665;*/
  }
  
  /* weekends (sat & sun) */
  #calendarTable table td.weekend {
  /*background: lightgrey;
  color: #000;*/
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  }
  
  /* today */
  #calendarTable table .today {

  }
  
  #calendarTable table td.eventDate {
    background: #669900;
    color: #fff;
    border: 1px solid #669900;
  }
  #calendarTable table td.eventDate.weekend {
    
  }
  #calendarTable table td.eventDate a {
    color: #fff;
  }




body .popup-form fieldset {
  display: block;
  margin: 1em 0 0;
  padding: 0 5%;
  position: relative;
  width: 90%;
}
body .popup-form fieldset legend {
  width: 100%;
  margin: 0 0 10px 0;
}
body .popup-form .form-item {
  margin: 0 0 10px 0;
}

.popup-form .form-item label {
  font-weight: bold;
}
.popup-form .form-item label.error {
  font-weight: normal;
  font-size: 0.7em;
  color: red;
}
.form .error {
  color: red;
  font-weight: normal;
}

.form span.required-field {
  color: red;
  font-size: 0.7em;
}
.form .help {
  display: none;
}

.success-message {
  display: block;
  padding: 0 5%;
  width: auto;
}