/* {{{ Twigs */

.category-twig {
	padding-top: 1em;
	clear: both;
}

h3.category-twig-subtitle {
	font-size: 131%;
	clear: both;
	background: url(../images/elements/heading-line.png) 50% 50% repeat-x;
	padding-left: 0.5em;
	margin-top: 0;
	text-transform: uppercase;
}

h3.category-twig-subtitle span {
	background: #fff;
	padding: 3px 4px;
	text-decoration: none;
	color: #6b685b;
}

/* }}} */
/* {{{ Category Bodytext */

div.category-twig-bodytext {
	margin-left: 14px;
}

/* }}} */
/* {{{ Notes */

ul#category_notes {
	margin: 1.5em 0;
	padding: 0;
	font-size: 85%;
	border-top: 1px solid #d6d0b9;
	border-bottom: 1px solid #d6d0b9;
}

ul#category_notes li {
	display: block;
	padding: 0.5em;
	margin: 0;
	color: #6b685b;
	list-style: none;
}

#category_notes a:link,
#category_notes a:visited {
	color: #4d493c;
}

#category_notes a:hover,
#category_notes a:active {
	color: #006;
}

/* }}} */

