/* dean.edwards/2004 */
/* keeping code tidy! */

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: white;
	color: black;
}

ul.meta {
	font-size: smaller;
}

form,
div.footer,
div.header,
p.permalink,
#main-menu,
#bread-crumbs,
#buttons,
#postcomment,
#sourceforge,
#donate,
#me,
#help,
#commentform,
#modified,
#navigate,
#syndication,
#bad-bot,
div.preview,
div.section ul.meta,
div.help {
	display: none;
}

ol.comments ul.meta {
	display: block;
}

img {
	border: none;
}

a[href^=http]::after {
	content: " (link: " attr(href) ") ";
}

a:link, a:visited {
	color: black;
	text-decoration: none;
}

/* TABLES */

table.data {
	border-collapse: collapse;
}

div.table {
	border-left: 1px solid black;
	border-top: 1px solid black;
}

div.table td {
	border-bottom: 1px solid black;
}

div.table th {
	text-align: left;
	background-color: #EEE;
}

div.table th,
div.table td {
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	padding: 3px;
}

*.comment {
	background-position: right top;
	background-repeat: no-repeat;
}
