@charset "UTF-8";
/*
Custom local styles...
*/
#newsEventsHome {
margin: 0 0 10px 0;
padding: 0 10px;
border: 1px solid #ccc;
font-size: 0.9em;
line-height: normal;
}
#newsEventsHome h3 {
padding: 2px 0 3px 10px;
border: 1px solid #000;
margin: 0 -11px 10px;
font-size: 1em;
color: #fff;
background: #444 url(http://www.reed.edu/global_assets/images/gradient/v.20px.444-000.gif) bottom repeat-x;
}
.announcement {
padding-left: 19px;
margin-top: 10px;
background: url(http://www.reed.edu/global_assets/images/icons/famfamfam.silk.1.3/comment.png) no-repeat;
}
#imgGallery a img {border: 1px solid #fff;}
#imgGallery a:hover img {border: 1px solid #333;}

/* Icons for external links and anchors */
#mainContent a[href^="http"] {
    background: url(../images/icons/icon-link-external.gif) center right no-repeat;
    padding-right: 13px;
}
#mainContent a[href^="http://academic.reed.edu/psychology"] {
    background: none;
    padding: 0;
}
#mainContent a[href^="#"] {
    background: url(../images/icons/icon-link-anchor-down.gif) center right no-repeat;
    padding-right: 13px;
}
#mainContent a[href="#"] {
    background: none;
    padding: 0;
}
#mainContent a[href^="#mainContent"] {
    background: url(../images/icons/icon-link-anchor-up.gif) center left no-repeat;
    padding-left: 13px;
    font-size: .9em;
}
#mainContent a[href^="mailto"] {
    background: url(../images/icons/icon-link-mailto.gif) center right no-repeat;
    padding-right: 13px;
}

#mainContent #facultyList h4 em {font-size: .9em; font-weight: normal;}

