/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

/* remember to define focus styles! */
:focus {
  outline: 0; }

body {
  line-height: 1;
  color: #FFFFCC;
  background: #000;
  font-family: Arial, Helvetica, sans-serif; }

ol, ul {
  list-style: none; }

/* End Reset */
#pageholder {
  width: 700px;
  height: auto;
  margin: 0 auto; }

#banner {
  width: 700px;
  height: 150px; }

#leftdeco {
  width: 100px;
  height: 218px;
  background: url("images/build/sidebar_short.jpg") no-repeat;
  position: absolute; }

#nav {
  width: 600px;
  height: 46px;
  margin-left: 100px;
  position: absolute; }

#uniquecontent {
  width: 585px;
  min-height: 200px;
  margin: 56px 0 0 110px;
  position: absolute; }

/* Typography */
a {
  color: #CCCC99; }

h1 {
  font-size: 110%;
  line-height: 120%; }

p {
  font-size: 90%;
  font-weight: lighter;
  line-height: 125%;
  text-align: justify;
  margin-bottom: 15px; }

.left-column {
  float: left; }

.right-column {
  float: right; }

.homepage-content .left-column {
  width: 47%; }
.homepage-content .right-column {
  width: 50%;
  padding-top: 60px; }
.homepage-content h1 {
  margin-bottom: 20px; }

.bio-content img {
  float: left;
  margin: 0 10px 0 0; }

.schedule-content .left-column {
  width: 32%; }
.schedule-content .right-column {
  width: 65%;
  text-align: center; }
  .schedule-content .right-column h1 {
    text-transform: uppercase;
    margin-bottom: 1.4em; }
  .schedule-content .right-column p {
    text-align: center; }
.schedule-content .single-event {
  margin-bottom: 3em; }
  .schedule-content .single-event:nth-of-type(n+6) {
    display: none; }
.schedule-content .show-past-events {
  display: block;
  margin-top: 2.5em; }

.gallery-content li {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  float: left;
  width: 189px;
  height: 165px;
  border: 3px solid #641912;
  text-align: center; }
  .gallery-content li img {
    margin-bottom: 5px; }
  .gallery-content li a {
    text-decoration: none; }
  .gallery-content li p {
    text-align: center;
    font-size: 70%; }
  .gallery-content li:hover {
    border-color: #ba2f22; }

.contact-content .left-column {
  width: 52%; }
.contact-content .right-column {
  width: 45%; }
.contact-content p + p {
  font-size: 70%;
  margin-top: 20%; }

.listen-content .single-embed {
  margin-bottom: 1.5em; }

p.biofirst {
  margin: 0 0 0 193px; }

p.listen {
  margin: 0; }

#schedule p {
  font-size: 80%;
  text-align: center; }
