  @charset "UTF-8";
/*
Custom local styles...
*/

#newsEventsHome {
  padding: 20px;
  margin: 1em 0;
  background: #f6f6f6;
  border: 5px solid #eee;
}
#newsEventsHome *:first-child { margin-top: 0; }
.announcement {
  padding-left: 20px;
  margin: 10px 0;
  background: url(https://www.reed.edu/global_assets/images/icons/august/black/ribbon.png) 0 3px no-repeat;
  background-size: 12px auto;
}

#facultyIndex h3 {clear: both; margin-top: 2em;}
#facultyListing {clear: both; margin-top: 1em;}
#facultyListing {margin-bottom: 2em;}
#facultyListing img {float: right; margin: 5px 0 0 10px;}

.seminarYearChooser {
color: #333;
font-size: .9em;
margin-bottom: 1em;
}
.seminarYearChooser select,
.seminarYearChooser input {font-size: 1em;}
.seminarYearChooser input {margin-left: 5px;}

.seminarList th, .seminarList td {
padding: 10px;
border-bottom: 1px solid #ccc;
vertical-align: top;
}
.seminarList th.seminarDate {
  text-align: center;
  font-size: .9em;
}
.seminarList .seminarDate-Date {
  display: block;
  font-weight: normal;
  font-size: 24px;
  line-height: 1;
}
.seminarList.seminarListPresent tr.expired {
/*filter: alpha(opacity=70);
opacity: 0.7;*/
}
.seminarList tr.upcoming th,
.seminarList tr.upcoming td {background: #faf8d5;}
.seminarList .seminarAlert strong {color: red; font-size: .9em;}
.seminarList .seminarDescr {
padding: 0 10px;
border-left: 5px solid #eee;
color: #333;
}
#seminarFeature {
  background: #f6f6f6;
  padding: 10px;
  border: 5px solid #eee;
  margin-bottom: 1em;
}
#seminarFeature h4 {
  background: url(https://www.reed.edu/global_assets/images/icons/august/black/star.png) no-repeat;
  background-size: 20px auto;
  padding-left: 25px;
  margin-top: 0;
}
#seminarFeature p {
margin-left: 20px;
}
#seminarFeature  p.seminarDescr {
margin-top: 5px;
}
ol#studentPubs li {
margin-bottom: 10px;
}
/*-- Richard Crandal rememberabce --*/
#crandallRememberance {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 20px;
    clear: both;
}
#crandallRememberance img {
    display: inline-block;
    vertical-align: middle;
    border-radius: 7px;
}
#crandallRememberance p {
    margin: 0 0 0 10px;
    display: inline-block;
    vertical-align: middle;
}
#crandallRememberance p a {
    font-size: 1.3em;
    color: #777;
    font-weight: normal;
    line-height: normal;
}
#crandallRememberance p a:hover {
    text-decoration: none;
    color: #333;
}
#crandallRememberance p a em {
    font-size: .8em;
    letter-spacing: 1px;
    font-style: normal;
    color: #999;
}