*
{
	margin: 0;
	padding: 0;
}

body
{
	width: 800px;
	margin: 10em auto 0;
	font: normal normal normal small Tahoma, Arial, sans-serif;
	background: url('/images/background-body.png') fixed repeat-x 0 100%;
}

div#header
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #7bad43 url('/images/background-header.png') repeat-y;
	padding: 10px;
}

	div#header h1
	{
		float: left;
		color: #fff;
	}

	div#header h1 a img
	{
		border: none;
	}

	div#header fieldset#search
	{
		float: right;
		border: 0 none black;
		width: 200px;
	}
	
		fieldset#search legend
		{
			display: none;
		}
	
		fieldset#search input.query
		{
			width: 190px;
			float: left;
			border: 1px solid #bdbd6d;
			font-size: 110%;
			padding: 4px;
			letter-spacing: 1px;
		}
	
		fieldset#search input.button
		{
			width: 200px;
			float: left;
			border: 0 none black;
			background: #bdbd6d;
			font-weight: bold;
			color: #fff;
			font-size: 85%;
			padding: 2px;
			letter-spacing: 2px;
		}
	
		fieldset#search input.query:focus
		{
			background: #ededb9;
		}

div#intro
{
	display: block;
	padding: 10px 5px;
	margin: 0 0 4em;
	border: 1px dashed #ccc;
	float: left;
}

	div#intro div
	{
		width: 384px;
		float: left;
		margin: 0 5px;
		text-align: justify;
	}
	
	div#intro h2
	{
		font-size: 1.1em;
		margin: 0 0 0.6em 0;
	}
	
	div#intro ul li
	{
		list-style: square outside;
		margin-left: 2em;
		color: #999;
	}

h2
{
	margin: 2em 0 0.6em 0;
	font-size: 160%;
	font-weight: normal;
	color: #7bad43;
	letter-spacing: 1px;
}

h3
{
	margin: 2em 0 0.6em 0;
	font-size: 130%;
	font-weight: normal;
	color: #7bad43;
	letter-spacing: 1px;
}

table
{
	border-spacing: 0;
	margin-bottom: 2em;
	width: 100%;
}

table thead th
{
	text-align: left;
	color: #333;
}

table th,
table td
{
	border-bottom: 1px solid #ddd;
	padding: 0.25em 0.5em;
}

ol li
{
	list-style: upper-roman outside;
	margin: 0 0 0.25em 2em;
}

ul li
{
	list-style: square outside;
	margin: 0 0 0.25em 2em;
	color: #999;
}

p
{
	margin-bottom: 0.25em;
}

code,
samp
{
	color: #444;
}

a
{
	color: #3434d8;
}

a:visited
{
	color: #a834a8;
}

a:hover
{
	color: #040478;
}

dl
{
	padding: 10px;
	position: relative;
}

	dl.even
	{
		background: #eee;
	}
	
	dl.hidedetails dd.bloglink,
	dl.hidedetails dd.date
	{
		display: none;
	}
	
	dl dd.more
	{
		position: absolute;
		top: 0;
		left: -31px;
		text-indent: -999em;
		background: transparent url('/images/toggle-less.png') no-repeat 50% 50%;
		width: 11px;
		height: 9px;
		cursor: pointer;
		display: none;
		padding: 0 10px 10px;
	}
	
	dl dd.more:hover
	{
		background-image: url('/images/toggle-less-hover.png');
	}
	
	dl.hover dd.more
	{
		display: block;
	}
	
	dl.hidedetails dd.more
	{
		background-image: url('/images/toggle-more.png');
	}
	
	dl.hidedetails dd.more:hover
	{
		background-image: url('/images/toggle-more-hover.png');
	}
	
	dl dd.date
	{
		font-size: 0.8em;
		font-style: italic;
		color: #999;
	}
	
	dl dd
	{
		margin-bottom: 0.25em;
	}
	
	dl dt
	{
		font-weight: bold;
		clear: left;
	}
	
	dl dt a
	{
		color: #333;
		text-decoration: none;
		border-bottom: 1px dotted #999;
	}
	
	dl dt a:hover,
	dl dt a:active
	{
		color: #7bad43;
		border-bottom: 1px dotted #7bad43;
	}

ul#disclaimer
{
	list-style: none;
	border-top: 3px double #eee;
	margin: 4em 0 2em;
	font-size: 70%;
	color: #666;
	letter-spacing: 1px;
	text-align: center;
	padding: 5px;
}
	
	ul#disclaimer li
	{
		display: inline;
		padding: 0 0.75em;
		white-space: nowrap;
	}
	
	ul#disclaimer li a
	{
		color: #666;
	}
	
	ul#disclaimer li a:hover
	{
		color: #040478;
	}
