@charset "UTF-8";
/*
Custom local styles...
*/
.faculty-pic {
float: right;
margin: 5px 0 5px 10px;
}
#pageBody {
background: url(../images/pageBody_bg_religion.jpg) no-repeat;
}

/* Icons for external links and anchors */
#mainContent a[href^="http"] {
	background: url(http://www.reed.edu/global_assets/images/icons/link-external.gif) center right no-repeat;
	padding-right: 13px;
}
#mainContent a[href^="http://academic.reed.edu/religion"] {
	background: none;
	padding: 0;
}
#mainContent a[href^="#"] {
	background: url(http://www.reed.edu/global_assets/images/icons/link-anchor-down.gif) center right no-repeat;
	padding-right: 13px;
}
#mainContent a[href="#"] {
	background: none;
	padding: 0;
}
#mainContent a[href^="#mainContent"] {
	background: url(http://www.reed.edu/global_assets/images/icons/link-anchor-up.gif) center left no-repeat;
	padding-left: 13px;
	font-size: .9em;
}
#mainContent a[href^="mailto"] {
	background: url(http://www.reed.edu/global_assets/images/icons/link-mailto.gif) center right no-repeat;
	padding-right: 13px;
}
