body {
  font: 14px/1.5 Helvetica, Arial, Liberation Sans, FreeSans, sans-serif;
  color: black; }

a:focus {
  outline: 1px dotted invert; }

hr {
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  height: 0; }

h1 {
  font-size: 2.3em;
  color: #555555;
  font-family: Palatino Linotype, Palatino, Georgia; }

h2 {
  font-size: 2em;
  color: #555555;
  font-family: Palatino Linotype, Palatino, Georgia; }

h3 {
  font-size: 1.7em;
  color: #555555;
  font-family: Palatino Linotype, Palatino, Georgia; }

h4 {
  font-size: 1.5em;
  color: #555555;
  border-bottom: #aaaaaa 1px solid;
  font-family: Palatino Linotype, Palatino, Georgia; }

h5 {
  font-size: 1.3em;
  color: #555555;
  font-family: Palatino Linotype, Palatino, Georgia; }

h6 {
  font-size: 1.1em;
  font-family: Palatino Linotype, Palatino, Georgia;
  font-family: Palatino Linotype, Palatino, Georgia; }

ol {
  list-style: decimal; }

ul {
  list-style: square; }

li {
  margin-left: 30px; }

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
  margin-bottom: 20px; }

a {
  color: #555555;
  font-weight: 900;
  letter-spacing: 0.1em;
  font-family: Palatino Linotype, Palatino, Georgia; }

a:hover {
  text-decoration: none;
  color: black; }

p {
  padding-right: 20px; }

h2 a {
  text-decoration: none; }

html {
  background: white; }

body {
  margin-top: 0px; }
  body #wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    padding-top: 0px; }
    body #wrapper #header {
      display: inline;
      float: left;
      margin-left: 10px;
      margin-right: 10px;
      width: 940px; }
      body #wrapper #header h1 {
        margin-bottom: 0px; }
      body #wrapper #header h2 {
        line-height: 1;
        margin-top: 0px;
        padding-bottom: 10px;
        border-bottom: #aaaaaa 1px solid; }
    body #wrapper .breadcrumb {
      line-height: 1.5;
      margin-bottom: 5px; }
    body #wrapper #main {
      display: inline;
      float: left;
      margin-left: 10px;
      margin-right: 10px;
      width: 700px; }
      body #wrapper #main #content {
        border-right: #aaaaaa 1px solid;
        padding-left: 20px;
        padding-right: 20px; }
        body #wrapper #main #content .categories {
          margin-top: 2em;
          background: #eeeeee url(/category-icon.png) no-repeat 8px 51%;
          padding: 0.8em 8px 0.85em 38px; }
    body #wrapper #sidebar {
      display: inline;
      float: left;
      margin-left: 10px;
      margin-right: 10px;
      width: 220px; }
      body #wrapper #sidebar a {
        text-decoration: none; }
      body #wrapper #sidebar li {
        list-style-type: circle; }
  body #footer {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 300px;
    background: white;
    margin: 0.5em 0;
    padding-top: 1.5em;
    padding-bottom: 1.5em; }
    body #footer .feed {
      background: url(/feed-icon.png) no-repeat left center;
      padding: 6px 0 6px 36px; }
    body #footer #notice {
      margin: 10px 20px;
      padding: 5px;
      border: 1px black dashed;
      background: pink; }
