  @charset "UTF-8";

/*-------------*/
/*- Resources -*/
/*-------------*/

#resources-maps {
	background: url() top left no-repeat;
	padding: 5px 0 0 10px;
	margin-bottom: 20px;
}
#resources-maps h3 {
	margin: 15px 0 20px 65px;
	padding: 0;
	color: #333;
	font-size: 1.5em;
}
#resources-images {
	background: url() 3px 6px no-repeat;
	padding: 5px 0 0 10px;
	margin-bottom: 20px;
}
#resources-images h3 {
	margin: 15px 0 20px 65px;
	padding: 0;
	color: #333;
	font-size: 1.5em;
}
#resources-ocd {
	/*background: url(/humanities/hum110/assets/images/open-book.gif) top left no-repeat;*/
	background: url(https://www.reed.edu/humanities/hum110/assets/images/ocd-logo.gif) 0 4px no-repeat;
	padding: 5px 0 0 10px;
	margin-bottom: 20px;
}
#resources-ocd h3 {
	margin: 0 0 20px 25px;
	padding: 0;
	color: #333;
	font-size: 1.5em;
}

/*--------------*/
/*- Chronology -*/
/*--------------*/

.chronology {
	border-collapse: collapse;
	line-height: normal;
}
.chronology a {
	background: url(http://www.reed.edu/global_assets/images/icons/famfamfam.silk.1.3/magnifier.png) center right no-repeat;
	padding-right: 17px;
	font-weight: normal;
}
.chronology a[target="_blank"] {
	background-image: url(https://www.reed.edu/humanities/hum110/assets/images/icons/icon-link-external.gif);
	background-position: center right;
    background-repeat: no-repeat;
	padding-right: 12px;
	font-weight: normal;
}
.chronology th {
	background: #444;
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
	font-size: .9em;
}
.chronology td {
	background: #f3f3e7;
	border: 1px solid #fff;
}
.chronology td.chronologyDate {
	background: #444;
	color: #fff;
	font-weight: bold;
	font-size: .9em;
	white-space: nowrap;
	text-align: center;
}
/*--------------------------------------*/
/* Icons for external links and anchors */
/*--------------------------------------*/
#mainContent a[href^="#"] {
	background: url(https://www.reed.edu/humanities/hum110/assets/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(https://www.reed.edu/humanities/hum110/assets/images/icons/icon-link-anchor-up.gif) center left no-repeat;
	padding-left: 13px;
	font-size: .9em;
}