/*  
Theme Name: BuddyPress Default Home Theme
Theme URI: http://buddypress.com/
Description: A widget framework theme for the home of a BuddyPress enabled installation. This theme is not required to use BuddyPress.
Version: 1.0
Author: Andy Peatling
Author URI: http://apeatling.wordpress.com
*/

/* Load the base styles */
@import url(css/base.css);

/***
 * Rename /css/custom-sample.css to /css/custom.css and uncomment the following line to load your own
 * custom styles without modifying the originals (this will preserve your changes across theme updates)
 *  
 * @import url(css/custom.css);
 */

/***
 * NOTE: If you rename /css/site-wide-sample.css to /css/site-wide.css you can apply CSS styles to any
 * theme that is in use across your whole site. This includes any blog or member theme. You do not
 * need to add an @import declaration in this file, it will load automaticaly.
 */
 
 /* links plugin section */
 ul.blogroll
{
	margin-left:0px;
	padding-left:0px;
}
ul.blogroll li
{
	list-style-type:none;
	margin-left:0px;
	padding-left:0px;
}

/* recent post plugin*/
#recent-posts ul li{
	padding-top:3px;
	padding-bottom:3px;
}

/* blog tool links*/
#tools-bg{
	display:none;
}

/*widget - category*/
div.widget_categories ul
{
	list-style-image:url('images/arrow_grey.gif');
	margin-left:5px;
	padding-left:5px !important;
}
div.widget_categories ul li
{
	padding-left:0px !important;
	margin-left:5px;
}

/*widget - page */
div.widget_pages ul
{
	list-style-image:url('images/page_grey.gif');
	margin-left:5px;
	padding-left:5px !important;
}
div.widget_pages ul li
{
	padding-left:0px !important;
	margin-left:5px;
}

/*widget - archives */
div.widget_archive ul
{
	list-style-image:url('images/arrow_grey.gif');
	margin-left:5px;
	padding-left:5px !important;
}
div.widget_archive ul li
{
	padding-left:0px !important;
	margin-left:5px;
}