/*
Theme Name: blog.icedcream.de 2.0
Theme URI: http://blog.icedcream.de/
Description: Theme ausschliesslich f&uuml;r blog.icedcream.de
Version: 2.0
Author: Maximilian Schmitt
Author URI: http://maximilianschmitt.info/
*/

* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 12px;
  font-family: Verdana, Arial, 'Courier New';
  text-align: center;
  color: #343434;
  padding-bottom: 15px;
  background: #222222;
}

img {
  border: 0;
}

img.me {
  border: 1px solid #333333;
}

a {
  color: #999999;
}

div#head {
  margin: 0 auto;
  margin-top: 20px;
  background: url('images/head.jpg');
  background-repeat: no-repeat;
  height: 160px;
  width: 800px;
  padding: 0;
  color: #ffffff;
}

div#wrapper {
  margin: 0 auto;
  width: 800px;
  border: 0;
  border-top: 0;
  background: #ffffff;
  text-align: center;
  
}

div#contentstart {
  margin: 0 auto;
  margin-top: 20px;
  background: url('images/contentstart.gif');
  background-repeat: no-repeat;
  height: 10px;
  width: 800px;
  padding: 0;
  font-size: 0;
}

ul#nav {
  margin: 0 auto;
  padding-right: 10px;;
  width: 190px;
  float: right;

}

ul#nav li {
  list-style-type: none;
  background: url('images/navbullet.gif');
  background-repeat: no-repeat;
  background-position: 3px 8px;
  text-align: left;
  padding-left: 17px;

}

ul#nav li.navhead1 {
  margin-top: 2px;
  margin-bottom: 9px;
  height: 25px;
  padding: 0;
  padding-top: 3px;
  padding-left: 30px;
  padding-bottom: 7px;
  text-align: left;
  border: 0;
  color: #0099ff;
  font-weight: bold;
  text-decoration: underline;
  list-style-type: none;
  background: url('images/titlebullet.gif');
  background-repeat: no-repeat;
  border-bottom: 2px solid #c2e1ff;
  font-size: 14px;
  font-weight: bold;
}

ul#nav li.navhead {
  margin-top: 15px;
  margin-bottom: 9px;
  height: 25px;
  padding: 0;
  padding-top: 3px;
  padding-left: 30px;
  padding-bottom: 7px;
  text-align: left;
  border: 0;
  color: #0099ff;
  font-weight: bold;
  text-decoration: underline;
  list-style-type: none;
  background: url('images/titlebullet.gif');
  background-repeat: no-repeat;
  border-bottom: 2px solid #c2e1ff;
  font-size: 14px;
  font-weight: bold;
}

ul#nav li.feedlink {
  margin-left: 0;
  padding-left: 17px;
  background: url('images/feedicon.gif');
  background-repeat: no-repeat;
  background-position: center left;
  list-style-type: none;
  list-style-image: none;
}

ul#nav a {
  color: #676767;
  text-decoration: underline;
  line-height: 20px;
}

ul#nav a:hover {
  color: #444444;
  text-decoration: none;
}

ul#nav li.tags a:hover {
  color: #444444;
  text-decoration: none;
  padding-left: 0;
}

input#s {
  border: 1px solid #666666;
  font-family: Verdana, Arial, 'Courier New';
  width: 160px;
  color: #787878;
  padding: 3px;
}

input#searchsubmit {
  border: 1px solid #444444;
  font-family: Verdana, Arial, 'Courier New';
  padding: 2px;
  margin-top: 2px;
  width: 140px;
  background: #dedede;
}

div#contentarea {
  float: left;
  width: 580px;
  text-align: left;
}

h1 {
  display: block;
  background: url('images/titlebullet.gif');
  background-repeat: no-repeat;
  background-position: 10px;
  height: 25px;
  padding-top: 5px;
  padding-left: 40px;
  font-size: 14px;
  font-weight: bold;
  color: #0099ff;
}

h2 {
  display: block;
  background: url('images/titlebullet.gif');
  background-repeat: no-repeat;
  background-position: 10px;
  height: 25px;
  padding-top: 5px;
  padding-left: 40px;
  font-size: 14px;
  font-weight: bold;
  color: #0099ff;
}

h2.comments {
  background: url('images/titlebulletgrey.gif');
  color: #333333;
  display: block;
  background-repeat: no-repeat;
  background-position: 10px;
  height: 25px;
  padding-top: 5px;
  padding-left: 40px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  text-decoration: underline;
}

h3 {
  margin-left: 10px;
  font-size: 14px;
}

div#content h1 a {
  color: #0099ff;
}

div#content h2 a {
  color: #0099ff;
}

div.post p {
  margin-top: 10px;
}

div.post {
  text-align: justify;
  margin-left: 10px;
  margin-top: 7px;
  border-top: 2px solid #c2e1ff;
  padding: 0;
  padding-bottom: 7px;
  line-height: 20px;

}

div.post h3 {
  margin-left: 0;
}

div.post img.article {
  border: 1px solid #666666;
}

div.adsense {
  margin: 0;
  text-align: justify;
  margin-left: 10px;
  padding: 0;
}

div#content .alignright {
  float: right;
  margin-left: 10px;
}

div#content .alignleft {
  float: left;
  margin-right: 10px;
}

div#content .wp-caption {
  border: 1px solid #cccccc;
  margin-top: 12px;
  padding: 3px;
  color: #999999;
  text-align: center;
}

div#content a {
  color: #000000;
  text-decoration: underline;
}

div#content div.post a {
  color: #333333;
  text-decoration: underline;
}

div#content div.post a:hover {
  color: #70b7ff;
  text-decoration: none;
}

div#content a:hover {
  color: #70b7ff;
  text-decoration: none;
}

div.postfoot {
  margin-left: 10px;
  margin-top: 7px;
  border-top: 2px solid #e0f0ff;
  padding-top: 10px;
  border-bottom: 4px solid #e0f0ff;
  padding-bottom: 10px;
  color: #666666;
}

div#content div.postfoot a {
  color: #666666;
}


div#content blockquote {
  margin-top: 10px;
  margin-left: 30px;
  color: #666666;
}

div#content h3 {
  font-size: 12px;
  margin-top: 10px;
}

h3 a {
  color: #333333;
}

div#content ul {
  margin-left: 30px;
  margin-top: 10px;
}

div#content ol {
  margin-left: 50px;
  margin-top: 10px;
}

div#foot {
  margin-top: 10px;
  height: 25px;
  color: #666666;
  text-align: center;
  padding-top: 5px;
}