body {
	font-size: 100%;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0;
	text-align: center;
	position: relative;
}
img {
	max-width: 100%;
}
div#heading {
	background-color:#040;
	color:#CFC;
	width: 100%;
}
h1 {
	text-align: center;
	margin-top: 0;
}
h1#friends {
	padding: 0.75em 1em 0.25em 1em;
}
h1#prog {
	padding: 0 1em 0.75em 1em;
}
img.imgslice {
	float: left;
	clear: left;
	position: relative;
	left: 0;
}
div#intro {
	text-align: center;
	margin: 0 3% 30px 3%;
	font-weight: bold;
}
div#intro h2 {
	padding: 0 1.5em 0 0;
	font-size: 125%;
	color: #D00;
}
div.walk {
	border: 6px solid #040;
	text-align: center;
	display: inline-block;
	width: 325px;
	height: 375px;
	overflow: auto;
	margin: 0 15px 35px 15px;
	vertical-align: bottom; /* needed for Safari, which otherwise aligns the bottom of the last content line */
	box-shadow: 12px 12px 36px #666;
}
div.walk.bgmap {
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	position: relative;
	overflow: auto;
}

div.walk.done {
	background-image:url(images/tick.gif);
	background-repeat:no-repeat;
	background-position:center;
	border-color:#CCC;
	background-color:#FFFFF0;
	box-shadow: none;
}
div.walk.event {
	border-color: #642e07
}
div.walk h3 {
	font-size: 100%;
	padding: 0 1em 0 1em;
	margin-bottom: 0.5em;
}
div.walk h4 {
	font-size: 85%;
	padding: 0 1em 0 1em;
	margin: 0;
}
h3.title {
	color: #040;
	text-align: center;
}
div.walk p {
	font-size: 85%;
	padding: 0 1em;
	text-align: center;
}
div#centenary {
	background-image:url(images/pin-orange.gif);
	background-position: left 3px;
}
div#centenary.done {
	background-image:url(images/tick.gif);
	background-repeat:no-repeat;
	background-position:center;
}
div#footer {
	padding: 2%;
	color: #CFC;
	background-color: #040;
	margin; 0;
	text-align: center;
	clear: both;
}
.centenary-title {
	color: #D00;
}
.gridref {
	font-weight: bold;
}
#heading #friends a:link,
#heading #friends a:visited,
#heading #prog a:link,
#heading #prog a:visited,
#footer a:link,
#footer a:visited
{
	text-decoration: none;
	color: #CFC;
}
#heading #friends a:hover,
#heading #friends a:active,
#heading #prog a:hover,
#heading #prog a:active,
#footer a:hover,
#footer a:active
{
	text-decoration: none;
	color: #D00;
}
.force-centre {
	margin-right: auto;
	margin-left: auto;
}
.th {
	font-size: 50%;
	vertical-align: super;
}
.vivid {
	font-weight: bold;
	color: #C00;
}
iframe#mapframe {
	background-image:url(images/F5.gif);
	background-position:center;
	background-repeat:no-repeat;
	-ms-box-shadow:		15px 15px 30px #444;
	-moz-box-shadow:	15px 15px 30px #444;
	-webkit-box-shadow:	15px 15px 30px #444;
	box-shadow:			15px 15px 30px #444;
	margin:	1em auto 30px auto;
	width: 96%;
	max-width: 580px;
	height: 485px;
}
img.background {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	-o-transition: all 1.25s ease 0s;
	-ms-transition: all 1.25s ease 0s;
	-moz-transition: all 1.25s ease 0s;
	-webkit-transition: all 1.25s ease 0s;
	transition: all 1.25s ease 0s;
	background-image: url(all-bgmap/Upshire.jpg);
}
div.bgmap:hover img.background {
		opacity: 0.33;
}
#boots {
	float: left;
	width: 12vw;
	margin: 0 1vw 0 2vw;
	border: 1px #DDD dotted;
}
#location {
	left: -7.5vw;

}
div#smallmap {
	display: none;
}
@media (max-width: 625px) {
  iframe#mapframe {
	box-shadow: none !important;
	margin-left, margin-right: 2%;
  }
}
@media (max-width: 565px) {
	div#mapslices {
		display:none;
	}
	div#smallmap img {
		float: none;
		margin: auto;
		
	}
	div#smallmap {
		display:block;
	}
	h1 {
		font-size: 125%;
	}
}
@media (max-width: 350px) {
	div.walk {
		width: 300px;
		box-shadow: none;
		margin-left: 4px;
		margin-right: 4px;
	}
}
