html, body {
  position: relative;
  z-index: -2;
  background-color: #ccc;
  height: 100%;
}

body {
  font-family: Tahoma, Verdana, Arial, Sans-Serif;
  background: url('../images/background3.png') repeat-x scroll center top;
}

h1 {
  padding-bottom: 0.2em;
  padding-left: 0.2em;
  border-bottom: 1px dotted #555;
  border-left: 1px dotted #555;
}

h1, h2, h3 {
  font-family: Georgia,"Times New Roman",Times,serif;
  color: #777;
}

h1 > a, h2 > a, h3 > a {
  color: #777;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

div.container {
  padding-top: 2em;
}

#dragon {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: -1;
  background: url('../images/dragon.png');
  background-repeat: no-repeat;
  width: 229px;
  height: 157px;
}

#tail {
  position: fixed;
  bottom: 10px;
  left: 10px;
  background: url('../images/tail.png');
  background-repeat: no-repeat;
  width: 85px;
  height: 119px;
}

#header {
  position: fixed;
  min-height: 70px;
}

#content-column, #right-column {
  background-repeat: repeat-y;
  min-height: 300px;
}

#content-column {
  background: url('../images/bg_content_middle.png');
  background-repeat: repeat-y;
}

#right-column {
  background: url('../images/bg_right_middle.png');
  background-repeat: repeat-y;
}

#footer {
  background: url('../images/bg_footer_middle.png');
  background-repeat: repeat-y;
}

#content-column-top {
  background: url('../images/bg_content_top.png');
  background-repeat: no-repeat;
  padding-top: 22px;
}

#content-column-bottom {
  background: url('../images/bg_content_bottom.png');
  background-repeat: no-repeat;
  padding-bottom: 22px;
}

#righ-column-top {
  background: url('../images/bg_right_top.png');
  background-repeat: no-repeat;
  padding-top: 24px;
}

#right-column-bottom {
  background: url('../images/bg_right_bottom.png');
  background-repeat: no-repeat;
  padding-bottom: 24px;
}

#footer-top {
  background: url('../images/bg_footer_top.png');
  background-repeat: no-repeat;
  padding-top: 27px;
}

#footer-bottom {
  background: url('../images/bg_footer_bottom.png');
  background-repeat: no-repeat;
  padding-bottom: 27px;
}

#copyright {
  text-align: center;
}

/* post */

div.entry .entry-title {
  width: 80%;
  margin-bottom: 0;
}

div.entry .entry-meta { 
  float: right;
  text-align: right; 
  margin: -0.25em 0 0.5em 0; 
}

div.entry .entry-statistic {
  margin-top 0px;
}

div.entry .entry-statistic ul {
  margin: 0;
}

div.entry .entry-statistic li {
  display: inline;
  margin-right: .5em;
  padding-right: .5em;
  border-right: 1px solid grey;
}

div.entry .entry-statistic li.last {
  border-right: none;
}

div.entry .entry-content {
  margin-top: 1em;
}

div.entry + hr {
  margin: 1em auto;
  width: 80%;
}

/* comments */

div#comments {
  margin-top: 2em;
}

div.blogcomment {
  border: 1px dotted grey;
}

div.blogcomment .avatar {
  float: left;
  margin: -2.5em 0.5em 0.5em -2.5em;
  border: 1px solid grey;
  background-color: white;
  padding: 3px;
  line-height: 1;
}

div.blogcomment .comment-meta {
  margin-bottom: 1em;
}

div#comments .odd {
  background-color: white;
}

div#comments .creator {
  border-color: yellow;
}

/* right column generic */

.rss-icon {
  float: right;
}

#right-column .block {
 margin-bottom: 2em;
}

#right-column .block h4 {
  margin-bottom: 0.5em;
}

/* tag-cloud */

#right-column .block .tag-cloud .tag-1 {
  font-size: 0.9em;
}
#right-column .block .tag-cloud .tag-2 {
  font-size: 1.2em;
}
#right-column .block .tag-cloud .tag-3 {
  font-size: 1.4em;
}
#right-column .block .tag-cloud .tag-4 {
  font-size: 1.6em;
}
#right-column .block .tag-cloud .tag-5 {
  font-size: 1.8em;
}