/* 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 */

/* this is specific to the chalkboard wiki
 *  * to make multiple comlumn lists */
#columns .column {
    float: left;
	width: 33%;
}

#columns .column li {
	height: 1.5em;
	line-height: 1.5em;
	overflow: hidden;
}

.clear-hack {
	clear: both;
}

/* chalkboard wiki - no upload in tools */
#t-upload {
    display: none;
}

/* 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;
		}

			/*#catbox li a {
				display: block;
				padding: 0.25em 0.5em;
				border-bottom: 1px solid #eee;
			}*/

