/* 
 Rename this file to 'site-wide.css' to activate it.

 Any CSS styles placed in this file will be applied site-wide regardless of which theme is in
 use for a particular page. Essentially, if you want to apply common styles to both your home blog
 theme and your member theme, put them in here.

 This CSS file is not limited to the 'buddypress-home' theme. Place this file in any theme that you
 activate for your root blog and it will be loaded.
*/

/* Header Styles */
#searchform input{
	padding:0 0 0 5px !important;
}


/** Custom Welcome Widget */
	.js_bp_widget_welcome h2{
		background: url(../images/welcome_header_back.gif) top left no-repeat !important;
		color: #fff !important;
	}
	
ul#letter-list li {
		float: left;
		margin: 0 3px 3px 0;
		width: 3.2%;
	}

/* Author Archive Styles */

#author-avatar{
	float:right;
}

#author-posts{
	margin-top:10px;	
}

#author-posts h3.title{
	font-size:1.8em;
	font-family:Arial;
}

ul.author-list{
	list-style:none;
	margin:3px;
}

/** Event Sidebar **/

#events-list li div.item-avatar{
	padding:1px 0 5px;
}

#events-list li div.item-title{
	padding:1px 0 5px;
}


/** Groups Sidebar **/

#groups-list li div.item-avatar{
	padding:1px 0 5px;
}

#groups-list li div.item-title{
	padding:1px 0 5px;
}

/** BLOG SIDE BAR ACTIVITY FEED **********/

.blog-activity-list {
	padding: 0 5px;
}

.blog-activity-list ul {
	list-style-type: none !important;
}


.blog-activity-list li blockquote {
	padding: 7px 15px 7px 40px;
	background: url(../images/quotes_background.gif) 10px 9px no-repeat #eee;
	margin: 5px 0;
}

.blog-activity-list li span.time-since {
	font-size: 0.8em;
	color: #999;
}
