@charset "utf-8";
/**
 * The print styles for the link page.
 * 
 * created: 22. Nov 2007
 *      by: Johannes Ruthenberg
 * encoding: UTF-8 [Proof: Ω]
 */

.linklist ul {
  margin-left: 0px;
  padding: 0px 0px 0px 2em;
}

ul.linklist li {
  list-style-type: none;
  list-style-image: none;
  clear: both;
}

ul.linklist li {
  margin-bottom: 1.25em;
}

ul.linklist h3 {
  font-size: 125%;
  margin-bottom: 0.3em;
  border-top: 1px solid #C0C0C0;
  padding-left: 10px;
  padding-top: 0.1em;
}

ul.linklist h3 .count {
  font-weight: normal;
  font-style: italic;
  font-size: 85%;
}

ul.linklist li ul {
  padding: 0px;
}

ul.linklist li ul li {
  list-style-type: square;
  list-style-position: inside;
  padding: 0.5em 1em;
  margin-left: 0px;
  margin-bottom: 0em; /* overwrite inherited value */
  text-align: justify;
  clear: both;
}

ul.linklist li ul li a {
  font-weight: bold;
  margin-right: 5px;
}

.postmetadata {
  display: none;
}

ul.linklist .link-toc {
  margin-bottom: 2.5em;
}

ul.linklist li.link-toc ul li {
  padding: 0.25em 2em;
  float: left;
  display: block;
  width: 9em;
  clear: none;
  text-align: left;
  list-style-type: none;
}

