/**
* BuddyPress specific CSS
*
* @package BuddyPress
* @subpackage Buddy Social
*/

/*--------------------------------------------------------------
	Activity
--------------------------------------------------------------*/
#activity-stream {
    margin: 0 0 0;
	padding:0;
}
#item-body form#whats-new-form {

}
.home-page form#whats-new-form {
	border-bottom: none;
	padding-bottom: 0;
}
form#whats-new-form h5 {
	font-weight: normal;
	font-size: 15px;
	color: #666;
	margin: 0;
	margin-left: 90px;
	padding: 0 0 3px 0;
}
form#whats-new-form #whats-new-avatar {
	float: left;
}
form#whats-new-form #whats-new-content {
	margin-left: 90px;
	
}
form#whats-new-form textarea {
	height: 20px;
	width: 100%;
}
body.no-js form#whats-new-form textarea {
	height: 50px;
}
form#whats-new-form #whats-new-options select {
	max-width: 200px;
	margin-top: 12px;
}
form#whats-new-form #whats-new-submit {
	float: right;
	margin-top: 12px;
}
form#whats-new-form #whats-new-submit input[type="submit"] {
	font-size:15px;
	padding:5px 10px;
}
#whats-new-options {
	height: 0;
}
body.no-js #whats-new-options {
	height: auto;
}
#whats-new:focus {

}

/*--------------------------------------------------------------
	Activity Listing
--------------------------------------------------------------*/
ul.activity-list li {
	margin: 0 0 20px;
}
.activity-list .activity-avatar {
	float: left;
    z-index: 9999;
}
body.activity-permalink ul.activity-list li.has-comments {
	padding-bottom: 0;
}
.activity-permalink .activity-list li.mini .activity-avatar img.avatar,
.activity-permalink .activity-list li.mini .activity-avatar img.FB_profile_pic {
	height: auto;
	margin-left: 0;
	width: auto;
}
body.activity-permalink .activity-list > li:first-child {
	padding-top: 0;
}
.activity-list li .activity-content {
	position: relative;
}
.activity-list li.mini .activity-content p {
	margin: 0;
}
.activity-list li.mini .activity-comments {
	clear: both;
	font-size: 12px;
}
body.activity-permalink li.mini .activity-meta {
	margin-top: 4px;
}
.activity-list li .activity-inreplyto {
	background: url( ../../../images/replyto_arrow.gif ) 0 3px no-repeat;
	color: #888888;
    font-size: 11px;
	margin:-15px 0 15px 95px;
    padding-left: 20px;
	line-height: 16px;
}
.activity-list li .activity-inreplyto > p {
	margin: 0;
	display: inline;
}
.activity-list li .activity-inreplyto blockquote,
.activity-list li .activity-inreplyto div.activity-inner {
	background: none;
	border: none;
	display: inline;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.activity-list .activity-content {
	border-bottom: 1px solid #E3E4E5;
}
body.activity-permalink .activity-list li .activity-content {
	background: #fff;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 16px;
	line-height: 150%;
	min-height: 35px;
	margin-left: 185px;
	margin-right: 0;
	padding: 15px;
}
body.activity-permalink .activity-list li .activity-header > p {
	background: url( ../../../images/activity_arrow.gif ) top left no-repeat;
	height: 35px;
	margin-bottom: 0;
	margin-left: -35px;
	padding: 5px 0 0 35px;
}
.activity-list .activity-content .activity-header,
.activity-list .activity-content .comment-header {
	font-size: 12px;
	margin-left:90px;
	color: #828282;
}
.activity-header {
	margin: 0 0 20px;
}
.activity-header p {
	margin:0;	
}
.activity-header a,
.comment-meta a,
.acomment-meta a {
	text-decoration: none;
}
.activity-list .activity-content .activity-header img.avatar {
	float: none !important;
	margin: 0 5px -8px 0 !important;
	display:none;
}
a.bp-secondary-action,
span.highlight {
	font-size: 11px;
	padding: 0;
	margin-right: 5px;
	text-decoration: none;
}
.activity-list .activity-content .activity-inner,
.activity-list .activity-content blockquote {
	margin: 0 0 0 90px;
	overflow: hidden;
	font-size: 14px;
    line-height: 1.55em;
}
.activity-list li.new_forum_post .activity-content .activity-inner,
.activity-list li.new_forum_topic .activity-content .activity-inner {
	background:url("../../../images/blockquote.png") no-repeat left 0;
	margin: 0 0 10px 100px;
	padding: 0 0 0 38px;
}
body.activity-permalink .activity-content .activity-inner,
body.activity-permalink .activity-content blockquote {
	margin-left: 0;
	margin-top: 5px;
}
.activity-inner > p {
	word-wrap: break-word;
	margin:0 0 20px;
}
.activity-inner > .activity-inner {
	margin: 0 !important;
}
.activity-inner > blockquote {
	margin: 0 !important;
}
.activity-list .activity-content img.thumbnail {
	border: 2px solid #eee;
	float: left;
	margin: 0 10px 5px 0;
}
.activity-read-more {
	margin-left: 1em;
	white-space: nowrap;
}
.activity-list li.load-more {
	background: #fff !important;
	margin: 0 0 0 -25px !important;
    padding: 25px 7px 0 !important;
	text-align: center;
}
.activity-list li.load-more a {
	background-color:#0185B5;
	color: #fff;
	padding:5px 10px;
	font-size: 13px;
    line-height: 1em;
	border-radius: 2px; 
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
}


/*--------------------------------------------------------------
	Activity Comments
--------------------------------------------------------------*/
div.activity-meta {
	margin: 0 0 15px;
	display: block;
	text-align:right;
}
body.activity-permalink div.activity-meta {
	margin-bottom: 6px;
}
div.activity-meta a {
	color: #828282;
	font-size:12px;
}
div.activity-meta a:after {
	content:"/";	
	margin:	0 0 0 5px;
}
div.activity-meta a.delete-activity {
	background:none;
	padding:0;
}
div.activity-meta a.delete-activity:after {
	display:none;
}
a.activity-time-since {
	float:right;
	background:#F2F2F2;
	font-size: 11px;
	color:#828282;
	padding: 1px 6px;
	display: inline-block;
	text-decoration: none;
	border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px;
}
a.activity-time-since:hover {
	color: #888;
	text-decoration: underline;
}
a.bp-primary-action,
#reply-title small a {
	font-size: 11px;
	margin-right: 5px;
	text-decoration: none;
}
a.bp-primary-action span,
#reply-title small a span {
	background: #999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 90%;
	margin-left: 2px;
	padding: 0 5px;
}
a.bp-primary-action:hover span,
#reply-title small a:hover span {
	background: #555;
	color: #fff;
}
div.activity-comments {
	margin: 0 0 0 80px;
	overflow: hidden; /* IE fix */
	position: relative;
	width: auto;
	clear: both;
}
body.activity-permalink div.activity-comments {
	background: none;
	margin-left: 185px;
	width: auto;
}
div.activity-comments > ul {
	margin:0 0 0 30px;
	padding:0;
}
div.activity-comments ul,
div.activity-comments ul li {
	border: none;
	list-style: none;
}
div.activity-comments ul {
	clear: both;
	margin:0;
}
div.activity-comments ul li {
	border-bottom:1px solid #E3E4E5;
	padding: 0 0 15px;
	margin:20px 0 0 !important;
}
body.activity-permalink div.activity-comments ul li {
	border-width: 1px;
	padding: 10px 0 0 0;
}
div.activity-comments > ul > li:first-child {

}
div.activity-comments ul li:last-child {
	margin-bottom: 0;
}
div.activity-comments ul li > ul {
	margin-left: 30px;
	margin-top: 0;
	padding-left: 10px;
}
body.activity-permalink div.activity-comments ul li > ul {
	margin-top: 10px;
}
body.activity-permalink div.activity-comments > ul {
	padding: 0 10px 0 15px;
}
div.activity-comments div.acomment-avatar img {
	border-width: 2px !important;
	float: left;
	height: 25px;
	margin-right: 10px;
	width: 25px;
}
div.activity-comments div.acomment-content {
	font-size: 13px;
	margin: 5px 0 0 60px;
}
div.acomment-content .time-since,
div.acomment-content .activity-delete-link,
div.acomment-content .comment-header {
	display: none;
}
body.activity-permalink div.activity-comments div.acomment-content {
	font-size: 14px;
}
div.activity-comments div.acomment-meta {
	color: #888;
	font-size: 12px;
	margin-left: 60px;
}
div.activity-comments form.ac-form {
	display: none;
	margin: 15px 0;
}
div.activity-comments li form.ac-form {
	margin-top: 15px;
	clear: both;
}
div.activity-comments form.root {

}
div.activity-comments div#message {
	margin-top: 15px;
	margin-bottom: 0;
}
div.activity-comments form.loading {
	background-image: url( ../../../images/ajax-loader-mini.gif );
	background-position: 2% 95%;
	background-repeat: no-repeat;
}
div.activity-comments form .ac-textarea {

}
div.activity-comments form textarea {
	background:#fff;
	border: 1px solid #D6D6D6;
	color: #555;
	font-family: inherit;
	font-size: 11px;
	height: 60px;
	padding: 0;
	width: 100%;
	margin-bottom:10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
div.activity-comments form input {
	margin-top: 5px;
}
div.activity-comments form div.ac-reply-avatar {
	float: left;
}
div.ac-reply-avatar img {
	border: 2px solid #fff !important;
}
div.activity-comments form div.ac-reply-content {
	color: #888;
	font-size: 11px;
	margin-left: 80px;
}
.acomment-options {
	text-align: right;
}
.acomment-options a {
	color: #999;
}
.acomment-options a:after {
	content:"/";	
	margin:0 0 0 10px;
}
.acomment-options a.acomment-delete:after {
	display:none;
}
.acomment-options a:hover {
	color: inherit;
}


/*--------------------------------------------------------------
	Toolbar
--------------------------------------------------------------*/
#wp-admin-bar .padder {
	width: 95% !important; /* Line up the Toolbar with the content body in this theme */
}


/*--------------------------------------------------------------
	Directories - Members, Groups, Blogs, Forums
--------------------------------------------------------------*/
div.dir-search {
	float: right;
	margin: -5px 0 0;
    padding: 0 0 5px;
}
div.dir-search input[type=text] {
	font-size: 13px;
    margin: 0;
    padding: 6px 8px;
}
div.dir-search input[type=submit] {
    font-size: 14px;
    padding: 7px 12px;
}


/*--------------------------------------------------------------
	Errors / Success Messages
--------------------------------------------------------------*/
div#message {
	margin: 0 0 20px;
	padding:15px 20px 0;
	color:#424242;
}
#message.info {
	background:#fbf3d6;
	border:1px solid #f8ecc1;
}
div#message.updated {
	clear: both;
}
div#message p {
	display: block;
	padding: 0 0 15px;
	margin:0;
}
div#message.error {
	background-color: #c2573f;
	border-color: #a34b2e;
	clear: left;
	color: #fff;
}
div#message.updated {
	background-color: #65add6;
	border-color: #5ea1cb;
	color: #fff;
}
.standard-form#signup_form div div.error {
	background: #e41717;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	margin: 0 0 10px 0;
	padding: 6px;
	width: 90%;
}
div.accept,
div.reject {
	float: left;
	margin-left: 10px;
}
ul.button-nav li {
	float: left;
	margin: 0 10px 25px 0;
}
ul.button-nav li.current a {
	font-weight: bold;
}


/*--------------------------------------------------------------
	Forms
--------------------------------------------------------------*/
.standard-form textarea,
.standard-form input[type=text],
.standard-form select,
.standard-form input[type=password],
.dir-search input[type=text] {
	margin:0 0 20px;
}
.standard-form select {

}
.standard-form input[type=password] {

}
.standard-form label,
.standard-form span.label {
	display:block;
	font-weight:600;
	font-size: 20px;
	padding:0 0 10px;
	margin:0 0 1em;
	border-bottom:1px solid #E3E4E5;	
}
.standard-form div.checkbox {
	margin:0 0 20px;	
}
.standard-form div.checkbox label,
.standard-form div.radio label {
	border:none;
	padding:0;
	margin:0 20px 0 0;
	display:inline-block;
	font-weight:normal;
	font-size:14px;
}
.standard-form input[type="checkbox"], 
.standard-form input[type="radio"] {
    margin: 0 5px 0 0;
}
.standard-form#sidebar-login-form label {

}
.standard-form input[type=text] {

}
.standard-form#sidebar-login-form input[type=text],
.standard-form#sidebar-login-form input[type=password] {

}
.standard-form #basic-details-section input[type=password],
.standard-form #blog-details-section input#signup_blog_url {

}
.standard-form#signup_form input[type=text],
.standard-form#signup_form textarea,
.form-allowed-tags,
#commentform input[type=text],
#commentform textarea {

}
.standard-form#signup_form div.submit {

}
div#signup-avatar img {

}
.standard-form textarea {
	min-height: 120px;
    width: 80%;
}
.standard-form textarea#message_content {

}
.standard-form#send-reply textarea {

}
.standard-form p.description {
	margin:0 0 1em;
	color: #828282;
    font-size: 14px;
	line-height:1.55em;
}
.standard-form div.submit {

}
.standard-form p.submit {

}
.standard-form div.submit input {
	font-size: 15px;
    padding: 8px 14px;
}
.standard-form div.radio ul {

}
.standard-form div.radio ul li {

}
.standard-form a.clear-value {

}
.standard-form #basic-details-section,
.standard-form #blog-details-section,
.standard-form #profile-details-section {
	float: left;
	width: 48%;
}
.standard-form #profile-details-section {
	float: right;
}
.standard-form #blog-details-section {
	clear: left;
}
.standard-form input:focus,
.standard-form textarea:focus,
.standard-form select:focus {
	background: #fafafa;
	color: #555;
}
form#send-invite-form {
	margin-top: 20px;
}
div#invite-list {
	background: #f5f5f5;
	border: 1px solid #e4e4e4;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 400px;
	margin: 0 0 10px;
	overflow: auto;
	padding: 15px;
	width: 160px;
}
div#invite-list ul {
	list-style:none;
	padding:0;
	margin:0;	
}
button,
a.button,
input[type=submit],
input[type=button],
input[type=reset],
ul.button-nav li a,
div.generic-button a {
	color:#fff;
	box-shadow:none;
	border:none;
	font-size:13px;
	-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
	cursor: pointer;
	outline: none;
	padding: 8px 12px;
	text-align: center;
	text-decoration: none;
	line-height: 1em;
}
button:hover,
a.button:hover,
a.button:focus,
input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover,
ul.button-nav li a:hover,
ul.button-nav li.current a,
div.generic-button a:hover {
	background: #414141;
	color: #fff;
	outline: none;
	text-decoration: none;
}


/*--------------------------------------------------------------
	Ajax Loading
--------------------------------------------------------------*/
a.loading,
input.loading {
    background-image: url( ../../../images/ajax-loader-mini.gif );
    background-position: 95% 50%;
    background-repeat: no-repeat;
    padding-right: 25px !important;
}
a.loading:hover,
input.loading:hover {
    background-image: url( ../images/ajax-loader-mini.gif );
    background-position: 95% 50%;
    background-repeat: no-repeat;
    padding-right: 25px !important;
    color: #777;
}
a.button.loading,
input[type="submit"].loading,
input[type="button"].loading,
input[type="reset"].loading {
	background-image: url( ../../../images/ajax-loader-mini.gif );
	background-image: url( ../../../images/ajax-loader-mini.gif );
	background-image: url( ../../../images/ajax-loader-mini.gif );
	background-image: url( ../../../images/ajax-loader-mini.gif );
	background-image: url( ../../../images/ajax-loader-mini.gif );
	background-image: url( ../../../images/ajax-loader-mini.gif );
	background-position: 95% 50%;
	background-repeat: no-repeat;
	padding-right: 25px !important;
}
a.button.loading:hover,
input[type="submit"].loading:hover,
input[type="button"].loading:hover,
input[type="reset"].loading:hover {
  	background-image: url( ../../../images/ajax-loader-mini.gif );
	background-image: url( ../../../images/ajax-loader-mini.gif );
	background-image: url( ../../../images/ajax-loader-mini.gif );
	background-image: url( ../../../images/ajax-loader-mini.gif );
	background-image: url( ../../../images/ajax-loader-mini.gif );
	background-image: url( ../../../images/ajax-loader-mini.gif );
	padding-right: 25px !important;
}
input[type="submit"].pending,
input[type="button"].pending,
input[type="reset"].pending,
input[type="submit"].disabled,
input[type="button"].disabled,
input[type="reset"].disabled,
button.pending,
button.disabled,
div.pending a,
a.disabled {
    cursor: default;
}
input[type="submit"]:hover.pending,
input[type="button"]:hover.pending,
input[type="reset"]:hover.pending,
input[type="submit"]:hover.disabled,
input[type="button"]:hover.disabled,
input[type="reset"]:hover.disabled,
button.pending:hover,
button.disabled:hover,
div.pending a:hover,
a.disabled:hover {
	background:#414141;
}


/*--------------------------------------------------------------
	Forums, Tables and Topics
--------------------------------------------------------------*/
ul#topic-post-list {
	margin: 0;
	width: auto;
}
ul#topic-post-list li {
	padding: 20px 10px;
	border-bottom:1px solid #E3E4E5;
	position: relative;
}
ul#topic-post-list li:last-child {
	border-bottom:0;	
}
ul#topic-post-list li.alt {
	background: #fafafa;
}
ul#topic-post-list li div.poster-meta {
	color: #888;
	font-size:13px;
	margin-bottom: 10px;
	font-style: italic;
}
ul#topic-post-list li div.poster-meta a {
	font-style: normal;
}
ul#topic-post-list li div.post-content {
	margin-left: 66px;
}
ul#topic-post-list li div.post-content p {
	margin:0 0 1.5em;	
}
div.topic-tags {
	font-size: 12px;
}
div.admin-links {
	color: #888;
	font-size: 13px;
	position: absolute;
	top: 15px;
	right: 25px;
}
div#topic-meta {
	border-bottom: 1px solid #E3E4E5;
    margin: 0 0 10px;
    padding: 10px 0 15px;
    position: relative;
}
div#topic-meta div.admin-links {
	right: 19px;
	top: -36px;
}
div#topic-meta h3 {
	font-size: 26px;
	font-weight:600;
	margin: 0 0 10px;
}
div#new-topic-post {
	display: none;
	margin: 20px 0 0 0;
	padding: 1px 0 0 0;
}
table {
	width: 100%;
}
table thead tr {
	background: #eaeaea;
}
table#message-threads {
	margin: 0;
	width: auto;
}
table.profile-fields {
	margin-bottom: 2em;
	font-size:14px;
	line-height:1.55em;
}
table.profile-fields p {
	margin: 0;
}
table.profile-fields td {
	padding:15px;	
}
div#sidebar table {
	margin: 0;
	width: 117%;
}
table tr td,
table tr th {
	padding: 15px 0;
	vertical-align: middle;
}
table tr td.label {
	border-right: 1px solid #E3E4E5;
	font-weight: 600;
	width: 25%;
}
table tr td.thread-info p {
	margin: 0;
}
table tr td.thread-info p.thread-excerpt {
	color: #888;
	font-size: 11px;
	margin-top: 3px;
}
div#sidebar table td,
table.forum td {
	text-align: left;
}
table tr.alt td {
	background: #fafafa;
}
table.notification-settings {
	margin-bottom: 20px;
	text-align: left;
}
#groups-notification-settings {

}
table.notification-settings th.icon,
table.notification-settings td:first-child {
	display: none;
}
table.notification-settings th.title {
	width: 80%;
}
table.notification-settings .yes,
table.notification-settings .no {
	text-align: center;
	width: 40px;
}
table.forum {
	margin: 0;
	font-size:15px;
}
table.forum tr.sticky td {
	font-size: 1.2em;
	background: #fff9db;
	border-top: 1px solid #ffe8c4;
	border-bottom: 1px solid #ffe8c4;
}
table.forum tr.closed td.td-title {
	background-image: url( ../../../images/closed.png );
	background-position: 15px 50%;
	background-repeat: no-repeat;
	padding-left: 35px;
}
table.forum td p.topic-text {
	color: #888;
	font-size: 13px;
}
table.forum tr th#th-title,
table.forum tr th#th-poster,
table.forum tr th#th-group,
table.forum td.td-poster,
table.forum td.td-group,
table.forum td.td-title {
	text-align: left;
	padding-left: 15px;
}
table.forum tr td.td-title a.topic-title {
	font-size: 16px;
	color: #303133;
}
table.forum td.td-freshness {
	white-space: nowrap;
}
table.forum td.td-freshness span.time-since {
	font-size: 13px;
	color: #888;
}
table.forum td img.avatar {
	float: none;
	margin: 0 5px -8px 0;
	padding:1px;
}
table.forum td.td-poster,
table.forum td.td-group {
	min-width: 140px;
}
table.forum th#th-title {
	width: 65%;
}
table.forum th#th-freshness {
	width: 30%;
}
table.forum th#th-postcount {
	width: 15%;
}
table.forum p.topic-meta {
	font-size: 13px;
	margin: 5px 0 0 0;
	color: #828282;
}
.td-postcount {
	padding-left:10px;	
}

/*-------------------------------------------------------------------------
	Headers, Lists and Tabs - Activity, Groups, Blogs, Forums, Profiles
-------------------------------------------------------------------------*/
.item-body {
	margin: 20px 0;
}
span.activity {
	background:#f2f2f2;
	display: inline-block;
	font-size: 11px;
	padding: 1px 6px;
	margin-top: 3px;
	color:#828282;
	border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px;
}
span.user-nicename {
	color: #777;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
}
div#item-header {
	overflow: hidden;
	margin:0 0 20px;
}
div#item-header div#item-header-content {
	margin-left: 170px;
}
div#item-header h2 {
	font-size: 28px;
	line-height: 120%;
	margin: 0 0 15px 0;
}
div#item-header h2 a {
	color: #333333;
	text-decoration: none;
}
div#item-header img.avatar {
	float: left;
	margin: 0 15px 19px 0;
	border:1px solid #e7e7e7;
	padding:3px;
}
div#item-header h2 {
	margin-bottom: 5px;
}
div#item-header span.activity,
div#item-header h2 span.highlight {
	font-size: 11px;
	font-weight: normal;
	line-height: 170%;
	margin-bottom: 7px;
	vertical-align: middle;
}
div#item-header h2 span.highlight {
	font-size: 16px;
}
div#item-header h2 span.highlight span {
	background: #a1dcfa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 2px;
	padding: 1px 4px;
	position: relative;
	right: -2px;
	top: -2px;
	vertical-align: middle;
}
div#item-header div#item-meta {
	font-size: 15px;
	color: #474747;
	overflow: hidden;
	margin: 15px 0 5px 0;
	padding: 12px 16px 6px;
	border:1px solid #e7e7e7;
	-moz-border-radius: 3px;-webkit-border-radius: 3px;	border-radius: 3px;
}
div#item-header div#item-meta p {
	margin:0;	
}
div#item-header div#item-buttons {
	margin-top:10px;	
}
div#item-header div#item-actions {
	float: right;
	margin: 0 0 15px 15px;
	text-align: right;
	width: 20%;
}
div#item-header div#item-actions h3 {
	font-size: 12px;
	margin: 0 0 5px 0;
}
div#item-header ul {
	margin-bottom: 15px;
	overflow: hidden;
	list-style:none;
	margin:0;
	padding:0;
}
div#item-header ul h5,
div#item-header ul span,
div#item-header ul hr {
	display: none;
}
div#item-header ul li {
	float: right;
}
div#item-header ul img.avatar,
div#item-header ul.avatars img.avatar {
	height: 30px;
	margin: 2px;
	width: 30px;
}
div#item-header div.generic-button,
div#item-header a.button {
	display: inline-block;
    margin: 10px 10px 10px 0;
}
div#item-header div#message.info {
	line-height: 80%;
}
ul.item-list {
	list-style: none;
    margin: 0 0 20px;
    padding: 0;
}
ul.item-list li {
	position: relative;
}
ul.item-list.activity-list li {

}
ul.single-line li {
	border: none;
}
ul.item-list li img.avatar {
	float: left;
	margin: 0 20px 0 0;
	border:1px solid #e7e7e7;
	padding:2px;
}
ul.item-list li div.item-title,
ul.item-list li h4,
#member-list li h5 {
	font-weight: 600;
	font-size: 16px;
	margin: 0;
	width: 75%;
}
ul.item-list li div.item-title a,
ul.item-list li h4 a,
#member-list li h5 a {
	color: #303133;
}
ul.item-list li div.item-title span {
	color: #999;
	font-size: 12px;
}
ul.item-list li div.item-desc {
	color: #828282;
	font-size: 14px;
	margin: 10px 0 10px 78px;
	width: 50%;
}
ul.item-list li div.item-desc p {
	margin:0;
}
ul.item-list li div.action {
	position: absolute;
	top: 15px;
	right: 0;
	text-align: right;
}
ul.item-list li div.meta {
	color: #888;
	font-size: 11px;
	margin-top: 10px;
}
ul.item-list li h5 span.small {
	float: right;
	font-size: 11px;
	font-weight: normal;
}
div.item-list-tabs {
	border-bottom:1px solid #E3E4E5;
	clear: left;
	margin:0 0 30px;
	padding:0;
}
div.item-list-tabs ul li a {
	text-decoration: none;
	height: 20px;
	outline:none;
}
div.item-list-tabs ul {
	width: 100%;
	list-style:none;
	padding:0;
	margin:0;
}
div.item-list-tabs ul li {
	float: left;
	margin: 0 4px 0 0;
}
div.item-list-tabs#subnav ul li {
	margin-top: 0;
}
div.item-list-tabs ul li.last {
	float: right;
	margin: 7px 20px 0 0;
}
div.item-list-tabs#subnav ul li.last {
	margin: 4px 0 0;
}
div.item-list-tabs ul li.last select {
	max-width: 175px;
	padding: 3px 6px;
}
div.item-list-tabs ul li a,
div.item-list-tabs ul li span {
	background-color:#fafafa;
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	color:#545557;
	border:1px solid #E3E4E5;
	border-bottom:0;
	line-height:1.2em;
}
div.item-list-tabs ul li a span {
	background: #dbdbdb;
	color: #545557;
	display: inline;
	font-size: 10px;
	margin-left: 2px;
	padding: 1px 6px;
	border:none;
	border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px;
}
div.item-list-tabs ul li.selected a,
div.item-list-tabs ul li.current a {
	background-color: #fff;
	color: #555;
	font-weight: bold;
	position:relative;
	top:1px;
}
div.item-list-tabs ul li.selected a span,
div.item-list-tabs ul li.current a span,
div.item-list-tabs ul li a:hover span {
	background-color: #999;
	color:#fff;
}
div.item-list-tabs ul li.selected a span,
div.item-list-tabs ul li.current a span {
	background-color: #555;
	color:#fff;
}
ul li.loading a {
	background-image: url( ../../../images/ajax-loader-mini.gif );
	background-position: 92% 50%;
	background-repeat: no-repeat;
	padding-right: 30px !important;
}
div#item-nav ul li.loading a {
	background-position: 88% 50%;
}
div.item-list-tabs#object-nav {
	margin-top: 0;
}
div.item-list-tabs#subnav {
	background: #fff;
	min-height: 35px;
	overflow: hidden;
}
div.item-list-tabs ul li.feed a {
	background: url( ../../../images/rss.png ) center left no-repeat !important;
	padding-left: 20px !important;
}
#admins-list li,
#mods-list li,
#member-list li,
#members-list li, 
#friend-list li {
	overflow: auto;
}
#member-list li, #members-list li, #groups-list li, #friend-list li {
	border-bottom: 1px solid #E3E4E5;
	padding:0 0 10px;
	margin:0 0 10px;
	clear:left;
}
#member-list li:last-child,#members-list li:last-child, #groups-list li:last-child, #friend-list li:last-child {
	border:none;
	padding:0;
	margin:0;	
}
#subnav {
	font-size:14px;	
	margin:-30px 0 20px;
	padding:5px 15px 3px;
	border:1px solid #E3E4E5;
	border-top:0;
}
#subnav li.current a {
	background:#0185B5;
	color:#fff;
	font-weight:normal;	
	line-height: 1.4em;
	margin:0 5px 0 0;
	border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px;
}
#subnav li a, #subnav li span {
	background:none;
	padding:5px 12px;
	border:none;
	line-height: 1.6em;
}
#subnav ul li:first-child {
    margin-left: 0;
}
@media screen and (max-width: 480px) {
div.item-list-tabs ul li {
	float:none;
	margin:0;
}
div#item-header div#item-header-content {
	margin-left: 0;
	clear: both;
}
}

/*--------------------------------------------------------------
	Pagination
--------------------------------------------------------------*/
.pagination {
	border-top:1px solid #E3E4E5;
	color: #828282;
    font-size: 13px;
    padding: 10px 0;	
}
#user-pag .pagination {
	border-top:none;
}

/*--------------------------------------------------------------
	Private Messaging Threads
--------------------------------------------------------------*/
table#message-threads tr.unread td {
	background: #fff9db;
	border-top: 1px solid #ffe8c4;
	border-bottom: 1px solid #ffe8c4;
	font-weight: 600;
	padding:0 8px;
}
li span.unread-count,
tr.unread span.unread-count {
	background: #dd0000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	padding: 2px 8px;
}
div.item-list-tabs ul li a span.unread-count {
	padding: 1px 6px;
	color: #fff;
}
div.messages-options-nav {
	border-top: 1px solid #E3E4E5;
	font-size: 12px;
	margin: 0 0 30px;
	padding: 10px 15px;
	text-align: right;
}
div#message-thread div.message-box {
	margin: 0 -19px;
	padding: 15px;
}
div#message-thread div.alt {
	background: #f4f4f4;
}
div#message-thread p#message-recipients {
	margin: 10px 0 20px 0;
}
div#message-thread img.avatar {
	float: left;
	margin: 0 10px 0 0;
	vertical-align: middle;
}
div#message-thread strong {
	font-size: 16px;
	margin: 0;
}
div#message-thread strong a {
	text-decoration: none;
}
div#message-thread strong span.activity {
	margin: 4px 0 0 10px;
}
div#message-thread div.message-metadata {
	overflow: hidden;
}
div#message-thread div.message-content {
	margin-left: 45px;
}
div#message-thread div.message-options {
	text-align: right;
}
div.message-search {
	float: right;
	margin: 0 20px;
}
div.message-search input {
	padding: 7px 8px;
}
.thread-count {
	padding:0 8px;	
}
.thread-avatar {
	padding-right:15px;	
}
.thread-options a {
	float:right;
}

/*--------------------------------------------------------------
	Extended Profiles
--------------------------------------------------------------*/

div.profile h4 {
	border-bottom: 1px solid #E3E4E5;
    font-size: 22px;
    font-weight: 600;
    margin: 30px 0 20px;
    padding: 0 0 10px;
}
div.profile .bp-widget h4 {
	border-bottom: none;
	margin: 15px 0 20px;
    padding: 0;
}
#profile-edit-form ul.button-nav {
	list-style: none;
    margin: 0 0 20px;
    padding: 0;
}
body.no-js .field-visibility-settings-toggle,
body.no-js .field-visibility-settings-close {
	display: none;
}
.field-visibility-settings {
	display: none;
	margin-top: 10px;
}
	body.no-js .field-visibility-settings {
		display: block;
	}
.current-visibility-level {
	font-weight: bold;
	font-style: normal;
}
.field-visibility-settings,
.field-visibility-settings-toggle,
.field-visibility-settings-notoggle {
	color: #888;
}
.field-visibility-settings-toggle a,
.field-visibility-settings a {
	font-size: .9em;
}
body.register div.page ul {
	list-style: none;
}
.standard-form .field-visibility-settings label {
	margin: 0;
	font-weight: normal;
}
.field-visibility-settings legend,
.field-visibility-settings-toggle {
	font-style: italic;
}
.editfield  {
	margin:0 0 30px;
}
.settings #item-body h3 {
    border-bottom: 1px solid #E3E4E5;
    font-size: 25px;
    font-weight: 600;
    margin: 30px 0 20px;
    padding: 0 0 15px;
}
#whats-new-form {
    margin: 0 0 20px;
}
#post-topic-reply {
	margin:0 0 30px;	
}


/*--------------------------------------------------------------
	BuddyPress Widgets
--------------------------------------------------------------*/
#groups-list-options,
#members-list-options {
	color:#fff;
	margin: 0 0 10px;
}
#homepage-widgets #groups-list-options,
#homepage-widgets #members-list-options {
	margin-top: -15px;
}
#groups-list-options a,
#members-list-options a {
    color: #FFFFFF;
    font-size: 11px;
    padding: 1px 6px;
	outline:none;
	border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;
}
#groups-list-options a:first-child,
#members-list-options a:first-child {
	margin-right:-6px;	
}
#groups-list-options a:last-child,
#members-list-options a:last-child{
	margin-left:-6px;	
}
.widget_bp_core_recently_active_widget .item-avatar {
	float:left;
	margin:0 7px 5px 0;	
}
.widget_bp_core_recently_active_widget .item-avatar a {
	color:none;
}


/*--------------------------------------------------------------
	Misc
--------------------------------------------------------------*/
#avatar-upload-form img, #create-group-form img, #group-settings-form img {
	max-width:none;	
}