@charset "UTF-8";
.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;
	margin-bottom: 6px;
-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}
.songTitle {
	font-size: 85%;
	background-color: #00a33e;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	line-height: 125%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-radius: 6px;
	color: #FFFFFF;
	font-weight: 400;
	border: 2px solid #FFFFFF;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.70);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.70);
}
.songTitleTMYM {
	font-size: 85%;
	background-color: #93906F;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	line-height: 125%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-radius: 6px;
	color: #FFFFFF;
	font-weight: 400;
	border: 2px solid #FFFFFF;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.70);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.70);
	background-image: url(../images/music_page/tmym_bg.jpg);
}
.songTitleSotP {
	font-size: 85%;
	background-color: #BA1F2D;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	line-height: 125%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-radius: 6px;
	color: #FFFFFF;
	font-weight: 400;
	border: 2px solid #FFFFFF;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.70);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.70);
}
.songTitleEvent {
	font-size: 85%;
	background-color: #92A6A5;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	line-height: 125%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-radius: 6px;
	color: #FFFFFF;
	font-weight: 400;
	border: 2px solid #FFFFFF;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.70);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.70);
}
.songTitleLatUR {
	font-size: 85%;
	background-color: #000000;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	line-height: 125%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-radius: 6px;
	color: #FFFFFF;
	font-weight: 400;
	border: 2px solid #FFFFFF;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.70);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.70);
}
/* CSS Document */

.musicWrapper {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}
.playerTMYM {
	background-color: #93906F;
	background-image: url(../images/music_page/tmym_bg.jpg);
}
.playerSotP {
	background-color: #BA1F2D;
}
.playerEvent {
	background-color: #879A9E;
}
.playerLatUR {
	background-color: #D39331;
}

audio
{
	max-width: 90%;
	-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: 5%;
	margin-left: 5%;
	margin-top: 4px; /* *** WBO *** I added the top margin size for better spacing of the song description box *** */
}
control {
	width: 200px;
	}

/*  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);
}
.playerGarrisonGreen {
	background-color: #00A33E;
}
.playerModernPhonography {
	background-color: #A24903;
}
#playerThree {
	background-color: #ED932A;
}
.playerYellow {
	background-color: #ED932A;
}
.albumWrapper .copyrightCopy {
	line-height: 120%;
}
.songTitleMP {
	font-size: 85%;
	background-color: #A24903;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	line-height: 100%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-radius: 6px;
	color: #EBB56B;
	font-weight: 400;
	border: 2px solid #EBB56B;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.70);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.70);
}
/* 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;
}
}
