/*-----------------------------------------------------------------------------------*/
/*	MEDIA QUERIES
/*-----------------------------------------------------------------------------------*/


@media only screen and (min-device-width: 768px) { 

.header-wrapper {display:none;}
}



/* iPad Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) { 
	
	.header,
	.wrapper,
	#footer,
	.site-generator {
		width:960px;
	}
	
	.audio-wrapper {
		width: 425px;
	}
	.audio {
		width: 270px;
	}
	.single .audio-wrapper {
		width: 600px;
	}
	.single .audio {
		width: 445px;
	}	

}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) { 
#div1 {	margin: 0 0 20px 35%;}
.info-box12 { background-position: 0% 30%;}
.info-box13 { background-position: 0% 0%;}
#oxy.alignleft, #reg.alignleft {margin-left:32%;}
#jane.alignleft, #dos.alignleft, #mains.alignleft {margin-left:43%;}
#presso.alignleft {margin-left:21%;}
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
	.header,
	.wrapper,
	#footer,
	.site-generator  {
		width:720px;
	}
	
	.audio-wrapper {
		width: 305px;
	}
	.audio {
		width: 150px;
	}
	.single .audio-wrapper {
		width: 430px;
	}
	.single .audio {
		width: 275px;
	}
	

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	.header,
	.wrapper,
	#footer,
	.site-generator,
	.content,
	.sidebar  {
		width: 98%;
	}
	
	.audio-wrapper {
		width: 96%;
	}
	.audio {
		width: 240px;
	}
	.single .audio-wrapper {
		width: 96%;
	}
	.single .audio {
		width: 240px;
	}
	
	
	.selectnav {
		display: block;
		float: none;
	}
	
	#comments .user {
		float: none;
		display: none;
	}
	
	#comments ul.children {
		padding:0 0 0 20px;
	}
	
	.one-half, .one-third, .two-third, .three-fourth, .one-fourth, .one-fifth, .one-sixth {
		float: none;
		margin: 0 0 20px 0;
		width: 100%;
	}
	.one-third {display:none;}
p {text-align:justify;}
h1.title {margin-bottom:20px; margin-top:10px;}
.site-generator-wrapper {font-size:80%; text-align:center;}
.two-third img {width:20%!important; height:auto; margin-top:0!important; margin-bottom:5px!important; margin-left:0px;}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

	
	.header,
	.wrapper,
	#footer,
	.site-generator,
	.content,
	.sidebar   {
		width: 98%;
	}
	.wrapper {padding-top:64px;}
	
	.audio-wrapper {
		width: 96%;
	}
	.audio {
		width: 96%;
		position: relative;
		top: inherit;
		right: inherit;
		margin-top: 20px;
	}
	.single .audio-wrapper {
		width: 96%;
	}
	.single .audio {
		width: 94%;
	}
	.vinyl dl dd {
		margin: 0;
	}
	.vinyl dl dd.song {
		margin-top: 140px;
	}
	
	
	ul#tiny {
		display: none;
	}
	

	.selectnav {
		display: block;
		float: none;
	}
	
	#comments .user {
		float: none;
		display: none;
	}
	
	#comments ul.children {
		padding:0 0 0 20px;
	}
	
	.one-half, .one-third, .two-third, .three-fourth, .one-fourth, .one-fifth, .one-sixth {
		float: none;
		margin: 0 0 20px 0;
		width: 100%;
	}
p {text-align:justify;}
h1.title {margin-bottom:20px; margin-top:10px;}
.site-generator-wrapper {font-size:75%; text-align:center;}
.one-third {display:none;}
.two-third img {width:50%; height:auto; margin-top:0!important; margin-bottom:5px!important;}
}

@media only screen and (max-width: 640px) {

	.wrapper {padding-top:74px;}
	#div1 {	margin: 0 0 20px 0;}
	#div1 p {text-align:right!important;}
.two-third img {width:30%!important; height:auto; margin-top:0!important; margin-bottom:5px!important; margin-left:0px;}
.two-third img.alignright {margin-left:20px!important;}
.one-half.lefttext p, .one-half.last p, .one-half.lefttext h4 {text-align:right;}
[class^="info-box"], [class*="info-box"] {background-image:none;}
}
@media only screen and (min-width: 641px) {

	header { display:none;}
	.box {min-height:400px;}
	.two-third {text-align:right;}
}