/* Green colorscheme:
 * dark:  1f261a
 * med:   5e734e
 * light: 7d9a68
 *
 * Blue colorscheme:
 * dark: 101f29
 * med: 325e89
 * light: 6a96b9
 */

#schedule {
	width: 100%;
	color: #101f29;
	padding: 0;
	border-spacing: 0.3125em;
}

table {
	margin: auto;
	border-spacing: 1ex;
	font-size: 1rem;
	line-height: normal;
}

td.topic {
	border-right: 3px solid #325e89;
	width: 9rem;
}

#schedule th {
	border-bottom: none;
}

th {
	text-align: left;
	margin: 1rem;
	border-bottom: 1px solid #325e89;
}

td {
	margin-left: 1rem;
	vertical-align: top;
}

h1, h2, h3, h4, h5 {
	font-family: 'Merriweather Sans', sans-serif;
}

h1 {
	color: #6a96b9;
	margin-left: -1.875rem;
	margin-bottom: 0;
}

h1.nav {
	display: inline-block;
}

h1.nav>a {
	text-decoration: none;
	color: inherit;
}

h2 {
	margin-left: -1.875rem;
	color: #6a96b9;
}

a {
	color: #101f29;
}

a:hover {
	color: #325e89
}


#body {
	width: 50rem;
	margin: 0 auto;
	padding: 2rem 4rem 5rem 5rem;
	background: white;
	border-left: 3px solid #325e89;
	color: #101f29;
}

body {
	margin-top: 0;
	padding-top: 0;
	background: #6a96b9;
	font-family: 'Merriweather', serif;
	font-size: 1rem;
	line-height: 1.5;
}

#nav {
	margin-top: -1em;
	font-size: 0.8125rem;
	margin-left: auto;
	text-align: right;
}

#nav ul li {
	display: inline-block;
	border-left: 3px solid #325e89;
	padding: 0 1rem;
}

#nav ul li:first-child {
	border-left: none;
}

#nav ul li:last-child {
	padding-right: 0;
}

ul {
	padding-left: 1.5rem;
}

ul li { 
	list-style-type: square;
}

.figure {
	margin: auto;
	text-align: center;
}

/* extra reading references on main page */
.reference {
	width: 20rem;
}

code {
	white-space: pre;
}

/* Threads table styling */
.threads {
  border: 1px solid #090974;
  margin-left: 2em;
  margin-right: 2em;
}

.threads td[rowspan] {
  margin-left: 8em;
}

.threads pre {
  margin-left: 2em;
  text-decoration: none;
}

