/* begin styles for RSS Feed */

.rss-box {
	 margin: 0 auto 0 auto;
	 width: 655px;
	 background-color: #e5e5e5;
     border: 5px solid #333333;
}
.rss-items {
	position: relative;
	clear: both;
	display: block;
	width: 585px;
	height: auto;
	margin: 10px 10px 10px 10px;
	border: 1px dotted #e5e5e5;
	color: #000000;
}
p.rss-title {
	padding:0.5em;
}
.rss-title {
	text-decoration: none;
	font-family: small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
	margin: 0;
	clear: both;
	font-size: 20px;
	padding-left: 10px;
	color: #e5e5e5;
	background-color: #333333;
	letter-spacing:1px;
	font-weight: 250;
}
.rss-item  {
  font-family: small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
  font-size: 12px;
  font-weight : normal;
  list-style:none;
  padding-bottom:1em;
}
.rss-item a {
	text-decoration : none;
	color: #e5e5e5;
	background-color: #333333;
	padding: 2px 50px 2px 10px;
	font-size: 16px;
	font-weight: light;
	font-family: small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
	}
	
.rss-item a:visited {
	color:gray;
}
.rss-date {
	line-height: 20px;
	font-weight : normal;
	color: #000;
} 