/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');

BODY { 
	background:#fff;
	margin:0 auto;
	padding:0; 
	color:#000;
	}

A { color:#000; }
H1, H2, H3 { }

#wrapper { margin:0 auto; width:90%; min-width:1000px; max-width:1400px; padding:0; background:none;  }
	
	#header { height:130px; margin:0; padding:0; background:url(../images/167_image.png) no-repeat left center; }	
	#nav { margin:0; padding:12px 0; background:#fff; }
	#nav A { margin:0 0px 0 0; padding:10px 20px; background:#f8f8f8; text-transform:uppercase; border-bottom:2px solid #fff; }
	#nav A:last-child { margin-right:0; }
	#nav A:HOVER, #nav A.selected { background:#101011; color:#fff;  border-bottom:2px solid #006e3b; text-decoration:none; }
	#nav_cms { display:none;  }
	
	#col_wrapper { margin:2em 0; padding: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:#fff; }
		
			.nested_column { width:32%; 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; }
			
			#tab329 DIV.court_available { display:none; }
			
			
		#map { width:100%; }
	
	#footer { margin:0; padding:2em 0; border:0; color:#000; background:#f8f8f8;  }
	#footer A { color:#000; }

#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:center !important; background-size:auto 3em !important; }
	
	#menu_control  { background:#101011; }

	#menu_control A { color:#fff; }
	
	#menu_wrapper { 
		background:#101011;  
		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; }
	
}


