

/* #fef5e4	cream. 		Sites main background color */
/* #510a23 	burgundy. 	background color main menu  */
/* #fef5e4 	cream. 		menu font color  */
/* #9d4a23 	orange. 	menu font color when selected / hovered  */
/* #fabd3d 	yellow. 	background color search box and Today & Tomorrow Events box  */
/* #1a8f5d	green.		font color in logo etc. */


body{
	background-color: #fef5e4;
}


.header_colours{
	/*background-image: url("../images/img-0--w-50--h-1.png"); */
	/* background-color: #fef5e4; */
	/* color: white; */					/*text colour*/  
	color: black; 					/*text colour*/	
	/*display: inline-block; */		/* removed 18-Nov-2016 */
	/*width: 99.99%; */				/* removed 18-Nov-2016 */
	background-size: 100%; 
}


.menu_colours{
	/*background-image: url("../images/img-0--w-50--h-1.png"); */
	/* background-color: #fef5e4; */
	/* color: white; */					/*text colour*/  
	color: black; 					/*text colour*/	
	display: inline-block; 
	/* width: 99.99%; */
	/* width: 100%; */		/* removed 6-Apr-2016 */
	/* height: 20px; */
	background-size: 100%; 
	
	/*background-color: #510a23;*/
	background-color: #000000;
}


.mid_col_colours{
	/*background-image: url("../images/img-0--w-50--h-1.png"); */
	background-color: #fef5e4;
}

.right_col_colours{
	/*background-image: url("../images/img-0--w-50--h-1.png"); */
	background-color: #fef5e4;
}


.footer_colours{
	/*background-image: url("../images/img-0--w-50--h-1.png"); */
	background-color: #fef5e4;
	color: black; 					/*text colour*/	
}


.events_panel{
	background-color: 	#fabd3d;
	color: 				#510a23; 		/* text colour.  Doesnt work on iframe that is inside*/	
	border-color: 		#510a23;
}

.search_panel{
	border-color:		#fabd3d;
}



.box-shadow{
	/* box-shadow: 12px 12px 22px #555555;	*/	/*  THIS IS DEFINED IN HERE in site-colours.css as it cant be split */
}


