div.submitted {
	font-style: italic;
	font-size: 0.9em;
	color: #333333;
	margin-bottom: 10px;
}

div.node {
	margin-bottom: 30px;
}

.block {
	width: 200px;
	margin: 20px 0 20px auto;
	padding: 10px;
	background-color:#DDDDDD;
	border:1px solid #CCCCCC;
	background-image: url("/news/misc/powered-gray-80x15.png");
	background-repeat: no-repeat;
	background-position: 95% 95%;
}

.rss {
	padding: 2px;
	background-color:#DDDDDD;
	border:1px solid #CCCCCC;
}

.rss img {
	vertical-align: middle;
}

.rss .rss-left {
	float: left;
	text-align: center;
	width: 5%;
}

.rss .rss-right {
	float: right;
	width: 95%;
}

.rss .clear {
	clear: both;
}

