/**
 Plugin Name: Feed reading Blogroll
 Plugin URI: http://www.weinschenker.name/plugin-feed-reading-blogroll/
 Description: This plugin lets you embed an enhanced blogroll that reads the feeds of your bookmarked sites.
 Version: 1.5.8
 Author: Jan Weinschenker
 Author URI: http://www.weinschenker.name

 Plugin: Copyright 2008  Jan Weinschenker  (email: kontakt@weinschenker.name)

/*
 * all div-elements belonging to a bookmark
 */

li.feedreading_bookmark {
	margin-bottom: 1em !important;
}

li.feedreading_bookmark div {
	margin-left: 0 !important;
}

li.feedreading_bookmark p.frbl_last_posttitle {
	margin: 0;
	font-weight: bold;
}

li.feedreading_bookmark div abbr, li.feedreading_bookmark div small {
	cursor: pointer;
}

li.feedreading_bookmark img.icon16px {
	width: 16px;
	height: 16px;
}

/*
 * The whole blogroll-element
 */

#widget_feedreading_blogroll {
/* */		
}

#feedreading_blogroll_ {
  font-size: 1.2em;
}

/* ************************************************************* */
/* use the following definitions to define your own style        */
/* ************************************************************* */ 
/*
 * every list-item from the blogroll
 */

/*
 * Every icon in the blogroll
 */
li.feedreading_bookmark img {
	border: 1px;
}

li.feedreading_bookmark a.feedreading_anchor {
/*	font-family: Georgia,serif;
	color:#4E443C;
	font-variant: small-caps;
	text-transform: none; 
	font-weight: bold; 
	margin-bottom: 0;*/
}

/*
 * This should be fitting most themes. It should apply to the publication-age 
 * displayed for each bookmark.
 */
div.lastPublicationDate { 
	padding-left: 2em;  
}
a.feedreading_anchor {
	font-weight: bold;
	font-style: italic;
	font-size: 1.3em;
}
li.feedreading_bookmark p.frbl_last_posttitle {
	text-decoration: underline;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
}
