/* ============================================================

Title: Case-Barlow Farm CSS - Print/Default
Author: Jennifer Yao
Last updated on: 29 December 2006

To the viewer: Modification/reuse/reproduction/distribution of
this file without explicit permission is prohibited.

============================================================ */

body {
  background-color: #ffffff;
  color: #000000;
  font: 10pt/1.8em "Verdana", "Arial", sans-serif;
}

 /* hides hidden elements */
.no {
  display: none;
}


/* --------------------------------------------------
   Typography
-------------------------------------------------- */

h1, h2, h3 {
  font-family: "Trebuchet MS", "Arial", sans-serif; 
  font-weight: normal;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #cccccc;
}
h1 {
  font-size: 18pt;
}
h2 {
  font-size: 14pt;
}
h3 {
  font-size: 12pt;
  border: none;
}

div#content dl {
  font-size: 10pt;
  line-height: 1.8em;
}
div#content dt {
  font-weight: bold;
}
div#content dd {
  margin-bottom: 10px;
}


/* --------------------------------------------------
   Links
-------------------------------------------------- */

a:link {
  color: #0047bd;
  text-decoration: none;
}
a:visited { 
  color: #2c6cd0;
  text-decoration: none;
}


/* --------------------------------------------------
   Layout
-------------------------------------------------- */

p#accessibility {
  display: none;
}

div#navigation {
  display: none;
}

div#copyright {
  font-size: 8pt;
  line-height: 1.4em;
  margin-top: 40px;
}


/* --------------------------------------------------
   Style/IOTBS controls (on customize page)
-------------------------------------------------- */

div#screen-switcher form fieldset, div#print-switcher form fieldset {
  border: none;
}
div#screen-switcher form span, div#print-switcher form span {
  display: block;
  font-size: 10pt;
  margin-bottom: 5px;
}

noscript p {
  padding: 10px 0 10px 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}


/* --------------------------------------------------
   Rules for elements inside of content div
-------------------------------------------------- */

span.rm {
  margin-left: 10px;
}

div#content img {
  margin: 8px 10px;
  border: 1px solid #cccccc;
}