/* Styles for the Weekly Spike Archives page */
#weekly-spike-top {
	position: absolute;
	top: 269px;
	left: 213px;
}
#year-picker-callout {
	position: absolute;
	top: 292px;
	left: 650px;
	font-style: italic;
	font-size: 14pt;
	font-weight: bold;
	color: white;
}
#year-picker {
	position: absolute;
	top: 292px;
	left: 810px;
}
#archive-article-display {
	position: absolute;
	top: 335px;
	left: 213px;
	width: 756px;
	height: 526px;
	border-top: 8px solid black;
	border-left: 4px solid black;
	border-right: 4px solid black;
	background-color: white;
}

#weekly-spike-bottom {
	position: absolute;
	top: 869px;
	left: 213px;
}
#scrollable-archive-display {
	position: absolute;
	overflow: auto;
	top: 0px;
	left: 0px;
	width: 756px;
	height: 526px;
}

.posting-title {
	color: white;
	background-color: #6B3894;
	text-align: center;
}

.posting {
	padding-left: 1em;
	padding-right: 1em;
	color: black;
}