/*
Theme Name: Rund um Asien
Theme URI: http://www.wireds.de/
Description: Auftragstheme für Domenic K.
Version: 1.0
Author: .wired
Author URI: http://www.wireds.de/
*/


body {
  background: #E7DAC5;
  font-family: arial;
}

* {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.clear {
  float: none;
  clear: both;
}

a {
  color: #4B3109;
}


/* header */

#header {
  background: url(images/header.jpg) no-repeat;
  margin: 0 auto;
  width: 917px;
  height: 259px;
}

#mainnavi {
  padding: 44px 0 0 26px;
}

#mainnavi ul li {
  float: left;
}

#mainnavi a {
  text-decoration: none;
  font-size: 12px;
  font-weight: 100;
  color: #E7DAC5;
  font-weight: 900;
}

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

#navi {
  width: 875px;
  border: 1px #4B3109 solid;
  margin: 0 auto;
  font-size: 12px;
  padding: 0 20px;
}

#navi a {
  text-decoration: none;
  color: #000;
  display: block;
  padding: 8px 7px;
}

#navi li {
  float: left;
  display: block;
}

#navi li:hover {
  background: #D5CBBB;
  border-left: 1px #4B3109 solid;
  border-right: 1px #4B3109 solid;
  margin: 0 -1px;
}


/* content */

#root {
  width: 915px;
  border: 1px #D5CBBB solid;
  border-bottom: none;
  background: #F8F2E9;
  margin: 0 auto;
}

#content {
  width: 600px;
  float: left;
  font-size: 12px;
  line-height: 17px;
  padding: 30px 15px 20px 20px;
}

.post {
  margin-bottom: 25px;
}

.post p {
  padding-bottom: 5px;
}

.postmetadata {
  margin-top: 20px;
}

#sidebar {
  float: left;
  width: 206px;
  border-left: 1px #4B3109 solid;
  border-right: 1px #4B3109 solid;
  background: #E7DAC5;
  margin: 20px 0 20px 30px;
  padding: 0 10px;
  font-size: 12px;
}

#content h2 a {
  color: #4B3109;
  font-size: 18px;
  line-height: 20px;
}

#top-sidebar {
  background: url(images/sidebar-top.jpg) no-repeat;
  width: 228px;
  height: 19px;
  margin-left: -11px;
}

#bottom-sidebar {
  background: url(images/sidebar-bottom.jpg) no-repeat;
  width: 228px;
  height: 20px;
  margin-left: -11px;
}

#sidebar h2 {
  color: #4B3109;
  font-size: 15px;
  padding-top: 12px;
  padding-bottom: 0px;
  margin-bottom: 0;
  line-height: 15px;
}

#sidebar a {
  color: #4B3109;
  font-size: 12px;
}

.thumbnail {
  position: relative;
  float: left;
  margin: 0 6px 6px 0;
}

.thumb-overlay {
  width: 200px;
  height: 150px;
  position: absolute;
  background: url(images/thumb-overlay.png);
}

.postinfo {
  margin-bottom: 15px;
  border-bottom: 1px #666 solid;
  font-size: 11px;
}

.commentlist {
  width: 500px;
}

.commentlist li {
  border-bottom: 1px #666 dotted;
  margin-bottom: 15px;
  padding-bottom: 4px;
  padding-right: 10px;
  border-right: 1px #666 dotted;
}

#respond {
  width: 500px;
  overflow: hidden;
}

#respond input {
  margin-bottom: 6px;
}

#comment {
  width: 490px;
  margin-bottom: 6px;
}

/* footer */

#footer {
  width: 890px;
  border: 1px #D5CBBB solid;
  border-top: none;
  margin: 0 auto;
  background: #F8F2E9;
  padding: 10px 15px 10px 10px;
  text-align: right;
}

#footer a {
  color: #2F2F2F;
  font-size: 12px;
}











