/* begin styles for RSS Feed */

.rss_box {
	 margin: 10px 5%;
	 padding: 4px 8px;
	 width: 200px;
	 background-color: #000;
         position: relative;
         top: 60px;
	 border: 1px groove#444;
         height: 520px;
         overflow : scroll;
         overflow-x:hidden;
         
}

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

.rss_items {
  
}

.rss_item  {
  font-family: verdana, arial, sans-serif;
  font-size: 13px;
  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 #aa0000;
	color: #aa0000;
	}

.rss_item li {

list-style: circle;
}


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