body
{
	/*Overall background colour*/
	background: #8BA69C;
	/*Font used througout*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

#header
{
	/*Banner colour*/
	background: #339933;
padding: 10px 0;
	height: 1%;}

#header h2.ramblersLogo
{
	/*
 	* Ramblers logo should be one of:
 	* 	background-image: url(../images/ramblersUK.png);
 	* 	background-image: url(../images/ramblersWales.png);
 	* 	background-image: url(../images/ramblersScotland.png);
 	*/ 
	background-image: url(../images/ramblersuksmall.png);
}

#header h2.groupName
{
	/*
 	* Ramblers logo - should be one of:
 	* 	background-image: url(../images/ramblersUK.png);
 	* 	background-image: url(../images/ramblersWales.png);
 	* 	background-image: url(../images/ramblersScotland.png);
 	*/ 
	background-image: url(../images/groupName.png);
}

h1
{
	/*Page title (just below banner) colour*/
	color: #000000;
	/*Page title border colour*/
	border-color: #AAAAAA;
	font-weight: normal;
	font-size: 1.4em;
	border-style: dashed;
	border-width: 1px 0;
	margin: 20px 0;
	padding: 10px 0;
}

#footer p
{
	/*Copyright colour*/
	color: #ffffff;
	/*
	* Footer image - should be one of:
 	* 	background-image: url(../images/linenFooterUndergrowth.jpg);
 	* 	background-image: url(../images/linenFooterHills.jpg);
 	* 	background-image: url(../images/linenFooterTrees.jpg);
 	*/
	background: url(../images/linenFooterUndergrowth1.jpg);
}

/******************************************               
 * DO NOT EDIT THE STYLES BELOW THIS LINE *
 ******************************************/

#shell
{
	margin: 10px auto;
	width: 827px;
	padding: 20px;
	background: #fff url(../images/linenBody.jpg) repeat-y top center;
}

#headerOuter
{
	margin: -20px -20px -20px;
	background: transparent url(../images/linenHeader.jpg) no-repeat top center;
	padding: 10px;
}

#header h2.ramblersLogo
{
	text-indent: -9000px;
	width: 222px;
	background-color: transparent;
	background-position: center right;
	background-repeat: no-repeat;
	height: 100px;
	float: left;
}

#header h2.groupName
{
	text-indent: -9000px;
	background-color: transparent;
	background-position: center left;
	background-repeat: no-repeat;
	width: 600px;
	height: 100px;
	float: left;
}

#header h2
{
	margin: 0;
	color: #fff;
}

#footer p
{
	background-color: transparent;
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 33px;
	margin: 0;
	padding-top: 24px;
	padding-right: 20px;
	text-align: right;
	font-size: 1.4em;
	font-weight: bold;
}

#footer
{
	margin: 0 -20px -20px -20px;
	padding: 0;
}

#main:after, #header:after
{ 
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#main
{
  min-height: 1%;
}
/* Code for Images */

/******************************************               
 * All below added by KBM *
 ******************************************/

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}
 
.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}
 
.thumbnail:hover{
background-color: transparent;
}
 
.thumbnail:hover img{
border: 1px solid blue;
}
 
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}
 
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
 
.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

#contentmed
{
	float: left;
	padding: 0 20px;
	width: 385px;
	text-align: justify;}

#contentmed p, #contentmed ul, #contentmed ol
{
	/*Main content text colour */
	color: #000000;
	font-size: 1.4em;
}

#contentmed h2, #contentmed h3, #contentmed h4, #contentmed h5, #contentmed h6
{
	/*Main contentmed heading styles*/
	color: #000000;
}

#contentmed h2
{
	font-size: 1.7em;
}

#contentmed h3
{
	font-size: 1.5em;
}

#contentmed h4, #contentmed h5, #contentmed h6
{
	font-size: 1.4em;
}

#contentmed a
{
	text-transform: none;
/*	text-decoration: underline;*/
	text-decoration: none;
	color: #cc0000;
}

#contentmed a:hover, #contentmed a:focus
{
	color: #339933;
	text-decoration: underline
}

#contentsmall
{
	float: left;
	padding: 0 10px;
	width: 200px;
}
#contentsmall p, #contentsmall ul, #contentsmall ol
{
	font-size: 1.4em;
	color: #000000;
}

#contentsmall h2, #contentsmall h3, #contentsmall h4, #contentsmall h5, #contentsmall h6
{
	/*Main content text colour */
	color: #000000;
}

#contentsmall h2
{
	font-size: 1.7em;
}

#contentsmall h3
{
	font-size: 1.5em;
}

#contentsmall h4, #contentsmall h5, #contentsmall h6
{
	font-size: 1.4em;
}

#contentsmall a
{
	text-transform: none;
/*	text-decoration: underline;*/
/*font-weight: bold;*/
	text-decoration: none;
	color: #cc0000;
}

#contentsmall a:hover, #contentsmall a:focus
{
	color: #339933;
	text-decoration: underline
}
#mainNav
{
	width: 175px;
	float: left;
}

#mainNav ul
{
	/*Left handside navigation background colour*/
	background: #ffffff;
}

#mainNav a
{
	/*Left handside navigation link colour*/
/*	color: #007A87;*/
	color: #339933;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

#mainNav a:hover, #mainNav a:focus
{
	/*Left handside navigation link colour when hovered over with mouse*/
	color: #C81A36;
	text-decoration: underline;
}

#mainNav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainNav li
{
	list-style: none;
	display: block;
	padding: 10px 20px;
}
#content
{
	float: left;
	padding: 0 20px;
	width: 600px;
	text-align: justify;
}

#content p, #content ul, #content ol
{
	/*Main content text colour */
	color: #000000;
	font-size: 1.4em;
}

#content h2, #content h3, #content h4, #content h5, #content h6
{
	/*Main content heading styles*/
	color: #000000;
}

#content h2
{
	font-size: 1.7em;
}

#content h3
{
	font-size: 1.5em;
}

#content h4, #content h5, #content h6
{
	font-size: 1.4em;
}

#content a
{
	text-transform: none;
/*	text-decoration: underline;*/
	text-decoration: none;
	color: #cc0000;
}

#content a:hover, #content a:focus
{
	color: #339933;
	text-decoration: underline
}

