/* Copyright (c) 2005 Dustin Sallings <dustin@spy.net> */

.rssbox a {
}

.rssbox ul a:visited {
	display: none;
	/* text-decoration: line-through; */
}

#oldstool {
	display: none;
	border: 1px solid;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	text-align: center;
	position: absolute;
	z-index: 10;
	text-decoration: none;
	font-weight: normal;
	width: 289px;
}

#oldstool.locked {
	background: url(/~dustin/images/lock.png) top left no-repeat;
}

#oldstool.unlocked {
	background: url(/~dustin/images/unlock.png) top left no-repeat;
}

#olds.rssbox li a {
	display: none;
}

#olds.rssbox li a:visited {
	display: list-item;
}

#olds li {
	/* This will be overridden by the javascript */
	display: list-item;
}

div.rssbox#olds h1:hover {
	display: block;
}

.rssbox {
	margin-bottom: 5px;
	border-style: solid;
	width: 300px;
}

.rssbox h1 {
	text-align: center;
	border-style: none none solid none;
	margin: 0px;
	font-weight: normal;
	font-size: medium;
}

.rssbox ul {
	font-size: x-small;
	text-indent: -1em;
	list-style: none;
	padding-left: 1em;
	margin: 1px;
}

.rssbox li div.details {
	display: none;
}

.rssbox li:hover div.details {
	display: block;
	border: 1px solid;
	padding-left: 5px;
	padding-right: 5px;
	text-indent: -3px;
	position: absolute;
	z-index: 10;
	float: right;
	text-decoration: none;
	font-weight: normal;
	margin-left: 5em;
	width: 277px;
}

.diggstats {
	display: block;
	font-size: smaller;
	color: #336;
	text-align: right;
}

