@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@600&display=swap');

BODY { 
	background:yellow;
	margin:0 auto;
	padding:0; 
	color:#000;
	background:url(../images/172-bgd.gif) top repeat-x #5c8d81;
	}

A { color:#000; }
H1, H2, H3 { }

#wrapper { margin:2em auto 0; width:90%; max-width:1200px; padding:0; background:none;  }
	
	#header { height:120px; margin:0; padding:0; background:url(../images/172_logo.gif) left center no-repeat #5c818d; background-size:90px auto; }
	
	#header::after { 
					content: "Brentwood Hard Court Tennis Club"; 
					white-space:pre; 
					font-family:'Roboto';
					color:#374152;
					font-weight:600;
					font-size:2em;
					display:block;
					margin:1.25em 0 1em 110px;
					}	
	
	#nav { margin:0; padding:12px 0; background:none; }
	#nav A { margin:0; padding:12px 20px; background:none; color:white; }
	#nav A:last-child { margin:0; padding:0; background:none; }
	#nav A:HOVER, #nav A.selected { }
	#nav_cms { display:none;  }
	
	#col_wrapper { margin:0; padding:2em 0; }
		#left_col { float:left; margin:0 2% 0 0; width:22%; padding:0; background:none; }
		#left_col .panel { border:0; background:#f8f8f8; } 
		#left_col #login_panel { }
		#left_col #select_date_wrapper { }
		#nav_booking_rules {}

			#select_date {  }
			.left_side_date A { }
			DIV#select_date DIV.left_side_date:first-child A  {  }
			.left_side_date A:HOVER, .left_side_date A.selected {  } 	

		#right_col { float:left; margin:0; width:75%; padding:0; background:none; }
		
			.nested_column { width:24%; margin:0 1% 0 0; border-bottom:1px dotted #aaa; }
			.nested_column:last-child { margin:0; }
			/*
			.courtname { margin:1em 0 0 0 !important; }
			.courtdescr { text-transform:uppercase; font-weight:normal; margin:0 0 1em 0 !important; }
			*/
			
		#map { width:100%; }
	
	#footer { margin:1em 0; padding:1em 0; border:0; color:#374152; background:#5c818d;  }
	#footer A { color:#374152; }

#hbi {   }
#hbi, #hbi A { } 
#mycourts_logo { content:url("/images/mycourts_black_150.png") }


@media only screen and (max-width:600px) {
	
	BODY { margin:0; padding:0; background:none; } 

	#header { height:4em !important; background-position:5% !important; background-size:auto 3.5em !important; }
	#header::after { 
					content: "Brentwood Hard Court Tennis Club"; 
					white-space:pre; 
					font-family:'Roboto';
					color:#374152;
					font-weight:600;
					display:block;
					margin:1.25em 0 1em 90px;
					}	

	#header::after { font-size:1em; }
	
	#menu_control  { background:#000; }

	#menu_control A { color:#fff; }
	
	#menu_wrapper { 
		background:#000;  
		color:#fff;
	}
	.close_wrapper A { color:#fff; }
	#menu_show_member { color:yellow; }
	#menu_links UL LI A { color:#fff;  }
	
	#menu_links A.selected { color:yellow; }
	A.na { color:#ddd !important; }
	
}


