body {
	color: #1c1b17;
	background-color: #ddd8c4;
}

a { color: #1c1b17 }
a:link { color: #1c1b17; }
a:visited { color: #1c1b17; }
a:active { color: #1c1b17; }
a:hover { color: #1c1b17; }

/* stripe color */

#masthead {
	color: #1c1b17;
}

#navstripe {
	background-color: #1c1b17;
}

ul#navstripe .here {
	color: #1c1b17;
}

ul#navstripe a:hover {
	color: #1c1b17;
}

/* navigation link background matching */

ul#navstripe li:hover {
	background-color: #ddd8c4;
}

ul#navstripe .here {
	background-color: #ddd8c4;
}

ul#navstripe a {
	color: #ddd8c4;
}

/* get rid of outline when in focus */
canvas {
	outline: none;
}

/* captions */

.caption {
	width: 1000px;
	margin-top: 60px;
}

.caption p {
	margin-top: 0;
	margin-bottom: 6pt;
}
