  @charset "UTF-8";
td {vertical-align:top;}
body {
    background: #ccc url(https://www.reed.edu/anthro/makley/assets/images/seamlesstexture13_400.jpg);
    padding: 0;
    margin: 0;
    font: 80% Arial, Helvetica, sans-serif;
}
/* ------------------------------------------ */
/* ----------------- HEADER ----------------- */
/* ------------------------------------------ */
#wrapper {
    background: url(http://www.reed.edu/global_assets/images/gradient/v.200px.fff-trans.70.png) top repeat-x;
    padding: 80px 0 50px;
}
#container {
    width: 795px;
    margin: 0 auto;
    position: relative;
}
#headerContainer { margin: 0 0 0 150px; }
#nameplate {
    position: relative;
    padding-left: 10px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
#nameplate img {
    position: absolute;
    left: -110px;
    bottom: 0;
    border-radius: 10px;
    box-shadow: 0 3px 3px #999;
}
#nameplate h1 {
    font-family: georgia;
    font-size: 2.3em;
    font-weight: normal;
    padding: 0;
    border: none;
    margin: 0;
    text-align: left;
}
#nameplate h1 a {
    color: #333;
    text-decoration: none;
    font-weight: normal;
}
#nameplate h2 {
    color: #555;
    font-size: .9em;
    font-weight: bold;
    padding: 0;
    border: none;
    margin: 0;
}
/* --------------------------------------- */
/* ----------------- NAV ----------------- */
/* --------------------------------------- */
#siteNav {
    text-align: right;
    width: 645px;
    margin: 0 0 0 150px;
    position: relative;
}
#siteNav_links h3 {
    position: absolute;
    left: -999em;
}
#siteNav_links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    width: 150px;
    top: 7px;
    left: -160px;
}
#siteNav_links ul li {
    margin: 0 0 5px 0;
    padding: 0;
}
#siteNav_links ul li a {
    font-family: georgia;
    text-decoration: none;
    font-size: 1.4em;
    font-weight: normal;
    color: #333;
}
#siteNav_links ul li a:hover { color: #631c2f; }
/* ------------------------------------------- */
/* ----------------- CONTENT ----------------- */
/* ------------------------------------------- */
#mainContent {
    width: 645px;
    width/**/:/**/ 545px;
    padding: 50px;
    margin: 0 0 0 150px;
    background: #fff url(https://www.reed.edu/anthro/makley/assets/images/red-corner-inner-topleft.png) no-repeat;
    color: #333;
    box-shadow: 0 0 3px #999;
    border-radius: 10px;
    clear: both;
}
#mainContent img { border-radius: 5px; }
p {
    line-height: 140%;
    margin: 0 0 10px 0;
}
h1 {
    text-align: center;
    font-family: Georgia, serif;
    font-weight: normal;
    margin-top: 0;
}
#mainContent h1:before, #mainContent h1:after { content: ' ~ '; }
h2 {
    color: #666;
    font-size: 1.7em;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px 0;
}
h3 {
    color: #333;
    font-size: 1.2em;
    margin-top: 25px;
}
h4 {
    font-size: 1em;
    margin-bottom: 10px;
    margin-top: 25px;
}
a {
    color: #631c2f;
    font-weight: bold;
    text-decoration: none;
}
.toTop {
    text-align: right;
    font-size: .9em;
}
/* ---------------------------------------- */
/* ----------------- MISC ----------------- */
/* ---------------------------------------- */
#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;
}
