/* vim: noet ts=4 sw=4
 * http://www.mediawiki.org/wiki/Extension:Uniwiki_Category_Box_at_Top
 * http://www.gnu.org/licenses/gpl-3.0.txt */

/* hide the table of contents
 * THIS IS A TEMPORARY HACK! */
#bodyContent #toc {
	display: none; }

/* move the catbox to the right, and
 * float, to wrap surrounding content */
#catbox {
	float: right;
	width: 10em;
	padding-bottom: 1em;

	/*margin-left: 1em;*/
	border-left: 1em solid #fff;
}

#catbox div {
	border: 1px solid #aaa;
	background: #fff;
}

#catbox h5 {
	text-align: center;
	padding: 0.25em 1em;
	border-bottom: 1px solid #aaa;
	background: #eee;
	margin-bottom: 0;
}

#catbox ul {
	margin: 0;
	padding: 0.25em 0.5em;
}

#catbox li {
	margin: 0;
	display: block;
	line-height: 1.8;
	list-style-image: none;
}
