/* =================================================================== */
/* Boxed Layout
====================================================================== */
	body {
		background: #f4feff url("../images/yu-mi-lee-piano-audio.jpg") no-repeat left top fixed;
	background-size: cover !important;
		font: 12px Arial, sans-serif;
		color: #666;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
		overflow-x: hidden;
	 }
	 
	#wrapper {
		background: #transparent;
		width: 960px;
		padding: 0px 0px 35px 0px;
		margin: 10px auto 0 auto;
	}
	
	#footer {
		background: #transparent;
		width: 960px;
		padding: 0px 0px 0px 0px;
		margin: 0 auto 50px auto;
	}
	
.text-bground {background-image: url(../images/transparentlightblue.png) !important; padding: 0 10px;}
.text-bground p {color: #000 }
.text-bground strong {color: #000;}
.text-bground hr {padding: 0 10px; }

#audio-file {margin-left: -20px;}

#foto-nur-mobile {display: none !important;}


/* Smaller than standard 1280 (devices and browsers)
====================================================================== */
@media only screen and (max-width: 1280px) {
	
	body {
		background: #f4feff url("../images/yu-mi-lee-piano-audio-1280.jpg") no-repeat left top scroll;
	background-size: cover !important;
	 }
	
		#wrapper {
		padding: 0px 0px 35px 0px;
		margin: 10px auto 0 auto;
		width: 97%;
	}

	
	#footer {
		margin: 0 auto 50px;
		padding: 15px 0 0 0;
		width: 97% !important;
	}
	
#foto-nur-mobile {display: none !important;}
	
}


/* Smaller than standard 1029 (devices and browsers)
====================================================================== */
@media only screen and (max-width: 1029px) {
	
	body {
		background: #f4feff url("../images/yu-mi-lee-piano-audio.jpg") no-repeat left top scroll;
	background-size: cover !important;
	 }
	
		#wrapper {
		padding: 0px 0px 35px 0px;
		margin: 10px auto 0 auto;
		width: 97%;
	}

	
	#footer {
		margin: 0 auto 50px;
		padding: 15px 0 0 0;
		width: 97% !important;
	}
	
#foto-nur-mobile {display: none !important;}
	
}
	
/* Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
	body {
		background: #f4feff url("../images/yu-mi-lee-pianistin-audio-tablett.jpg") no-repeat left top scroll;
	background-size: cover !important;}
	
	#wrapper {
		padding: 0px 0px 35px 0px;
		margin: 10px auto 0 auto;
	}

	#footer {
		padding: 10px 0 0 0;
		width: 100% !important;
		}
		

#foto-nur-mobile {display: none !important;}

}

/* All Mobile Sizes (devices and browser)
====================================================================== */
@media only screen and (max-width: 767px) {
	
	body {
		background: #f4feff;}

	#wrapper {
		margin: 0 auto;
		padding: 15px 0 30px 0;
		width: 100%;
		}
	#footer {
		margin: 0 auto;
		padding: 15px 0 0 0;
		width: 100% !important;
	}
	
	#foto-nur-mobile {display: inline !important; width: 100% !important;}
	.text-bground {background: #f4feff; !important; background-image: none !important; padding: 0 10px;}

}
