  @charset "UTF-8";
td {vertical-align:top;}
.table {
  max-width: 100%;
  margin-bottom: 1rem;
  border-collapse: collapse;
}
.table th, .table td {
  padding: .5rem;
  vertical-align: top;
}
.table th {
  text-align: inherit;
}
.table-bordered th, .table-bordered td {
  border: 1px solid #ddd;
}
.table.condensed th, .table.condensed td {
  padding: .25rem;
}

body {
  padding: 0;
  margin: 0;
  font: 0.9em "Helvetica Neue", Verdana, Arial, Helvetica, sans-serif;
}
/* ------------------------------------------ */
/* ----------------- HEADER ----------------- */
/* ------------------------------------------ */
#header {
  background: #400;
  color: #fff;
  border-top: 1px solid #5e0501;
  border-bottom: 5px solid #700;
}
#nameplate h1 {
  background: url(http://www.reed.edu/global_assets/images/logo/circular-griffin/100px.ffffff.50.png) 10px 50% no-repeat;
  background-size: 50px 50px;
  color: #700;
  font-size: 1.8em;
  font-weight: 200;
  padding: 20px 20px 20px 70px;
  border: none;
  margin: 0;
}
#nameplate h1 a {
  color: #BB9B99;
  border: none;
  text-decoration: none;
}
/* --------------------------------------- */
/* ----------------- NAV ----------------- */
/* --------------------------------------- */
#siteNav {
  background: #5e0501;
  color: #333;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
#siteNav_links h3 {
  position: absolute;
  left: -999em;
}
#siteNav_links ul {
  margin: 0 0 0 10px;
  padding: 0;
  list-style: none;
  float: left;
}
#siteNav_links ul li {
  margin: 0;
  padding: 0;
  float: left;
}
#siteNav_links ul li a {
  display: block;
  float: left;
  padding: 10px 20px 12px;
  border: none;
  color: #BB9B99;
  text-decoration: none;
}
#siteNav_links ul li a:hover { color: #fff; }
/* ------------------------------------------- */
/* ----------------- CONTENT ----------------- */
/* ------------------------------------------- */
#mainContent {
  clear: both;
  float: left;
  margin: 0 0 50px 50px;
  width: 750px;
  line-height: 1.4;
}
#mainContent > *:first-child,
#secondaryContent > *:first-child {margin-top: 0;}
h1 {
  color: #777;
  font-size: 2.4em;
  font-weight: normal;
}
h2 {
  font-size: 2.2em;
  font-weight: normal;
  line-height: normal;
  margin: 1em 0 .5em;
}
h3 {
  font-size: 1.6em;
  font-weight: normal;
  line-height: normal;
  border-bottom: 1px solid #ccc;
  margin: 1em 0 .5em;
  padding-bottom: 3px;
}
h4 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 1.2em 0 .5em;
}
h5, h6 {
  font-size: 1em;
  font-weight: bold;
  line-height: 150%;
  margin: 0;
}
a {
  color: #b12;
  text-decoration: none;
  border-bottom: 1px dotted;
}
a:hover {
  text-decoration: none;
  border-bottom: 1px solid;
}
table {
  border-collapse: collapse;
  margin: 1em 0;
}
/* ----------------------------------------------------- */
/* ----------------- SECONDARY CONTENT ----------------- */
/* ----------------------------------------------------- */
#secondaryContent {
  width: 285px;
  float: left;
  line-height: 1.4;
  margin: 0 0 50px 50px;
}
#secondaryContent a {text-decoration: none;}
/* ------------------------------------------ */
/* ----------------- FOOTER ----------------- */
/* ------------------------------------------ */
#footer {
  clear: both;
  font-size: .9em;
  color: #666;
  margin: 50px;
  border-top: 1px solid #ccc;
}
/* ---------------------------------------- */
/* ----------------- MISC ----------------- */
/* ---------------------------------------- */
table.tableBorders { border-collapse: collapse; }
table.tableBorders td,
table.tableBorders th { border: 1px solid #999; }
#accessLinks {
  position: absolute;
  top: -999px;
  left: 0;
  width: 80%;
  z-index: 999;
}
#accessLinks a {
  position: absolute;
  top: 0;
  left: 0;
}
.crazyIEfix:active, #accessLinks a:focus, #accessLinks a:active {
  top: 999px;
  background-color: #434343;
  color: #f0e4d4;
  padding: 2px 4px;
  border: 1px solid #000;
  margin: 5px;
  white-space: nowrap;
}
/*-------------------*/
/*-- MEDIA QUERIES --*/
/*-------------------*/
@media (max-width: 768px) {
#mainContent, #secondaryContent, #footer {
  clear: both;
  margin: 20px;
}
#mainContent {width: auto;}
}
@media (max-width: 470px) {
#header {
  background: #400;
  color: #fff;
  border-top: 1px solid #5e0501;
  border-bottom: 5px solid #700;
}
#nameplate h1 {
  background: none;
  font-size: 1.4em;
  padding: 20px 0;
  text-align: center;
}
#siteNav_links ul {
  padding: 10px;
  text-align: center;
  float: none;
}
#siteNav_links ul li {
  float: none;
  display: inline-block;
  padding: 3px 7px;
}
#siteNav_links ul li a {
  padding: 0px;
  float: none;
  display: inline;
}
}
