html {min-height: 100%;}

body {
    background-color: #eeeeee;
    /*background-image: -moz-linear-gradient(top, #cccccc, #eeeeee);
    background-image: -o-linear-gradient(top, #cccccc, #eeeeee);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#eeeeee));
    background-image: -webkit-linear-gradient(top, #cccccc, #eeeeee);*/
    background-image: linear-gradient(to bottom, #cccccc, #eeeeee);
    min-height: 100%;
}

header { font-family:Verdana, Geneva, Tahoma, sans-serif; }

.pagehead {
    background-color: #40b0b0;
    padding: 1px;
    position: relative;
}

.pagehead div {display: inline-block;}
.pagetitle { width: 100%; text-align: center; }
.pagetitle h1 { text-align: center; }
.pagesubtitle { position: absolute; right: 20px; top: 50%; font-size: 1.14em; }

ul.bmnav {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #d4d4aa;
}

/* Style links in topnav */
ul.bmnav li span, ul.bmnav li a {
  display: block;
  color: #000000;
  padding: 14px 16px;
  text-decoration: none;
}

ul.bmnav li a:hover {
  background-color: #eeeedd;
  color: black;
  font-weight: bolder;
}

.year {
    text-align: center;
    border-top: 3px dotted #000000;
    margin: 12pt 30px;
    padding-top: 6pt;
    font-family: 'Courier New', Courier, monospace;
    font-size: 3em;
}

article {
    margin-left: 2%;
    margin-right: 2%;
    padding: 12pt 16pt 24pt 16pt;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: justify;
}

article h1 { padding-top: 0; padding-bottom: 6pt; margin: auto; font-size: 20pt; }
article p {
    font-size: 12pt;
    margin: 0;
}

#indexbody article h1 a { color: #000000; text-decoration: none; }
#indexbody article h1 a:hover { color: #666666; }
#indexbody article p a { color: #000000; text-decoration: none; }

#indexbody article:nth-child(odd) { background-color: #eeeeaa; }
#indexbody article:nth-child(odd):hover { background-color: #ffffaa; }
#indexbody article:nth-child(even) { background-color: #aaccff; }
#indexbody article:nth-child(even):hover { background-color: #bbddff; }

.mainart { background-color: #dddddd; }
.mainart p { margin-bottom: 6pt; }

.artdate { text-align: right; margin-bottom: 12pt; border-bottom: 1px dashed #000000; }

#construction { width: 30%; border: 2px solid black; overflow: auto; margin-left: 2%; margin-top: 20pt; }
#construction img { float: left; height: 100%; margin-right: 20px; clear:both; display: block; }

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f0d1d1;
  padding: 8px;
  display: flex;
  flex-wrap: nowrap;
  z-index: 1000;
}

footer p { margin: 1px 15px 1px 5px; }