body {
	background-color: #fad98c;
	padding: 100px;
	margin: 100px;
	font-family: 'Ruda', sans-serif;
}

div.username {
display: none;
}

#getting-started {

	font-size: 25px;

	font-weight: bold;

}

a:link {
		text-decoration: none;
		color: #803052; 
   -webkit-transition: color .25s ease-in;
   -moz-transition: color .25s ease-in;
   -o-transition: color .25s ease-in;
   -ms-transition: color .25s ease-in;
   transition: color .25s ease-in;
	}


a:visited {
		text-decoration: none;
		color: #803052; 
   -webkit-transition: color .25s ease-in;
   -moz-transition: color .25s ease-in;
   -o-transition: color .25s ease-in;
   -ms-transition: color .25s ease-in;
   transition: color .25s ease-in;
	}


a:hover {
		text-decoration: none;
		color: black;
	}


a:active {
		text-decoration: none;
		color: black;
	}


	
	img.bg {
  /* Set rules to fill background */
  z-index: -1;
                                    
  min-height: 100%;
  min-width: 1390px;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}

#top-wrapper {
		position: fixed;
		z-index: 5000;
		background-color: #fff;
		top: 0px;
		padding-bottom: 10px;
		padding-top: 10px;
		width: 100%;
		-moz-box-shadow: 0 0 25px #000;
		-webkit-box-shadow: 0 0 25px#000;
		box-shadow: 0 0 25px #000;
	}


.top-container {
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}


.logo {
		margin: 0px;
		max-width: 300px;
		float: left;
	}

	
.logo img {
		width: 100%;
	}


#navigation {
		float: right;
		margin-left: 0px;
		margin-bottom: 0px;
		margin-right: 0px;
		margin-top: 30px;
		max-width: 700px;
		text-align: right;
	}

.spacer{ height: 170px; }

#slides {
		position: relative;
		max-width: 1000px;
		margin-right: auto;
		margin-left: auto;
	}


img.stretch {
		width: 100%;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		-khtml-border-radius:4px;
		border-radius:4px;
		-moz-box-shadow: 0 0 15px #000;
		-webkit-box-shadow: 0 0 15px#000;
		box-shadow: 0 0 15px #000;
		
	}


.margin {
		margin-right: 15px;
		margin-left: 15px;
	}


.clearer {
		clear: both;
	}


#content-container {
		padding: 0px;
		margin-right: auto;
		margin-left: auto;
		max-width: 1000px;
	}


.container {
		background-color: white;
		color: #60564c;
		line-height: 27px;
		font-size: 15px;
		margin-left: 0px;
		margin-bottom: 20px;
		margin-right: 0px;
		margin-top: 20px;
		padding: 20px;
		max-width: 1000px;
		border-color: #ccc8c8;
		border-style: solid;
		border-width: 1px;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		-khtml-border-radius:4px;
		border-radius:4px;
		-moz-box-shadow: 0 0 10px #000;
		-webkit-box-shadow: 0 0 10px#000;
		box-shadow: 0 0 10px #000;
	}

.player {
		background-color: white;
		margin-left: 0px;
		margin-bottom: 20px;
		margin-right: 0px;
		margin-top: 20px;
		border-color: #ccc8c8;
		border-style: solid;
		border-width: 1px;
		padding: 10px;
		max-width: 1000px;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		-khtml-border-radius:4px;
		border-radius:4px;
		-moz-box-shadow: 0 0 10px #000;
		-webkit-box-shadow: 0 0 10px#000;
		box-shadow: 0 0 10px #000;
	}


#social-icons {
	
	list-style-type: none;
	}


#social-icons li {
		padding-bottom: 5px;
		padding-top: 5px;
		display: inline-block;
	}



.releases {
	
	list-style-type: none;
	}


.releases li {
		border: 1px solid grey;
		margin: 25px;
		display: inline-block;
	}



a.opacity-ease {
text-decoration: none;
-webkit-transition: opacity .5s ease-in;
   -moz-transition: opacity .5s ease-in;
   -o-transition: opacity .5s ease-in;
   -ms-transition: opacity .5s ease-in;
   transition: opacity .5s ease-in;
	}


a.opacity-ease:hover {
text-decoration: none;
filter:alpha(opacity=60);   
   -moz-opacity: 0.60;   
   opacity: 0.60;
   -khtml-opacity: 0.60; 
	}


h1 {
		font-size: 30px;
		color: #b9c100;
	}


.tagline {
		letter-spacing: 1px;
		padding-top: 15px;
		padding-right: 30px;
		float: right;
		color: #a1a31b;
		font-size: 24px;
		text-align: right;
	}


.kdur {
		padding-left: 10px;
		padding-bottom: 10px;
		padding-right: 10px;
		padding-top: 0px;
		text-align: center;
		position: relative;
		max-height: 315px;
		max-width: 289px;
		float: right;
		top: 0px;
		right: 0px;
		font-size: 20px;
	}


.video {
		max-width: 900px;
		margin-left: auto;
		margin-bottom: 0px;
		margin-right: auto;
		margin-top: 0px;
	}

.video li {
		font-weight: bold;
		text-align: center;
		margin: 20px;
		display: inline-block;
		list-style-type: none;
	}
input.textfield { max-width: 45em; border-color: #cdcdcd; border-style: solid; margin-bottom: 20px; padding-left: 5px; border-width: 1px; font-family: "Lucida Grande", Verdana, Arial, sans-serif; font-size: 14px;
-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	   	height: 30px;
	   	-moz-border-radius:4px;
		-webkit-border-radius:4px;
		-khtml-border-radius:4px;
		border-radius:4px;
}


	   	 
div.field textarea { height: 10em; width: 100%; max-width: 30em; border-color: #cdcdcd; border-style: solid; margin-bottom: 20px; padding-left: 5px; border-width: 1px; font-family: "Lucida Grande", Verdana, Arial, sans-serif; font-size: 14px;
-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	-moz-border-radius:4px;
		-webkit-border-radius:4px;
		-khtml-border-radius:4px;
		border-radius:4px;
}
	   	 

	   	 
div.field {
	margin-left: 40px;
	width: 100%;
	text-align: left;
	clear: both;
	margin-bottom: 1em;
	
	}
	
	
	
	.first {
		padding: 15px;
		background-color: #edfebf;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		-khtml-border-radius:4px;
		border-radius:4px;
	}


#eventlistings {
	list-style-type: none;
	}
#eventlistings li {
		margin-bottom: 20px;
		padding-bottom: 10px;
		border-bottom-color: #abaca5;
		border-bottom-style: dotted;
		border-bottom-width: 1px;
		list-style-type: none;
	}


#eventtime {
		margin: 0px;
		font-size: 13px;
		color: #3c3c3c;
	}
	


	img.gallery {
	margin: 15px;
-moz-box-shadow: 0 0 10px #7e7e7e;
		-webkit-box-shadow: 0 0 10px#7e7e7e;
		box-shadow: 0 0 10px #7e7e7e;
	-moz-border-radius:4px;
		-webkit-border-radius:4px;
		-khtml-border-radius:4px;
		border-radius:4px;
	
	}


	.center {
		margin-left: auto;
		margin-right: auto;
		max-width: 850px;
	}


	#copyright {
		font-size: 14px;
		color: #aaaeb0;
		margin-bottom: 10px;
		margin-top: 10px;
		text-align: center;
	}
	
	
	img.rounded {
	
	-moz-border-radius:4px;
		-webkit-border-radius:4px;
		-khtml-border-radius:4px;
		border-radius:4px;
	}
	
	.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
	
/* ======================================================= BEGIN MEDIA QUERIES*/ 

@media screen and (max-width: 767px) {
	body {
		padding: 20px 10px;
		margin: 0;
	}

	.spacer{ height: 80px; }
		
	.logo img {
		width: 80%;
	}

	/* Make album covers responsive */
	.releases {
		padding: 0;
		margin: 20px 0;
	}

	.releases li {
		margin: 15px 10px;
		width: calc(50% - 30px);
		max-width: 200px;
	}

	.releases li img {
		width: 100%;
		height: auto;
	}

	/* Social icons */	
	#social-icons {
		background-repeat: repeat;
		background-image: url(graphics2/socialbg.png);
		bottom: 10px;
		position: fixed;
		padding-left: 3px;
		padding-bottom: 3px;
		padding-right: 5px;
		padding-top: 3px;
		float: right;
		z-index: 500;
		right: 0px;
		text-align: center;
		-moz-border-radius-topleft:5px;
		-moz-border-radius-bottomleft:5px;
		
		-webkit-border-top-left-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		
		-khtml-border-radius-top-left:5px;
		-khtml-border-radius-bottom-left:5px;
		
		border-top-left-radius:5px;
		border-bottom-left-radius:5px;
	}

	#social-icons li {
		margin-right: 5px;
		margin-left: 5px;
		display: inline-block;
		padding-bottom: 5px;
		padding-top: 5px;
		list-style-type: none;
	}
	
	.tagline {
		font-size: 12px;
		letter-spacing: normal;
	}

	.container {
		padding: 15px;
		margin: 15px 0;
	}

	.center {
		max-width: 100%;
		padding: 0 10px;
	}

} /* End Media Query */

/* Extra small devices */
@media screen and (max-width: 480px) {
	body {
		padding: 10px 5px;
	}

	.releases li {
		width: calc(100% - 20px);
		max-width: none;
		margin: 10px;
	}

	.spacer{ height: 60px; }
}
	
div.coinBox {

	display: inline-block; 
	width: 275px; 
	height: 300px; 
	border-color: #C9C9C9; 
	background-color: #f5f5f5;
	border-style: solid; 
	border-width: 1px; 
	margin: 5px;
	vertical-align: top;
	text-align: center;

}