  @charset "UTF-8";
/*
Custom local styles...
*/
#newsEventsHome {
    float: right;
    clear: right;
    width: 219px;
    margin: 0 0 10px 10px;
    padding: 0 0 0 10px;
    border-left: 1px solid #ccc;
    font-size: 0.9em;
    line-height: normal;
}
#newsEventsHome h3 {
    padding: 2px 0 3px 10px;
    border: 1px solid #000;
    margin: 0 0 10px -11px;
    font-size: 1em;
    color: #fff;
    background: #444 url(https://www.reed.edu/global_assets/images/gradient/v.20px.444-000.gif) bottom repeat-x;
}
.bulletin {
    padding-left: 19px;
    margin: 10px 0;
    background: url(https://www.reed.edu/global_assets/images/icons/famfamfam.silk.1.3/comment.png) no-repeat;
}
.bulletin p {margin: 0;}
.bulletinDate {color: #666;}
#bulletinSidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#bulletinSidebar li {margin-bottom: 1em;}
#bulletinSidebar li a {font-weight: normal;}
#slideshowContainer {
    float: right;
    border: 5px solid #fff;
    border-radius: 3px;
    box-shadow: 0 0 3px #666;
    margin: 5px 0 10px 10px;
}
#slideshow {width: 250px;}

.schedule-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}
.schedule-nav li {
    float: left;
}
.schedule-nav a {
    display: block;
    margin-right: 10px;
    padding: 5px 7px;
}
.schedule-nav li.active a {
    color: #000;
    font-weight: bold;
    background: #eee;
}
.schedules {
    position: relative;
    clear: both;
    border-top: 1px solid #ccc;
}
.schedule {
    position: absolute;
    left: -9999em;
    opacity: 0;
    transition: opacity .5s;
}
.schedule.active {
    position: static;
    opacity: 1;
}
.schedule.active h3 {
    position: absolute;
    left: -9999em;
}