body {
  background-image: url("img/lily-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 0 0;
}

a, a:visited { color: #060; }
a:hover { color: #090; }

#container {
  padding-bottom: 1em;
  border-bottom: 2px solid #BCA;
  background-color: #D6E2B5;
  background-image: none;
  height: inherit;
}

#blog-title {
  position: relative;
  left: 0;
  right: 0;
  background-color: #BCA;
  padding: 0.25em 0.5em;
  border-bottom: 1px solid #393;
  letter-spacing: .2em;
}

#blog-title h1 {
  margin: 0.25em 0;
  color: #060;
  font-family: sans-serif;
  font-size: x-large;
  font-weight: bold;
}

#blog-title a,
#blog-title a:visited,
#blog-title a:hover {
  color: #060;
  text-decoration: none;
}

.blog {
  margin: 0 0.5em;
  color: black;
}

#menu {
  background-color: #EFC;
  border: 1px dotted;
  border-top: 0;
  padding: 0.25em;
  font-family: sans-serif;
  font-size: smaller;
  text-align: center;
}
#menu a {
  padding: 2px;
  text-decoration: none;
}
#menu a:hover {
  color: black;
  background-color: #DFB;
}

.date {
  color: #363;
  font-family: sans-serif;
  font-size: smaller;
  text-align: right;
  margin-bottom: 0.25em;
  border-bottom: 1px solid #676;
}

.blogbody {
  font-family: comic sans ms, sans-serif;
  font-size: 0.8em;
  color: black;
  padding: 0.8em;
}

.blogbody a,
.blogbody a:visited {
  color: #060;
}
.blogbody a:hover {
  color: #090;
}

.blogbody h3 {
  margin-top: 0;
}

#sidebar {
  font-family: comic sans ms, sans serif;
  font-size: 80%;
}

/* Part for IE */
#sidebar { width: 23%; }
#sidebar.right { width: 20%; }

/* Part for sane browsers */
html>body #sidebar { width: 18.5%; }
html>body #sidebar.right { width: 18.5%; }

#sidebar a,
#sidebar a:visited {
  text-decoration: none;
  color: #060;
}

#sidebar a:hover {
  color: #090;
}

.calendar, .calendar td {
  color: black;
  font-size: 75%;
}

.calendar td {
  padding: 1px;
}

.calendar .calendar-day {
  background-color: #EFC;
}

.calendar a,
.calendar a:visited {
  padding: 0 2px;
  color: #060;
}
.calendar a:hover {
  background-color: white;
  color: black;
}

.sidetitle {
  font-weight: bold;
  color: #040;
  border-bottom: 1px solid;
}

.side {
  color: #666;
  font-size: 90%;
  text-align: right;
  margin-bottom: 1em;
}

.powered {
  margin-top: 1em;
}

#sidebar.right {
  float: right;
}
#sidebar.right .sidetitle {
  text-align: right;
}
#sidebar.right .side {
  text-align: left;
}

.syndicate {
  font-family: sans-serif;
  position: absolute;
  right: 0;
  top: 0;
}

.syndicate a,
.syndicate a:visited {
  padding: 0.25em;
  border-left: 1px dotted;
  border-bottom: 1px dotted;
  color: #696;
}
.syndicate a:hover {
  color: black;
  background-color: #EFE;
}

.comments {
  font-family: comic sans ms, sans-serif;
  font-size: 0.8em;
  color: black;
}

.comments-head,
.comments-post-head {
  background-color: #BCA;
  padding: 0.25em 0.5em;
  font-family: sans-serif;
  font-weight: bold;
  margin: 0.5em 0;
}

.comments-head {
  border-top: 1px solid #393;
  font-size: large;
}

.comments-post-head {
  position: relative;
  left: 0;
  right: 0;
  padding: 0.25em 0.5em;
  border-bottom: 1px solid #393;
  border-top: 1px solid #393;
  letter-spacing: .2em;
  color: #060;
  margin-top: 1em;
}

.comments-body,
.comments-post-body {
  margin: 0.5em 1em;
  padding: 0.5em;
}

.comments-body {
  border: 1px solid #9B8;
  background-color: #EFC;
}
.comments-body p {
  margin-top: 0;
  margin-bottom: 1em;
}

.comments-body .comments-post {
  border-top: 1px solid #AB9;
  font-size: 90%;
}
