/* Generic and Homepage */
#navigation, #topMobile, .visible-phone, #toppanel, #slider, #filter, .month-detail,
.twitter-wrap, .footer, iframe, .general-sidebar, ul.sidebar-list, #header, #respond, .calendar-month-nav,
#postNav, #logon, #logo h1 {
  display: none;
}
.tablet-logo {
  margin-top: 0px;
}
a {
  color: #000000;
  text-decoration: none;
}

ul#dateList li.monthYear {
  list-style: none;
  font-size: 2em;
  font-weight: bold;
}

#logo {
  position: relative;
}
#logo h1 {
  position: relative;
  top: -200px;
  left: 74px;
}

#fenceLogoWrap .innerWrap #logo h1 {
  top: 0;
  left: 0;
}

.cta a:after, .site-owner a:after {
  content: " - " attr(href);
}

.site-owner a {
  display :block
}

/* Calendar */

#dateList {
  border-top: 6px solid #272729;
  border-right: 0px solid #272729;
  float: left;
  width: 100%;
}
#dateList li.postEvent {
  background: #fff;
}

.month-detail p {
  text-align: center;
  margin: 20px 0 10px;
  font-size: 1.2em;
}

.dateListControls {
  width: 100%;
  background: #222;
  clear: left;
  text-align: right;
  float: left;
}

.dateListControls label {
  color: #fff;
  font-weight: bold;
}

.dateListControls select {
  margin: 10px 10px 8px;
}

.month-link {
  margin: 10px 0 10px;
}

.previous-calendar-month {
  display: inline-block;
  float: left;
}

.next-calendar-month {
  display: inline-block;
  float: right;
}

.calendar-month-nav a.next-calendar-month .icon {
  background-position: -4px -40px;
}

li.box {
  display: block;
  float: left;
  height: 150px;
  width: 148px;
  position: relative;
  overflow: hidden;
  text-align: left;
  border: solid #272729;
  border-width: 0px 1px 6px 1px;
  font-weight: bold;
}

li.box a {
  display: block;
  height: 150px;
  width: 122px;
  padding: 7px 14px 0px 14px;
  color: #272727;
  text-decoration: none;
}

li.box.fakeEvent {
  border-color: transparent;
}

li.box .theDay {
  font-size: 3em;
  line-height: 50px;
  color: #000000;
  float: left;
}

li.box .theTime {
  text-transform: uppercase;
  float: left;
  margin-top: 7px;
  width: 50%;
  font-size: 1em;
  line-height: 1.3em;
  margin-left: 10px
}

li.box .theTitle {
  font-size: 1em;
  line-height: 1em;
  font-family: inherit;
  letter-spacing: .5px;
  font-style: italic;
  margin-top: 10px;
  clear: both;
}

li.box .theTitle span {
  text-transform: uppercase;
  display: inline-block;
  padding: 2px 8px 0;
  margin-bottom: 8px;
  background: #000;
  color: #f8f8f8;
  font-size: 9px;

  font-family: sans-serif;
  font-style: normal;

  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

li#theEnd {
  background: #fff;
  color: #272727;
  line-height: 1;
  text-align: center;
  border-right: 2px solid #272727;
}

li#theEnd a {
  width: auto;
  padding: 14px 7px 0;
}

li.monthYear {
  color: #f8f8f8;
  text-transform: uppercase;
  cursor: default;
}


/* The Fence */

.fence-nav, .parallax-layers, .fence-item.last, .fence-item.first {
  display: none;
}

ul.the-fence {
  width: 100% !important;
  left: 0 !important;
  list-style: none;
}

a.event-link img {
  width: 25%;
  margin-top: 40px;
}

a.event-link:after {
  content: attr(href);
}

/* Single Event */

.event-details {
  page-break-after: always;
  page-break-before: always;

  padding:10px;
  border: 4px dashed #444444;
}

.event-details .visible-print {
  font-size: 2.3em;
  font-weight: bold;
}

.event-sidebar:before {
  font-size: 1.4em;
  content: "*** Cut out and keep event reminder on the next page ***";
}

.event-countdown, .event-detail-comments {
  display: none;
}

ul.event-links a:after {
  content: " - " attr(href);
}

/* Single Blog Post and Featured Artist */

/* List views */

a.thumbLink img {
  width: 30%;
  height: auto;
}

.event.type-event, .post.type-post {
  border-bottom: 2px solid #444444;
  margin-bottom: 20px;
}

.posttitle a:after {
  content: " - " attr(href);
}