* { margin: 0px; padding: 0px; }

html {
  background: #eef url("/theme/left/tile.png") repeat-y top center;
  font: 0.9em Verdana,Arial,sans-serif;
  line-height: 1.4;
  overflow-y: scroll;
  overflow-x: auto;
  min-width: 800px;
  height: 100%;
}

body {
  width: 600px;
  padding: 0px 20px 20px 180px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: #f9f9ff; /* url("/theme/left/tile-body.png") repeat-y top right; */
  min-height: 100%;
}

#nav {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  background: #77F;
  width: 160px;
  /* font-size: 1.1em; */
  list-style-type: none;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0px;
}

#nav a { display: block; color: white; padding: 0.2em 30px; font-size: 0.9em; }
#nav a:hover { text-decoration: none; color: #eee; }
#nav a:active { color: #ddd; }
#nav *.youarehere { background-color: #44c; }
#nav a:focus { }

#nav #navhome {
  display: block;
  background: url("/theme/left/logo.png") no-repeat center center;
  height: 0px;
  width: 160px;
  padding: 110px 0px 0px 0px;
  overflow: hidden;
}

h1 a:hover { text-decoration: none; }

a { color: #23c; }
a:visited { color: #34d; }
a:hover { text-decoration: underline; }
a:active { color: #88f; }
a { text-decoration: none; outline: none; }


h1 {
  font-size: 2.6em;
  font-weight: normal;
  padding: 6px;
  margin: 0px -20px 20px -20px;
  background: #ddf;
  text-align: center;
  font-family: "Monospace", "Courier New", "Courier", monospace;
}

h2 {
  font-weight: normal;
  font-size: 1.5em;
  padding: 0em 0em 0em 0em;
  margin: 0em 0em 0.3em 0em;
}

p+h2, ul+h2 {
  margin-top: 1.5em;
}

h3 {
  margin: 0px;
  text-align: center;
  font-weight: normal;
}

ul {
  margin: 0px 0px 0px 1.5em;
}

h4 { margin: 1em 0px 0px 0px; }

hr { border:0; height: 1px; background: #ddd; }

p { text-align: justify; }
p+p, .post+.post { margin-top: 1em; }