﻿/**
 * WP Flash Feed Scroll Reade Sample Styles
 *
 * @package         wp-ffsr
 * @subpackage      style.css
 * @author          =undo= <g.fazioli@saidmade.com>
 * @copyright       Copyright (C) 2010 Saidmade Srl
 *
 */

/**
 * Edit this file for change rendering in Flash scroll Adobe Flash HTML engine is very strict. For example do not use:
 *
 * span.myclass { color:#000 }
 *
 * but use instead
 *
 * .myclass { color:#000000 }
 *
 */
  
/** 
 * All scroll line is wrap with <p> tag paragrapher
 */
p {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	}

/**
 * Title link of feed
 */
a,a:link,a:visited {
	color:#0096ff;
	text-decoration:underline;
	font-weight: bold;
	}
a:hover{
	color:#cc0000;
	}
/**
 * ":" after the link title
 */	
.after_title {}
/**
 * Description
 */
.description {
	color:#f1f1f1;
	font-weight: bold;
}
/**
 * "*" separator feed item
 */
.sep {
	color:#cc0000;
}
/**
 * "[...]" string cut of description
 */
.stringcutend {
	color:#bbbbbb;
}	