* {
  padding: 0;
  margin: 0;
  font-size: 100%; }

body {
  font-size: 100%;
  padding: 0;
  margin: 0;
  background: url(images/cloud.png) no-repeat 5px 200px;
  background-color: #9fccd6; }

h1, h2, h3, .fakehead {
  font-weight: normal;
  text-transform: lowercase;
  letter-spacing: -1px; }
  h1 a, h2 a, h3 a, .fakehead a {
    color: #222222;
    text-decoration: none; }
    h1 a:hover, h2 a:hover, h3 a:hover, .fakehead a:hover {
      color: #cc0000;
      text-decoration: underline; }

h1 {
  height: 50px;
  padding: 20px 0 0 0;
  font-size: 250%; }

h2 {
  font-size: 150%;
  margin: 0 0 15px 0; }

h3 {
  font-size: 130%;
  font-style: italic;
  margin: 25px 0 15px 0; }

a {
  color: #004477; }
  a:hover {
    color: #cc0000; }

#container {
  width: 900px;
  margin: 0 auto;
  position: relative;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  font-size: 90%; }

#page {
  padding: 20px;
  border: 1px solid gray;
  background: #fff5df; }

#topmenu {
  position: absolute;
  top: 31px;
  left: 500px;
  font-size: 150%; }
  #topmenu ul {
    list-style: none; }
  #topmenu li {
    float: left;
    height: 40px;
    padding: 0;
    margin: 0 20px 0 0;
    background-color: #fff5df;
    background: url(images/tab_left.png) no-repeat left top; }
    #topmenu li a {
      float: left;
      display: block;
      height: 29px;
      padding: 10px 30px 0 30px;
      background: url(images/tab_right.png) no-repeat right top;
      border-bottom: 1px solid;
      border-bottom-color: gray; }
    #topmenu li.active {
      height: 41px; }
      #topmenu li.active a {
        height: 30px;
        border-bottom: 1px solid;
        border-bottom-color: #fff5df; }

#sidebar {
  float: left;
  width: 180px;
  padding: 0 0; }
  #sidebar ul {
    list-style: none;
    margin-bottom: 20px; }
    #sidebar ul ul {
      margin: 5px 0 0 0; }
      #sidebar ul ul li {
        margin: 0 0 0 8px;
        padding: 0 0 5px 8px;
        border-left: 1px solid #ddd; }
      #sidebar ul ul ul {
        margin: 5px 0 0 10px; }
    #sidebar ul li {
      padding: 0 0 5px 0; }
  #sidebar .current_page_item a {
    color: #000; }
  #sidebar .current_page_item li a {
    color: #047; }

#pages a {
  font-weight: bold;
  text-decoration: none; }
  #pages a:hover {
    color: #333;
    text-decoration: none; }

.post .pagenote {
  position: absolute;
  right: 20px;
  top: 5px;
  font-size: 90%;
  color: #555; }

.meta {
  padding: 5px;
  color: #333;
  font-size: 95%;
  border-top: #aaa 1px solid;
  border-bottom: #aaa 1px solid; }
  .meta p {
    margin: 0; }
    .meta p.left {
      float: left; }
    .meta p.right {
      float: right;
      text-align: right; }
  .meta .narrow {
    width: 150px; }
  .meta .wide {
    width: 400px; }

#comments ol {
  list-style: none; }
  #comments ol li {
    padding: 0 0 10px 0; }
    #comments ol li .meta .left {
      font-weight: bold; }

.comment {
  padding: 10px; }
  .comment header {
    margin-bottom: 10px; }

footer#main {
  clear: both;
  margin-bottom: 10px;
  padding: 10px 0;
  font-size: 75%;
  color: #555;
  border: 1px solid gray;
  border-top: none;
  background: #fff5df; }
  footer#main a {
    color: #555;
    font-weight: bold;
    text-decoration: none; }
  footer#main .support {
    width: 500px;
    margin: 0 auto; }
    footer#main .support p, footer#main .support img {
      float: left; }
    footer#main .support p {
      width: 400px;
      padding-left: 20px; }
  footer#main p {
    width: 500px;
    margin: 0 auto; }

hr {
  clear: both;
  padding-top: 10px;
  margin-bottom: 10px;
  border: none;
  border-bottom: 1px solid gray; }

article.post, article#comments {
  float: right;
  clear: right;
  position: relative;
  width: 670px;
  margin: 0 0 30px 0; }

nav#pages {
  float: right;
  clear: right;
  position: relative;
  width: 670px;
  margin: 0 0 30px 0; }
nav#sidebar {
  margin-bottom: 30px; }

.hidden {
  position: absolute;
  left: -10000px; }

