/* Stylesheet for senseless.codedump.ch */
body {
  font-family: sans-serif;
  color: #202020;
  background-color: white; }

#header {
  text-align: center;
  margin-bottom: 0px; }
  #header p {
    color: #898989;
    margin-top: 0px; }

#content-wrapper {
  margin: 5em; }

#left, #right {
  float: left;
  width: 50%; }

ul {
  padding-left: 15px;
  margin-left: 0px; }
  ul li {
    margin-bottom: 0.6em; }

a {
  color: #b78627;
  text-decoration: none; }
  a span {
    color: #575757;
    font-size: 75%; }
  a:hover {
    color: #969696; }
    a:hover span {
      color: #202020; }

/* tumble stuff */
/* ############################ */
div.url img {
  display: block; }
div.quote {
  margin-left: 1em; }
  div.quote q {
    font-style: italic;
    color: #ae0505;
    display: block;
    margin-left: -1em; }

hr {
  border: 1px grey solid; }

p.info {
  color: orange;
  font-family: monospace; }

hr.tumble {
  margin-bottom: 50px;
  border: 1px solid grey; }

