@charset "UTF-8";
body {
    background: #444 url(https://www.reed.edu/global_assets/images/gradient/v.500px.000-trans.70.png) repeat-x;
    margin: 0;
    font: 75% Arial, Helvetica, sans-serif;
}
#container {
    width: 700px;
    margin: 30px auto;
    border: 1px solid #444;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
}
/* ------------------------------------------ */
/* ----------------- HEADER ----------------- */
/* ------------------------------------------ */
#headerContainer {
    background: #666 url(https://www.reed.edu/biology/cerveny/assets/images/option4.jpg) no-repeat;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    position: relative;
    height: 200px;
}
#nameplate {
    position: absolute;
    right: 20px;
    bottom: 15px;
    text-align: right;
}
#nameplate h1 {
    color: #fff;
    font-size: 3em;
    font-weight: normal;
    padding: 0;
    border: none;
    margin: 0;
}
#nameplate h1 a {
    color: #fff;
    text-decoration: none;
}
#nameplate h2 {
    color: #fff;
    font-size: .9em;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 0;
    border: none;
    margin: 0;
}
#nameplate p {
    color: #fff;
    font-size: .9em;
    letter-spacing: 1px;
    line-height: normal;
    margin: 0;
}
#nameplate a {
    color: #fff;
}
/* --------------------------------------- */
/* ----------------- NAV ----------------- */
/* --------------------------------------- */
#siteNav {
    background: url(https://www.reed.edu/global_assets/images/gradient/v.20px.fff-trans.40.png) repeat-x;
    border-bottom: 1px solid #000;
    float: left;
    width: 100%;
}
#siteNav_links h3 {
    position: absolute;
    left: -999em;
}
#siteNav_links ul {
    float: left;
    list-style: none;
    padding: 0;
    border-left: 1px solid #888;
    margin: 0;
}
#siteNav_links ul li {
    margin: 0;
    padding: 0;
    float: left;
}
#siteNav_links ul li a {
    display: block;
    color: #f6f4ef;
    font-weight: bold;
    font-size: .9em;
    line-height: 30px;
    text-decoration: none;
    padding: 0 10px;
    border-right: 1px solid #888;
}
#siteNav_links ul li a:hover {
    text-decoration: none;
    background: #000;
}
/* ------------------------------------------- */
/* ----------------- CONTENT ----------------- */
/* ------------------------------------------- */
#mainContent {
    clear: both;
    padding: 20px 50px 50px;
    background: #f6f4ef url(https://www.reed.edu/global_assets/images/gradient/v.200px.fff-trans.70.png) repeat-x;
}
p {
    line-height: 140%;
    margin: 0 0 10px 0;
}
h1, 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: #5e0501; }
/* ---------------------------------------- */
/* ----------------- 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;
}
