/*
 * This section is only relevant when links appear in categories.
 */
div.links div.category {
	margin: 0px 0px 2em 0px;
}
div.links div.category div.category_title {
	font-size: 120%;
	font-weight: bold;
}
div.links div.category div.category_description {
	font-size: 90%;
	margin: 0.25em 0px 0px 1em;
}
div.links div.category div.category_entries {
	margin: 0.5em 0px 0px 2em;
}


/*
 * Link style.
 */
div.links div.entry {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}
div.links div.entry img {
	float: right;
}
div.links div.entry div.title {
	font-weight: bold;
	margin: 0px;
}
div.links div.entry div.description {
	margin: 0px 0px 0px 2em;
	font-size: 90%;
}


/*
 * The following is a hack to make divs expand height to contain images.
 * Works for Firefox, Mozilla, Safari, and IE 6+.
 */
/* Mozilla, Firefox, Safari */
div.links div.entry:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* IE (peculiar comment format hides this from IE5Mac)  \*/
* html div.links div.entry {height: 1%;}
/* End hide from IE-mac */

