/* wilts_wanderer_away_days.css */
/* css Stylesheet for Wanderer, Away_Days & special pages */
/* pages have no navigation bar at left, all green font, background as body */
/* 1em taken as 16px */

body {
 font-family:				 	 Arial, Helvetica, Verdana, sans-serif;
 color:								 #030;		 									 /* default very dark green font */
 background-color:		 #F0F8FF;									 	 /* alice blue */
}
.black_font {					 /* black font */ 
 color:			 					 #000;				 							 
}
.green_font {					 /* green font */
 color:								 #030;				 	 						 
}	
.white_font {					 /* white font */
 color:								 #FFF;				 	 						 	 					 
}			
h1 {									 /* website title */
 font-size:						 3em;		 			 	 				 	 	 
 font-family:					 'times new roman', serif;
 text-align:					 center;			 												
 margin:							 0;
 padding-top:					 0.3em;
 padding-bottom:			 0.3em											 
}			
h2 {									 /* page title */	 					  
 font-size:						 2.0em;	 			 							 
 text-align:					 center;
 margin:							 0;
 padding:							 1em;												 
}
h3 {									 /* page sub-title */
 font-size:						 1.6em;	 					 	 				 
 text-align:					 center;
 margin:							 0;							
}
h4 {									 /* section heading */			 
 font-size:						 1.3em;											 
 text-align:					 center;
 margin:							 0;
 padding-top:					 1em;												 
}
h5 {
 font-size:						 1.1em;											 
 text-align:					 center;
 margin:							 0;
 padding-top:					 1em;												 
}
p {										 /* general paragraph attributes */
 font-size:						 1em;												 
 text-align:					 justify;
 line-height:					 150%;			 					 			 /* line height 1.5 x normal */
 padding-right:				 1em;	 													
 padding-left:				 1em;
}
.centred {						 /* centred */
 text-align:					 center;
}
.left_align {					 /* left align text */
 text-align: 					 left;
 padding-left:				 1em;
 padding-right:				 1em;		 			 							
}
.italic {							 /* italic */
 font-style:					 italic;
}
.bold {
 font-weight:					 bold;
}
.photo {							 /* photos */
 border:							 0.0625em solid #050;					  
 padding:							 1.25em;	 									/* line around image */											
}
#wrapper {						 /* main wrapper attributes */
 width:  							 63em;	 				 						
 border: 							 0.1875em solid #050;					
 margin-top:					 0;
 margin-left: 				 auto;
 margin-right: 				 auto;
}
#sitename {				 		 /* logo, site_title, logo. Fixed width */
 width: 							 63em;										  
 min-height:					 12.5em;										  
 margin:							 0;
 text-align: 					 center;
 border-bottom:				 0.125em solid #050;
}
#ldwa_logo {					 /* LDWA walking man */
 width:		 						 6.25em;	 				 		 	 				 				 		 	 				
 height:							 6.25em;												
 margin:							 0;												
 padding-top:					 3.125em;
 padding-left:				 3.125em;											
 float: 							 left; 
}
#wilts_logo {			 		 /* Wilts Moonraker */
 width:								 6.25em;												 											
 height:							 6.25em;												
 margin:							 0;												
 padding-top:					 3.125em;
 padding-right:				 3.125em;												
 float: 							 right;
}
#content {						 /* content attributes */	 																			
 margin:							 0;
 padding-bottom:			 2.5em;
}
#content_special {		 /* special contents attributes for one-off situations */
 margin:				 			 0;
 padding-bottom:			 2.5em;
} 
#footer {							 /* footer */
 min-height:					 3em;								 											 				
 font-size:						 0.8em;											
 text-align: 					 center;
 margin:							 0;
 border-top: 					 0.125em solid #050;					
 padding-top:					 1.875em;			 																			
}
.top_of_page {				 /* top of page link */			
 text-align: 					 center;
 margin:					 		 0;								
}
a:link {							 /* link attributes */
 text-decoration:			 underline;
 color:								 #00C;	 									 		/* blue */
}
a:visited {						 /* link attributes */
 text-decoration:			 underline;											
 font-style:					 italic;												
 color:								 #808;										 		/* purple */						
}
a:hover, a:active {		 /* link attributes */												 
 text-decoration:			 underline;
 font-weight:					 bold;
 color:								 #F00;										 		/* red */
 font-size:						 1.1em;									 	 		
}
ul {									 /* list general attributes */
 line-height:					 150%;
 font-size:						 1em;		 				 							
 padding-right:				 1em;
}


