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

Title: Case-Barlow Farm CSS - Screen/Default
Author: Jennifer Yao
Last updated on: 28 October 2006

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

Note: Keep the IE5x/Win hack code in this file, and be sure to
add it to all other screen-switcher CSS files.

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

/* Import IE5x/Win hacks */
@media tty {
     i{content:"\";/*" "*/}} @import 'hacks.win.ie5.css'; /*";}
}/* */

body { 	
  font-family: "Verdana", "Arial", sans-serif;
  font-size: 62.5%;
  color: #808080;
}


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

h1, h2, h3 { 
  font-family: "Trebuchet MS", "Arial", sans-serif; 
  letter-spacing: 0.1em;
}
h1 {
  font-size: 1.8em;
}
h2 {
  font-size: 1.6em;
}
h3 {
  font-size: 1.4em;
}

p {
  font-size: 1.1em;
  line-height: 1.8em;
}

div#content ul, div#content ol {
  font-size: 1.1em;
  line-height: 1.8em;
}

div#content ul ul, div#content ol ol {
  font-size: 1em;
}

div#content dl {
  font-size: 1.1em;
  line-height: 1.8em;
}
div#content dt {
  font-weight: bold;
}

div#navigation {
  font-size: 1.1em;
}


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

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


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

div#screen-switcher form span, div#print-switcher form span {
  font-size: 1.1em;
}