﻿#FooterContainer {
	display: block;
	height: 80px;
	width: 100%;
	position: fixed;
	bottom: 0;
	text-shadow: none;
	border-top: 3px solid #999999;
}

	#FooterContainer img, a {
		-webkit-filter: brightness(100%);
	}

		#FooterContainer img:hover, a:hover {
			-webkit-filter: brightness(80%);
			-webkit-transition: all 1s ease;
			-moz-transition: all 1s ease;
			-o-transition: all 1s ease;
			-ms-transition: all 1s ease;
			transition: all 1s ease;
		}



#ATContainer {
	/*display: none;*/
	height: 100%;
	/*width: 450px;*/
	width: 35%;
	max-width: 450px;
	padding: 0px;
	margin: 0px 10px 0px 10px;
	float: left;
	text-align: left;
	vertical-align: central;
}

#ATAlbumCover {
	display: none;
	float: left;
	width: 70px;
	height: 70px;
	margin: 5px;
}


#ATNoATImage {
	display: block;
	float: left;
	width: 143px;
	height: 40px;
	margin: 20px 20px;
}


#ATArtistName {
	display: inline-block;
	margin-top: 6px;
	color: white;
	font-size: 16px;
	color: #26a2d7;
}

#ATSongTitle {
	display: inline-block;
	margin-top: 0px;
	color: white;
	font-size: 14px;
}

#ATEventTime {
	display: inline-block;
	margin-top: 0px;
	color: white;
	font-size: 10px;
}




#AppLinksContainer {
	display: block;
	height: 100%;
	width: 10%;
	max-width: 150px;
	padding: 0px;
	margin: 0px 10px 0px 10px;
	float: right;
	/*background-color: #ffd800;*/
	text-align: center;
	vertical-align: central;
}

	#AppLinksContainer a {
		display: inline-block;
		height: 32px;
		margin: 34px 5px 0px 5px;
		color: white;
		font-weight: normal;
		text-decoration: none;
	}


#PlayerControlsContainer {
	display: block;
	height: 100%;
	width: 100px;
	padding: 0px;
	margin: 0px 5px 0px 5px;
	float: right;
	/*margin-left: auto;
	margin-right: auto;*/
	/*background-color: darkslategray;*/
	text-align: center;
	vertical-align: middle;
	text-shadow: 0 0 0;
	color: white;
}

	#PlayerControlsContainer img {
		margin: 10px 5px 0px 5px;
	}

#PlayerVolumeContainer {
	float: right;
	width: 100px;
	/*background-color: burlywood;*/
	height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row /* works with row or column */
	flex-direction: row;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

	#PlayerVolumeContainer img {
		float: right;
		width: 16px;
		height: 16px;
		margin: 0px 5px;
	}

	#PlayerVolumeContainer span {
		float: right;
		width: 25px;
		height: 16px;
		margin: 0px 5px;
		text-align: center;
	}

#PlayerVolumeDisplay {
	color: white;
}




#PlayerControlsContainer2 {
	float: right;
	width: 200px;
	height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row /* works with row or column */
	flex-direction: row;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

#PlayerVolumeContainer2 {
	float: right;
	width: 24px;
	/*background-color: burlywood;*/
	height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row /* works with row or column */
	flex-direction: row;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

	#PlayerVolumeContainer2 img {
		float: right;
		width: 24px;
		height: 24px;
		margin: -10px 0px 0px 0px;
	}

	#PlayerVolumeContainer2 span {
		float: right;
		width: 25px;
		height: 16px;
		margin: 0px 5px;
		text-align: center;
	}
