#SideBar {
	//padding-top: 10px;
}
#SideBar p,
#SideBar li {
	font-size: 12px;
	line-height: 20px;
}

#About,
#Tags,
#Todo,
#Feeds,
#MostPopular,
#MostCommented,
#Sect,
#Archive,
#Radio {
	padding-bottom: 19px;
	border-bottom: 1px solid #fc3;
	margin-bottom: 20px;
}

#About.last,
#Tags.last,
#Todo.last,
#Feeds.last,
#MostPopular.last,
#MostCommented.last,
#Sect.last,
#Archive.last,
#Radio.last{
	border-bottom: 0;
	padding-bottom: 20px;
}

/***** Tags *****/
#Tags {
	line-height: 40px;
}

#Tags a:visited{
	color: #b33;
}
