/* stone (grey) colour scheme */
/* navbar on left; content on right */
/* last edited 2005 February 10 */

body { 
	color: #000; 
	font-size: medium; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	line-height: 130%; 
	background-color: silver; 
	background-image: url(png/stone.jpg); 
	margin: 5pt }

div.content {	
	position: absolute;
	margin-top: 1em;
	margin-left: 12.5em; }

thead { 
	text-align: left }

ul  { 
	line-height: 150%; 
	list-style-type: square; 
	list-style-position: outside; 
	margin: 1em 0 1em 15px }

ul ul { 
	list-style-type: disc; 
	margin-top: 0; 
	margin-bottom: 0 }

ul ul ul { 
	list-style-type: circle; 
	margin-top: 0; 
	margin-bottom: 0 }

h1 { 
	font-family: "Gill Sans Std", "Gill Sans MT", "Gill Sans", Arial, sans-serif; 
	color: #ffc; 
	background-color: #630; 
	text-align: center; 
	margin: 0.1em; 
	padding: 0.4em; 
	vertical-align: middle }

p.trumpet1 {
	text-align: center;
	font-family: "Gill Sans Std", "Gill Sans MT", "Gill Sans", Arial, sans-serif; 
	font-size: 2em;
	font-weight: bolder
	}

p.trumpet2 {
	text-align: center;
	font-size: 1.5em;
	font-weight: bolder;
	}

p.trumpet3 {
	text-align: center;
	font-size: 1.17em;
	font-weight: bolder;
	}

p.trumpet4 {
	text-align: center; 
	font-size: 1em;
	font-weight: bolder;
	}

p.urhere { font-size: small }

p.jump-bar { font-size: small }
table.gallery { text-align: center; border-style: none }
td.pic { vertical-align: middle }
td.text { vertical-align: top }
tr.row-head /* table row, header */ { 
	border: solid thin #999 }

tr.row-high /* table row, highlighted */ { 
	border: solid thin #999 }

tr.row-odd /* table row, odd */ { 
	border: solid thin #999 }

tr.row-even /* table row, even */ { 
	border: solid thin #999 }

table.trumpet {
	border-style: none; 
	border-collapse: collapse }

table.diary {
	border-style: none; 
	border-collapse: collapse }

td.even  { 
	background-color: #ccc;
	padding-right: 0.3em; 
	padding-left: 0.3em; 
	vertical-align: top }

td.even-spl  { 
	background-color: #ccc;
	font-style: italic;
	padding-right: 0.3em; 
	padding-left: 0.3em; 
	vertical-align: top }

td.odd  { 
	background-color: #fff;
	padding-right: 0.3em; 
	padding-left: 0.3em; 
	vertical-align: top }

td.odd-spl  { 
	background-color: #fff;
	font-style: italic;
	padding-right: 0.3em; 
	padding-left: 0.3em; 
	vertical-align: top }

td.high { 
	color: #fff; 
	background-color: #666;
	padding-right: 0.3em; 
	padding-left: 0.3em; 
	vertical-align: top }

td.high-spl { 
	color: #fff; 
	background-color: #666;
	font-style: italic;
	padding-right: 0.3em; 
	padding-left: 0.3em; 
	vertical-align: top }

td.head { 
	background-color: #333; 
	color: #fff; 
	font-weight: 700; 
	padding-right: 0.3em; 
	padding-left: 0.3em; 
	vertical-align: top }

table.webring { 
	text-align: center; 
	border-style: none }

img.logo {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 1em;
	left: 1em;
	width: 140px;
	 }

div.navbar {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 1em;
	left: 1em;
	width: 10em; }

ul.navbar1 { 
	list-style-type: none; 
	padding: 0;
	margin: 0;
	width: 10em; }

ul.navbar1 li {
	background: white;
	margin: 0.5em 0;
	padding: 0.3em;
	border-right: 0.5em solid #630 }	

ul.navbar2 { 
	list-style-type: none; 
	padding: 0;
	margin: 0;
	width: 9em; }

ul.navbar2 li {
	background: white;
	margin: 0.5em 0;
	padding: 0.3em;
	border-right: 0.5em solid #930 }

ul.navbar3 { 
	list-style-type: none; 
	padding: 0;
	margin: 0;
	width: 8em; }

ul.navbar3 li {
	background: white;
	margin: 0.5em 0;
	padding: 0.3em;
	border-right: 0.5em solid #c63 }

a:link  { 
	color: #930;
	/* text-decoration: none */ }

a:active  { color: #600 }

a:visited  { 
	color: #c63; 
	/* text-decoration: none */ }

ul.navbar1 a { text-decoration: none }
ul.navbar2 a { text-decoration: none }
ul.navbar3 a { text-decoration: none }
	
a:hover { color: #f60; text-decoration: underline }

p.webring { text-align: center }

p.updated {
	text-align: center;
	margin-top: 1em;
	padding-top: 1em;
	border-top: thin solid #630 }
	
/* Lightbox 2.04 CSS by Lokesh Dhakar */	
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; 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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(lightbox2.04/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightbox2.04/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/* end of Lightbox CSS */	
