/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* jan */

body {
  font-size: 16pt;
  line-height: 1.8em;
  font-family: Verdana ,Helvetica, sans-serif;
  width: 32em;
  margin:4ex auto 4ex auto;
  -webkit-hyphens: auto;
}
small {
   font-size: 0.9;
}
em {
  font-style: italic;
}

p {
  margin-bottom: 1.8em;
}

p.date a {
  color: #000;
  text-decoration: none;
}


ul.index {
  width:42em;
}

ul.index li {
  list-style: circle;
}

ul, ol {
  padding-left: 2em;
  margin-bottom: 1em;
}

li ul {
  margin-bottom: 0;
}

li ol {
  margin-bottom: 0;
}

li {
  list-style-position: outside;
}

a {
  color: #000088;
  text-decoration: none;
  border-bottom: solid 1px;
  padding-bottom: .1em;
}

a:visited {
  color: #000;
}

a:hover, a:active {
  color: #F00;
  border-bottom: solid 1px;
  padding-bottom: .1em;
}

h1, h2, h3, h4 {
  font-family: "Gill Sans";
  margin-bottom: 1.2em;
  line-height: 1.2em
}

h1 a, h2 a, h1 a:hover, h2 a:hover {
  border:0;
}

h1 {
  font-size: 2em;
}

h1.post {
  margin-bottom: 1em;
}

h2 {
  font-size: 1.5em;
}

h2.list a {
  color: #000;
  text-decoration: none;
}

h2.list:hover {
  background-color: #DDD;
}

h3 {
  font-size: 1.3em;
}

hr {
  margin: 3.6em auto 3.6em auto;
  border-style: dashed;
  color: #888888;
  width:4em;
}

div img {
  margin-top:-4ex;
}

p img {
  margin: 1em;
}

img.right {
  float: right;
  margin:0 0 1em 1em;
}


blockquote {
  font-family: Georgia;
  font-style: italic;
  margin-bottom: 1em;
  padding-left: 2em;
}

blockquote p:before {
  content: "“";
}

blockquote p:after {
  content: "”";
}

blockquote em {
  font-style: normal;
}

sup {
  vertical-align: super;
  height: 0;
  line-height: 1;
  bottom: 1ex;
  font-size: 0.8em;
}

pre {
  white-space: pre;
  margin-bottom: 1em;
}

code {
  font-family: Courier, monospace;
}

div.post {
  margin-bottom: 8em;
}

strong {
  font-weight: bold;
}

aside#main {
  float: right;
  color: #000088;
  border: 1px solid #000088;
  margin: -2.2em 0 1em 1em;
  margin-left: 1em;
  margin-bottom: 1em;
  padding: 1em;
}

aside#main h1 {
  /*font-weight: normal;*/
  margin-bottom:0;
}

img {
  border: 1px solid #000;
}

img#merlin {
  margin: 1ex;
}

img.noborder {
  border: 0;
  margin: 1ex;
}

