body{
	color:white;
	font-family: 'Quicksand','Arial', 'Helvetica', sans-serif;
	background:black;
	background-image: url('/images/background.jpg');
	background-size: 100%;
	background-repeat: no-repeat;
//    background-attachment: fixed;
//    background-position: center; 
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#330d66+0,170844+7,000000+100 */
}

a{color:red;text-decoration:none;}
a:hover{color:purple;}
ul{-webkit-padding-start: 0px;}

#sitecontainer{
    background: black;
    background: rgba(255, 255, 255, 0.1);
	width:100%;
	margin:0 auto;
	max-width:1024px;
}

ul.nav{
	text-align:center;
	font-weight: bold;
	margin: 5px auto;
	border-top:1px solid white;
	border-bottom:1px solid white;
	padding: 10px 0px;
	width:90%;
	font-size: 1.5vw;
}

ul.nav li{
	display:inline-block;
	width: 11%;
}

ul.nav a{color:white;}

ul.nav li.icon {display: none;}

#content{
	margin: 20px auto;
	width:85%;
}

.archive_list{
	list-style-type:none;
	margin-left:2%;
}

#mainpagecontent h3 {
	font-size:1.1em;
	margin:5px;
}

#mainpagecontent img {
	margin:10px 10px 10px 0px;
	width:160px;
	float:left;
}

.track{
	list-style:none;
	-webkit-padding-start: 0px;
	text-align:center;
}

.track img{
	width:100%;
	text-align:center;
}

.track p{
	font-size:0.8em;
}

.track li{
	text-align:left;
	width:100%;
	max-width:320px;
	display:inline-block;
	vertical-align:top;
	margin: 20px;
}

.downloadbutton {
	display:block;
	font-weight:bold;
	background:red;
	padding:10px;
	border-radius:5px;
	color:white;
}

.downloadbutton:hover{
	background:purple;
	color:white;
}

.spotifyembed{
	width:100%;
	min-width: 250px;
	height: 300px;
}

#footer{
	border-top:1px solid white;
	padding-top: 10px;
	text-align:center;
	width:90%;
	margin:auto;
	font-weight:bold;
}

.footersocialbuttons{
	list-style:none;
	margin:auto;
}

.footersocialbuttons li{
	display:inline-block;
	padding:5px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  max-height:368px;
  float: left;
  width: 100%;
  border: 0;
  }
  
.rslides_tabs{
	background: rgba(0,0,0,.25);
    font-size: 18px;
    list-style: none;
    margin: 0 auto 50px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
} 
.rslides_tabs li{
    display: inline;
    float: none;
    margin-right: 5%;
}
  
@media screen and (max-width: 800px) {

#mainpagecontent img {
	margin:10px 0px;
	width:100%;
}

ul.nav{
	font-size:4vw;
	min-height:1.3em;
}	

ul.nav li{display: none;}
ul.nav li.icon {
	float: left;
    display: inline-block;
}
ul.nav.responsive {position: relative;}

ul.nav.responsive li {
    float: none;
    display: inline;
	line-height:2em;
  }
ul.nav.responsive li a {
    display: block;
    text-align: left;
  }

.track li{
	max-width:250px;
}

}

@media screen and (max-width: 605px) {


.track li{
	margin:10px auto;
}

.rslides_tabs{
	background: rgba(0,0,0,.25);
    font-size: 13px;
    list-style: none;
    margin: 0 auto 50px;
    padding: 9px 0;
    text-align: center;
    width: 100%;
} 

.rslides_tabs li{
	margin-right: 4%;
	} 
	
.spotifyembed{
	height: 80px;
}

}