@charset "utf-8";

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
* Filename: tweetable.css
* Version: 1.0 (2009-10-29)
* Author: Rob Masefield
* Copyright (C) 2009 Equinox Design
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


/* TWEETABLE
==========================================*/

#tweets small 						{ color: #888888; }

#tweets li 							{ padding-left:15px; margin-left: 10px; margin-top:8px; list-style-type:none; color: #444444; border-left: 1px dotted #888888; background: none; }

#tweets .hash 						{ color:#AA0000; } 

#tweets .reply 						{ color:#AA0000; } 

#tweets a:link, #tweets a:visited 	{ color: #AA0000; text-decoration: none; }
#tweets a:hover 					{ color: #AA0000; text-decoration: none; border-bottom: 1px dotted #AA0000; }
