@charset "UTF-8";

#mainContent {overflow-x: visible;}

/*--------*/
/*- Home -*/
/*--------*/

/*#about-fall, #about-spring {
	width: 45%;
	float: left;
}
#about-fall {
	padding-right: 10px;
	border-right: 1px solid #ccc;
	margin-right: 10px;
}*/

/*------------*/
/*- Schedule -*/
/*------------*/

.syllabusSelector {
	color: #333;
	font-size: .9em;
	margin-bottom: 1em;
}
.syllabusSelector select {font-size: 1em;}

#schedule .week, #schedule .holiday, #schedule .paper, #schedule .exam {margin-bottom: 1px;}
#schedule h3 {
	padding: 5px 0 5px 10px;
	border: none;
	margin: 0;
	font-size: 1em;
}
#schedule p {margin: 0 0 .5em 0;}
#schedule a {font-size: .9em;}
#schedule .chronologyLink {
	font-weight: normal;
	background: #eee url(http://www.reed.edu/global_assets/images/icons/famfamfam.silk.1.3/star.png) 5px 50% no-repeat;
	padding: 3px 0 3px 25px;
	border: 1px solid #ccc;
	display: block;
}

/* WEEKS */
#schedule .week h3 {
	color: #fff;
	background: #777 url(../images/schedule-week-bg-minus.gif) left 50% no-repeat;
	cursor: pointer;
	padding-left: 28px;
	border: 1px solid #666;
}
#schedule .week h3:hover {background-color: #999; border-color: #777;}
#schedule .week h3.collapsed {background-image: url(../images/schedule-week-bg-plus.gif);}
#schedule h3.theme,
#schedule .week h3.theme {
	background: none;
	padding-left: 10px;
	border: none;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	margin: 20px 0 10px -10px;
	color: #333;
	text-transform: uppercase;
	font-style: italic;
	cursor: auto;
}
#schedule .day {
	padding: 5px 10px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: .25em;
	/*background: url(../images/schedule-day-bg.gif) top left no-repeat;*/
}
#schedule .day h4 {
	color: #333;
	font-weight: bold;
	font-size: 1em;
	margin: 0 0 .5em 0;
}
#schedule .lecture, #schedule .resource {padding-left: 20px; margin-left: 1em;}
#schedule .lecture strong, #schedule .resource strong {font-size: .9em;color: #333;}
#schedule .lecture {background: url(../images/user_comment.png) top left no-repeat;}
#schedule .resource {background: url(../images/add.png) top left no-repeat;}

/* PAPERS & EXAMS */
#schedule .paper h3, #schedule .exam h3 {
	position: relative;
	padding: 5px 10px 5px 28px;
	border: 1px solid #ccc;
	color: #333;
	font-size: 1em;
}
#schedule .paper h3 {background: #faf9e1 url(../images/page_white_text.png) 3px center no-repeat;}
#schedule .exam h3 {background: #faf9e1 url(../images/star.png) 3px center no-repeat;}
#schedule .paper h3 a,
#schedule .exam h3 a {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	background: #5e0501 url(http://www.reed.edu/global_assets/images/gradient/v.20px.fff-trans.30.png) repeat-x;
	padding: 5px 10px;
	border-left: 1px solid #666;
	display: block;
}
#schedule .paper a:hover,
#schedule .exam a:hover {
	text-decoration: none;
	background-color: #7e1e1a;
}

/* HOLIDAYS */
#schedule .holiday h3 {
	background: #faf9e1;
	color: #333;
	border: 1px solid #ccc;
}
#schedule .special-event {
	background-color: #faf9e1;
	padding: 5px 10px;
}

/* "This week" schedule for home page */
#schedule.scheduleMini {
	background: #eee;
	border: 1px solid #ccc;
	font-size: .9em;
	width: 290px;
	line-height: normal;
}
#schedule.scheduleMini h3 {
	background-color: #666;
	color: #fff;
}
#schedule.scheduleMini .full-schedule-link {
	margin-left: 10px;
}

/*-------------*/
/*- Resources -*/
/*-------------*/

#resources-maps {
	background: url(../images/compass.gif) 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(../images/prometheus-and-atlas.jpg) 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(../images/open-book.gif) top left no-repeat;*/
	background: url(../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: url(../images/icons/icon-link-external.gif) center right 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(../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^="http"] {
	background: url(../images/icons/icon-link-external.gif) center right no-repeat;
	padding-right: 13px;
}
#mainContent a[href^="http://academic.reed.edu/huamnities/hum110"] {
	background: none;
	padding: 0;
}
#mainContent a[href^="mailto"] {
	background: url(../images/icons/icon-link-mailto.gif) center right no-repeat;
	padding-right: 13px;
}
*/
