/* css setting for search pages */

h1	 {
		padding-left: 0px;
		padding-top: 15px;
		padding-bottom: 0px;
		text-align: center;
	}

p.heading
	{
		font-face: Arial;
		font-weight: bold;
		font-size: 9pt;

	 	margin:0px;
	  	padding-top: 0px;
	  	padding-bottom: 15px;
	  	text-align: center;
	}
	
#menu1 	{ 
		padding-top: 6px; padding-bottom: 6px;
		}
	
/* paging */
div.page-selector { text-align: right;
					  font-size: 10pt;
					  margin-right: 20px;
					  }

button.page-selected
			{ 	background-color: #585858;
		     	color: #FFFFFF; 
		     }
		     
/* menu */

select.menu1
	{	margin: 3px;
		min-width: 150px;
	
	}		     
/* bands */

img.band-image
	{	width: 180px;
		margin: 0px;
		padding: 0px;
		border-radius: 4px;	
	}
	
h2 {	font-size: 14pt;
		font-weight: bold;
		color: #888888;
	}

h2 a {	color: #888888;
	text-decoration: none; }




div.band {
	clear: both;
	}

div.band-text
	{ margin: 5px; 
	  border-style:none; border-width:1px; border-color:red;
		overflow: hidden;
	}
	
	
div.band-title-wide
	{	border-style:none; border-width:1px; border-color:red;
	}
	
div.band-title-narrow
	{	border-style:none; border-width:1px; border-color:red;
		margin-left: 5px;
		margin-right: 5px;
		display:none;
	}

div.band-image 
{		min-height: 100px;
		width: 200px;
		margin: 5px;
		padding-top: 5px;
		text-align: center;
		vertical-align: top;
		
		float: left;
		
		border-style:none; border-width:1px; border-color:red;
}

div.band-buttons
	{		width: 140px;
			margin :10px;
			float: right;
			border-style:none; border-width:1px; border-color:red;
	}	


p.band-text
	{	margin-left: 20px;
	}
	
a.band-enquiry, a.band-details
	{	font-family: Arial, Helvetica, sans-serif;
		display:block;

		font-weight: normal;
		font-size: 11pt;
		
		text-align:center;
		padding-top: 3px; padding-bottom: 2px; padding-left:10px; padding-right: 10px;
		text-decoration:none;
		
	}
	
a.band-details
	{	background-color: #585858;
		color: #FFFFFF; 
	}

a.band-details:hover, a.band-details:active
	{	background-color: #EAEAEA;
		color: #000000;
	}

div.band-price
	{	text-align: center;
		margin-top: 10px;
		color: #888888;
	}

img.band-price
	{	width: 20px; 		
	}
	
div.category-description
	{	background-color: #FFFFFF;
		padding-top: 1px;
		padding-left: 10px

	}
div.category-description-hidden
	{	display: none;
	}

div.category-enquiry
	{	width: 300px;
		margin: 0 auto; /* centred */
	}
div.other-categories
	{	background-color: #FFFFFF;
		padding-top: 1px;
		padding-left: 10px;
	}

div.other-categories-hidden
	{	display: none;
	}

div.other-locations
	{	background-color: #FFFFFF;
		padding-top: 1px;
		padding-left: 10px;

	}

div.other-locations-hidden
	{	display: none;
	}

hr
{	height: 4px;
	border-width:0;
	color: #CCCCCC;
	background-color: #CCCCCC;
}

/* index specfic */

p.select-location {
	font-face: Arial;
	font-weight: bold;
	font-size: 18pt;

 	margin:0px;
  	padding-top: 0px;
  	padding-bottom: 15px;
  	text-align: center;
}

select.location {
	width:250px; 
	height:30px;
	color: white;
	background-color:grey;	
	margin-bottom: 30px;
	font-size: 11pt;
}	

/* media specific */
@media (max-width: 720px)
{
	div.band-title-wide {	display: none;}
	div.band-title-narrow { display: block;}
	
	div.band-image
	{	border-color: blue;
	}
	
	div.band-text
	{	 overflow: visible;
	}
		
	div.band-buttons	
	{	padding: 0px;
	}
	
}

		
@media (max-width: 480px)
{
	div.band-image
	{	float: none;
		margin-left:auto;
		margin-right:auto;
		border-color: green;
	}

	div.band-buttons	
	{ 
		float: none;	
		padding: 0px;
		margin-left:auto;
		margin-right:auto;
	}
	
	select.menu1
		{ width: 200px;
		}
}
/* the end */