


#feed-url{
	color: #AAAAAA;
}


ul.feeds{
	list-style-type:none;
	margin-top: 30px;
}

ul.feeds li{

	height: 110px;
	margin: 10px 0 20px 0;
	
}

.feeds h1{
	font-size: 14px;
}

.feed-preview {

	float:left;
	width: 100px;
	text-align: right;
	padding-right: 8px;
	
}

div.install-feed{
	margin-top: 15px;
	float:left;
}

a.install-feed-button{
  width:138px;
	height:22px;  /* note that height and width get pushed out by padding */
	font-size:14px;
	letter-spacing:-1px;
  color:#000;  
  color: #030C10;
	display:block;	/* needed to keep height/width from being ignored */


  background:url(../images/button-download-feed.gif) no-repeat;
  
  padding:5px 0 3px 27px;
 }