/*
Theme Name: BuddyPress Custom
Theme URI: http://musicianswanted.org/
Description: Custom theme for BuddyPress.
Version: 1.0
Author: Musicians Wanted
Author URI: http://musicianswanted.org/
Template: bp-default
Tags: buddypress, two-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 );


body { background-color: #005BB0;
}

h1, h2, h3, h4, h5 {
color: #005BB0;
}

h2 {	font-size: 24px;
	line-height: 26px;
}

#nav a {
font-weight: normal; 
}

.item-avatar a{
padding: 0px; 
}

/*#wp-admin-bar a {
background-color: #4F4272;
}

#wp-admin-bar a:hover {
background-color: #333;
}*/

a {
color: #005BB0;
text-decoration: none;
font-weight: bold;
padding: 3px;
}

a:hover {
/*background-color: #ffcc33;*/
color: #666;
}

ol li { list-style-type: decimal;
	 list-style-position: outside;
	 margin: 0px 0px 0px 15px;
	 padding: 0px;
	 line-height: 20px;
	 font-size: 12px;
	 }
	 
#crumbs { font-weight: bold;
		  color: #413463;
		  }

#bp-adminbar-visitrandom-menu {
	display: none!important;
}	

#browse a {
	padding: 0px;
	}
	
#browse th	{
	text-align: center;
	background-color: #EAEAEA;
	}

#browse td {
	line-height: 16px;
	}
.data p {
	line-height: 1.5em;
	}

