
body {
	background-color: #FFFFFF;
	font-family: 'helvetica neue',sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 200;
	font-size: medium;
	color: #000000;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: 3;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
}

a:link {
	font-family: 'helvetica neue',sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 200;
	font-size: medium;
	color: #000000;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: 3;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
}
a:visited {
	font-family: 'helvetica neue',sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 200;
	font-size: medium;
	color: #000000;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: 3;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
}
a:visited:hover {
	font-family: 'helvetica neue',sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 200;
	font-size: medium;
	color: #ffffff;
	background-color:#000000;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: 3;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
}
a:hover {
	font-family: 'helvetica neue',sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 200;
	font-size: medium;
	color: #ffffff;
	background-color:#000000;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: 3;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
}
a:active {
	font-family: 'helvetica neue',sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 200;
	font-size: medium;
	color: #000000;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: 3;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
}


p.normal {
	font-family: 'helvetica neue',sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: medium;
	color: #000000;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
}

P.title {
	font-family: 'helvetica neue',sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: lighter;
	font-size: x-large;
	color: #000000;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-indent: 0ex;
}

P.small {
	font-family: 'helvetica neue',sans-serif;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	font-size: small;
	color: #c0c0c0;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 10ex;
}

table.normal {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: transparent;
}
table.normal th {
	border-width: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	border-style: solid solid solid solid;
	border-color: white white white white;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.normal td {
	border-width: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	border-style: solid solid solid solid;
	border-color: white white white white;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

#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: #000000;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#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(/web/20190208150624im_/https://shauncvar.com/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/web/20190208150624im_/https://shauncvar.com/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/web/20190208150624im_/https://shauncvar.com/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #000000;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	

/*
     FILE ARCHIVED ON 15:06:24 Feb 08, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:16:47 Jan 22, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  exclusion.robots.policy: 0.709
  load_resource: 274.153 (2)
  exclusion.robots: 0.734
  esindex: 0.029
  PetaboxLoader3.resolve: 88.478 (2)
  CDXLines.iter: 26.881 (3)
  RedisCDXSource: 1.367
  LoadShardBlock: 74.103 (3)
  PetaboxLoader3.datanode: 223.322 (5)
  captures_list: 107.725
*/