/* begin styles for RSS Feed */

.rss_box {
	width: 460px;
	background-color: #ededed;
	border: 2px dashed #7485CA;
	margin-top: 10px;
	margin-right: 5%;
	margin-bottom: 10px;
	margin-left: 5%;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}

.rss_title, rss_title a {
	font-family: "American Typewriter", "Trebuchet MS", Trebuchet, Lucida, sans-serif;
	font-size: 22px;
	font-weight:bold;
	margin: 5px 0;
	padding: 0;
	letter-spacing: 1px;
}

.rss_items {
  
}

.rss_item  {
  font-family: verdana, arial, sans-serif;
  font-size: 25px;
  font-weight : bold; 
  margin: 8px 0;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	text-decoration : none;
	border-bottom: 1px solid #ededed;
	color: #88b;
	}

.rss_item a:hover { 
	text-decoration : none;
	color: #e0861e;
	border-bottom: 1px dotted #e0861e;
	}
	
.rss_date {
	font-size: 11px;
	font-weight : normal;
	color: #F60;
	}
	
#creditfooter { 
        display: none; 
	}

div.feedburnerFeedBlock ul {
	list-style-tyßpe: square
}

div.feedburnerFeedBlock ul ul {
	list-style-type: square;
}

div.feedburnerFeedBlock ul ol {
list-style-type: decimal;
}

div.feedburnerFeedBlock ul li span.headline { 
display:block; 
margin:8px 0 0 0; 
}
