body {
  font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
}

#skip-to-nav,
#page {
  font-size: 0.75em; /* 16px x .75 = 12px */
  line-height: 1.5833em; /* 12px x 1.5833 = 19px */
}

body,
caption,
th,
td,
input,
textarea,
select,
option,
legend,
fieldset {
  font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Verdana, "DejaVu Sans", sans-serif;
}

pre,
code {
  font-family: "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", Monaco, "Courier New", monospace;
}

/*
 * Headings
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Verdana, "DejaVu Sans", sans-serif;
  font-weight: normal;
}

h1 {
  font-size: 2em;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.5833em;
  margin-top: 0;
  margin-bottom: 0.7917em;
}

h2 {
  font-size: 1.5833em;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

h3 {
  font-size: 1.3333em;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.1875em;
  margin-top: 0.5938em;
  margin-bottom: 0.5938em;
}

h4,
h5,
h6 {
  font-size: 1.1667em;
  font-weight: normal;
  line-height: 1.3571em;
  margin-top: 0.7143em;
  margin-bottom: 0.6429em;
}

/*
 * Block-level elements
 */
p,
ul,
ol,
dl,
pre,
table,
fieldset {
  margin: 1.5833em 0;
}

blockquote {
  margin: 1.5833em 2em;
}

/*
 * Lists
 *
 * We need to standardize the list item indentation.
 */
ul,
ol {
  margin-left: 0;
  padding-left: 2em; /* LTR */
}

.block ul,
.item-list ul /* Drupal overrides */ {
  margin: 1.5833em 0;
  padding: 0 0 0 2em; /* LTR */
}

ul ul, ul ol,
ol ol, ol ul,
.block ul ul, .block ul ol,
.block ol ol, .block ol ul,
.item-list ul ul, .item-list ul ol,
.item-list ol ol, .item-list ol ul {
  margin: 0;
}

li {
  margin: 0;
  padding: 0;
}

.item-list ul li /* Drupal override */ {
  margin: 0;
  padding: 0;
  list-style: inherit;
}

ul.menu li  {
  margin: 0;
  padding: 0;
}

li.expanded {
  list-style-type: circle;
  list-style-image: url(../images/menu-expanded.png);
  margin: 0;
  padding: 0;
}

li.collapsed {
  list-style-type: disc;
  list-style-image: url(../images/menu-collapsed.png);
  margin: 0;
  padding: 0;
}

li.leaf {
  list-style-type: square;
  list-style-image: url(../images/menu-leaf.png);
  margin: 0;
  padding: 0;
}

ul          { list-style-type: disc; }
ul ul       { list-style-type: circle; }
ul ul ul    { list-style-type: square; }
ul ul ul ul { list-style-type: circle; }
ol          { list-style-type: decimal; }
ol ol       { list-style-type: lower-alpha; }
ol ol ol    { list-style-type: decimal; }

dt {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0 0 0 2em;
  padding: 0;
}

/*
 * Links
 *
 * The order of link states are based on Eric Meyer's article:
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
 */
a:link {
  color: #7d8860;
  text-decoration: none;
}

a:visited {
  color: #7d8860;
  text-decoration: none;
}

a:hover,
a:focus {
  color: red;
  text-decoration: underline;
}

a:active {
  color: red;
  background-color: #7d8860;
}

/*
 * Tables
 *
 * Drupal provides table styling which is only useful for its admin section
 * forms, so we override this default CSS. (We set it back in forms.css.)
 */
table {
  border-collapse: collapse;
  /* width: 100%; */ /* Prevent cramped-looking tables */
}

th,
thead th,
tbody th {
  text-align: left; /* LTR */
  font-weight: normal;
  font-style: italic;
  color: #777;
  padding: 0.25em 0.667em 0.3333em 0.667em;
  border-bottom: none;
}

td,
tbody td {
  text-align: left;
  font-weight: normal;
  font-style: normal;
  padding: 0.25em 0.667em;
}

tbody {
  border-top: none;
}

legend {
  font-weight: normal;
  font-style: italic;
  color: #777;
}

/*
 * Abbreviations
 */
abbr {
  border-bottom: 1px dotted #666;
  cursor: help;
  white-space: nowrap;
}

abbr.created /* Date-based "abbreviations" show computer-friendly timestamps which are not human-friendly. */ {
  border: none;
  cursor: auto;
  white-space: normal;
}

/*
 * Images
 */
img {
  border: 0;
}

/*
 * Horizontal rules
 */
hr {
  height: 1px;
  border: 1px solid #666;
}

/*
 * Forms
 */
form {
  margin: 0;
  padding: 0;
}

fieldset {
  margin: 1.5833em 0;
  padding: 0.08333em 0.5em 0.1667em 0.5em;
  border: 0.08333em solid #e8c8c0;
}
