/**
 * @Theme:Standard
 * @Author:Everett Myers (everett.myers@actha.us)
 * @LastUpdate:2011-04-18T16:57:50-07:00
 * @BaseCode:AF ver 2.0.0
 */ 

/* Imports */
@import url('main.css');

#rss_home{}

#rss_home ul.feed_groups{margin:auto;list-style:none;overflow:hidden;width:650px;}
#rss_home ul.feed_groups li{float:left;margin:5px;border:1px solid #000;background:#FFF;width:175px;height:200px;padding:10px;}
#rss_home ul.feed_groups li p{font-size:16px;font-weight:bold;text-align:center;}
#rss_home ul.feed_groups li img{clear:both;padding:5px;border:1px solid #000;}

#rss_home ul.feeds{margin:0 20px;list-style:none;}
#rss_home ul.feeds li{cursor:pointer;padding:5px 0 0 30px;height:30px;border:none;background:url(images/icons/circle_rss.png) 0 0 no-repeat;}