/* CSS Document */

body {
	background-color: #b8da3d;
	background-image: url(images/lnyp_bg2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 50px;
}

.lnyptext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
}

.lnyptitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #00892d;
	font-weight: bold;
}

.lnypbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	font-weight: bold;
}

.lnyplink {
	text-decoration: none;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00892d;
	padding-bottom: 1px;
	}
	
.lnyplink:hover {
	text-decoration: none;
	color: #97be0d;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: 00892d;
}

.lnyplink:visited {
 color: #333333;
}

#container {
 background-color: #ffffff;
	width: 770px;
	min-height:660px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(images/);
	background-repeat: no-repeat;
	background-position: right top;
}

#left {
	width: 335px !important;
	width /**/: 375px;
	height: 560px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: left;
}

#right {
	width: 345px !important;
	width /**/: 385px;
	height: 560px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: left;
	float: right;
}

#home {
	width: 335px !important;
	width /**/: 375px;
	min-height:70px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
}

#gallery {
	width: 345px !important;
	width /**/: 385px;
	min-height: 70px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
	float: right;
}

a:focus, a:link, a:visited, a:hover, a:active { 
 outline: none ;
} 

img{
    border: 0
}





/* LINDA! - this is the CSS for the lightbox */





#thumbnails{
	position: absolute;
	left: 0;
	width: 724px;
	z-index: 100;
	text-align: center;
	line-height: 0;
	background-position: center center;
	}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #FFFFFF;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 20px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left; visibility: hidden;}
#nextLink { right: 0; float: right; visibility: hidden;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 11px/1.6em Verdana, Arial, Helvetica, sans-serif;/* LINDA: caption text size changes here */
	background-color: #FFF;
	margin: 0 auto;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 20px; color: #000000; }  /* LINDA: caption colour chenges here */
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: normal;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 60px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #97be0d; /* LINDA: Overlay background colour chenges here */
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	}

