/*######################
##### TWITTER FEED #####
######################*/ 

/* TWITTER FEED */
#twitter-feed
{
    margin					: 0px 0px 0px 0px;
	padding		 			: 5px 0px 0px 20px;
	height					: 125px;
    position                : relative;
    
}
#twitter-feed span
{
    font-size				: 14px !important;
	color					: #444;
	line-height				: 1.3em;
	display                 : block;
}

#twitter-feed a
{
	color					: #444 !important;
	text-decoration			: none !important;
	font-weight             : normal !important;
}
#twitter-feed a:hover
{
	color					: #444 !important;
	text-decoration			: underline !important;
}

#twitter-feed span a
{
	text-decoration			: none;
	color                   : #777 !important;
	transition				: all .2s ease-in-out;
	-webkit-transition		: all .2s ease-in-out;
	-moz-transition			: all .2s ease-in-out;
	-o-transition			: all .2s ease-in-out;
	font-weight             : normal !important;
	font-size				: 14px !important;
}
#twitter-feed span a:hover
{
	color                   : #333 !important;
	text-decoration			: underline !important;
}



#twitter-feed-quote
{
    margin					: 5px 0px 0px 0px;
	padding		 			: 0px 0px 0px 0px;
	position                : absolute;
	top                     : 0;
	left                    : 0;
	width                   : 19px;
	height                  : 14px;
	background				: url('/content/plugins/twitterfeed/images/twitter-quote.png') 0px 0px no-repeat;
}


ul#twitter_update_list
{
	display					: block;
	height					: 130px;
	overflow				: hidden;	
	font-size				: 14px !important;
	margin					: 0px 0px 0px 0px !important;
	padding		 			: 0px 0px 0px 0px !important;
}
#twitter_update_list li
{
	display					: none;
	height					: 130px;
	list-style              : none !important;
	background-image        : none !important;
	margin					: 0px 0px 0px 0px !important;
	padding		 			: 0px 0px 0px 5px !important;
}

