body {
  background: #fff; 
  font-family: "Book Antiqua", Georgia, "Times New Roman", Times, serif; 
  font-weight: normal;
  font-size: 14px; 	 
  color: black; ;
  line-height: 16px;
  text-align: center;
  width: 50em;
  margin: 1em auto;
}

a:link { color: #06f; text-decoration: none; }
a:visited { color: #039; text-decoration: none; }
a:active { color: #00f; text-decoration: underline; }
a:hover	{ color: #39f; text-decoration: underline; }

#main {
  text-align: left;
}

h1 {
  font-size: 200%;
  font-weight: normal;
  margin: 0px;
  padding: 0.5em 0 0.25em 0;
}

h1 a, h1 a:visited, h1 a:active, h1 a:hover {
  text-decoration: none;
  color: #000;
}

#header h2 {
  font-weight: normal;
  font-size: 80%;
}

#breadcumbs {
  margin-top: 2em;
  padding-bottom: 0.25em;
  font-style: italic;
  border-bottom: 1px dotted #000;
}

#sidebar {
  width: 12em;
  float: left;
  padding: 0 1.5em 0 0.25em;
}

#sidebar h2 {
  margin: 0;
  font-size: 14px;
  padding: 1.5em 0 0.5em 0;
  clear: both;
  color: #666;
}

#sidebar ul {
  list-style-type: none;
  padding-left: 0px;
  padding: 0px;
  margin: 0px;
}

#topictree a, #breadcumbs a, #sidebar a {
  text-decoration: none;
}

#topictree a:hover, #breadcumbs a:hover, #sidebar a:hover {
  text-decoration: underline;
}

div#topictree {
  margin: 0px;
  padding: 0px;
}

#topictree dd {
  margin-left: 3ex;
}

#topictree dl {
  clear: left;
  margin: 0px;
  padding: 0px;
}

#topictree dt {
  clear: both;
}

#topictree dl.compact dt {
  float: left;
  clear: none;
  margin-right: 0.5em;
}

#content {
  width: 34em;
  float: right;
  border-left: 1px dotted #000;
  padding: 0 0.25em 0 1.5em;
}

.seperator {
  text-align: center;
}

.seperator hr {
  display: none;
}

.entry {
  margin-bottom: 4em;
}

.entry h3 { 
  font-weight: normal;
  padding: 1em 0 0 0;
  margin: 0px;
  color: #05f;
}

.entry h4 {
  font-weight: normal;
  font-style: italic;
  padding: 0px;
  margin: 0px;
}

.entry h4 a {
  text-decoration: none;
  font-size: 10px;
}

#nukumi2logo {
  float: right;
}

#footer {
  clear: both;
  padding: 4em 0.5em 0.5em 0.5em;
  text-align: center;
}

q:before { content: "«"; }
q:after  { content: "»"; }

#atom, #rss {
  border: 1px solid;
  border-color: #FC9 #630 #330 #F96;
  padding: 0px 3px;
  font-size: 10px;
  font-weight: bold;
  font-family: Verdana, sans-serif;
  color: #FFF;
  background: #F60;
  text-decoration: none;
  margin: 5px 0px 0px 10px;
  float: right;
}
