/**
 * @version		2.3
 * @package		Simple RSS Feed Reader (module)
 * @author    JoomlaWorks - http://www.joomlaworks.gr
 * @copyright	Copyright (c) 2006 - 2011 JoomlaWorks Ltd. All rights reserved.
 * @license		GNU/GPL license: http://www.gnu.org/copyleft/gpl.html
 */

/* Template: Small Blog */

/* Common */

a, a:link, a:visited, a:hover, a:active,
a:focus {outline:0;color:@2e2e00;}
img {border:none;float:left;width:20%;}
.clr {clear:both;height:0;line-height:0;display:block;float:none;}

/* Feed List */
div.srfrContainer {max-width:100%;margin:0;padding:0;margin-left:-22px;}
div.srfrContainer ul.srfrList {list-style:none;font-family:Arial, Helvetica, sans-serif;color:@2e2e00;font-size:72%;font-weight:normal;line-height:1.3em;overflow:hidden;}
div.srfrContainer ul.srfrList li {border:none;}
div.srfrContainer ul.srfrList li {clear:both;margin:0px;}
div.srfrContainer ul.srfrList li.srfrRow0 {color:@2e2e00;background:transparent;margin-bottom:.5em;}
div.srfrContainer ul.srfrList li.srfrRow1 {color:@2e2e00;background:transparent;margin-bottom:.5em;}
div.srfrContainer ul.srfrList li img.srfrImage {float:left;}
div.srfrContainer ul.srfrList li span.srfrFeedSource {color:@2e2e00;}
div.srfrContainer ul.srfrList li span.srfrFeedItemDate {color:#666;}