/* begin styles for RSS Feed */

div.rss_box {
	 margin: 10px 15%;
	 padding: 4px 8px;
	 background-color: #ffffff;
	 border: 2px dashed #7485CA;
}

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

ul.rss_items {
	list-style-image : url(/images/bullet_cyan.gif);
	padding-left: 15px;
	margin-left: 15px;
}

.rss_item  {
	font-family: verdana, arial, sans-serif;
	font-size: 80%;
	margin: 15px 0;
}

a.rss_item:link, a.rss_item:visited {
	color: #0066cc;
	border-bottom: #0066cc 1px dotted;
	text-decoration: none;
	font-size: 130%;
	}

a.rss_item:hover { 
	color: #cc0000;
	border-bottom: #cc0000 1px dotted;
	text-decoration: none;
	}

.rss_item a:link, .rss_item a:visited {
	color: #0066cc;
	border-bottom: #0066cc 1px dotted;
	text-decoration: none;
	}

.rss_item a:hover { 
	color: #cc0000;
	border-bottom: #cc0000 1px dotted;
	text-decoration: none;
	}
	
span.rss_date {
	font-size: 80%;
	font-weight : normal;
	color: #F60;
	}