/* copyright 2004-2016 by csant --- */
/* this is the main css file ------ */


html {
  background-color: #fefefe;
  color: #362f25;
}

body {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 100%;
  line-height: 1.5em;
  padding: 0% 20%;
  text-align: justify;
}
  * html body { padding: 3em 10em; }

h1 {
  font-size: 1.6em;
  line-height: 1.2em;
  padding: 1px;
  margin: 2em 0em 0em;
  background-color: inherit;
  color: #281d21;
  text-align: right;
  text-transform: lowercase;
  border-bottom: 1px solid #281d21;
}

h2 {
  font-size: 1.3em;
  background-color: inherit;
  color: #281d21;
  text-align: right;
  margin-top: 2em;
}
h3 {
  font-size: 1.2em;
  color: #281d21;
  text-align: right;
}
address {
  font-style: italic;
  text-align: right;
  padding-top: 40px;
}
sup {
  font-size: 0.3em;
}
a {
  font-weight: normal;
  color: #281d21;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1 a { 
   font-weight: bold;
}
h1 a:hover {
   text-decoration: none;
}
ul {
  list-style: none;
}
dt {
  font-weight: bold;
}

.content a {
  text-decoration: underline;
}
.poem {
  text-align: right;
  margin: 2.5em 0em;
  font-size: 85%;
  opacity: 0.6;
}
.poem p {
  padding: 0em 0em 0em 8em;
}
.pic {
  margin-top: 40px;
  text-align: center;
}
.pics { 
  background-color: white;
  list-style: none;
  text-align: center;
}
.pics li {
  padding: 30px;
}
.pics li img {
  border: 1px solid #efefef;
}

#nav {
  text-align: right;
  margin-top: 5px;
}
#nav li {
  display: inline;
  margin-top: 0px;
  padding-top: 0px;
  font-weight: bold;
}
#nav li::before {
  content: "| ";
}
#nav li:first-child::before {
  content: "";
}
#nav li a {
  font-weight: normal;
}
