/* ============================================================
   Wexler University — Department of Cognitive and Behavioral Neuroscience
   Stylesheet — Last modified: 2012-08-14
   ============================================================ */

* { margin: 0; padding: 0; }
body, td, th, input, select, textarea {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    color: #222222;
    line-height: 1.5;
}

body {
    background-color: #f0f0ec;
}

a { color: #5a1a1a; text-decoration: underline; }
a:hover { color: #8a2a2a; }
a:visited { color: #4a1a4a; }

/* ---- Wrapper ---- */
#wrapper {
    width: 780px;
    margin: 0 auto;
    background: #ffffff;
    border-left: 1px solid #c8c0b0;
    border-right: 1px solid #c8c0b0;
}

/* ---- University banner ---- */
#banner {
    background-color: #5a1a1a;
    padding: 0;
    overflow: hidden;
}

#banner-inner {
    padding: 10px 18px 8px 18px;
    overflow: hidden;
}

#banner-wordmark {
    float: left;
}

#banner-wordmark h1 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: normal;
    color: #ffffff;
    letter-spacing: 0.02em;
}

#banner-wordmark .dept {
    font-size: 11px;
    color: #d4b8a0;
    display: block;
    margin-top: 2px;
    letter-spacing: 0.03em;
}

#banner-util {
    float: right;
    text-align: right;
    padding-top: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #c8b0a0;
}

#banner-util a { color: #c8b0a0; text-decoration: none; }
#banner-util a:hover { text-decoration: underline; }

/* ---- Top nav ---- */
#topnav {
    background-color: #6e2020;
    border-bottom: 2px solid #8a3030;
    overflow: hidden;
}

#topnav ul {
    list-style: none;
    padding: 0 18px;
}

#topnav ul li {
    display: inline;
}

#topnav ul li a {
    display: inline-block;
    padding: 7px 13px;
    color: #f0ddd0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
    letter-spacing: 0.03em;
}

#topnav ul li a:hover,
#topnav ul li a.active {
    background-color: #5a1a1a;
    color: #ffffff;
}

/* ---- Breadcrumb ---- */
#breadcrumb {
    background: #f4f0e8;
    border-bottom: 1px solid #d8d0c0;
    padding: 5px 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #888888;
}

#breadcrumb a { color: #5a1a1a; text-decoration: none; }
#breadcrumb a:hover { text-decoration: underline; }

/* ---- Content wrapper ---- */
#content-wrapper {
    padding: 0 0 20px 0;
    overflow: hidden;
}

/* ---- Sidebar ---- */
#sidebar {
    float: left;
    width: 170px;
    padding: 16px 0 16px 16px;
    border-right: 1px solid #e0d8cc;
}

#sidebar h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #5a1a1a;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding-bottom: 5px;
    border-bottom: 1px solid #c8b0a0;
    margin-bottom: 8px;
}

#sidebar ul {
    list-style: none;
}

#sidebar ul li {
    padding: 3px 0;
    border-bottom: 1px solid #ece8e0;
}

#sidebar ul li a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #444444;
    text-decoration: none;
    display: block;
}

#sidebar ul li a:hover,
#sidebar ul li a.active {
    color: #5a1a1a;
    text-decoration: underline;
}

#sidebar-contact {
    margin-top: 14px;
    padding: 8px;
    background: #f4f0e8;
    border: 1px solid #d8d0c0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #666666;
    line-height: 1.6;
}

/* ---- Main content ---- */
#main {
    float: left;
    width: 550px;
    padding: 18px 22px;
    box-sizing: border-box;
}

#main h1 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: normal;
    color: #5a1a1a;
    border-bottom: 1px solid #c8b0a0;
    padding-bottom: 8px;
    margin-bottom: 14px;
}

#main h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 15px;
    font-weight: normal;
    color: #333333;
    margin: 18px 0 8px 0;
    border-bottom: 1px solid #e4ddd0;
    padding-bottom: 4px;
}

#main h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #444444;
    margin: 14px 0 6px 0;
}

#main p {
    margin-bottom: 10px;
    line-height: 1.6;
}

#main ul {
    margin: 8px 0 10px 22px;
    line-height: 1.7;
}

/* ---- Tables ---- */
table.data-table {
    width: 100%;
    border-collapse: collapse;
    margin: 12px 0;
    font-size: 12px;
}

table.data-table th {
    background-color: #f4f0e8;
    border: 1px solid #c8c0b0;
    padding: 5px 8px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
    color: #444444;
}

table.data-table td {
    border: 1px solid #d8d0c0;
    padding: 5px 8px;
    vertical-align: top;
}

table.data-table tr:nth-child(even) td {
    background-color: #faf8f4;
}

/* ---- Infobox ---- */
.infobox {
    background: #f8f4ec;
    border: 1px solid #c8b8a0;
    border-left: 3px solid #5a1a1a;
    padding: 10px 14px;
    margin: 14px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 1.7;
    color: #444444;
}

/* ---- Notice box ---- */
.noticebox {
    background: #fff8f0;
    border: 1px solid #d8c0a0;
    padding: 8px 12px;
    margin: 12px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
    line-height: 1.6;
}

/* ---- Publication entry ---- */
.pub-entry {
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px dotted #d8d0c0;
}

.pub-entry .pub-title {
    font-style: italic;
    color: #333333;
}

.pub-entry .pub-meta {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
    margin-top: 2px;
}

.pub-entry .pub-status {
    display: inline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #888888;
    background: #f0ece4;
    border: 1px solid #d0c8b8;
    padding: 1px 5px;
    margin-left: 6px;
}

/* ---- Revision diff table ---- */
.diff-table {
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0;
    font-size: 11px;
    font-family: "Courier New", Courier, monospace;
}

.diff-table td {
    padding: 4px 8px;
    vertical-align: top;
    border: 1px solid #ddd;
}

.diff-removed { background-color: #fff0f0; color: #8a0000; }
.diff-added   { background-color: #f0fff0; color: #006000; }
.diff-context { background-color: #fafafa; color: #555555; }

.diff-label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #888888;
    padding: 2px 8px;
    background: #f4f0e8;
    border-bottom: 1px solid #ddd;
}

/* ---- Faculty profile ---- */
.faculty-photo {
    float: right;
    margin: 0 0 10px 16px;
    border: 1px solid #c8c0b0;
}

.faculty-photo img {
    display: block;
}

/* ---- Footer ---- */
#footer {
    border-top: 2px solid #c8b0a0;
    padding: 10px 18px;
    background: #f4f0e8;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #888888;
    line-height: 1.6;
}

#footer a { color: #5a1a1a; text-decoration: none; }
#footer a:hover { text-decoration: underline; }

.small { font-size: 11px; color: #777777; }
