/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/
//twitter link color
#twitter_update_list li span a {
	color:#00ADEF;
}
#twitter_update_list li span a:visited {
	color:#00ADEF;
}
//rss hider
.col-right .rss {
	display:none;
}
