#rssItems {
	width: 400px;
	margin: 20px auto;
}

.rssItem .thumbnail {
	width: 140px;
	float: left;
	text-align: center;	
}

.rssItem .thumbnail img {
	border: 0px solid transparent;
}

.rssItem .content {
	width: 255px;
	padding-left: 5px;
	float: left;	
}

.rssItem .content .title {
	font-size: 1.3em;
	color: #3771A4;
}

.rssItem .content .description {
	padding-top: 7px;
	padding-bottom: 7px;
}

.rssItem .content .posted {
	margin-top: 10px;
	font-size: 0.8em;
	color: #999;
	text-align: right;
}

span.clear {
	clear: both;
}

/* 
 * Preview part
 */

#shadow {
	position: absolute;
	top: 0px;
	left: 0px;	
	opacity: 0.6;
	filter: alpha(opacity=60);
	background-color: #999;
}

#preview {
	position: absolute;
	background-color: #333;
	padding: 5px;
}

#close {
	text-align: right;	
}

#close a,
#close a:link,
#close a:visited {
	color: #fff;
	text-decoration: none;
}

#close a:hover {
	color: #fff;
	text-decoration: underline;
}