#sidebar {
	border-left: 1px solid transparent; /* make right border fit with menu */
	clear: both;
	font-size: 1em;
	float: left;
	width: 12.45em; /* fits with menu */
	padding: 1em;
	margin-top: 1em;
	padding-top: 0;
	border-right: 1px solid #bbc98f;
}
#sidebar h2 {
	font-weight: normal;
}
#tagcloud a:link,
#tagcloud a:visited,
#tagcloud a:active,
#tagcloud a:hover {
	text-decoration: none;
	color: #8bc97d;
}
#tagcloud a:hover {
	color: #006a2e;
}
#sidebar ul {
	padding: 0;
	margin: 0;
}
#sidebar ul li {
	list-style-type: none;
}
#sidebar ul li a {
	display: block;
	padding: .15em 0 .15em 10px;
	background: url("../images/bullet_big.png") left center no-repeat;
}
#sidebar ul li a:hover {
	background-position: 2px center;
	text-decoration: none;
	color: #7fa312;
}
#sidebar ul ul {
	padding-left: 1em;
}
#content {
	clear: none;
	margin: 0 0 0 14.35em;
}
