* {
  margin: 0;
  padding: 0;

  font-family: Courier New, monospace;
  font-size: 12px;
  color: #dcdccc;
}

body {
  background: #333333;
}

a {
  text-decoration: none;
}

a:link,
a:visited {
  color: #8cd0d3;
}

a.heading {
  color: #dcdccc;
}

a:hover {
  color: #c0bed1;
}

#title:hover, #title:link, #title:visited {
  color: #dcdccc;
  font-size: 38px;
  font-weight: normal;
  line-height: 40px;
  padding: 20px 0 20px 0;
  letter-spacing: -1px;
}

#main {
  position: absolute;
  top: 20px;
  left: 280px;
  width: 500px;
}

#main p {
  margin: 0 0 20px 0;
  line-height: 20px;
}

#main ul {
  padding-left: 2em;
  padding-bottom: 2em;
}

#main li {
  list-style-type: square;
}

#sidebar {
  position: absolute;

  top: 40px;
  left: 20px;
  width: 200px;

  padding: 20px 20px 0 0;

  border-right: 1px solid #ccc;

  text-align: right;
}

#sidebar h2 {
  text-transform: uppercase;
  font-size: 13px;
  color: #dcdccc;
  letter-spacing: 1px;
  line-height: 20px;
}

#sidebar ul {
  list-style-type: none;
  margin: 20px 0;
}

#sidebar li {
  font-size: 14px;
  line-height: 20px;
}

#article p {
  text-align: justify;
}


h4.title {
  font-size: 16px;
  margin-bottom:2em;
}

*.centered {
  text-align: center;
}

*.dfalign {
  text-align: right;
  padding-right: 2em;
}

table.various {
  border-spacing: 2em;
}

td.aur {
  padding-right: 3em;
}

td.dotfiles {
  padding-bottom: 1em;
}

code {
  display: block;
  font: 1em 'Courier New', Courier, Fixed, monospace;
  font-size: 100%;
  color: #000;
  background: #d4d4d4;
  overflow: auto;
  text-align: left;
  border: 1px solid #5581C0;
  line-height: 17px;
  font-weight: normal!important;
}

