html, body {
  padding: 0;
  margin: 0;
}

body {
  background-color: #FCFCFC;
  font-family: verdana,sans-serif;
  font-size: 9pt;
  color: black;
  margin: 0px 6%;
}

#page {
  width: 100%;
  padding: 0px;
  text-align: left;
  overflow: auto;
}

img {
  border: 0;
}

div#header h1 {
  color: #222222;
  letter-spacing: -1px;
  height: 60px;
  background-color: #EEEEE0;
  border-left: 1px solid #CDCDC1;
  border-right: 1px solid #CDCDC1;
  border-bottom: 1px solid #CDCDC1;
  padding-left: 20px;
  padding-top: 8px;
  margin: 0px 0px -10px 0px;
  font-size: 26pt;
}

div#header a {
  color: #222222;
  text-decoration: none;
  border: 0;
}

blockquote {
  overflow: auto;
  padding: 0 50px;
  background: transparent url("/images/quote.png") no-repeat 0 0;
}

div#content {
  float: left;
  width: 65%;
  margin: 20px;
  padding: 5px 5px 10px 10px;
  text-align: left;
}

div#content hr {
  border: 0;
  background-color: #CDCDC1;
}

div#content p {
  line-height: 1.5;
  text-align: justify;
  margin-bottom: 4px;
}

div#content code {
  color: #104e8b;
  background-color: #EEEEE0;
  -moz-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
}

div#content pre {
  padding: 1em;
  font-size: 9pt;
  background-color: #EEEEE0;
  border: 1px solid #e0e0e0;
  -moz-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  overflow: auto;
}

div#content ul {
  list-style-type: circle;
  margin-top: -1em;
  padding-left: 18px;
}

div#footer {
  font-size: 9px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  color: black;
  text-align: center;
  border: 1px solid #CDCDC1;
  background-color: #EEEEE0;
  padding-bottom: 5px;
  clear: both;
}

div#base h1 {
  font-size: 18pt;
  margin-top: 0;
}

div#footer a {
  border: 0;
}

div.post_info {
  margin-bottom: 10px;
}

div.post_info h1 {
  font-size: 18pt;
  margin: 0;
}

div.post_info p {
  margin: 0;
  margin-top: 3px;
  font-size: 8pt;
}

div.post_info a,
div.post_info a:hover,
div.post_info a:visited,
div.post_info a:link,
div.post_info a:active {
  border: 0;
}

div.maruku-equation {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}

div#related {
  margin-top: 20px;
}

a, a:visited, a:link, a:active {
  color: #104E8B;
  text-decoration: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #104E8B;
}

a:hover {
  color: #8B0000;
  text-decoration: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px dotted #8B0000;
}

ul.posts {
  list-style-type: none;
  margin-bottom: 2em;
  padding-left: 10px;
}

ul.posts li {
  line-height: 1.70em;
}

div#sidebar {
  margin: 20px;
  padding: 8px 10px 10px 0;
  float: left;
  width: 200px;
  text-align: left;
}

div#sidebar ul {
  margin-left: 0px;
  padding-left: 25px;
}

div#sidebar h3 {
  font-variant: small-caps;
  margin: 0;
}

div#sidebar p {
  padding: 0 0 8px 8px;
  line-height: 1.5;
  text-align: justify;
}

div#icons {
  padding-top: 15px;
}

div#icons ul {
  text-align: center;
  list-style-type: none;
}

div#icons a {
  border: 0;
}

div#comments a {
  border: 0;
}

/* Menu */

#menu {
  height: 28px;
  margin: 0 auto;
  padding: 0;
  background-color: #CDCDC1;
  -moz-border-radius: 0.0em 0.0em 0.5em 0.5em;
  -webkit-border-radius: 0.5em;
}

#menu ul {
  float: right;
  margin: 0;
  padding: 0px 25px 0px 0px;
  list-style: none;
  line-height: normal;
}

#menu li {
  float: left;
}

#menu a {
  display: block;
  width: 100px;
  height: 21px;
  margin-left: 10px;
  padding-top: 7px;
  background-color: #CDCDC1;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  border: none;
}

#menu a:hover, #menu .active a {
  text-decoration: none;
  background-color: #EEEEE0;
  -moz-border-radius: 0.5em 0.5em 0.0em 0.0em;
  -webkit-border-radius: 0.5em;
  background-color: #FCFCFC;
  margin-bottom: -2px;
  padding-top: 4px;
  margin-top:3px;
}

/* vim: set sw=2 sts=2 et : */
