@charset "utf-8";
/* CSS Document */

a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:active {text-decoration: none;}
a:hover {text-decoration: underline;}
p a:link {text-decoration: underline; color: #0066cc;}
p a:visited {text-decoration: underline; color: #0066cc; }
p a:active {text-decoration: underline; color: #0066cc;}
p a:hover {text-decoration: none; color: #0066cc;}
img { border: 0; }

p {	margin: 5px 15px 10px; }
p img { float: left; vertical-align: text-top; margin: 0 10px 5px 0; }
p img.imgleft { float: left; margin: 0 10px 5px 0; }
p img.imgright { float: right; margin: 0 0 5px 10px; }

/***** NEWSBOX on front page *****/
#newsbox {
	width: 223px;
	height: 223px;
	background-color: #eae4e4;
	border: 1px solid #969696;
}
#newsbox h1 {
	height: 15px;
	background-color: #bfabac;
	margin: 0;
	padding: 6px;
	font-size: 110%;
	font-weight: bold;
	color: #800080;
}
#newsbox h1 a { color: #800080; }
#newsbox h2 { 
	margin: 6px;
	margin-bottom: 3px;
	color: #333;
	font-size: 90%;
	border: 0;
	padding: 0;
}
#newsbox p {
	margin: 6px; margin-top: 0; padding-bottom: 10px; border-bottom: 1px solid #969696; 	position: relative; }
#newsbox p.noborder { border: 0px;  }
#newsbox span { position: absolute; bottom: 5px; right: 5px; } /** 'More' link and arrow **/
#newsbox p a:hover {text-decoration: none; }
#thismonth {
	height: 120px;
	margin-top: 5px;
	padding: 4px;
	border: 1px solid #797979;
	font-weight: bold;
	background-color: #95ab7f;
	background-image: url(../images/thismonth04.jpg);
}
#thismonth a {
	color: #ffffff;
	float: left;
	width: 219px;
	height: 124px;
}
#thismonth a:hover { cursor: pointer; }
#thismonth a span {
	float: left;
	padding-top: 75px;
	color: #fff;
	font-size: 90%;
	font-weight: normal;
}
/***** THINGS TO DO / WHERE TO STAY BOX *****/
#thingstodobox { margin: 5px 15px 5px; margin-bottom: 5px; }
#thingstodobox a {
	font-weight: bold;
	float: left;
	width: 555px;
	height: 83px;
	padding-top: 5px;
	margin-top: 10px;
	background-repeat: no-repeat;
	background-attachment: ;
	background-color: #eee3e4;
}
#thingstodobox a.act { background-image: url(../images/thingstodo/front01.jpg); }
#thingstodobox a.shp { background-image: url(../images/thingstodo/front02.jpg); }
#thingstodobox a.srv { background-image: url(../images/thingstodo/front03.jpg); }
#thingstodobox a.htl { background-image: url(../images/wheretostay/front04.jpg); }
#thingstodobox a.bnb { background-image: url(../images/wheretostay/front05.jpg); }
#thingstodobox a.sfc { background-image: url(../images/wheretostay/front06.jpg); }
#thingstodobox a.cmp { background-image: url(../images/wheretostay/front07.jpg); }
#thingstodobox a:hover { cursor: pointer; }
#thingstodobox a span {
	float: left;
	margin-left: 146px;
	margin-right: 10px;
	width: 399px;
	height: 83px;
	color: #800080;
	font-weight: bold;
	font-size: 110%;
}
#thingstodobox a:hover span { text-decoration: underline; color: #444; }
#thingstodobox a span strong {
	float: left;
	padding-top: 5px;
	color: #444444;
	font-size: 90%;
	font-weight: normal;
}
#thingstodobox a:hover span strong { text-decoration: underline; color: #444; }
#thingstodobox a span:hover strong { text-decoration: underline; color: #444; }
/***** END- THINGS TO DO / WHERE TO STAY BOX END *****/

#gallery { /***** GALLERY *****/
	margin: 15px;
}
#gallery img { margin: 5px; } /***** GALLERY END *****/
h1 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #4c7d0c;
	font-size: 130%;
}
h2 { /***** News Item Title *****/
	font-size: 100%;
	color: #4c7d0c;
	margin: 15px 15px 0px;
	padding-top: 5px;
	border-top: solid 1px #dedede;
	position: relative;
}
h2 span {
	position: absolute;
	top: 0;
	right: 0;
	font-weight: normal;
	font-size: 85%;
	color: #808080;
}
h3 { /**** Our Partners Heading ****/
	height: 15px;
	background-color: #abbb99;
	margin: 0;
	padding: 4px;
	font-size: 100%;
	font-weight: bold;
	color: #800080;
}
h4 { /***** Links open in new window header *****/
	margin-left: 15px;
	font-size: 80%;
	font-weight: normal;
}
#adbox h3 { /***** Ad Boxes *****/
	font-size: 120%;
	color: #333333;
	height: auto;
	padding: 0px;
	padding-left: 3px;
	margin: 0px 5px 0px;
}
#adbox h3.thingstodo { background-color: #bfabac; }
#adbox h3.thingstosee { background-color: #cbcc66; }

#adbox {
	border: solid 1px #999999;
	margin: 15px;
	padding: 5px;
	width: 735px;
	/*position: relative;*/
}
p.adtext { margin: 0px 5px; }
p.footers {	margin: 5px 0px 0px; }
p.address { margin: 5px 5px 0px; }
span.backtotop {
background-image: url('http://www.wildredesdale.co.uk/images/up.gif');
background-position: left center;
background-repeat: no-repeat;
float: right;
font-size: 80%;
padding-left: 10px;
}