/*
  farblog stylesheet - handheld media type

  Copyright Malcolm Rowe, 2006, 2007
  Stylesheet licensed under the Creative Commons Attribution 3.0 license.
*/


ol, ul {
  padding-left: 20px;
}

/* Title section */

h1 {
  color: white;
  background-color: rgb(40%,60%,80%);

  font-size: 1.6em;
}
/* The anchor in the title shouldn't look like a normal anchor. */
#title h1 a {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
  border: 0;
}


/* Content section */

#content {
  /* Create a 2px gutter to the left.  We use the same gutter for the
     content and footer sections. */
  margin-left: 2px;
}

/* Footer and legal sections */

#footer > div {
  margin-left: 2px;
}
