/*
Theme Name: BuddyGreg
Theme URI: http://housingstorm.com/themes/buddygreg/
Description: BuddyGreg theme for BuddyPress.
Version: 1.0
Author: Greg Fielding
Author URI: http://housingstorm.com/
Template: bp-default
Tags: buddypress, three-column, grey, dark
*/

/* Inherit the default theme styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/default.css );
 
/* Inherit the default theme adminbar styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css );




/* > Global Elements
-------------------------------------------------------------- */

body {
	background: #E4E2DA url( _inc/images/background.gif ) top right repeat-x;
}
.clear { clear: right; }

img.avatar {
	float: right;  
}


/* > Navigation
-------------------------------------------------------------- */

ul#nav {
	
        left: auto;
	right: -20px;
}
	ul#nav li {
		float: left;
		margin: 0 0px 0 5px;
	}





/* > Item Body
-------------------------------------------------------------- */

.item-body {
	margin: 20px 0;
}

span.activity, div#message p {
	display: inline-block;
	font-size: 11px;
	font-weight: normal;
	background: #F9FFDB;
	border-bottom: 1px solid #FFE8C4;
	border-right: 1px solid #FFE8C4;
	color: #ffa200;
	padding: 1px 8px;
	margin-top: 6px;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/* -------------------[ Links ]------------------- */

a, a:link, a:visited {
	text-decoration:none;
	color:#003366;
	}

a:hover, a:active {
	text-decoration:none;
	color:#000000;
	}

/* -------------------[ Avatar Decoration ]------------------- */
 
img.avatar {
	background: #ffffff;
	padding: 0px;
	border: 0px solid #ddd;
/* Round Corners (native in Safari, Firefox and Chrome) */
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
/* Add the Shadow */
	-moz-box-shadow: 3px 3px 3px #dddddd;
	-webkit-box-shadow: 3px 3px 3px #dddddd;
}
img.avatar.user-1-avatar {
        background: #ebf7ff;
}

/*------------------[ Social Share ]------------------*/

.socialshare {
        padding-left: 2px;
        padding-right: 2px;
        margin-bottom: -4px;
}

div.item-list-tabs {
background:none repeat scroll 0 0 #d9d5c7;
clear:left;
margin:25px -20px 20px;
overflow:hidden;
}

div#sidebar h3.widgettitle {
		margin: 25px -20px 10px -19px;
		background: #d9d5c7;
		padding: 5px 15px;
		font-size: 12px;

