/* 	Nickology.com - In Code I Trust
	File:		twitter.css
	Purpose:	This CSS file contains the styling information to render the twitter portion of the site
	Date:		June 29th 2009
	
	The design of Nickology.com is Copyright Nicolas Jouannem and may not be reproduced without explicit written permission.
	
	For questions or inquiries, please contact webmaster@nickology.com.
	
*/


/* Twitter Styling Information */
#twitter_div {
	color: #ffffff;
	left: -15px;
}

#twitter_div ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	font-size: 12px;
}

#twitter_div ul li {
	padding: 2px;
	/* border-bottom: 1px #005dba solid; */
	margin-bottom: 4px;
}
#twitter_div ul li a {
	text-decoration: none;
	color: aqua;
}

#twitter_div ul li a:visited {
	text-decoration: none;
	color: aqua;
}


#twitter_div span a {
	display: block;
}
