/* ikiwiki local style sheet */

body {
  background-color:  #FFFFFF; /* pure white           */
  color:             #000000; /* pure black           */
}

.pageheader {
   background-color: #F9F9F9; /* very light gray      */
   padding: 10px;
   margin:  0px;
   min-height:  192px;        /* logo height + margin */
}

.pageheader img {
   float: left;
   margin: 10px;
   margin-right: 20px;
}

.pageheader .header .title {
  font-size: 120%;
  line-height: 1.25ex;
  margin-right: 0.5em;
  font-family: Helvetica, Sans-Serif;
}

.pageheader .header .title:last-child {
  margin-right: 0em;
}

.pageheader .header .title a:link {
  color: #5e03fc;             /* logo colour */
  text-decoration: none;
}

.pageheader .header .title a:visited {
  color: #5e03fc;             /* logo colour */
  text-decoration: none;
}

.pageheader .header .title a:hover {
  color: #5e03fc;             /* logo colour */
  text-decoration: underline;
}

.pageheader .header .title a:active {
  color: #5e03fc;             /* logo colour */
  text-decoration: underline;
}

.pageheader h1 {
  font-size: 250%;
  line-height: 2.0ex;
  font-family: Helvetica, Sans-Serif;
  color: #3F3F3F;             /* dark grey */
}

.pageheader h2 {
  font-size: 200%;
  font-family: Helvetica, Sans-Serif;
  color: #000000;             /* black */
}

h3 {
  font-size: 125%;
  font-family: Helvetica, Sans-Serif;
}

h4 {
  font-family: Helvetica, Sans-Serif;
}

#pagebody {
  clear: both;
  margin-left:  20px;
  margin-right: 20px;
}

#pagebody #content img.inline-photo {
   float: left;
   margin: 10px;
}

#pagebody #content p {
  font-size: 14pt;
  font-family: "Times New Roman", Garamond, Serif;
}

hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
