/* -----------------------------------------------------------------

   Title:  Base stylesheet for Washburn Finance Office website
   Author: Chris Leach & Jeff Croft
   URL:    http://www.washburn.edu/admin/finance

   Description:  This stylesheet imports other stylesheets as needed
   to provide styling and layout for XHTML documents.

   Document and stylesheet conventions courtesy of jeffcroft.com
   ----------------------------------------------------------------- */

/* Core stylesheets */
@import url("layout.css");
@import url("styles.css");

/* Neutralize styling */
/* Remove padding and margin on some elements */
html, body {
  margin: 0;
  padding: 0;
}

/* Elements with a vertical margin */
h1, h4, h5, h6, pre {
  margin: 1em 0;
  padding: 0;
}

/* Set standard parameters for XHTML elements
   ------------------------------------------ */

body {
  font-family: Arial, "Trebuchet MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
  color: #000;
  margin: 0 auto 0 auto;
  background: white;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Geneva, "Century Gothic", "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

a {
  color: blue;
  text-shadow: 0px 0px 1px 1px #666;
  /*font-weight: bold; */
}

a:hover {
  color: #0f3063;
  background: #fffbc6;
  text-decoration: none;
}

table {
  border: 0;
  margin: 0 0 0 30px;
}

table img {
  border: 0;
}

thead {
  font-weight: bold;
  background: #0f3063;
  color: white;
  border-bottom: 1px solid black;
}

td {
  border: 0;
  border-bottom: 1px solid #acacac;
  padding: 1px 3px;
  vertical-align: middle;
  font-size: 8pt;
}

td.cen {
  text-align: center;
}

blockquote {
  margin: 15px 30px;
  border-left: 2px solid #0f3063;
  padding: 0 20px;
}

blockquote#notes {
  padding-left: 10px;
  margin: 0;
  border-left: 0;
  font-size: .9em;
}

img {
  border: 1px solid black;
}

hr {
  color: #0f3063;
  width: 90%;
  clear: both;
  display: block;
}
