* {
  -moz-box-sizing: border-box;
} 

body {
  font-family: serif;
  font-size: 1em;
  padding: 0;
  margin: 0;
  height: 1%;
}

ins {
  text-decoration: none;
}

acronym, abbr {
  cursor: help;
  border-bottom: 1px dotted;
}

h1, h2, h3, h4 {
  font-family: sans-serif;
}
h1, h2 {
  margin: 4px 0 4px 10px;
}
h1 {
  font-size: 200%;
  letter-spacing: -0.05em;
}
h3, h4 {
  margin: 4px;
}
h5 {
  font-weight: normal;
}

a, #header h2 a {
  text-decoration: underline;
}

p, blockquote {
  text-align: justify;
}

blockquote {
  font-style: italic;
}

#whole {
  margin: 0 auto;
  max-width: 900px;
}

#header {
  margin: 0 0 0 auto;
  font-family: sans-serif;
  padding: 4px;
}
#header h2 {
  font-size: 100%;
  font-style: italic;
  font-weight: normal;
}
#header h2 a {
  font-style: normal;
}

#bar {
  float: right;
  width: 176px;
  margin: 0;
  padding: 0;
  height: 1%;
}
#bar div {
  margin: 0 8px 26px 0;
  padding: 0;
  border: 1px #000 solid;
  -moz-border-radius: 0 10px 0 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
}
#bar h4 {
  font-size: 120%;
  margin: 0;
  padding: 6px 0 6px 10px;
  border-bottom: 1px #000 dashed;
  text-align: left;
}
#bar ul, #bar li {
  list-style-type: none;
}
#bar ul {
  margin: 0;
  padding: 0;
}

#bar #spacer, #bar #access, #bar #nav, #bar #search {
  background: transparent;
  border: 0;
}
#nav li {
  float: left;
  width: 54px;
  text-align: center;
}
#nav img {
  border: 0;
  vertical-align: middle;
  height: 36px;
  width: 36px;
  margin: 2px 6px 2px 4px;
}
#nav a {
  text-decoration: none;
  display: block;
  font-weight: bold;
  font-size: 80%;
  margin: 0 0 2px 0;
  border: 1px #000 solid;
  padding: 0 0 2px 0;
}
#nav a:hover {
  text-decoration: none;
  -moz-border-radius: 0 10px 0 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
}

#search p {
  text-align: center;
  margin: 2px 0 0 0;
}
#search input {
  border: 1px #000 solid;
}

#bar #access {
  margin: -10px 8px 0 0;
  height: 32px;
}

#bar #search {
  clear: both;
  padding-top: 4px;
}

#access span {
  font-size: 24px;
  float: left;
  width: 30px;
}
#access a {
  text-decoration: none;
}
#access img {
  border: 0;
}

#themes {
  text-align: center;
  display: none;
}
#themes img {
  margin: 6px 6px 4px;
  width: 64px;
  height: 64px;
  border: 0;
  cursor: pointer;
}

#spacer {
  line-height: 1px;
}

div.linklist li {
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: inline;
}
div.linklist a {
  display: block;
  margin: 0 0 2px 0;
  padding: 4px 3px 4px 16px;
  text-decoration: none;
}
div.linklist a img {
  display: none;
  border: none;
}
div.linklist a:visited img {
  display: inline;
}

div.linklist a:hover {
  text-decoration: none;
  -moz-border-radius: 0 10px 0 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
}
div.linklist strong {
  font-size: 80%;
  margin: 0 0 0 -6px;
}
div.linklist span {
  font-size: 80%;
  display: block;
}
div.linklist p {
  border-top:1px #888 dashed;
  text-align: right;
  padding-right:6px;
  margin: 0 0 2px 0;
}

#colophon {
  font-size: 70%;
}
#colophon p {
  text-align: center;
  margin: 6px 4px 6px 4px;
}

#bar h4 span {
  display: inline;
  margin: 0 0 0 10px;
  font-weight: normal;
}
#bar h4 a {
  display: inline;
  padding: 0;
}
#bar h4 a:hover {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#bar p a {
  display: inline;
  padding: 0;
}

#tooltip {
  position: absolute;
  top: 0;
  left: -1000px;
  visibility: hidden;
  padding: 2px;
  z-index: 2;
  filter:alpha(opacity=92);
  -moz-opacity:0.92;
  opacity: 0.92;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px #000 solid;
}

#content {
  margin: 0 190px 0 auto;
  padding: 0;
}

div.entry {
  -moz-border-radius: 0 10px 0 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  margin: 0 0 10px 8px;
  border: 1px #000 solid;
  overflow: auto;
}

div.header {
  position: absolute;
  margin: -1px 0 8px -1px;
  padding: 4px;
  text-align: right;
  border-right: 1px #000 solid;
  border-bottom: 1px #000 solid;
}

div.ghostheader {
  float: left;
  margin: 0 0 8px 0;
  padding: 4px;
}

div.header a:link, div.header a:visited, #header a {
  text-decoration: none;
}
div.header a:hover, div.header a:active {
  text-decoration: underline;
}

div.textbody {
  clear: left;
  margin: 10px 26px 10px 10px;
}

div.code {
  font-family: monospace;
  overflow: auto;
  padding: 6px;
}
code {
  padding: 1px;
}
#enav {
  border: 0;
  float: right;
  margin: 6px 6px 0 0;
}
#enav p {
  margin: 0;
  font-size: 80%;
  text-align: right;
}

div.elinks {
  float: right;
  margin: 0 3px 0 0;
  line-height: 0;
  font-size: 1px;
}
div.elinks img {
  border: 0;
  margin: 0;
}
a.rc img {
  height: 16px;
  width: 15px;
  margin-top: -6px;
}
a.ac img {
  margin-top: 4px;
  height: 15px;
  width: 15px;
}

p.clink {
  text-align: right;
  margin: 0 16px 6px;
}
p.clink img {
  border: 0;
  vertical-align: middle;
  width: 15px;
  height: 16px;
}

#comments {
  border: 1px #000 solid;
  margin: 0 10px 6px 10px;
  padding: 6px;
  overflow: hidden;
  -moz-border-radius: 0 10px 0 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
}
#comments hr {
  border: 0;
  border-top: 3px dashed #444;
  height: 4px;
}
#comments p.clink {
  margin: 0;
}

div.comm {
  margin: 0 0 0 25px;
}
div.comm h4, div.entry h4 {
  margin-left: 0;
}
div.comm:target {
  background-color: #ffa;
  padding: 4px 8px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

div.commF {
  border: 1px #000 solid;
  width: 100%;
  position: absolute;
  padding: 0 8px 20px 8px;
  margin-top: 12px;
  -moz-border-radius: 0 10px 0 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
}
div.commF table {
  width: 100%;
}
div.commF input, div.commF textarea {
  border: 1px #000 solid;
  background-color: #ddd;
  padding: 2px;
  font-family: serif;
}
div.commF .bt {
  width: 98%;
}
div.commF .col1 {
  text-align: right;
  font-weight: bold;
}
div.commShadow {
  top:8px;
  left:8px;
  border: 1px #000 solid;
}
div.commShadow * {
  visibility: hidden;
}

#feedList img {
  border: 0;
}
#feedList, #feedList li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

