/* CSS Document */

/* *********** THUMBNAILS *********** */

p.instruction { color: #731B3B; }
* html p.instruction { font-weight: bold; }
* + html p.instruction { font-weight: bold; }

#img_thumbnails { margin-bottom: 10px; }
* html #img_thumbnails { margin-bottom: 5px; }
* + html #img_thumbnails { margin-bottom: 5px; }
#img_thumbnails p { line-height: 1em; margin-bottom: 5px; }
#img_thumbnails .imgThumbnailL { float: left; }
#img_thumbnails .imgThumbnailR { float: right; }
#img_thumbnails a {
	width: 120px; padding-top: 111px;
	background-position: left top; background-repeat: no-repeat;
	display: block;
	font-size: 1.1em; font-style: italic;
}
* html #img_thumbnails a { font-size: 1.05em; }
#img_thumbnails a:link, #img_thumbnails a:visited { color: #000000; text-decoration: none; }
#img_thumbnails a:hover { color: #731B3B; text-decoration: none; }
.clear {
	height: 5px;
	clear: both;
	display: block;
}

#img_thumbnails a#areaThumb1 { background-image: url(../images/area/th_southdowns.jpg); }
#img_thumbnails a#areaThumb2 { background-image: url(../images/area/th_theatre.jpg); }
#img_thumbnails a#areaThumb3 { background-image: url(../images/area/th_golfgoodwood.jpg); }
#img_thumbnails a#areaThumb4 { background-image: url(../images/area/th_racinggoodwood.jpg); }
#img_thumbnails a#areaThumb5 { background-image: url(../images/area/th_cricket.jpg); }
#img_thumbnails a#areaThumb6 { background-image: url(../images/area/th_sailing.jpg); }


/* *********** LARGE IMAGES *********** */

ul#areaImgCaptions {
	list-style: none;
	margin-left: 0;
	font-size: 1.2em; line-height: 1em;
	font-weight: bold; font-style: italic;
}
ul#areaImgCaptions li { display: none; margin-bottom: 20px; }
ul#areaImgCaptions li#areaLrgImg6 { display: block; }

p.lrgImg { margin-bottom: 5px; }
p.caption { line-height: 1.2em; }
ul#areaImgCaptions p.caption { line-height: 1em; }
* html ul#areaImgCaptions p.caption { font-weight: bold; line-height: 1.4em; }
* + html ul#areaImgCaptions p.caption { font-weight: bold; line-height: 1.4em; }