body {
  font: 100%/1.4 "adelle", Georgia, "Times New Roman", serif;
  -webkit-text-size-adjust: none; }

body,
caption,
th,
td,
input,
textarea,
select,
option,
legend,
fieldset {
  font-family: "adelle", Georgia, "Times New Roman", serif; }

pre,
code,
kbd,
samp,
tt,
var {
  /* See http://meyerweb.com/eric/thoughts/2010/02/12/fixed-monospace-sizing/ */
  font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif; }

/*
 * Block-level elements
 *
 * To achieve a pleasant vertical rhythm, we use the 1.5em line height of our
 * base font as the top and bottom margins for our block level elements and make
 * the line heights of any larger fonts be a multiple of 1.5 ems. For more
 * information, see http://24ways.org/2006/compose-to-a-vertical-rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl,
hr, table, fieldset {
  margin: 1.5em 0; }

h1 {
  font-family: "adelle-sans", Arial, sans-serif; }

/* Headings */
h1 {
  font-size: 2.19em;
  line-height: 1.1em;
  margin: 0.75em 0;
  /* 0.75em is equivalent to 1.5em in the page's base font. font. Remember, a
     margin specified in ems is relative to the element's font-size, not to the
     pages' base font size. So, for example, if we want a 1.5em margin (relative
     to the base font), we have to divide that length by the element's
     font-size:  1.5em / 2em = 0.75em  */ }

h2 {
  font-size: 1.63em;
  margin: 1em 0;
  /* Equivalent to 1.5em in the page's base font: 1.5 / 1.5 = 1em */ }

h3 {
  font-size: 1.06em;
  margin: 1.154em 0;
  /* Equivalent to 1.5em in the page's base font: 1.5 / 1.3 = 1.154 */ }

h4,
h5,
h6 {
  font-size: 1.1em;
  margin: 1.364em 0;
  /* Equivalent to 1.5em in the page's base font: 1.5 / 1.1 = 1.364 */ }

/* Other block-level elements */
blockquote {
  margin-left: 2em;
  margin-right: 2em; }

hr {
  height: 1px;
  border: 1px solid #666; }

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

.item-list ul {
  margin: 1.5em 0;
  padding: 0 0 0 2em;
  /* LTR */ }

ul ul, ul ol,
ol ol, 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,
ul.menu li,
li.expanded,
li.collapsed,
li.leaf {
  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; }

.view-slides .view-footer ul, .view-slides .view-footer ul.menu, .view-slides .view-footer li, .view-slides .view-footer li.leaf, .region-footer ul, .region-footer ul.menu, .region-footer li, .region-footer li.leaf, #archives ul, #archives ul.menu, #archives li, #archives li.leaf, .page-about #contact ul, .page-about #contact ul.menu, .page-about #contact li, .page-about #contact li.leaf, .page-management #contact ul, .page-management #contact ul.menu, .page-management #contact li, .page-management #contact li.leaf, .page-contact-us #content ul, .page-contact-us #content ul.menu, .page-contact-us #content li, .page-contact-us #content li.leaf, .section-news #categories ul, .section-news #categories ul.menu, .section-news #categories li, .section-news #categories li.leaf {
  list-style: none;
  margin: 0;
  padding: 0; }

dt {
  margin: 0;
  padding: 0; }

dd {
  margin: 0 0 0 2em;
  /* LTR */
  padding: 0; }

/*
 * 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 {
  text-align: left;
  /* LTR */
  padding: 0;
  border-bottom: none; }

tbody {
  border-top: none; }

thead, tbody, tr, tr.even, tr.odd, td, td.active {
  background: none; }

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

fieldset {
  padding: 0.5em; }

/*
 * 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: #456c9c;
  text-decoration: none; }

a:visited {
  color: #456c9c; }

/*
 * Other inline elements
 */
img {
  border: 0;
  /* vertical-align: bottom; */
  /* Suppress the space beneath the baseline */ }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
  white-space: nowrap; }
