#ScribbleRecentPosts ,
.ScribbleRecentPosts {
	width:298px;
	height: 300px;
	overflow-x: hidden;
	overflow-y: scroll;
	border: 1px solid #ccc;
}

#ScribbleRecentPosts.height400,
.ScribbleRecentPosts.height400 {
    height: 400px;
}

#ScribbleRecentPosts ul,
.ScribbleRecentPosts ul {
	list-style: none;
}

#ScribbleRecentPosts img,
.ScribbleRecentPosts img {
	float: left;
	width: 48px;
	padding:10px 10px 0 0;
	clear:both;
}

#ScribbleRecentPosts ul li,
.ScribbleRecentPosts ul li {
	background-color: #fff;
	float: left;
}

#ScribbleRecentPosts ul li:nth-child(even),
.ScribbleRecentPosts ul li:nth-child(even) {
	background-color: #F7F6F6;
}

#ScribbleRecentPosts ul li:nth-child(odd),
.ScribbleRecentPosts ul li:nth-child(odd) {
	background-color: #DEDDDD
}

#ScribbleRecentPosts div.Content,
.ScribbleRecentPosts div.Content {
	float: right;
	width: 190px;
	padding: 10px 15px 5px 0;
	line-height: 1.4em;
}

#ScribbleRecentPosts div.Content img,
.ScribbleRecentPosts div.Content img {
	padding:0;
	width:200px;
}

#ScribbleRecentPosts div.Content object,
.ScribbleRecentPosts div.Content object {
	padding:0;
	width:200px!important;
}

#ScribbleRecentPosts div.Content embed,
.ScribbleRecentPosts div.Content embed {
	padding:0;
	width:200px!important;
}

#ScribbleRecentPosts div.Meta,
.ScribbleRecentPosts div.Meta {
	float: right;
	width: 190px;
	padding: 0 15px 20px 0;
	font-size: 10px;
	color: #BBB;
}

#ScribbleRecentPosts a,
.ScribbleRecentPosts a {
     color: #0A60C9;
     font-weight: 
     bold;text-decoration: underline;
}
#ScribbleRecentPosts .content img,
.ScribbleRecentPosts .content img {
     margin-bottom: 5px;
}