body {
  background: #dfdfdf;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  font-family: arial, sans-serif;
  font-size: 11pt;
  color: #000;
}

a {
  color: #000;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

div.clear {
  clear: both;
}

h1, h1 a, h2, h2 a, h3, h3 a {
  margin: 0;
  text-decoration: none;
  font-family: arial, sans-serif;
  color: #2c7ca6;
}

h1 a:hover, h2 a:hover, h3 a:hover {
  text-decoration: none;
}

/* box */

#box {
  width: 720px;
  margin: auto;
  padding: 0;
  text-align: left;
  border: 1px dotted #2c7ca6;
}

/* top */

#top {
  padding: 10px;
}

#top div.title {
  float: left;
}

#top h2 {
  padding: 0 0 0 24px;
  background: url(/images/icons/se.png) no-repeat left center;
}

#top h2 a {
  color: #333;
}

#top div.langs {
  padding: 5px;
  font-size: 9pt;
  float: right;
}

#top div.langs a {
  text-decoration: none;
}

#top div.langs a:hover {
  text-decoration: underline;
}

/* middle */

#middle {
  background: #2c7ca6;
  padding: 5px;
}

#middle ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#middle ul li {
  float: left;
  display: block;
  font-size: 15pt;  
  padding: 2px;
  width: 108px;
}

#middle a {
  display: block;
  width: 108px;
  text-decoration: none;
  text-align: center;
  color: #333;
}

#middle a:hover {
  background: #f4ca1f;
}

/* left */

#left {
  width: 500px;
  float: left;
  padding: 0;
  margin: 10px 0;
}

#left h1 {
  margin: 0 0 10px 0;
  font-size: 22pt;
  font-weight: 500;
  padding-bottom: 2px;
  border-bottom: 1px solid #2c7ca6;
}

#left h2 {
  margin: 25px 0 10px 0;
  font-size: 18pt;
  font-weight: 500;
  padding-bottom: 4px;
  border-bottom: 1px dotted #2c7ca6;
}

#left h3 {
  margin: 25px 0 10px 0;
  font-size: 13pt;
  font-weight: 700;
}

#left p {
  margin: 0 0 10px 0;
}

#left div.ads {
  margin-bottom: 15px;
}

/* left post */

#left div.post {
  margin: 0 15px 10px 15px;
}

#left div.post div.entry {
  line-height: 1.5em;
}

#left div.post ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#left div.post ul li {
  padding: 0 0 5px 0;
}

#left div.post div.entry a {
  color: #2c7ca6;
  text-decoration: underline;
}

#left div.post div.entry a:hover {
  color: #dfdfdf;
  background-color: #2c7ca6;
  text-decoration: none;
}

/* right */

#right {
  width: 200px;
  float: right;
  text-align: left;
  margin: 10px 0;
}

#right div.block h2 {
  font-size: 15pt;
  font-weight: 500;
  margin: 15px 0 5px 0;
}

#right div.block h3 {
  font-size: 13pt;
  font-weight: 500;
  margin: 15px 0 5px 0;
}

#right div.block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#right div.block ul li {
  padding: 0 0 5px 0;
}

/* other */

#copyright {
  line-height: 1.8em;
  font-size: 9pt;
  margin-top: 10px;
  color: #333;
}

#copyright a {
  text-decoration: none;
  color: #333;
}

#copyright a:hover {
  text-decoration: underline;
}

