/* CSS Document */
/* begin styles for RSS Feed */

/* tob make masters feed same size as pgs feed */
.rss_box {
	/*margin: 10px 1%;*/
	margin-bottom: 1%;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 0px;
	padding: 4px 8px;
	width: 155px;
	/*background-color: #ededed;*/
	 background-color: Gainsboro;
	border: 2px dashed #9F0A0E;
	
}
.rss_box_masters {
	 /*margin: 10px 1%;*/
	 margin-bottom: 1%;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 0px;
	 padding: 4px 8px;
	 width: 155px;
	 /*background-color: #ededed;*/
	 background-color: Gainsboro;
	 border: 2px solid #FDCC00;
}

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

.rss_items {list-style:disc; margin: 1px 5%; padding: 1px;  
  
}

/* tob masters feed only */
.rss_item_masters  {
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  font-weight : normal; 
  margin: 8px 0;
  border: 1px solid #9F0A0E;
}

.rss_item  {
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  font-weight : normal; 
  margin: 8px 0;
  padding: 2;
  border: 1px solid #9F0A0E;
 }


.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	text-decoration : underline;
	/*border-bottom: 1px solid #ededed;*/
	border:none;
	color: #336633;
	font-size: 12px;
	}

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

