@CHARSET "UTF-8";

div#sidebar h1,h2 {
	font-size: 12px;
}

div#sidebar a {
	text-decoration:none;
}

div#sidebar a.project {
	font-weight: bold;
}

div#sidebar_content {
	padding-left: 30px;
}

div#sidebar_items {
	margin-top: 20px;
}

ul#sidebar-items li {
	padding-left: 0px;	
	padding-top: 2px;
	margin-bottom: 2px;	
	
	list-style-type: none;		
	line-height: 1.0em;
}

ul#sidebar-items li a {
	text-decoration:none;
}

ul#sidebar-items li>a:hover {	
	background-color: #ed008c;
	padding-left: 2px;
	padding-right: 4px;
	color: #555555;
}

a.project span.magenta:hover {
	color: #555555;
}