/**************************
*   > Limecat             *
*   > By Eskimo Joe       *
*   > Print Style Sheet   *
**************************/

/*********************
*   General Styles   *
*********************/

body {
  margin: 25px;
  background: #fff;
  color: #000;
  font: 12pt Georgia, serif;
}

h1, h2 {
  color: #000;
  page-break-after: avoid;
}

h1:before, h2:before {
  content: "";
}

h1 {
  border-color: #ccc;
}

a {
  color: #690;
  border-color: #690;
}

abbr, acronym {
  border-color: #000;
}

cite, q, blockquote, pre, .code, code {
  background: #fff;
}

pre, code {
  font-size: 9pt;
}

input, textarea {
  background: #eee;
  color: #000;
}

table, th {
  border-color: #ccc;
  background: #fff;
}

p, table {
  page-break-inside: avoid;
}

/*************
*   Header   *
*************/

#header {
  width: 100%;
  border-bottom: 1px dotted #000;
  background: #fff;
}

#header h1 {
  border-style: none;
  letter-spacing: .2em;
}

/**************
*   Content   *
**************/

#content {
  width: 100%;
  padding: 0;
  border-style: none;
  background: #fff;
}

/*****************
*   Side Boxes   *
*****************/

.sidebox {
  margin: 0 0 10px 10px;
  border: 1px dashed #000;
  background: #eee;
}

.sidebox h2 {
  border-style: none;
}

.sidebox a {
  color: #690;
  border-color: #690;
}

.navlist {
  display: none;
}

/*************
*   Footer   *
*************/

#footer {
  width: 100%;
  padding-top: 10px;
  border-top: 1px dotted #000;
  text-align: center;
}
