body {
    font: 10px Verdana, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    text-align: center;
    margin: 0px;
    background-attachment: fixed;
    background-color: #000000;
    background-image: url(/images/redwave.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.lineContainer {
    padding-top:10px;
    padding-bottom:10px;
    clear:both;
    width:50%;
    margin-left:auto;
    margin-right:auto;
    display:none;
}
.line {
    background-color: #CC0000;
    height: 1px;
}
img {
    border: none;
}
.new {
    text-decoration: none;
    background-color: #CC0000;
    width: 100px;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
}
.old {
    height:14px
}
a {
    color: #FFFFFF;
}
.colored {
    background-color: #111;
}
td {
    padding-top:10px;
    padding-bottom:10px;
    text-align: left;
}
.block{
    text-align:center;
    padding:10px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #CC0000;
    border-bottom-color: #CC0000;
    background-color:#000;
}
#mc_embed_signup{
    /*background:#fff; */
    width:600px;
    font:11px Verdana,Arial,sans-serif;
    margin-left:auto;
    margin-right:auto;
}
#mc_embed_signup form{
    padding-left:0;
}
#mc_embed_signup input.button {
    width:90px;
    margin-top:-3px;
    display: inline-block;
}
#mc_embed_signup input.email {
    width:none;
    margin:0;
    padding:3px;
    height:20px;
    display: inline-block;
}
#mc_embed_signup label{
    font-size:13px;
}
#mc_embed_signup label{
    padding-bottom:3px;
}
.leftJustify{
    width:600px;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
}
#newsletter{
    /*font-weight:bold;*/
    padding-top:5px;
    display:block;
}
#floater{
    position:fixed;
    top:10px;
    right:10px;
    z-index:9999;
}
#mailinglistContainer{
    display:none;
}
#header{
    position:fixed;
    top:0;
    width:100%;
    background:#000;
    z-index:999;
}
#footer{
    /*position:fixed;
    bottom:0;
    width:100%;*/
}
#top{
    height:250px;
}
#bottom{
    height:50px;
    clear:both;
}
#groupContainer{
    /*width:1060px;*/
    margin-right:auto;
    margin-left:auto;
}
.group{
    /*clear:both;*/
    margin-bottom:30px;
    margin-right:15px;
    margin-left:15px;
    width:500px;
    display:inline-block;
    /*float:left;
    width:50%;
    margin-right:auto;
    margin-left:auto;*/
}
.groupText{
    padding:6px;
    text-align:left;
    background-color:#444;
    /*margin-bottom:6px;*/
    margin-top:6px;
    position:relative;
}
.groupTopRight{
    position:absolute;
    top:0;
    right:0;
    margin-right:10px;
    margin-top:8px;
}
.groupBottom{
    padding:4px;
}
.groupTextLinks{
    text-align:right;
}
.name{
    font-size:14px;
}
a.name {
    text-decoration:none;
}

.groupText span{
    font-style:italic;
    font-size:12px;
    padding-left:6px;
}
.albumLink{
    text-align:left;
    background-color:#222;
    padding:6px;
}
#albumBuffer{
    height:10px;
    clear:both;
}

.gutterTopSmall{
    margin-top:4px;
}
.gutterTop{
    margin-top:20px;
}
.gutterTopLarge{
    margin-top:40px;
}

.gutterBottomSmall{
    margin-bottom:4px;
}
.gutterBottom{
    margin-bottom:20px;
}
.gutterBottomLarge{
    margin-bottom:40px;
}

.content-item{
    margin-bottom:20px;
}
.mp3box{
    background-color: #999;
    padding:5px;
    width: 330px;
    margin-left: auto;
    margin-right: auto;
    border-radius:40px;
}

audio::-webkit-media-controls-panel {
/* background-color: #fff;*/
/*  color: #555;*/
/*    height:20px;*/
}

audio::-webkit-media-controls-play-button {
/*  background-color: #f00;*/
}


.button-container {
    padding:10px;
}

.button-container a {
  display: inline-block;
  padding: 10px 20px;
  margin: 0px 5px;
  text-decoration: none;
  background-color: #222;
  border: 2px solid #ccc;
  border-radius: 5px;
}

.button-container a:hover {
  background-color: #444;
  border: 2px solid #ccc;
}
#new, #featured, #all, #artists {
    margin-top:-250px;
    padding-top:250px;
}
.completeAlbum{
    background-color:#fff3;
    margin-left: auto;
    margin-right: auto;
    width:400px;
    margin-top:10px;
    margin-bottom:10px;
    padding:20px;
    border-radius:40px;
}
.news{
    width:350px;
    padding:10px;
    background-color:#333;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
}
.news .heading{
    font-weight: bolder;
    font-size: 16px;
}
.listenButton{
    margin-top:20px;
    margin-bottom:10px;
}
.listenButton a{
    font-weight: bolder;
    font-size: 16px;
    text-decoration: none;
    background-color:#fff;
    color:#000;
    padding:5px;
    border-radius: 8px;
}

