/* --- Soapbox Page --- */

table#article_index
{
	margin-left: 8ex;
	width: 85%;
}

table#article_index td:first-child
{
	/* Make the first column as wide as possible. */
	width: 75%;
}

/* --- Rules for Article Content --- */
p.date
{
	/* Reposition the date so that it is on the same line as the heading,
	   floating to the right. For this to work, the p.date tag must appear
	   after the h2 tag. */
	margin-left: 0ex;
	margin-top: -11.5ex;
	float: right;

	/* Use the same font as heading fonts. */
	font-style: italic;
}

ul.relatedLinks
{
	/* Use same indentation as body text. */
	margin-left: 2em;

	/* Add a left rule to highlight the links. */
	padding-left: 1em;
	border-left: 6px solid #D0D0C7;
}

ul.relatedLinks li
{
	/* The left rule replaces the list markers. */
	list-style-type: none;
}
