/*
 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.0.1
 Author: Jan Weinschenker
 Author URI: http://www.weinschenker.name


 Plugin: Copyright 2008  Jan Weinschenker  (email: kontakt@weinschenker.name)

 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.

 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.

 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

 */

ul#feedreading_blogroll_option_tabs {
	margin-top: 1em;
	padding: 1em 1em 0 1em;;
	background-color: #008;
}

ul#feedreading_blogroll_option_tabs li {
	background-color: #ddf;
	padding: .5em .5em .2em .5em;
}

ul#feedreading_blogroll_option_tabs li span a:hover {
	text-decoration:none;
}

ul#feedreading_blogroll_option_tabs li.ui-tabs-selected {
	background-color: white;
}

ul#feedreading_blogroll_option_tabs li.ui-tabs-selected span a {
	font-weight: bold;
}
p.feedreading_info{
	width:50%;
}

