@CHARSET "UTF-8";

/**
 * (en) Coo SimpePie RSS Stylesheet 
 * 
 * @copyright       Copyright 2009, Chris <care.packet@googlemail.com>
 * @license         
 * @link            
 * @package         coo_simplepie_rss
 * @version         0.2.2
 * @revision        $Revision: 3 $
 * @lastmodified    $Date: 2009-05-07 17:45:00 $
 */


@media all {

	/**/
.tx-coosimplepierss-pi1 { }

	/* wraps one complete item */
.csp_news {
	margin:5px;
	border-bottom: 1px solid #1C2D3E;}

	/* define topic links */
.csp_newslink:link  {
	color:#45536B;}
.csp_newslink:active { }
.csp_newslink:visited { }
.csp_newslink:hover  {
	background-color:#45536B;
	color:#978777;
	text-decoration:none;}
	
	/* wraps title and date */
.csp_newstopic { 
	font-size:14px;}

	/* defines date item */
.csp_newsdate { /* span */
	margin-left:5px;
	font-size:10px;
	color:#978777;}
	
	/* wraps content item */
.csp_newscontent { 
	padding:5px 0;}


}
