/*
 * Local css style for `ftblog'.
 *
 * Oh, yeah. Each time I need to change CSS I got to relearn it. That sucks,
 * so here are a few pointers, so next time won't be such a bitch:
 *
 * Selectors (the `pre' in "pre {") can have prefixes; "." or "#". Without,
 * it specifies how a certain HTML element should look like. The "." prefix
 * binds the settings to a certain "class="; while the "#" prefix binds to a
 * certain "id=".
 */

pre {
  font-style: monospace;
  /* font-size: 1em; */
  line-height: 150%;
  letter-spacing: normal;
  word-spacing: normal;
  background-color: #BBBBBB;
  display: block;
  margin-left: 15px;
  margin-right: 10%;
  margin-top: 0px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-left: 3px solid black;
}

pre.hl {
  color:#000000;
  background-color:#BBBBBB;
}

.pre code {
  font-family: monospace;
  /* font-size: 1em; */
  background-color: #BBBBBB;
  /*display: block;*/
  margin-bottom: 0em;
}

.p code {
  font-family: monospace;
  /* font-size: 1em; */
  background-color: #DDDDDD;
  /*display: block;*/
  /*margin-bottom: 0em;*/
}

.inlinepage iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.inlinepage img {
  max-width: 95%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

body {
  margin: 0px;
  padding: 0px;
  background-color:#899AAA;
  background-image: url(images/img.png);
  background-repeat: repeat;
  background-attachment: scroll;
  color: rgb(80,80,80);
  /* font-size: small; */
}

.inlinepage {
  font-family: sans-serif;
  line-height: 125%;
  letter-spacing: 1px;
  word-spacing:1px;
  text-align: justify;
  /* font-size: small; */
  background-color: rgb(235,235,235);
  color: rgb(80,80,80);
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  margin-bottom: 1em;
  max-width: 60em;
}

.feedbutton {
  position: absolute;
  /* float: right; */
  right: 0px;
  top: -32px;
}

.sidebar {
  position: absolute;
  float: none;
  right: 0.75%;
  width: 15%;
  font-family: sans-serif;
  background-color: rgb(235,235,235);
}

.sidebar ul {
  font-family: sans-serif;
  font-weight: bold;
  font-size: 1.0em;
  letter-spacing: 0em;
  margin:2px 0px 0px 0px;
  padding: 0.5em 0.5em 0.5em 0.5em;
  border:none;
  list-style: none;
}

.sidebar ul li a {
  color:rgb(10,10,10);
  background-color: transparent;
  text-decoration: none;
  border: none;
}

.sidebar ul li a:hover {
  color:blue;
  background-color: transparent;
  text-decoration: underline;
}

.sidebar a {
  font-family: sans-serif;
  font-weight: bold;
  font-size: 0.8em;
  letter-spacing: 0em;
  color:rgb(10,10,10);
  background-color: transparent;
  text-decoration: none;
  border: none;
}

.sidebar a:hover {
  color:blue;
  background-color: transparent;
  text-decoration: underline;
}

.sidebar p {
  margin:0px 0px 0px 10px;
}

.sidebar h4 {
  margin:15px 0px 0px 0px;
}

.sidebar h5 {
  /* font-size: small; */
  margin:15px 0px  10px 0px;
}

#pagebody {
  position: absolute;
  left: 2%;
  width: 75%;
  padding-bottom: 2em;
}

.pagefooter {
  visibility: hidden;
}

.pageheader {
  padding-top: 0.25em;
  padding-left: 1em;
}

.pageheader>.header {
  border-bottom: none;
}

.header a {
  color: #202020;
}

.inlineheader>.author {
  float: right;
  visibility: hidden;
}

.header {
  margin: 0px 0px 10px 0px ;
  border-bottom: 1px dotted #787878;
}

.header a {
  text-decoration: none;
}

.archiveentry {
  font-family: sans-serif;
  line-height: 125%;
  letter-spacing: 1px;
  word-spacing:1px;
  /* font-size: small; */
  background-color: rgb(235,235,235);
  color: rgb(80,80,80);
  padding: 0.2em;
  margin: 0px;
}
