/* CSS RESET
------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img {
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style:normal;
    font-weight:300;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:300;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border:0;
}




/* STYLING FOR PAGE */

body {
    color:#eee;
    background: #232323;
    font-size: 16px;
    font-weight: 300;
    letter-spacing:0;
    width: auto;
    height: auto;
    overflow:auto;
}

.centered {
  text-align:center;
}

.main-title {
  color: #ccc;
  font-size: 3em;
}

.releases-subhead {
  text-align: center;
  font-size: 1.6em;
  color: #ccc;
}

.social-spot {
  margin: auto;
}

.icon {
  margin-right: 16px;
}

strong {
  font-weight: 500;
}

em {
	font-style: italic;
}

a {
  color: #aaa;
}

a:hover {
  color: #ccc;
}

.hidden {
  display:none;
}

.news-rail {
  border-top: 0.5px solid #333;
}

.news-spot {
  background-color: #333;
  margin: auto;
  border-radius: 5px;
}

.extra-margin {
  margin: 14px auto 10px auto;
}

.news-spot:hover {
  background-color: #444;
}

.news-spot div.inner-pad {
  padding: 0 0 3px 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

.news-spot div.inner-pad.news-pad {
  padding-top: 22px;
}

.news-spot .next-show {
  margin-top:0;
  margin-bottom: 15px;
}

p.quote-block {
  font-size: 1.2em;
  font-style:italic;
}
div.quote-stamp-wrapper {
  display:block;
  float:none;
  /* width:100%; */
  overflow:auto;
  margin-bottom: 5px;
}
p.quote-stamp {
  background-color:#232323;
  color:#eee;
  padding: 4px 8px;
  float: left;
  font-size:1em;
}
span.quote-attribution {
  /* font-size:0.8em; */
  font-style: normal;
  color:#111;
  padding-right: 4px;
  clear: both;
}

.singles-box {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #444;
}

@media only screen and (min-width: 45em) {
  .news-spot div.inner-pad.show-pad {
    padding-top: 22px;
  }
  .news-spot .next-show {
    margin-top:8px;
    margin-bottom: 8px;
  }
}

div.inner-pad div.site-floater {
  position: absolute;
  line-height: 17px;
  height: 17px;
  font-size: 12px;
  top: 2px;
  left: 5px;
}

div.site-floater a {
  text-decoration: none;
  font-weight: 500;
}

.news-spot div.inner-pad span {
  font-style: italic;
  color: #888;
}

.news-spot div.inner-pad i {
  position: relative;
  top:1px;
}

.releases a, .full-album a {
  text-decoration: none;
}

.full-album {
  padding-bottom: 20px;
  border-bottom: 1px solid #444;
  margin-bottom: 20px;
}

.release-name {
  font-style: italic;
  font-weight: 500;
  color: #ccc;
  padding-right: 5px;
}

.release-date {
  color: #999;
  font-size: .8em;
}

.unreleased {
  height: 100%;
}

.coming-soon {
  width: 100%;
  height: 0;
  padding-top: 50%;
  padding-bottom: 50%;
  font-style: italic;
  text-align: center;
  background-color: #333;
  border: 1px dashed #555;
  color: #888;
}

.release-box {
  margin-bottom: 36px;
}

.cover-image {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-size: contain;
}

.full-album .cover-image {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-size: contain;
}

.release-info {
  margin-bottom: 15px;
  padding: 5px;
  background-color: #363636;
  height: auto;
  overflow: auto;
}


.pad-left {
  padding-left: 5px;
}

.pad-right {
  padding-right: 5px;
}

/* VIDEO HEADER STUFF */
.video-spot {
  margin-top: 30px;
  padding: 30px 0;
  margin-bottom: 25px;
  border-bottom: 0.5px #444 solid;
  border-top: 0.5px #444 solid;
}

.video-header {
  height:auto;
  overflow:auto;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
