html {
  height: 100%;
}

body {
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  padding: 10px;
}

nav {
  line-height: 1;
  background: white;
}

nav > * {
  padding: 10px 3px;
  display: inline-block;
}

nav img {
  height: 2em;
  opacity: .75;
  display: inline;
  position: relative;
  top: .5em;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

ol, ul {
  margin-left: 0;
  padding-left: 0;
}

ol ol, ul ul {
  margin-left: 1em;
}

li {
  margin-bottom: .4em;
}

hr {
  border: none;
  height: 1px;
  background: #e5e6e8;
  margin: 1em auto;
}

img {
  max-width: 100%;
  height: auto;
}

html {
  color: #999;
  min-height: 100%;
  background-color: #fff;
  font-family: 'avenir next', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: color .3s;
}

a:hover { color: #666; }

nav {
  color: #333;
  font-weight: bold;
  border-top: 1em solid #eee;
}
nav a {
  color: #999;
}

.l_home nav { border-top: none; }

nav img:hover { opacity: 1; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}
.inverted {
  color: white;
  background-color: #999;
}

.article_title {
  color: #333;
  margin-top: 1em;
  margin-bottom: 1em;
}
.article_date {
  color: #aaa;
  font-size: smaller;
  font-weight: normal;
}
.article_content {
  font-size: 1.2em;
  color: #666;
}
.bandcamp {
  background-color: #eee;
}
.newspaper {
  border-top: 1em solid #eee;
  padding-bottom: 1em;
}
.newspaper h2 {
  font-size: 1em;
}
.newspaper section {
  border-top: 1px solid #eee;
}
.newspaper section:first-child {
  border-top: none;
}
.newspaper section:last-child {
  border-bottom: 1px solid #eee;
}
.newspaper nav {
  text-align: center;
}
@media (min-width: 700px) {
  .article_content {
    font-size: 1.8em;
  }
}
::selection { background: #ac4f4a; color: white; }
::-moz-selection { background: #ac4f4a; color: white; }

.sized {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.feature-wrap {
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
}
.feature {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.feature iframe {
  margin: 0 auto;
  background-color: #999;
}
.centered {
  text-align: center;
}
.footer {
  padding: 10px;
}
.l_home .footer {
  display: none;
}
.mp3s {
  list-style: none;
}
.mp3s li {
  margin-bottom: 1.4em;
}
.videos {
  list-style: none;
}
.embedded_video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 1.4em;
  background-color: #eee;
}
.embedded_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mc {
  text-align: center;
  padding-bottom: 20px;
}

.newspaper {
 // max-width: 480px;
}
.newspaper .intro {
  text-align: center;
}
.intro h1 span {
  display: none;
}
.intro p {
  max-width: 40em;
}
.intro img {
  opacity: 0.8;
  height: 9em;
  display: block;
  margin: 0 auto;
}
.newspaper section {
  padding: 1em 0;
}
.newspaper p {
  margin: 0 auto;
}

@media (max-width: 480px) {
  .padding {
    vertical-align: top;
  }
}


.dated_list {
  overflow: auto;
  list-style: none;
}
.dated_list li {
  margin-bottom: 1em;
}
.date_info {
  display: inline-block;
}
.date_info p { margin: 5px 0 0; }
.calendar_date {
  display: inline-block;
  width: 3em;
  text-align: center;
}
.calendar_month {
  padding: 0 3px;
  font-variant: small-caps;
  text-transform: lowercase;
}
.calendar_day {
  font-family: sans-serif;
  font-weight: bold;
  font-size: 1.5em;
}
.gig_year_break {
  border-top: 1px solid #aaa;
  padding-top: 1em;
  margin: 2em 0 0;
  width: 100%;
  display: block;
  clear: both;
}
.gig_year_break:first-child { border-top: none; margin-top: 0; padding-top: 0; }
.calendar_date {
  background: #e5e6e8;
  color: #000;
}
.calendar_month {
  background: #ac4f4a;
  color: #e5e6e8;
}
@media (min-width: 720px) {
  .dated_list .gig {
    float: left;
    width: 33%;
  }
}


