.sidebar {
	width: 240px;
	float: right;
	border-left: 1px solid #ccc;
	margin-left: 15px;
	margin-bottom: 20px;
	font-size: 14px;
}

.sidebar .content {
	padding: 0px 15px;
}

.sidebar .title {
	font-weight: bold;
}

.sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
	.sidebar li
	{
		margin-bottom: 8px;
		line-height: 110%;
	}

.sidebar .hr {
	background: url('/images/sidebar_hr.png') no-repeat left center;
	height: 10px;
	margin: 10px 0px;
}

.sidebar .connect img {
	height: 24px;
}
.recent .title
{
	font-weight: normal;
}
.recent .author
{
	font-size: 12px;
	color: #888;
	padding:0px 0px 0px 20px;	
	font-style: italic;
}