body {
  background-color: #f4f9e3;
  color: #333;
}

#box {
  border: 1px dotted #65857e;
}

/* local top */

#top {
  padding: 0;
  height: 72px;
  background: #dce5c6 url(/images/patterns/sparkle.png);
}

#header {
  float: right;
  background-color: #f4f9e3;
  margin: 20px 36px 0 0;
  padding: 0 10px 0 8px;
  border: 1px solid #65857e;
}

#header a {
  padding: 0 24px 0 0;
  font-size: 16.5pt;
  font-weight: 700;
  text-decoration: none;
  color: #65857e;
  background: url(/images/icons/finland.png) no-repeat right center;
}

#header a:hover {
  text-decoration: none;
}

/* local middle */

#middle {
  padding: 0;
  background-color: #dce5c6;
  border-top: 1px dotted #65857e;
  border-bottom: 1px dotted #65857e;
}

#middle a {
  color: #65857e;
}

#middle a:hover {
  background-color: #b0bfa8;
  color: #f4f9e3;
}

/* local left */

#left h1 {
  border-bottom: 1px dotted #333;
}

#left h2 {
  background-color: #dce5c6;
  padding: 4px;
}

#left div.post div.entry {
}

#left div.post div.entry a {
  color: #65857e;
}

#left div.post div.sharing {
  background-color: #dce5c6;
  border: 1px dotted #65857e;
}

/* articles */

ul.articles {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.articles li {
  padding: 2px;
}

ul.articles li a {
  font-size: 14pt;
}

/* local copyright */

#copyright {
  font-size: 9pt;
}
