body {
  margin: 0;
  padding: 0;
  font-family: Verdana,sans-serif;
  font-size: small;
}

code,pre {
  font-family: 'Lucida Console',monospace;
  font-size: 1em;
  /*line-height: 120%;*/
}

h2,h3,h4,h5,h6 {
  font-family: Tahoma,Verdana,sans-serif;
}

/* Header */
#header {
  border-bottom: 3px solid black;
}
#header h1 {
  margin: 0;
  font-size: xx-large;
}
#header p.description {
  margin: 0;
}
#header a:link,
#header a:hover,
#header a:focus,
#header a:active,
#header a:visited {
  color: black;
  text-decoration: none;
}

/* Tabs */
#tabs {
  display: none;
}

/* Sidebar */
#sidebar {
  display: none;
}

/* Content */
#content ul {
  list-style-type: square;
}
#content img {
  border: 0;
}
#content a:link{color:black;text-decoration:underline;}
#content a:visited{color:black;text-decoration:underline;}
#content a:hover{color:black;text-decoration:none;}
#content a:active{color:black;text-decoration:none;}
#content a:focus{color:black;text-decoration:none;}

#content .posttitle a:link{color:black;text-decoration:none;}
#content .posttitle a:visited{color:black; text-decoration:none;}
#content .posttitle a:hover{color:black;text-decoration:underline;}
#content .posttitle a:active{color:black;text-decoration:underline;}
#content .posttitle a:focus{color:black;text-decoration:underline;}

/* Footer */
#footer {
  display: none;
}

/* Previous/Next Page Navigation */
.navigation {
  display: none;
}

/* Post */
.posttitle {
  margin-bottom: 0;
}
p.posttime {
  margin: 0;
  font-family: Tahoma,Verdana,sans-serif;
}
ul.postmeta {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: Tahoma,Verdana,sans-serif;
}
ul.postmeta li {
  display: inline;
  margin: 0;
  margin-right: 1em;
}
ul.postmeta li.posttrackback {
  display: none;
}
ul.postmeta li.postedit {
  display: none;
}

/* Comments */
ul.commentsmeta {
  display: none;
}

#commentlist li {
  margin-bottom: 1em;
  padding: 0;
  border: 1px solid black;
}
#commentlist li h4 {
  margin: 0;
  padding: 2px 5px 2px 5px;
  font-size: medium;
  font-family: Verdana,sans-serif;
}
#commentlist p {
  margin: 0;
  padding: 5px;
}
#commentlist p.commenttime {
  margin: 0;
  padding: 0 5px 2px 5px;
  font-size: x-small;
  border-bottom: 1px solid black;
}
#commentlist a:link{color:black;text-decoration:underline;}
#commentlist a:visited{color:black;text-decoration:underline;}
#commentlist a:hover{color:black;text-decoration:none;}
#commentlist a:active{color:black;text-decoration:none;}
#commentlist a:focus{color:black;text-decoration:none;}

#respond {
  display: none;
}

#commentform {
  display: none;
}

/* Quotes */
blockquote {
  font-size: x-small;
  border: 1px solid #CCCCCC;
  border-left: 7px solid #CCCCCC;
}
blockquote p {
  margin: 0;
  padding: 3px;
}

/* */
pre {
  padding: 5px;
  border: 1px solid #CCCCCC;
  
  /* http://sw-guide.de/2006-10/code-bloecke-pre-elemente-auf-webseiten/ */
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.hidden {
  display: none;
}

/* Changelog */
dl.changelog dt {
  font-weight: bold;
}