/* 
 * Copyright ©2014 Free Software Foundation
 * 51 Franklin St, Fifth Floor, Boston, MA 02110, USA
 *
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without restriction,
 * including, without limitation, the rights to use, copy, modify,
 * merge, publish, distribute, sublicense, and sell copies of
 * the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 * 
 * The above copyright notice and this permission notice shall be
 * included in all copies, or substantial portions, of the Software;
 *
 * THE SOFTWARE IS PROVIDED "AS IS," WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND
 * NONINFRINGEMENT.  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT, OR OTHERWISE, ARISING
 * FROM, OUT OF, OR IN CONNECTION WITH, THE SOFTWARE, OR THE USE OF,
 * OR OTHER DEALINGS IN, THE SOFTWARE.
 */

a:link {
  color: #002299;
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
  font-size: 95%;
}

a:hover {
  color: #0044ff;
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
  font-size: 95%;
}

a:visited {
  color: #202020;
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
  font-size: 95%;
}

body {
  font-family: Cardo, Palatino, Georgia, "Times New Roman", Times, serif;
  font-size: 90%;
  letter-spacing: .1px;
  line-height: 165%;
  background-color: #fdecd5;
  background-image: url("gothic_lorem.png");
}

div.main {
  width: 45vw;
  margin-top: 5vh;
  margin-bottom: 3vh;
  margin-left: auto;
  margin-right: auto;
  padding: 8%;
  padding-bottom: 4em;
  background-color: #f0f8ee;
  border: 2px solid #83210B;
}

h1 {
  margin-top: 0;
  font-family: Cardo, Palatino, "DejaVu Serif", "Times New Roman", Times, serif;
  font-size: 120%;
  font-weight: bold;
  line-height: 150%;
  text-transform: uppercase;
  text-align: center;
  color: #222222;
}

h2 {
  margin-bottom: 0;
  font-family: Cardo, Palatino, "DejaVu Serif", "Times New Roman", Times, serif;
  font-size: 115%;
  line-height: 150%;
}

h3 {
  margin-top: 0;
  font-family: Cardo, Palatino, "DejaVu Serif", "Times New Roman", Times, serif;
  font-size: 100%;
  line-height: 150%;
}

h3.backend {
  margin-top: .25em;
}

h3.requests {
  margin-top: .75em;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  text-indent: 2em;
}

p.initial {
  margin-top: 1.25em;
  text-indent: 0;
}

p.copyright {
  text-indent: 0;
  line-height: 110%;
  margin-top: 1em;
  text-align: center;
}

ul {
  margin-top: .15em;
  margin-bottom: .15em;
  margin-left: 2em;
  padding-left: 0;
  list-style: none;
  line-height: 150%;
}

ul.second-level {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 1.25em;
  list-style: none;
}

span.divider {
  display: block;
  margin-top: .75em;
  margin-bottom: 0;
  font-size: 150%;
  text-align: center;
/*  color: #4f4f4f; */
  color: #88493b;
}

span.diamond-bullet {
  font-size: 80%
}

span.tex {
  vertical-align: sub;
  text-transform: uppercase;
  font-size: 82%;
}

span.manpage {
  font-weight: bold;
  font-size: 95%;
}

span.mkern {
  letter-spacing: -.1em;
}

span.pkern {
  letter-spacing: .05em;
}
