/****
 **** HTML ELEMENT STYLING
 ****/

body { font-size: 100%; background-color: #fff; }
#page { font-size: 0.75em; line-height: 1.583em; }
#footer { line-height: 1.727em; }
body, caption, th, td, input, textarea, select, option, legend, fieldset {
    font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif; }
pre, code { font-size: 1.1em; font-family: 'Bitstream Vera Sans Mono', 'Courier New', monospace; }

h1 { font-size: 2em; line-height: 1.08em; font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
    margin: 0 0 .75em 0; font-weight: normal; }
h2 { font-size: 1.75em; line-height: 1.238em; font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
    font-weight: normal; margin: 0; }
h3 { font-size: 1.5em; line-height: 1.444em; font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
    font-weight: normal; margin: 0; }
h4, h5, h6 { font-size: 1.3em; line-height: 1.625em; font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
    font-weight: normal; margin: 0; }
    
/** block-level elements **/
p, ul, ol, dl, pre, table, fieldset, blockquote { margin: 0 0 1em 0; }
blockquote { font-style: italic; font-size: 0.9em; padding-left: 2em; }

/** lists **/
  /* standardize list item indentation */
  ul, ol
  {
    margin-left: 0;
    padding-left: 2em;
  }

  .block ul, /* Drupal overrides */
  .item-list ul
  {
    margin: 1em 0;
    padding: 0 0 0 2em;
  }
  
  #content-area .block ul, /* Drupal overrides */
  #content-area .item-list ul,
  #sidebar-first .block ul,
  #sidebar-first .item-list ul
  {
    margin: 0;
    padding: 0;
  }


  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, /* Drupal override */
  li.expanded,
  li.collapsed,
  li.leaf
  {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
  }

  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; }
  
  .fieldset-wrapper li
  {
    margin: 0 0 0 2em;
  }

  dt
  {
    margin: 0;
    padding: 0;
  }

  dd
  {
    margin: 0 0 1.3em 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: #0082cc; text-decoration: none; }
  a:visited { color: #0082cc; text-decoration: none; }
  a:hover,
  a:focus { color: #666; text-decoration: none; }
  a:active { text-decoration: none; }
  
  #footer a
  {
    text-decoration: none;
    border: none;
  }
  
  p a
  {
    text-decoration: none;
  }
  
  #logo a
  {
    border: none;
    text-decoration: none;
  }
  
  a.tabledrag-handle,
  a.tabledrag-handle:hover,
  .pager a
  {
    border: none;
  }


/** tables **/
table { border-collapse: collapse; width: 100%; font-size: .92em; line-height: 1.636em; }
th,
thead th,
tbody th { text-align: left; padding-left: 22px; padding-right: 0; border-bottom: none; }
  
  .view-admin-events th,
  .view-admin-forum th,
  .view-admin-news th
  {
    padding-left: 5px;
  }
  
  thead th
  {
    background-color: #e4e3dd;
    font-weight: bold;
    padding: 5px 24px;
  }
 
  .view-forum  thead th
  {
    background-color: #e4e3dd;
    font-weight: bold;
  }

tbody { border-top: none; font-weight: normal; }
tbody tr.odd, tbody tr.even { padding: 5px 22px; margin: 0; height: 22px; }
  
  .field-field-body tbody tr.odd,
  .view-content tbody tr.odd
  {
    background-color: #fff;
  }
  
  .field-field-body tbody tr.even,
  .view-content tbody tr.even
  {
    background-color: #f0efe9;
  }
  
tbody td { padding: 5px 24px; vertical-align: top; }

  form#system-themes-form tbody td, /* Site building themes page */
  .view-admin-events tbody td,
  .view-admin-forum tbody td,
  .view-admin-news tbody td,
  table#blocks tbody td
  {
    padding: 5px;
  }

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

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

/** images **/
  img
  {
    border: 0;
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
    /* Correct IE 8 not scaling image height when resized. */
    width: auto;
  }

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

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

  fieldset
  {
    margin: 1em 0;
    padding: 0.5em;
  }
  
  body#tinymce
  {
    font-size: 12px;
    line-height: 14px;
    background-color: #e9f2f8;
    padding: 5px;
  }

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

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

  fieldset
  {
    margin: 1em 0;
    padding: 0.5em;
  }
  
  body#tinymce
  {
    font-size: 12px;
    line-height: 14px;
    background-color: #e9f2f8;
    padding: 5px;
  }
