/* CSS Document */
BODY { 
	background:url(../images/173_bgd.jpg) repeat-x #fff;
	margin:0 auto;
	padding:0; 
	color:#000;
	}

A { color:#000; }
H1, H2, H3 { }

#wrapper { margin:0 auto; width:90%; max-width:1200px; padding:0; background:none;  }
	
	#header { height:120px; margin:0; padding:0; background:url(../images/173_logo@2x.png) no-repeat center #505a62; background-size:100px auto; }
	
	#nav { margin:0; padding:15px 0; background:#505a62; text-align:center; }
	#nav A { margin:0 12px 0 0; padding:15px; background:#505a62; color:#fff;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;	
	 }
	#nav A:last-child { margin:0; }
	#nav A:HOVER, #nav A.selected { text-decoration:none; background:#394046; }
	#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; }
			*/
			
		#map { width:100%; }
	
	#footer { margin:0; padding:1em 0 2em 0; line-height:.5em; 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-size:auto 3em !important; background-position:left 20px top 10px !important; }
	
	#header::after { 
					content: "Retford Squash Club"; 
					white-space:pre; 
					font-size:16px; 
					color:#fff;					
					font-optical-sizing: auto;
					font-weight: 500;
					display:block;
					margin:1.75em 0 0 90px;
					}	
	
	#menu_control  { background:#505a62; border-top:1px solid #aaa; }

	#menu_control A { color:#fff; }
	
	#menu_wrapper { 
		background:#505a62;  
		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; }
	
}


