#bd {
	background-image: url(/public/images/2009/top-show-all.jpg);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	padding-top: 150px;
}

#newsFeed {
	position: relative;
	margin-top: 1.5em;
	float: right;
	width: 35em;
	height: 4em;
	overflow: hidden;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	border-radius: 0.4em;
	border: 1px solid #014785;
	background: #576674;
}

#newsFeed .news {
	width: 30em;
}


#newsFeed ul li {
	height: 4em;
}


#newsFeed ul li p {
	padding: 0.5em;
	margin: 0;
	font-size: 1em;
	font-weight: 100;
}


#newsFeed ul li p a {
	text-decoration: none;
	color: #ffffff;
}


#newsFeed ul li p a:hover {
	color: #e2e2e2;
}

#rssIcon {
	width: 3em;
	height: 3em;
	float: right;
	padding-right: 0.4em;
	padding-top: 1em; 
}

.svg {
	height: 3em;
	width: 3em;
	float: left;
}

