@charset "UTF-8";
/* CSS Document */

.audioWrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	/*background-color: #0F0;*/
}
.musicWrapper {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

audio
{
	-webkit-transition: all .5s linear 0s;
	-moz-transition: all .5s linear 0s;
	-o-transition: all .5s linear 0s;
	transition: all .5s linear 0s;
	-moz-box-shadow: 2px 2px 4px 0px #000;
	-webkit-box-shadow: 2px 2px 4px 0px #000;
	box-shadow: 2px 2px 4px 0px #000;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	margin-top: 30px;
	height: 50px;
	background-color: #666;
	padding: 6px;
	-ms-transition: all .5s linear 0s;
	margin-right: auto;
	margin-left: auto;
	margin-top: 4px; /* *** WBO *** I added the top margin size for better spacing of the song description box *** */
}

/*  Below found at: http://stackoverflow.com/questions/3794682/custom-css-for-audio-tag */
audio:hover, audio:focus, audio:active
{
-webkit-box-shadow: 15px 15px 20px rgba(0,0, 0, 0.4);
-moz-box-shadow: 15px 15px 20px rgba(0,0, 0, 0.4);
box-shadow: 15px 15px 20px rgba(0,0, 0, 0.4);
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
transform: scale(1.05);
}

/* **** I also found this way to change the color of the actual player at StackOverflow: http://stackoverflow.com/questions/4126708/is-it-possible-to-style-html5-audio-tag **** */
audio {
	background-color: #F50404;
}

/* ***** The following #player___ properties are to change the backgroud color of the player. This will overwrite the audio tag [see above] background-color ***** */

.playerLightWood {
	background-color: #ED932A;
	background-image: url(../images/light_wood_600px.jpg);
}
.playerMahogony {
	background-color: #ED932A;
	background-image: url(../images/mahogony_medium_wood.jpg);
}
.playerDarkBlue {
	background-color: #00328d;
}
.playerGradientBlue {
	background-color: #00328d;
	background-image: -webkit-linear-gradient(270deg,rgba(121,170,232,1.00) 0%,rgba(21,82,162,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(121,170,232,1.00) 0%,rgba(21,82,162,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(121,170,232,1.00) 0%,rgba(21,82,162,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(121,170,232,1.00) 0%,rgba(21,82,162,1.00) 100%);
}
.playerGradientOne {
	background-color: #00328d;
	background-image: -webkit-linear-gradient(270deg,rgba(95,79,46,1.00) 2.05%,rgba(166,152,98,1.00) 34.07%,rgba(186,183,150,1.00) 60.05%,rgba(129,125,89,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(95,79,46,1.00) 2.05%,rgba(166,152,98,1.00) 34.07%,rgba(186,183,150,1.00) 60.05%,rgba(129,125,89,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(95,79,46,1.00) 2.05%,rgba(166,152,98,1.00) 34.07%,rgba(186,183,150,1.00) 60.05%,rgba(129,125,89,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(95,79,46,1.00) 2.05%,rgba(166,152,98,1.00) 34.07%,rgba(186,183,150,1.00) 60.05%,rgba(129,125,89,1.00) 100%);
}
.playerGradientOlive {
	background-color: #5F4F2E;
	background-image: -webkit-linear-gradient(270deg,rgba(95,79,46,1.00) 2.05%,rgba(166,152,98,1.00) 34.07%,rgba(186,183,150,1.00) 60.05%,rgba(129,125,89,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(95,79,46,1.00) 2.05%,rgba(166,152,98,1.00) 34.07%,rgba(186,183,150,1.00) 60.05%,rgba(129,125,89,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(95,79,46,1.00) 2.05%,rgba(166,152,98,1.00) 34.07%,rgba(186,183,150,1.00) 60.05%,rgba(129,125,89,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(95,79,46,1.00) 2.05%,rgba(166,152,98,1.00) 34.07%,rgba(186,183,150,1.00) 60.05%,rgba(129,125,89,1.00) 100%);
}
.playerGradientGold {
	background-color: #DDA90A;
	background-image: -webkit-linear-gradient(270deg,rgba(233,223,127,1.00) 2.05%,rgba(221,169,10,1.00) 34.07%,rgba(221,169,10,1.00) 60.05%,rgba(233,223,127,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(233,223,127,1.00) 2.05%,rgba(221,169,10,1.00) 34.07%,rgba(221,169,10,1.00) 60.05%,rgba(233,223,127,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(233,223,127,1.00) 2.05%,rgba(221,169,10,1.00) 34.07%,rgba(221,169,10,1.00) 60.05%,rgba(233,223,127,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(233,223,127,1.00) 2.05%,rgba(221,169,10,1.00) 34.07%,rgba(221,169,10,1.00) 60.05%,rgba(233,223,127,1.00) 100%);
}
.playerGradientOrangeWhite {
	background-color: #FF8F1B;
	background-image: -webkit-linear-gradient(270deg,rgba(255,143,27,1.00) 0%,rgba(255,143,27,1.00) 22.57%,rgba(255,255,255,1.00) 50.49%,rgba(255,143,27,1.00) 77.62%,rgba(255,143,27,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,143,27,1.00) 0%,rgba(255,143,27,1.00) 22.57%,rgba(255,255,255,1.00) 50.49%,rgba(255,143,27,1.00) 77.62%,rgba(255,143,27,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,143,27,1.00) 0%,rgba(255,143,27,1.00) 22.57%,rgba(255,255,255,1.00) 50.49%,rgba(255,143,27,1.00) 77.62%,rgba(255,143,27,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,143,27,1.00) 0%,rgba(255,143,27,1.00) 22.57%,rgba(255,255,255,1.00) 50.49%,rgba(255,143,27,1.00) 77.62%,rgba(255,143,27,1.00) 100%);
}
.playerGradientRedBlack {
	background-color: #E80202;
	background-image: -webkit-linear-gradient(270deg,rgba(120,1,1,1.00) 0%,rgba(232,2,2,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(120,1,1,1.00) 0%,rgba(232,2,2,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(120,1,1,1.00) 0%,rgba(232,2,2,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(120,1,1,1.00) 0%,rgba(232,2,2,1.00) 100%);
}
#playerThree {
	background-color: #ED932A;
}
.playerYellow {
	background-color: #ED932A;
}

.centerAudioOne {
	text-align: center;
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 4px;
	z-index: 999999;
	background-color: #FFF;
	padding-top: 0px;
	padding-bottom: 0px;
	/*border-radius: 30px;*/
	margin-bottom: 6px;
}
/* WBO*** The following rule prevents a section from breaking to the next column *** */
.albumWrapper {
-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
			   border-bottom:thin solid #000000;
			   padding-bottom: 10px;
			   margin-bottom: 10px;
}


@media (max-width : 700px ){

}


@media (max-width: 500px){   
.centerAudioContentsMobile {
	display: block;
	border-top: thin solid rgba(133,133,133,1.00);
	padding-top: 3px;
	padding-bottom: 15px;
}
}
