abbr, acronym, .help {
	border-bottom : 1px dotted #333333;
	cursor : help;
}

body{
	background-color : #FFFFFF;
	color : #000000;
/*	font : 14px/1.5 Geneva, Arial, Helvetica, sans-serif;*/
	margin : 0;
	padding : 0;
}

img {
	max-width: 100%;
	height: auto;
}

/* Stuff for CSS tables */
.float {
	float : left;
	width : 160px;
	margin: 2px;
	text-align: center;
}

.float div {
	height: 160px;
	background-color: #E8F0F8;
	vertical-align: middle;
}

.float img {
	margin: 5px auto 5px auto;
}

.float p {
	font-size : 9px;
	text-align : center;
	background-color: #FFFFFF;
}

div.spacer {
	clear : both;
}
/* CSS tables end */

h1{
	font-size : 2em;
	font-weight: normal;
}
/*
h2, h3, h4, h5, h6{
	font-family : Arial, sans-serif;
	margin : 1.25em 0 0 0;
}

h1+h2, h2+h3, h3+h4, h5+h6{
	margin : .5em 0;
}
*/
h2{
	font-size : 1.75em;
	font-weight: normal;
}

h3{
	font-size : 1.5em;
	font-weight: normal;
}

h4, h5{
	font-size : 1.25em;
	font-weight: normal;
}

img {
	border: 0;
}
.login-box {
	border: 1px dotted #3399FF;
	width: 120px;
	padding-left: 3px;
}

.note {
	font-style: italic;
	color: #999999;
}

.news-headline {
	font-size: 200%;
	color: #333333;
	text-align: center;
}

.news-table {
	display:block;
}
.article-image {
	display : block;
	background-color : #e7f0f7;
	width: 160px;
	float: left;
	padding: 5px;
}

p{
	/* primitive version for css-1 agents */
	margin : .5em 0;
}

.hidden{
	display : none;
}

.smaller {
	font-size: smaller;
}

.tip {
	border: 1px dashed;
	font: normal small-caps smaller;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}

/* Following taken from http://photos.travelog.org/ which has one of the best
   CSS designs I've ever seen! */
   
.box, .box-borderless {
    margin-bottom: 22px;
}

.box {
    border: 1px solid #999;
    background-color: #FFF;
}

.titlebar {
    margin: 0;
    padding: .3em;
    border-bottom: 1px solid #999;
    background-color: #EEE;
}

h3.titlebar
{
    font-size: 1em;
    color: #666666;
}


.gphoto {
font-style: italic;
font-size: 90%;
	text-align: center;
}
.gphoto figcaption {
	text-align: center;
}



/********** New 2018 stuff **********/
.gallery-thumbnails {
	display: flex;
	flex-flow: row wrap;
	gap: 1.4rem;
}
.gallery-thumbnails > div {
	text-align: center;
	font-size: 90%;
}
.gallery-thumbnails img {
	max-width: 100%;
	height: auto;
}
@media (max-width: 600px) {
	.gallery-thumbnails {
		gap: 0.5rem;
	}
	.gallery-thumbnails > div {
		width: calc(50% - 0.5rem);
	}
}

.favicon {
	vertical-align: middle;
	display: inline-block;
	margin: 0 2px 0 0;
	width: 16px;
	height: 16px;
}