/* Tangle Media RSS stylesheet */

/* begin styles for RSS Feed 

     This is the most basic style to use for a list with no bullets */
.rss-box {
	 margin:0px;
	 padding:0px;
}

.rss-title {
	color:#990000;
	font-family:Verdana, Arial, sans-serif;
	font-size:8pt;
	font-weight:bold;
	margin:0px;
	padding:0;
}

.rss-title a {
	color:#990000;
	font-family:Verdana, Arial, sans-serif;
	font-size:8pt;
	font-weight:bold;
	margin:0px;
	padding:0;

}

.rss-items {
    list-style:none;
	margin:0px;
	padding:0px;
}

.rss-item  {
	color:#666666;
	font-family:Verdana, Arial, sans-serif;
	font-size:8pt;
	font-weight:normal;
	line-height:14px;
	list-style:none;
	margin:0px;
	padding:0px;
}

.rss-item a:link, .rss-item a:visited, .rss-item a:active {
	text-decoration:none;
	color:#5781AE;
	}

.rss-item a:hover { 
	text-decoration:underline;
	color:#5781AE;
	}
	
.rss-date {
	font-size:8pt;
	font-weight:normal;
	color:#5781AE;
	}
