/* begin styles for RSS Feed */

.rss-box {
	 margin: none;
	 width: 180px;
	 background-color: #FFFFFF;
         border: 1px solid #006600;
	 
}
.rss-items { 
	margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
	color: #FFFFFF;
}
p.rss-title {padding:0.5em;}
.rss-title {
	text-decoration: none;
	font-family: small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
	font-size: 18px;
	background-color:#006600;
	color:white;
	font-weight:bold;
	margin: 0px;
	padding:0em;
	text-align: left;
}

.rss-item  { font-family: small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
  font-size: 12px;
  color:#000066;
  font-weight : normal;
  list-style:none;
  padding-bottom:1em;
}

.rss-item a {
	text-decoration : none;
	color: #006600;
	font-size: 12px;
	font-weight:bold;
	font-family:small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
	}
	
.rss-item a:visited {
	color: #006600;
}

.rss-item a:hover { color: blue; text-decoration: underline }

.rss-date {
	font-size: 85%;
	font-weight : normal;
	color: #006600;
	} 
/* buttons modeled from http://www.wellstyled.com/css-inline-buttons.html */