/*	$Id: style.css,v 1.7 2005/11/28 04:54:20 ray Exp $	*/
body {
	background: #a6caf0;
	color: #fff;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	line-height: 1.8em;	/* daringfireball.net */
	margin: 0;
	padding: 0;
}
a {
	background: transparent;
	border: #aaa dashed;
	border-width: 0 0 1px 0;
	color: #222;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	border-color: #999;
	border-style: solid;
	color: #000;
}
h1 {
	font-family: Georgia, "Times New Roman", Charter, Utopia, serif;
	font-size: 27px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 1ex;
	margin-bottom: 2.5ex;
	text-align: center;
}
.item > li {
	list-style-type: square;
	margin: 1em 0;
}
.subitem > li {
	margin: 0
}
.entry {
	background: #eee;
	border: ridge #ddf 2px;
	color: #333;
	margin-bottom: 9ex;
	margin-top: 7ex;
	padding: 5ex 12ex 7ex 12ex;
}
#updated {
	font-size: 11px;
	font-style: italic;
	margin: 0;
	text-align: center;
}

/*
 * Center entries.  If not for IE we wouldn't need to do all this
 * text-align stuff.
 */
body {
	text-align: center;
}
.entry {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/*
 * Limit line width to increase readability.
 */
/* IE includes padding into its width. */
.entry {
	width: 99ex;
}
/* Set correct width for all other browsers. */
body > .entry {
	width: 75ex;
}
