body {
  background-color: #dacfbe;
}

h1, h1 a, h2, h2 a, h3, h3 a {
  color: #1f445e;
}

#box {
  border: 1px dotted #1f445e;
}

/* local top */

#logo {
  float: left;
}

#logo h2 {
  padding: 0 0 0 24px;
  background: url(/images/icons/ee.png) no-repeat left center;
}

#languages {
  float: right;
  padding: 5px 10px;
  font-size: 10pt;
  font-weight: 700;
}

#languages a {
  padding: 1px 3px;
  color: #1f445e;
  text-decoration: none;
}

#languages a:hover {
  background-color: #acc5df;
}

/* local middle */

#middle {
  background-color: #1f445e;
}

#middle a {
  color: #acc5df;
}

#middle a:hover {
  background-color: #d33d18;
  color: #dacfbe;
}

/* local left */

#left h1 {
  padding-bottom: 2px;
  border-bottom: 1px solid #d33d18;
}

#left h2 {
  padding-bottom: 4px;
  border-bottom: 1px dotted #1f445e;
}

#left div.post div.entry a {
  color: #1f445e;
  text-decoration: underline;
}

#left div.post div.entry a:hover {
  color: #dacfbe;
  background-color: #1f445e;
  text-decoration: none;
}
