/* Retro CSS from 2002 - 2006 updated to work with the modified site */
body {
	background: url(pics/bg.jpg) #000 repeat fixed;
	color: #090;
	font: 10pt "Courier New", Courier, monospace;
	margin: 0px;
	padding: 5px;
	text-align: center;
}
a {
	background-color: transparent;
	color: #0C0;
	text-decoration: none;
}
a:hover {
	color: #F00;
}
.header span {
	display: none;
}
.header a {
	background: url(pics/thei.gif) no-repeat center;
	height: 57px;
	display: block;
	text-indent: -9999px;
}
.header a:hover {
	background-image: url(pics/thei-i.gif);
}
/* show rollover header image */
h1.headimage {
	margin: 0;
}

h1.headimage a {
	background: url(pics/thei.gif) no-repeat center;
	/*border-style: none;*/
	display: block;
	height: 57px;
	margin: auto;
	/*position: relative;*/
	width: 340px;
}

h1.headimage a:hover {
	background-image: url(pics/thei-i.gif);
}


.thumb-links img { /* hide images used for js thumb display */
	display: none;
}


div.w3c {
	text-align: right;
}

div.w3c a {
	border: 0px none;
	display: block;
	float: right;
	height: 31px;
	margin: auto;
	position: relative;
	text-decoration: none;
	width: 88px;
}
div.w3c iframe { /* Google referrer image */
	float: right;
	height: 31px;
	margin-right: 5px;
}
a#valid-css {
	background: url(pics/valid-css.gif) no-repeat center center;
}
a#valid-xhtml {
	background: url(pics/valid-xhtml11.gif) no-repeat center center;
}
a:hover#valid-css {
	background: url(pics/valid-css-i.gif) no-repeat center center;
}
a:hover#valid-xhtml {
	background: url(pics/valid-xhtml11-i.gif) no-repeat center center;
}
/*
div.w3c img {
	left: -1px;
	position: absolute;
	top: -1px;
}*/

form {
	margin: 2px 0px;
	text-align: left;
}

/* Link Buttons */
p.links {
	margin: 1ex;
	background-color: #090;
	border: 5px outset #090;
	color: #030;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}
p.links a {
	/*background: transparent;*/
	color: #000;
	font-weight: bold;
	font-style: normal;
	padding: 0.4ex;
	/*text-decoration: none;*/
}

p.links a span.access-key {
	text-decoration: underline;
}

p.links a:hover {
	color: #F00;
	background: #030;
	border: #090;
	border-bottom-width: 2px;
	border-left-width: 4px;
	border-right-width: 4px;
	border-top-width: 2px;
	border-style: inset;
	margin-left: -4px;
	margin-right: -4px;
	/*text-align: center;*/
	/*text-decoration: none;*/
}

hr {
	border: #090;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-style: solid;
	border-top-width: 0px;
	margin: 0 5%;
}

img {
	/*background-attachment: scroll;
	background-image: url(pics/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;*/
	background: url(pics/loading.gif) no-repeat center;
	border: none;
/*	cursor: pointer;*/
}

input {
	background: transparent;
	border-color: #063;
	border-style: none;
	color: #063;
	font: 8pt "Courier New", Courier, monospace;
	margin: 0;
}

input#author {
	border-bottom: 1px dashed;
	width: 18%;
}

input#comment {
	border-bottom: 1px dashed;
	width: 68%;
}

input#submit {
	border-bottom: 1px solid;
	width: 10%;
}

/* panoramic images */
p.index-images a.index-pano img {
	border: 3px ridge #00F;
}

p.index-images a.index-pano:hover img {
	border: 3px ridge #0FF;
}

p.index-images a:hover img {
	border: 3px ridge #F00;
}

/* image borders on index pages */
p.index-images img {
	border: 3px ridge #090;
	margin: 2px;
/*	height: 90px;
	width: 120px;*/
}

.aligncenter {
	text-align: center;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}

.b-cell, .g-cell {
	border: 2px solid #090;
	margin-left: 5%;
	margin-right: 5%;
	padding-left: 2em;
	padding-right: 2em;
}
.b-cell {
	background: url(pics/bg-red.jpg) #000 repeat;
	text-align: justify;
}
.g-cell {
	background: url(pics/bg-location.jpg) #030 repeat;
	color: #0C0;
}
.g-cellt {
	background: url(pics/bg-locationT.jpg) #006600 repeat;
	border: #090;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-style: solid;
	border-top-width: 0;
	color: #000;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
}

.borderimage {
	border: 2px solid #090;
	height: 90px;
	margin: 2px;
	width: 120px;
}

.construction {
	cursor: wait;
	font-size: 36px;
	font-weight: bold;
	text-decoration: blink;
}

.copyright {
	/*background: transparent;*/
	color: #063;
	float: left;
	text-align: left;
	font-size: 80%;
}

.copyright a {
	/*background: transparent;*/
	color: #063;
	/*font-size: 8pt;*/
	/*font-size: 80%;*/
}

.copyright a:hover {
	background: transparent;
	color: #090;
	/*font-size: 8pt;*/
	font-size: 80%;
	text-decoration: none;
}
.date, .comments {
	/*background: transparent;*/
	color: #999;
	/*font-size: 8pt;*/
	font-size: 80%;
	margin-bottom: 0;
	text-align: left;
}
.date a, .comments a {
	/*background: transparent;*/
	/*color: #999;*/
	color: #CCC;
	font-weight: bold;
	/*font-size: 8pt;*/
	/*text-align: left;*/
}


.date a:hover, .comments a:hover {
	color: #F00;
	/*background: transparent;*/
	/*color: #CCC;*/
	/*font-size: 8pt;*/
	/*font-size: 80%;*/
	/*text-align: left;*/
	/*text-decoration: none;*/
}



.float-left {
	float: left;
}

.float-right {
	text-align: right;
}



.hide {
	display: none;
	visibility: hidden;
}

.imgbdr {
	border: 2px solid #090;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}

.nocss {
	display: none;
}

.pad {
	padding: 2px;
}

.pointer {
	cursor: pointer;
}

.red {
	background: transparent;
	color: #F00;
}

.valid {
	background-image: none;
	border-style: none;
	height: 31px;
	width: 88px;
}
acronym {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	cursor: help;
}


.ad {
	margin: 0 5%;
	position: relative;
	/*overflow: hidden;*/
}
.adsbygoogle {
	margin: auto;
	display: block;
	/*overflow: hidden;*/
	/*width: 100%;*/
	/*box-sizing: border-box;*/
}


/*
	Tooltip titles
*/
div.nicetitle {
	position: absolute;
	padding: 1px 1ex;
	border: 3px ridge #090;

	top: 0px;
	left: 0px;
	z-index: 5;

	text-align: left;

	/*color: #173A74;*/
	cursor: default;
	font-weight: bold;

/*	width: 25em;
	min-width: 25em;*/

	background: url(pics/bg.jpg) #000 repeat fixed;
	/*background: url(/pics/_trans.png) repeat;*/
}

div.nicetitle p {
	margin: 0;
	padding: 0 3px;
}
div.nicetitle p.fulltitle {
	font-weight: normal;
	/*font-size: 9pt;*/
	font-size: 90%;
}
div.nicetitle p.destination {
	/*color: #173A74;*/
	/*font-family: "Courier New", Courier, monospace;*/
	/*font-weight: normal;*/
	/*font-size: 8pt;*/
	font-size: 80%;
	margin-bottom: 0px;
	/*text-align: left;*/
	overflow: hidden;
}
div.nicetitle p.photo {
	/*text-align: center;*/
}
div.nicetitle img {
	max-width: 100%;
	height: auto;
}

#contact input,
#contact textarea {
	font: 10pt "Courier New", Courier, monospace;
	background: transparent;
	border: 1px solid #090;
	/*color: #173A74;*/
	color: #090;
	margin: 0.1em 0;
	width: 100%;
	padding: 1px 1ex;
	box-sizing: border-box;
}
#contact label {
	display: none;
}
/* Splash page */
#splash {
	color: #666;
	text-align: center;
	font: 10pt "Courier New", Courier, monospace;
	background: #000 url(pics/bg.jpg);
}
#splash .thei {
	font-size: 48pt;
	color: #090;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
#splash .hits {
	font-size: 18px;
	color: #CCC;
	letter-spacing: 1em;
}
#splash .red {
	color: #F00;
	text-decoration: underline;
}
#splash .next {
	font-size: 8pt;
	color: #999;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
#splash a:link {
	color: #666;
	text-decoration: none
}
#splash a:visited {
	color: #666;
	text-decoration: none;
}
#splash a:hover {
	color: #FFF;
}
#splash .maindiv {
	background: url(pics/bg-red.jpg);
	margin: 5%;
	padding: 0px;
	border: 2px solid #090;
	cursor: pointer;
}

@media screen and (min-width: 650px) and (max-width: 650px) {
	body {
		font-size: 20pt !important;
	}
	input {
		font-size: 16pt !important;
	}
}
@media screen and (max-width: 650px) {
	html {
		-webkit-text-size-adjust: 100%;
	}
	.content {
		/* http://stackoverflow.com/questions/11694767/android-chrome-ignoring-webkit-text-size-adjustnone-property-text-is-being-sc */
		max-height: 5000em;
	}
	.b-cell, .g-cell {
		margin-left: 1ex;
		margin-right: 1ex;
		padding-left: 1ex;
		padding-right: 1ex;
	}
	input#author, input#comment, input#submit {
		width: 100% !important;
	}
}