/*
 * style for luigi's blog
 */
body	{
		font-family: sans-serif;
	}
.t-body { }
.t-r	{ }
.t-t	{	font-size: 140%; background: #9f9;
	}
.t-l	{	vertical-align: top; width: 15%; background: #9f9;	}
ul, ol	{	margin-left: -1em;	}

.e-hdr	{	font-size: 120%; font-weight: bold; color: #282;
		border-top: solid #282 1px;
	}
.e-body	{	color: black;
		margin-left: 1em;
	}
.e-posted {	color: black; font-size: 80%; font-weight: normal;}
.cite	{	font-style: italic;
		margin-left: 1em; margin-right: 1em;
		display: block;
	}
.e-body pre { overflow-x: auto; }
.os, .del {	text-decoration: line-through; color: red; }
.add {	color: green; font-weight: bold;}
.new {	display: inline-block; margin: 0 0 0 0; padding: 0 0 0 0;
	vertical-align: top;
	background: #eee;
	color: green; font-weight: bold; }

.xxx {	font-weight: bold; color: red; }
.opt {	font-weight: bold; font-style: italic; color: #44f; }
.tt {	font-family: mono;	}
.b, .bf {	font-weight: bold;	}
.i, .it {	font-style: italic;	}
/* t1 is the style for side to side */
.t1, .t1 td, .t1 tr	{ border: solid 1px; vertical-align: top;}

.al, li.al	{	list-style-type: lower-alpha; }
/* list styles */
li.u            { list-style: none; }
li.n            { list-style: decimal; margin-top: 0.5em; }

