/* Possible styling of the Google Reader Shared Items 
** as displayed by a modified Magpie parser
** from http://johnmu.com/
** By John Mueller, 2007-07-29, released into public domain
** v1.0 - 2007-07-29
*/  
#shared ul /* main list */
{
	list-style:none;
	margin-left: 0;
	margin-top: 0;
	padding-left: 0;
}

#shared .i /* item */
{
}

#shared .s /* source */
{
	font-size: 80%;
	padding-bottom: 0.5em;
}

#shared .f /* "read more..." */
{
	font-size: 80%;
}

