/*
Theme Name: TrendyMinds
Theme URI: http://www.trendyminds.com
Author: TrendyMinds - Brandon Ehrlich & Daniel Scott Poynter
Author URI: http://www.trendyminds.com
Description: Custom theme for Butler Arts Fest 2013.
Version: 1.0
License: Copyright
License URI: http://www.trendyminds.com
Tags: light, white, responsive, custom
Text Domain: trendyminds
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/* ============================================================

320 and Up by Andy Clarke
Version: 3.0
URL: http://stuffandnonsense.co.uk/projects/320andup/
Apache License: v2.0. http://www.apache.org/licenses/LICENSE-2.0

============================================================ */
/* Reset =================================================== */
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
/* Variables =================================================== */
/* Mixins =================================================== */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  position: static;
  clip: auto;
  height: auto;
  width: auto;
  margin: 0;
  overflow: visible;
}
/* Page =================================================== */
html {
  background: #ffffff;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #f3f5f6;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: transparent;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #000000;
}
/* Typography =================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small {
  font-weight: normal;
  color: #bfbfbf;
}
h1,
.h1 {
  margin-bottom: 0.75em;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.2;
}
h2,
.h2 {
  margin-bottom: 0.75em;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
}
h3,
.h3 {
  margin-bottom: 1em;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.3;
}
h4,
.h4 {
  margin-bottom: 1.5em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.25;
}
h5,
.h5 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1.5em;
}
h6,
.h6 {
  margin-bottom: 1.5em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.header h1,
.header h2,
.header h3 {
  float: left;
  margin-right: 24px;
}
.header h1 a,
.header h2 a,
.header h3 a {
  display: block;
  position: relative;
  top: 6px;
  float: right;
  padding: 4px 12px;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #f3f5f6;
}
.header h1:hover,
.header h2:hover,
.header h3:hover {
  background-color: #f3f5f6;
}
.header .a-rss,
.header .a-rss:hover {
  float: left;
  width: 16px;
  height: 16px;
  padding: 0;
  background: transparent url(../img/a-rss.png) no-repeat 0 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
p,
ol,
ul,
dl,
address {
  margin-bottom: 1.5em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
}
small {
  font-size: 14px;
  font-size: 1.4rem;
}
ul,
ol {
  margin: 0 0 1.5em -24px;
  padding: 0 0 0 24px;
}
li ul,
li ol {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
blockquote {
  margin: 0 0 1.5em -24px;
  padding-left: 24px;
  border-left: 2px solid #c7ced6;
  font-family: Cambria, Georgia, Times, "Times New Roman";
  font-style: normal;
}
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
dl,
dd {
  margin-bottom: 1.5em;
}
dt {
  font-weight: bold;
}
.dl-horizontal dt {
  float: left;
  clear: left;
  width: 20.25%;
  text-align: right;
}
.dl-horizontal dd {
  margin-left: 22.78%;
}
abbr[title] {
  border-bottom: 1px dotted #c7ced6;
  cursor: help;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
ins {
  background-color: #f3f5f6;
  color: #000000;
  text-decoration: none;
}
mark {
  background-color: #f3f5f6;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: Monaco, Courier New, monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
sub,
sup {
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 0;
  vertical-align: baselineheight;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Colour =================================================== */
a {
  text-decoration: none;
  color: #013568;
}
a:visited {
  color: #000203;
}
a:hover {
  text-decoration: underline;
  color: #011b35;
}
a:focus {
  outline: thin dotted;
  color: #000000;
}
a:hover,
a:active {
  outline: 0;
}
::-moz-selection {
  background-color: #d6dbe1;
  color: #2d353e;
  text-shadow: none;
}
::selection {
  background-color: #d6dbe1;
  color: #2d353e;
  text-shadow: none;
}

















[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
}
li[class^="icon-"],
li[class*=" icon-"] {
  display: block;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
  text-decoration: inherit;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: top;
  font-size: 1.3333333333333333em;
}
.btn [class^="icon-"],
.btn [class*=" icon-"] {
  /* keeps button heights with and without icons the same */

  line-height: .9em;
}
li [class^="icon-"],
li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li .icon-large[class^="icon-"],
li .icon-large[class*=" icon-"] {
  /* 1.5 increased font size for icon-large * 1.25 width */

  width: 1.875em;
}
li[class^="icon-"],
li[class*=" icon-"] {
  margin-left: 0;
  list-style-type: none;
}
li[class^="icon-"]:before,
li[class*=" icon-"]:before {
  text-indent: -2em;
  text-align: center;
}
li[class^="icon-"].icon-large:before,
li[class*=" icon-"].icon-large:before {
  text-indent: -1.3333333333333333em;
}
















/* Elements =================================================== */
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #c7ced6;
  border-bottom: 1px solid #ffffff;
}
img {
  max-width: 100%;
  border-width: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin-bottom: 1.5em;
}
figure img {
  margin-bottom: 0.375em;
}
figure figcaption {
  display: block;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  color: #808080;
}
.list-bordered {
  list-style-type: none;
  margin: 0 0 1.5em 0;
  padding: 0;
}
.list-bordered li {
  margin-bottom: 0.375em;
  padding-bottom: 0.375em;
  border-bottom: 1px dashed #c7ced6;
}
.list-bordered li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom-width: 0;
}
/* Forms =================================================== */
form {
  margin: 0 0 1.5em 0;
}
form fieldset {
  margin-bottom: 1.5em;
  padding: 0;
  border-width: 0;
}
form legend {
  display: block;
  width: 100%;
  margin-bottom: 3em;
  *margin-left: -7px;
  padding: 0;
  color: #000000;
  border: 0;
  border-bottom: 1px solid #8c9bab;
  white-space: normal;
}
form legend small {
  font-size: 14px;
  font-size: 1.4rem;
  color: #bfbfbf;
}
form p {
  margin-bottom: 0.75em;
}
form ul {
  list-style-type: none;
  margin: 0 0 1.5em 0;
  padding: 0;
}
form br {
  display: none;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: baseline;
  *vertical-align: middle;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
label {
  display: block;
  margin-bottom: 0.1875em;
  font-weight: bold;
  color: #000000;
  cursor: pointer;
}
label input,
label textarea,
label select {
  display: block;
}
input,
textarea,
select {
  display: inline-block;
  width: 100%;
  padding: 4px;
  margin-bottom: 0.375em;
  background-color: #ffffff;
  border: 1px solid #8c9bab;
  color: #000000;
}
input:hover,
textarea:hover,
select:hover {
  border-color: #586879;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="image"] {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: transparent;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  height: auto;
  cursor: pointer;
  *overflow: visible;
}
select,
input[type="file"] {
  height: 28px;
  *margin-top: 4px;
  line-height: 28px;
}
select {
  width: auto;
  background-color: #ffffff;
  font-size: 13px;
  font-size: 1.3rem;
}
select[multiple],
select[size] {
  height: auto;
}
textarea {
  resize: vertical;
  overflow: auto;
  height: auto;
  overflow: auto;
  vertical-align: top;
}
input[type="hidden"] {
  display: none;
}
.radio,
.checkbox {
  padding-left: 18px;
  font-weight: normal;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: not-allowed;
}
input:focus,
textarea:focus {
  border-color: #2d353e, 40%;
  outline: 0;
  outline: thin dotted \9;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
::-webkit-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}
input:-moz-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}
.help-block,
.help-inline {
  color: #808080;
}
.help-block {
  display: block;
  margin-bottom: 0.75em;
}
.help-inline {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.form-inline input,
.form-inline textarea,
.form-inline select {
  display: inline-block;
  margin-bottom: 0;
}
.form-inline label {
  display: inline-block;
}
.form-inline .radio,
.form-inline .checkbox,
.form-inline .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}
.form-search input,
.form-search textarea,
.form-search select {
  display: inline-block;
  margin-bottom: 0;
}
.form-search .search-query {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.form-search label {
  display: inline-block;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}
/* Buttons =================================================== */
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 6px 11px 6px;
  margin-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5em;
  color: #404040;
  text-align: center;
  vertical-align: middle;
  background-color: #e6e6e6;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#d9d9d9));
  background-image: -webkit-linear-gradient(top, #ffffff, #d9d9d9);
  background-color: #d9d9d9;
  background-image: -moz-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: -ms-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: -o-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: linear-gradient(top, #ffffff, #d9d9d9);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  *margin-left: .3em;
}
.btn:visited,
.btn:hover {
  color: #404040;
  text-decoration: none;
}
input[type="submit"].btn:hover {
  border-color: #cccccc;
}
.btn:first-child {
  *margin-left: 0;
}
.btn-disabled {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: default;
}
.btn-error {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2d353e), to(#c72f29));
  background-image: -webkit-linear-gradient(top, #2d353e, #c72f29);
  background-color: #c72f29;
  background-image: -moz-linear-gradient(top, #2d353e, #c72f29);
  background-image: -ms-linear-gradient(top, #2d353e, #c72f29);
  background-image: -o-linear-gradient(top, #2d353e, #c72f29);
  background-image: linear-gradient(top, #2d353e, #c72f29);
  background-repeat: repeat-x;
  border-color: #b22a24;
  border-bottom-color: #9d2520;
  color: #ffffff;
}
.btn-error:visited,
.btn-error:hover {
  color: #ffffff;
}
.btn-info {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d9edf7), to(#afd9ee));
  background-image: -webkit-linear-gradient(top, #d9edf7, #afd9ee);
  background-color: #afd9ee;
  background-image: -moz-linear-gradient(top, #d9edf7, #afd9ee);
  background-image: -ms-linear-gradient(top, #d9edf7, #afd9ee);
  background-image: -o-linear-gradient(top, #d9edf7, #afd9ee);
  background-image: linear-gradient(top, #d9edf7, #afd9ee);
  background-repeat: repeat-x;
  border-color: #9acfea;
  border-bottom-color: #85c5e5;
  color: #247fad;
}
.btn-info:visited,
.btn-info:hover {
  color: #247fad;
}
.btn-inverse {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#414141), to(#272727));
  background-image: -webkit-linear-gradient(top, #414141, #272727);
  background-color: #272727;
  background-image: -moz-linear-gradient(top, #414141, #272727);
  background-image: -ms-linear-gradient(top, #414141, #272727);
  background-image: -o-linear-gradient(top, #414141, #272727);
  background-image: linear-gradient(top, #414141, #272727);
  background-repeat: repeat-x;
  border-color: #1b1b1b;
  border-bottom-color: #0e0e0e;
  color: #ffffff;
}
.btn-inverse:visited,
.btn-inverse:hover {
  color: #ffffff;
}
.btn-primary {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2d353e), to(#181c20));
  background-image: -webkit-linear-gradient(top, #2d353e, #181c20);
  background-color: #181c20;
  background-image: -moz-linear-gradient(top, #2d353e, #181c20);
  background-image: -ms-linear-gradient(top, #2d353e, #181c20);
  background-image: -o-linear-gradient(top, #2d353e, #181c20);
  background-image: linear-gradient(top, #2d353e, #181c20);
  background-repeat: repeat-x;
  border-color: #0d0f12;
  border-bottom-color: #020203;
  color: #ffffff;
}
.btn-primary:visited,
.btn-primary:hover {
  color: #ffffff;
}
.btn-success {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bb75b), to(#449b44));
  background-image: -webkit-linear-gradient(top, #5bb75b, #449b44);
  background-color: #449b44;
  background-image: -moz-linear-gradient(top, #5bb75b, #449b44);
  background-image: -ms-linear-gradient(top, #5bb75b, #449b44);
  background-image: -o-linear-gradient(top, #5bb75b, #449b44);
  background-image: linear-gradient(top, #5bb75b, #449b44);
  background-repeat: repeat-x;
  border-color: #3c893c;
  border-bottom-color: #347834;
}
.btn-warning {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#faa732), to(#f39106));
  background-image: -webkit-linear-gradient(top, #faa732, #f39106);
  background-color: #f39106;
  background-image: -moz-linear-gradient(top, #faa732, #f39106);
  background-image: -ms-linear-gradient(top, #faa732, #f39106);
  background-image: -o-linear-gradient(top, #faa732, #f39106);
  background-image: linear-gradient(top, #faa732, #f39106);
  background-repeat: repeat-x;
  border-color: #da8205;
  border-bottom-color: #c17305;
}
.btn-extlarge {
  padding: 11px 22px;
  font-size: 21px;
  font-size: 2.1rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-large {
  padding: 11px 22px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: normal;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn-small {
  padding: 6px 10px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 16px;
}
.btn-mini {
  padding: 3px 5px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 14px;
}
.btn-group {
  position: relative;
  *zoom: 1;
  *margin-left: .3em;
  margin-bottom: 1.5em;
}
.btn-group .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group .btn:first-child {
  margin-left: 0;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.btn-group .btn:last-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.btn-group .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.btn-group .btn.large:last-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.btn-toolbar {
  clear: both;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
@media print {
  /* Print =================================================== */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  @page  {
    margin: 0.5cm;
  }
  h2,
  h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  pre,
  blockquote {
    border: 1px solid #808080;
    page-break-inside: avoid;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
}
@media only screen and (min-width: 480px) {
  /* 480 =================================================== */
}
@media only screen and (min-width: 600px) {
  /* 600 =================================================== */
}
@media only screen and (min-width: 768px) {
  /* 768 =================================================== */
}
@media only screen and (min-width: 992px) {
  /* 992 =================================================== */
}
@media only screen and (min-width: 1382px) {
  /* 1382 =================================================== */
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* 2x =================================================== */
}
/* 320 and Up */
/* Modules upstart */
/* Version: 1.0 */
/* Author: Andy Clarke */
/* URL: http://stuffandnonsense.co.uk/projects/320andup */
.grid {
  margin-bottom: 1.5em;
  border-bottom: 1px dashed #c7ced6;
}
.grid:last-child {
  margin-bottom: 0;
  border-bottom-width: 0;
}
.furniture-letter {
  overflow: hidden;
}
.furniture-letter span {
  display: block;
  float: left;
  margin: 0 12px 0 0;
  height: 44px;
  width: 44px;
  background-color: #2d353e;
  color: #ffffff;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 44px;
  text-align: center;
}
@media only screen and (min-width: 480px) {
  /* Styles */
}
@media only screen and (min-width: 600px) {
  /* Styles */
}
@media only screen and (min-width: 768px) {
  .grids-two .grid {
    width: 43.03%;
    margin-bottom: 0;
    border-bottom-width: 0;
  }
  .grids-two .grid-1 {
    float: left;
  }
  .grids-two .grid-2 {
    float: right;
  }
  .grids-three .grid-a {
    float: left;
    width: 31.64%;
    margin-right: 2.53%;
  }
  .grids-four .grid-a {
    float: left;
    width: 31.64%;
    margin-right: 2.53%;
  }
}
@media only screen and (min-width: 992px) {
  .grids-three .grid {
    float: left;
    width: 31.64%;
    margin: 0 2.53% 0 0;
    border-bottom-width: 0;
  }
  .grids-three .grid-3 {
    float: right;
    margin-right: 0;
  }
  .grids-three .grid .grid-a {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.75em;
  }
  .grids-four .grid {
    float: left;
    width: 20.25%;
    margin: 0 6.32% 0 0;
    border-bottom-width: 0;
  }
  .grids-four .grid-4 {
    float: right;
    margin-right: 0;
  }
  .grids-four .grid .grid-a {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1382px) {
  /* Styles */
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* Styles */
}
/* 320 and Up */
/* Panels Upstart */
/* Version: 1.0 */
/* Author: Andy Clarke */
/* URL: http://stuffandnonsense.co.uk/projects/320andup */
.full {
  margin-bottom: 1.5em;
  padding: 1.5em;
  background-color: #f3f5f6;
  border-top: 2px solid #c7ced6;
  border-bottom: 2px solid #c7ced6;
}
.full .grids {
  width: 90%;
  margin: 0 auto;
  padding: 1.5em 0;
}
@media only screen and (min-width: 480px) {
  /* Styles */
}
@media only screen and (min-width: 600px) {
  /* Styles */
}
@media only screen and (min-width: 768px) {
  .special .grids-three .grid-a,
  .special .grids-four .grid-a {
    width: 43.03%;
  }
}
@media only screen and (min-width: 992px) {
  .special .grids-three .grid-a,
  .special .grids-four .grid-a {
    width: 100%;
  }
}
@media only screen and (min-width: 1382px) {
  /* Styles */
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* Styles */
}







































/***** The Universal and Unchanging *****/
html {
	font-size: 62.5%; /* Makes REM easier to calculate. Thanks to snook.ca. */
	background-color: #e6e6e6;
	margin-top: 0px !important;
}
.content {
	padding-left: 15px;
}
a:hover {
	text-decoration: none;
}
a:visited {
	color: white;
}
.yellow{
	color: #ffb431;
}
.transparent {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
	 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 0px;
}
p {
	font-family: 'Open Sans', sans-serif;
	line-height: 22px;
	line-height: 2.2rem;
}
.butler-header {
	height: 110px;
	background: #fff url(images/2008PageBG.gif) repeat-x 0 0;
	margin-bottom: 30px;
}
.butler-header .holder {
	width: 850px;
	text-align: center;
	margin: 0 auto;
}
.butler-header .header {
	height: 79px;
	background: #013a65 url('images/2008HeaderBG.jpg') no-repeat 0 0;
}
.butler-header .header .search {
	float: right;
	padding: 0;
	text-align: left;
	clear: right;
	margin-top: 10px;
}
.butler-header .header .search .searchBtn {
	border: 1px solid #999;
	background-color: #d3d5d4;
	color: #013a65;
	padding: .2em;
	font-size: .8em;
	font-weight: bold;
}
.butler-header .header .search div table {
	margin-left: -5px !important;
	font-size: 12px;
}
.butler-header .header .search div table {
font-size: 12px;
}
.butler-header .header .search label {
	color: #fff;
	margin-top: .3em;
	padding: 0 0 0 0;
	display: inline !important;
	font-size: 12px;
}
.butler-header .header .search input {
	padding: 1px;
	background-color: white;
	border: 2px inset;
	border-image: initial;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	cursor: auto;
}
.butler-header .header .search #search-box {
	width: 117px;
}
.butler-header .holder #menu {
	width: 850px;
	height: 15px;
	background-color: #d8d8d6;
	margin-bottom: 0;
	padding: 0 0 2px 0;
	display: block;
	font: bold 1em Arial, Helvetica, sans-serif !important;
	color: #036;
	top: -14px;
	position: relative;
}
.butler-header .holder #menu ul li {
	margin: -2px 1.2em 0 1.2em;
	padding: 0px 4px;
	display: block;
	float: left;
}
.butler-header .holder #menu ul li:hover {
	background-color: #c7c9c8;
}
.butler-header .holder #menu a {
	text-decoration: none;
	color: #036;
	font-size: 12px;
}





/***** The Big Cheese *****/
h1 {
}
h2 {
	font-size: 30px;
	font-size: 3rem;
	letter-spacing: 2px;
}
h3 {
	font-size: 25px;
	font-size: 2.5rem;
	letter-spacing: 2px;
}
h4 {
	font-size: 19px;
	font-size: 1.9rem;
	letter-spacing: 2px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
}
h5 {
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 2px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
}
.interior-content ul {
	margin-left: 15px;
}









/***** Header *****/
.logo {
	background: url('images/butler-artsfest-2013-logo1.png') no-repeat;
	width: 360px;
	height: 80px;  
	margin: 5px 0 0 5px; 
}
nav {
	text-align: center;
	height: 60px;
}
nav ul {
}
nav ul li {
	list-style-type: none;
	display: inline;
	margin-left: 2px;
	float: left;
}
nav ul li a {
	display: inline-block;
	background-image: url('images/nav-button.png');
	text-transform: uppercase;
	width: 70px; /* 162 */
	height: 35px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	color: white;
	font-size: 11px;
	font-size: 1.1rem;
	padding-top: 15px;
}
nav ul li a:hover {
	display: inline-block;
	background-image: url('images/nav-button-active.png');
	color: white;
}
.nav-active {
	background-image: url("images/nav-button-active.png");
}






/* Site-wide bits */
.sidebar {
	width: 340px;
	color: white;
	text-transform: uppercase;
	margin-bottom: 18px;
}
.sidebar h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	
}
.sidebar h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
}
.purchase-tickets {
	background-image: url('images/purchase-tickets.png');
	width: 335px;
	height: 150px;
	margin-bottom: 12px;
}
.purchase-tickets a {
	width: 308px;
	height: 118px;
	display: inline-block;
	color: white;
	padding-top: 90px;
	padding-left: 26px;
	letter-spacing: 1px;
}
.interior-content {
	width: 96%;
	float: left;
}
.interior-content a {
	color: #ed592a;
	text-decoration: underline;
}
.interior-content a:hover {
	text-decoration: none;
}
.interior-content h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 35px;
	font-size: 3.5rem;
	color: #827878;
}
.interior-content h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 18px;
	font-size: 1.8rem;
	text-transform: none;
}
.interior-content img {
	float: left;
	margin: 15px 15px 15px 0px;
}





/* Home page bits */
.homepage-carousel .transparent {
	height: 70px;
	width: 329px;
	background-color: black;
	position: absolute;
	bottom: 0px;
	
}
.homepage-carousel {

	float: left;
	width: 329px; 
	height: 150px;
	position: relative;
	margin-left: 3px; 
	margin-bottom: 25px;
}
.carousel-content {
	position: absolute;
	bottom: 15px;
	padding-left: 30px;
	color: white;
}
.carousel-content h4 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
}
.homepage-image {
	background-image: url('images/support.png');
	width: 335px;
	height: 100px;
}
.homepage-image a {
	width: 306px;
	height: 110px;
	display: inline-block;
	color: white;
	padding-top: 20px;
	padding-left: 26px;
}
.homepage-image h3 {
	letter-spacing: 1px;
}
.view-schedule {
	background-color: #ffb431;
	width: 255px;
	height: 25px;
	padding: 5px;
}
.view-schedule a {
	color: black;
}
.view-schedule:hover {
	background-color: black;
}
.view-schedule:hover a {
	color: #ffb431;
}

.arrow-right {
	width: 0; 
	height: 0; 
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid white;
	margin-right: 10px;
}
.arrow-left {
	width: 0; 
	height: 0; 
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent; 
	border-right:20px solid white;
	margin-left: 10px;
}
.sponsors {
	margin-top: 75px;
}
.sponsors h4 {
	color: #827878;
}





/***** Accordion *****/
#accordion {
	margin-top: 15px;
}
#accordion h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	text-transform: none;
	font-weight: normal;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	color: black;
	letter-spacing: 0px;
}
#accordion h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	background: #ed592a;
	color: white;
	text-transform: uppercase;
	font-size: 16px;
	font-size: 1.6rem;
	padding-left: .5rem;
	padding: 5px;
	margin-bottom: 3px;
}
#accordion h3 a {
	color: white;
	text-decoration: none;
}
#accordion .ui-accordion-content {
	background: none;
	border: none;
}
#accordion ui-accordion-content-active {
	height: 100%;
	
}
#accordion .ui-accordion-content {
	
}
#accordion .ui-corner-all, #accordion .ui-corner-top, #accordion .ui-corner-right, #accordion .ui-corner-tr {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
#accordion .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	right: .5em;
	top: 50%;
	margin-top: -8px;
}
#accordion .ui-icon {
	right: 5px;
	left: auto;
}





/***** Footer *****/
footer {
	background-color: #013a65;
	color: white;
	padding: 15px 0 2px 15px;
	margin-top: 10px;

}
footer ul li {
	list-style-type: none;
}
footer a {
	color: white;
	text-decoration: underline;
}






@media only screen and (min-width: 480px) {
  /* 480 =================================================== */
}
@media only screen and (min-width: 600px) {
  /* 600 =================================================== */
  /* iPad vertical */
	h1, h2, h3, h4, h5, h6 {
		text-transform: uppercase;
		letter-spacing: 2px;
		margin-bottom: 0px;
	}
	h1 {
	}
	h2 {
		font-size: 45px;
		font-size: 4.5rem;
	}
	h3 {
		font-size: 35px;
		font-size: 3.5rem;
		letter-spacing: 2px;
	}
	h4 {
		font-size: 20px;
		font-size: 2rem;
	}
	h5 {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.centerContainer {
		width: 700px; /*870*/
		margin: 10px auto;
	}





	/***** Header *****/
	.logo {
		background: url('images/butler-artsfest-2013-logo2.png') no-repeat;
		width: 700px; /*878*/
		height: 155px; /*194*/
		margin: 0px;
	}
	nav {
		margin-top: 10px;
		float: left;
		margin-left: 10px;
	}
	nav ul {
	}
	nav ul li {
		margin-left: 2px; /* 8 */
	}
	nav ul li a {
		width: 134px; /* changed */
		height: 35px;
		font-size: 20px; /* changed */
		font-size: 2rem;
	}





	/* Site-wide bits */
	.purchase-tickets {
		background-image: url('images/purchase-tickets.png');
		width: 270px; /*335*/
		height: 201px;
		margin-bottom: 12px;
	}
	.purchase-tickets a {
		width: 245px; /*308*/
		height: 118px;
		display: inline-block;
		color: white;
		padding-top: 80px; /* changed*/
		padding-left: 26px;
		letter-spacing: 1px;
	}
	.sidebar {
		float: right;
		margin-bottom: 0px;
		width: 280px; /*added*/
	}
	.sidebar h2 {
		
	}
	.sidebar h3 {
		font-size: 28px;
		font-size: 2.8rem;
	}
	.interior-content {
		width: 385px;
	}
	.interior-content h1 {
		font-size: 35px;
		font-size: 3.5rem;
		color: #827878;
	}
	.interior-content h2 {
	}






	/* Home page bits */
	.homepage-carousel .transparent {
		height: 70px;
		width: 400px; /*503*/
		
	}
	.homepage-carousel {
		width: 403px; /*503*/
		height: 352px; 
		margin-left: 0px;
	}
	.carousel-content {
		bottom: 15px; /*0*/
		padding-left: 30px; /*60*/
	}
	.carousel-content h4 {
	}
	.carousel-content h5 {
		margin-bottom: 10px;
	}
	.homepage-image {
		height: 139px;
		width: 270px; /*added*/
	}
	.homepage-image:hover {
		background-image: url('images/support-hover.png');	
	}
	.homepage-image a {
		padding-top: 30px;
		width: 245px;
	}
	.homepage-image h3 {
	}
	.view-schedule {
		width: 260px;
	}
	.purchase-tickets:hover {
		background-image: url('images/purchase-tickets-hover.png');
	}
	.sponsors {
		margin-top: 0px;
	}






	/* About page bits */
	.about-image {
		background-image: url('images/schrottexterior.jpg');
		width: 270px; /*329*/
		height: 270px; /*327*/
	}
	
	
	
	
	
	/* Schedule page bits */
	.schedule-image {
		background-image: url('images/drawing.jpg');
		width: 270px; /*329*/
		height: 270px; /*327*/
	}
	
	
	
	
	
	/* Support page bits */
	.support-image {
		background-image: url('images/theater.jpg');
		width: 270px; /*329*/
		height: 270px; /*327*/
	}
	
	
	
	
	
	/* Contact page bits */
	.contact-image {
		background-image: url('images/ballet.jpg');
		width: 270px; /*329*/
		height: 270px; /*327*/
	}
	
	
	
	
	
	/***** Footer *****/
	footer {
		background-color: #013a65;
		color: white;
		text-align: center;
		padding-top: 15px;
		height: 40px;
	}
	footer ul li {
		list-style-type: disc;
		display: inline;
	}
	footer a {
		color: white;
		text-decoration: underline;
	}

  
  
  
}
@media only screen and (min-width: 790px) {
  /* 768 =================================================== */
	h1, h2, h3, h4, h5, h6 {
	}
	h1 {
	}
	h2 {
	}
	h3 {
	}
	h4 {
	}
	h5 {
	}
	.centerContainer {
		width: 870px;
	}





	/***** Header *****/
	.logo {
		background: url('images/butler-artsfest-2013-logo.png') no-repeat;
		width: 878px;
		height: 194px;
	}
	nav {
		margin-left: 0px;
	}
	nav ul {
	}
	nav ul li {
		margin-left: 11px;
	}
	nav ul li a {
		font-size: 24px;
		font-size: 2.4rem;
		width: 163px;
		height: 35px;
	}





	/***** Content area *****/





	/* Site-wide bits */
	.purchase-tickets {
		width: 335px;
	}
	.purchase-tickets a {
		width: 308px;
	}
	.sidebar {
		width: 335px;
		float: right;
		margin-left: 19px;
	}
	.sidebar h2 {
		
	}
	.sidebar h3 {
	}
	.interior-content {
		width: 500px;
	}
	.interior-content h1 {
	}
	.interior-content h2 {
	}
	
	
	
	
	
	/* Home page bits */
	.homepage-carousel .transparent {
		width: 500px;
		
	}
	.homepage-carousel {
		width: 500px;
	}
	.carousel-content {
		bottom: 15px;
		padding-left: 45px;
	}
	.carousel-content h4 {
	}
	.carousel-content h5 {
	}
	.homepage-image {
		width: 335px;
	}
	.homepage-image a {
		width: 308px;
	}
	.homepage-image h3 {
	}
	.view-schedule {
	}
	
	
	
	
	
	/* About page bits */
	.about-image {
		width: 329px;
		height: 327px;
	}
	
	
	
	
	
	/* Schedule page bits */
	.schedule-image {
		width: 329px;
		height: 327px;
	}
	
	
	
	
	
	/* Support page bits */
	.support-image {
		width: 329px;
		height: 327px;
	}
	
	
	
	
	
	/* Contact page bits */
	.contact-image {
		width: 329px;
		height: 327px;
	}
	
	
	
	
	
	/***** Footer *****/
	footer {
	}
	footer ul li {
	}
	footer a {
	}
}
@media only screen and (min-width: 992px) {
  /* 992 =================================================== */
}
@media only screen and (min-width: 1382px) {
  /* 1382 =================================================== */
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* 2x =================================================== */
}

h1.pagetitleHide {
	display:none;
}