/*
 * style for luigi's blog
 */
body	{ font-family: sans-serif; }
h1	{ margin: 0; font-size: 140%; color: #22f; }
.t-body { }
.t-r	{ }
.t-t	{	font-size: 120%; background: #cfd;
	}
.t-l	{	vertical-align: top; width: 15%; background: #9f9;
	}
.t-index {	margin-left: -3ex; list-style: none;}
ul, ol	{	margin-left: 0em; }
ul li { margin-left: -1em; }

.e-hdr	{	font-size: 120%; font-weight: bold; color: #282;
		border-top: solid #282 1px;
	}
.e-body	{	color: black;
		margin-left: 1ex;
	}
.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; }

.news	{ color: #00c080; display: div; font-style: italic;}

.xxx	{ font-weight: bold; color: red; }
.opt	{ font-weight: bold; font-style: italic; color: #44f; }
h3	{ margin-top: 0em; margin-bottom: 0em;}
ul	{ margin-top: 0; margin-bottom: 0.1ex; }
.c	{ text-align: center; }

.tt	{	font-family: courier;	}
.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; }

a:link	{ text-decoration: none; font-weight: bold; }
a	{ color: #10f; }
