@charset "UTF-8";
/* CSS Document */

/*
Theme Name: Highpoint 2011
Theme URI: http://example.org/themes/dusk/
Description: Highpoint for BuddyPress.
Version: 1.0
Author: Gary Yukon
Author URI: http://highpointhomeowners.org
Template: bp-default
Tags: buddypress
*/


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


ul#nav li a {
	font-weight:bold;
}
ul#nav li.selected a, ul#nav li.current_page_item a {
	font-weight:bold;
}
#bp_home_left
{
	float:left;
	height:400px;
	width:49%;
}
#bp_home_right
{
	float:right;
	height:400px;
	width:49%;
}
li.nobullet{
	list-style-type:none;
}
.clear{
	float:none;
	clear:both;
}
#accordion p
{
	margin:0;
}
.recent-blogs
{
	margin:0 0 15px 0;
	padding:5px;
	background-color:#EDEDED;
}
hr{
	padding:0px;
	margin:0px;
}
img.avatar
{
	margin-right:5px;
}
div.author-box-home {
	background: #F0F0F0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	float: left;
	font-family: georgia, times, serif;
	font-style: italic;
	margin: 0 15px 15px 0;
	text-align: center;
	width: 70px;
}