/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

@import url(../../../warp/css/responsive.css);


/* Breakpoints
----------------------------------------------------------------------------------------------------*/

/* All except large Screens */
@media (max-width: 1220px) {
	
	 #header-responsive .logo, #header-responsive .searchbox {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  
  	
}
	#banner { display: inherit; }


}
/* Only large Screens */
@media (min-width: 959px) {
	
	#sidebar-a{
	background-image: url(../images/fauxColumn_aside.png);
	background-position: center top;
	background-repeat: repeat-y;
	
}
	#main{
		overflow:hidden;
	}
	#logo{
		margin-bottom:-5px;
	}
	
	#menu{
		width: 90%;
		margin-left:11%;
	}
	
	#menu ul{
		list-style:none;
		width:100%;
		padding:0px;
		margin: 0px;
	}
	#menu ul li{
		margin:0px;
		padding:0px;
	}
	
	.menu-dropdown a.level1, .menu-dropdown span.level1{
		border:none;
	}

	#menu ul li a {
		background-color: #CCCC99;
		background-image: url("../images/arrow_right.gif");
		background-position: left center;
		background-repeat: no-repeat;
		border-bottom: 1px solid #333333;
		color: #000000;
		display: block;
		font-size: 12px;
		font-weight: normal;
		list-style-type: none;
		margin: 0;
		padding: 3px 0;
		text-indent: 20px;
		width: 240px;
		text-decoration:none;
		  font-family: "Times New Roman",Times,serif;
		  
		}
	#menu ul li a.active {
  background-color: #333333;
  border: 0 solid #000000;
  color: #fff;

  margin: 0;
  padding: 3px 0;
  width: 240px;
}

		
	#footer{
		margin: 0px;
		height: 85px;
		background-image: url(../images/footer.png);
		background-position: left top;
		background-size: contain;
		background-repeat: no-repeat;
		}
		
	#artistsMedia {
		background-image: url("../images/mediaBack.png");
		background-repeat: repeat-y;
		margin: auto;
		padding: 10px 0;
		position: relative;
		width: 500px;
		}
		
	#band_logo {
		float: left;
		margin: 0 0 0 60px;
		max-height: 150px;
		max-width: 150px;
}
	
	#music_tracks {
		float: left;
		margin: 0 0 0 10px;
}
	
#music_tracks_alone {
		margin: auto;
		width: 250px;
	 
}
	#band_logo_alone {
		margin: auto;
		width: 150px;
}
	
	#band_logo img, #band_logo_alone img{
		max-height:150px;
		max-width: 150px;
}
	
	#main{
		background-image: url(../images/fauxColumn.png) !important;
		background-position: center top;
		background-repeat: repeat-y;
}
	
}

/* Only Phones and Tablets (Portrait) */
@media (max-width: 959px) {
	
	#banner { display: none; }
	
	h1.band_title {
		font-family: Verdana,Geneva,sans-serif;
		font-size: 40px;
		line-height: 20px;
		text-align: center;
}
	#artistsMedia {
		background-image: url("../images/mediaBack.png");
		background-repeat: repeat-y;
		margin: auto;
		padding: 10px 0;
		position: relative;
		width: 500px;
		}
		
	#band_logo {
		float: left;
		margin: 0 0 0 60px;
		max-height: 150px;
		max-width: 150px;
}
	
	#music_tracks {
		float: left;
		margin: 0 0 0 10px;
}

	/* Layout */
	.width33,
	.width66 { width: 100%; }

	/* Header */
	#header-responsive { display: block; }

	#header-responsive .logo,
	#header-responsive .searchbox {
		display: inline-block;
		width: 45%;
		vertical-align: middle;
	}

	#header-responsive .logo { margin-right: 10%; }

	#header-responsive .searchbox {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	/* Menu */
	.menu-responsive {
		width: 100%;
		font-size: 14px;
	}
	#headerbar{
		display:none;
	}
	#header-responsive .logo, #header-responsive .searchbox{
		width:100%;
	}


}

/* Only Tablets (Portrait) */
@media (min-width: 768px) and (max-width: 959px) {
	
		

}

/* Only Tablets (Portrait) and Phones (Landscape) */
@media (min-width: 480px) and (max-width: 959px) {

	/* Layout */
	#search { display: none; }
	

	
	

}

/* Only Phones */
@media (max-width: 767px) {

	/* Layout */
	#toolbar,
	#menubar,
	#breadcrumbs,
	#totop-scroller { display: none; }
	
	#artistsMedia {
		background: none;
		margin: auto;
		padding: 10px 0;
		position: relative;
		width: auto;
		}
	
}

/* Only Phones (Landscape) */
@media (min-width: 480px) and (max-width: 767px) {
	



}

/* Only Phones (Portrait) */
@media (max-width: 479px) {

	/* System */
	#system .items .item,
	#system .items .item:first-child {
		margin-top: 12px;
		padding-top: 18px;
		border-top-width: 1px;
	}

	#system .items :first-child .item:first-child {
		margin-top: 0;
		padding-top: 0;
		border-width: 0;
	}

	#system .items .leading .item {
		margin-bottom: 0;
		padding-bottom: 0;
		border-width: 0;
	}
	
					#headerbar {
		display:none;

}	#music_tracks {
		max-width: 200px;
		margin: auto;
		clear:both;


}
	#band_logo {
		position:relative;
		margin: auto;
		max-height: 150px;
		max-width: 150px;
}
