/*--------------------------------------------------------------
Hello, this is the BuddyPress Legacy stylesheet.

----------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
3.0 - BuddyPress
	3.1 - Activity
		3.1.1 - Activity Listing
		3.1.2 - Activity Comments
	3.2 - Toolbar
	3.3 - Directories - Members, Groups, Blogs, Forums
	3.4 - Error / Success Messages
	3.5 - Forms
	3.6 - Ajax Loading
	3.7 - Topics and Tables - Forums and General
	3.8 - Headers, Lists and Tabs - Activity, Groups, Blogs, Forums
	3.9 - Private Messaging Threads
	3.10 - Extended Profiles
	3.11 - Widgets
4.0 - Media Queries
	4.1 - Smartphones Landscape
	4.2 - Smartphones Portrait
	4.3 - Smartphones - smaller screen sizes
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.0 - BuddyPress
--------------------------------------------------------------*/
.skin #item-body {
    max-width: 960px;
    margin: 0 auto;
}
/*--------------------------------------------------------------
3.1 - Activity
--------------------------------------------------------------*/
#buddypress #activity-stream {
	margin-top: -5px;
}

#buddypress #activity-stream p {
	margin: 5px 0;
}

#buddypress #item-body form#whats-new-form {
	margin: 0;
	padding: 0;
}
#buddypress .home-page form#whats-new-form {
    border-bottom: none;
    padding-bottom: 0;
}
#buddypress form#whats-new-form #whats-new-avatar {
	float: left;
}
#buddypress form#whats-new-form #whats-new-content {
	margin-left: 55px;
	padding: 0 0 20px 20px;
}
#buddypress form#whats-new-form p.activity-greeting {
	line-height: 0.5em;
	margin-bottom: 15px;
	margin-left: 75px;
}
#buddypress form#whats-new-form textarea {
    background: #fff;
    color: #555;
	font-family: inherit;
	font-size: 90%;
    height: 20px;
    padding: 6px;
    width: 98%;
}
body.no-js #buddypress form#whats-new-form textarea {
    height: 50px;
}
#buddypress form#whats-new-form #whats-new-options select {
    max-width: 200px;
    margin-top: 12px;
}
#buddypress form#whats-new-form #whats-new-submit {
    float: right;
    margin-top: 12px;
}
#buddypress #whats-new-options {
    overflow: auto;
    height: 0;
}

body.no-js #buddypress #whats-new-options {
    height: auto;
}

#buddypress #whats-new:focus {
    border-color: rgba(31, 179, 221, 0.9) !important;
    outline-color: rgba(31, 179, 221, 0.9);
}

/*--------------------------------------------------------------
3.1.1 - Activity Listing
--------------------------------------------------------------*/
#buddypress ul.activity-list li {
    overflow: hidden;
    padding: 15px 0 0;
	list-style: none;
}
#buddypress .activity-list .activity-avatar {
    float: left;
}
#buddypress ul.item-list.activity-list li.has-comments {
    padding-bottom: 15px;
}
body.activity-permalink #buddypress ul.activity-list li.has-comments {
    padding-bottom: 0;
}
#buddypress .activity-list li.mini {
	font-size: 80%;
    position: relative;
}
#buddypress .activity-list li.mini .activity-avatar img.avatar,
#buddypress .activity-list li.mini .activity-avatar img.FB_profile_pic {
    height: 20px;
    margin-left: 30px;
    width: 20px;
}
#buddypress .activity-permalink .activity-list li.mini .activity-avatar img.avatar,
#buddypress .activity-permalink .activity-list li.mini .activity-avatar img.FB_profile_pic {
    height: auto;
    margin-left: 0;
    width: auto;
}
body.activity-permalink #buddypress .activity-list > li:first-child {
    padding-top: 0;
}
#buddypress .activity-list li .activity-content {
    position: relative;
}
#buddypress .activity-list li.mini .activity-content p {
    margin: 0;
}
#buddypress .activity-list li.mini .activity-comments {
    clear: both;
	font-size: 120%;
}
body.activity-permalink #buddypress li.mini .activity-meta {
    margin-top: 4px;
}
#buddypress .activity-list li .activity-inreplyto {
    color: #888;
	font-size: 80%;
}
#buddypress .activity-list li .activity-inreplyto > p {
    margin: 0;
    display: inline;
}
#buddypress .activity-list li .activity-inreplyto blockquote,
#buddypress .activity-list li .activity-inreplyto div.activity-inner {
    background: none;
    border: none;
    display: inline;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
#buddypress .activity-list .activity-content {
	margin: 0 0 0 70px;
}
body.activity-permalink #buddypress .activity-list li .activity-content {
	border: none;
	font-size: 100%;
    line-height: 150%;
	margin-left: 170px;
    margin-right: 0;
	padding: 0;
}
body.activity-permalink #buddypress .activity-list li .activity-header > p {
	margin: 0;
	padding: 5px 0 0 0;
}
#buddypress .activity-list .activity-content .activity-header,
#buddypress .activity-list .activity-content .comment-header {
    color: #888;
    line-height: 220%;
}
#buddypress .activity-header {
    margin-right: 20px;
}
#buddypress .activity-header a,
#buddypress .comment-meta a,
#buddypress .acomment-meta a {
    text-decoration: none;
}
#buddypress .activity-list .activity-content .activity-header img.avatar {
    float: none !important;
    margin: 0 5px -8px 0 !important;
}
#buddypress a.bp-secondary-action,
#buddypress span.highlight {
	font-size: 80%;
    padding: 0;
    margin-right: 5px;
    text-decoration: none;
}
#buddypress .activity-list .activity-content .activity-inner,
#buddypress .activity-list .activity-content blockquote {
    margin: 10px 10px 5px 0;
    overflow: hidden;
}
#buddypress .activity-list li.new_forum_post .activity-content .activity-inner,
#buddypress .activity-list li.new_forum_topic .activity-content .activity-inner {
    border-left: 2px solid #EAEAEA;
    margin-left: 5px;
    padding-left: 10px;
}
body.activity-permalink #buddypress .activity-content .activity-inner,
body.activity-permalink #buddypress .activity-content blockquote {
    margin-left: 0;
    margin-top: 5px;
}
#buddypress .activity-inner > p {
    word-wrap: break-word;
}
#buddypress .activity-inner > .activity-inner {
	margin: 0;
}
#buddypress .activity-inner > blockquote {
	margin: 0;
}
#buddypress .activity-list .activity-content img.thumbnail {
    border: 2px solid #eee;
    float: left;
    margin: 0 10px 5px 0;
}
#buddypress .activity-read-more {
    margin-left: 1em;
    white-space: nowrap;
}
#buddypress .activity-list li.load-more,
#buddypress .activity-list li.load-newest {
	background: #f0f0f0;
	font-size: 110%;
	margin: 15px 0;
	padding: 10px 15px;
    text-align: center;
}
#buddypress .activity-list li.load-more a,
#buddypress .activity-list li.load-newest a {
    color: #4D4D4D;
}


/*--------------------------------------------------------------
3.1.2 - Activity Comments
--------------------------------------------------------------*/
#buddypress div.activity-meta {
	margin: 18px 0 0;
}
body.activity-permalink #buddypress div.activity-meta {
    margin-bottom: 6px;
}
#buddypress div.activity-meta a {
    padding: 4px 8px;
}
#buddypress a.activity-time-since {
    color: #aaa;
    text-decoration: none;
}
#buddypress a.activity-time-since:hover {
    color: #888;
    text-decoration: underline;
}
#buddypress a.bp-primary-action,
#buddypress #reply-title small a {
	font-size: 80%;
    margin-right: 5px;
    text-decoration: none;
}
#buddypress a.bp-primary-action span,
#buddypress #reply-title small a span {
    background: #999;
    color: #fff;
    font-size: 90%;
    margin-left: 2px;
    padding: 0 5px;
}
#buddypress a.bp-primary-action:hover span,
#buddypress #reply-title small a:hover span {
    background: #555;
    color: #fff;
}
#buddypress div.activity-comments {
    margin: 0 0 0 70px;
    overflow: hidden; /* IE fix */
    position: relative;
    width: auto;
    clear: both;
}
body.activity-permalink #buddypress div.activity-comments {
    background: none;
	margin-left: 170px;
    width: auto;
}
#buddypress div.activity-comments > ul {
    padding: 0 0 0 10px;
}
#buddypress div.activity-comments ul,
#buddypress div.activity-comments ul li {
    border: none;
    list-style: none;
}
#buddypress div.activity-comments ul {
    clear: both;
	margin: 0;
}
#buddypress div.activity-comments ul li {
	border-top: 1px solid #eee;
    padding: 10px 0 0;
}
body.activity-permalink #buddypress .activity-list li.mini .activity-comments {
    clear: none;
    margin-top: 0;
}
body.activity-permalink #buddypress div.activity-comments ul li {
    border-width: 1px;
    padding: 10px 0 0 0;
}
#buddypress div.activity-comments > ul > li:first-child {
    border-top: none;
}
#buddypress div.activity-comments ul li:last-child {
    margin-bottom: 0;
}
#buddypress div.activity-comments ul li > ul {
    margin-left: 30px;
    margin-top: 0;
    padding-left: 10px;
}
body.activity-permalink #buddypress div.activity-comments ul li > ul {
    margin-top: 10px;
}
body.activity-permalink #buddypress div.activity-comments > ul {
    padding: 0 10px 0 15px;
}
#buddypress div.activity-comments div.acomment-avatar img {
	border-width: 1px;
    float: left;
    height: 25px;
    margin-right: 10px;
    width: 25px;
}
#buddypress div.activity-comments div.acomment-content {
	font-size: 80%;
    margin: 5px 0 0 40px;
}
#buddypress div.acomment-content .time-since,
#buddypress div.acomment-content .activity-delete-link,
#buddypress div.acomment-content .comment-header {
    display: none;
}
body.activity-permalink #buddypress div.activity-comments div.acomment-content {
	font-size: 90%;
}
#buddypress div.activity-comments div.acomment-meta {
    color: #888;
	font-size: 80%;
}
#buddypress div.activity-comments form.ac-form {
    display: none;
	padding: 10px;
}
#buddypress div.activity-comments li form.ac-form {
    margin-right: 15px;
    clear: both;
}
#buddypress div.activity-comments form.root {
    margin-left: 0;
}
#buddypress div.activity-comments div#message {
    margin-top: 15px;
    margin-bottom: 0;
}
#buddypress div.activity-comments form .ac-textarea {
    background: #fff;
    border: 1px inset #ccc;
    margin-bottom: 10px;
    padding: 8px;
}
#buddypress div.activity-comments form textarea {
    border: none;
	background: transparent;
	box-shadow: none;
	outline: none;
    color: #555;
	font-family: inherit;
	font-size: 100%;
    height: 60px;
    padding: 0;
	margin: 0;
    width: 100%;
}
#buddypress div.activity-comments form input {
    margin-top: 5px;
}
#buddypress div.activity-comments form div.ac-reply-avatar {
    float: left;
}
#buddypress div.ac-reply-avatar img {
	border: 1px solid #eee;
}
#buddypress div.activity-comments form div.ac-reply-content {
    color: #888;
    margin-left: 50px;
    padding-left: 15px;
}
#buddypress div.activity-comments form div.ac-reply-content a {
	text-decoration: none;
}
#buddypress .acomment-options {
    float: left;
    margin: 5px 0 5px 40px;
}
#buddypress .acomment-options a {
    color: #999;
}
#buddypress .acomment-options a:hover {
    color: inherit;
}

/*--------------------------------------------------------------
3.3 - Directories - Members, Groups, Blogs, Forums
--------------------------------------------------------------*/
#buddypress div.dir-search {
    float: right;
    //margin: -39px 0 0 0;
}
#buddypress div.dir-search input[type=text],
#buddypress li.groups-members-search input[type=text] {
	font-size: 90%;
    padding: 1px 3px;
}

#buddypress .dir-form {
	clear: both;
}

/*--------------------------------------------------------------
3.4 - Errors / Success Messages
--------------------------------------------------------------*/
#buddypress div#message {
    margin: 0 0 15px;
}
#buddypress #message.info {
    margin-bottom: 0;
}
#buddypress div#message.updated {
    clear: both;
}
#buddypress div#message p,
#sitewide-notice p {
	font-size: 90%;
    display: block;
    padding: 10px 15px;
}
#buddypress div#message.error p {
	background-color: #fdc;
	border: 1px solid #a00;
    clear: left;
	color: #800;
}
#buddypress div#message.updated p {
	background-color: #efc;
	border: 1px solid #591;
	color: #250;
}
#buddypress .standard-form#signup_form div div.error {
	background: #faa;
	color: #a00;
    margin: 0 0 10px 0;
    padding: 6px;
    width: 90%;
}
#buddypress div.accept,
#buddypress div.reject {
    float: left;
    margin-left: 10px;
}
#buddypress ul.button-nav li {
    float: left;
    margin: 0 10px 10px 0;
	list-style: none;
}
#buddypress ul.button-nav li.current a {
    font-weight: bold;
}
#sitewide-notice #message {
	left: 2%;
	position: fixed;
	top: 1em;
	width: 96%;
	z-index: 9999;
}
#sitewide-notice.admin-bar-on #message {
	top: 3.3em;
}
#sitewide-notice strong {
	display: block;
	margin-bottom: -1em;
}

/*--------------------------------------------------------------
3.5 - Forms
--------------------------------------------------------------*/
#buddypress .standard-form textarea,
#buddypress .standard-form input[type=text],
#buddypress .standard-form input[type=text],
#buddypress .standard-form input[type=color],
#buddypress .standard-form input[type=date],
#buddypress .standard-form input[type=datetime],
#buddypress .standard-form input[type=datetime-local],
#buddypress .standard-form input[type=email],
#buddypress .standard-form input[type=month],
#buddypress .standard-form input[type=number],
#buddypress .standard-form input[type=range],
#buddypress .standard-form input[type=search],
#buddypress .standard-form input[type=tel],
#buddypress .standard-form input[type=time],
#buddypress .standard-form input[type=url],
#buddypress .standard-form input[type=week],
#buddypress .standard-form select,
#buddypress .standard-form input[type=password],
#buddypress .dir-search input[type=search],
#buddypress .dir-search input[type=text],
#buddypress .groups-members-search input[type=search],
#buddypress .groups-members-search input[type=text] {
	border: 1px solid #ccc;
	background: #fafafa;
	border-radius: 0;
    color: #888;
    font: inherit;
	font-size: 100%;
    padding: 6px;
}

#buddypress .standard-form select {
    padding: 3px;
    margin: 1px;
}
#buddypress .standard-form input[type=password] {
    margin-bottom: 5px;
}
#buddypress .standard-form label,
#buddypress .standard-form span.label {
    display: block;
    font-weight: bold;
	margin: 15px 0 5px 0;
}
#buddypress .standard-form div.checkbox label:nth-child(n+2),
#buddypress .standard-form div.radio div label {
    color: #888;
	font-size: 100%;
    font-weight: normal;
    margin: 5px 0 0 0;
}
#buddypress .standard-form#sidebar-login-form label {
    margin-top: 5px;
}
#buddypress .standard-form input[type=text] {
    width: 75%;
}
#buddypress .standard-form#sidebar-login-form input[type=text],
#buddypress .standard-form#sidebar-login-form input[type=password] {
    padding: 4px;
    width: 95%;
}
#buddypress .standard-form #basic-details-section input[type=password],
#buddypress .standard-form #blog-details-section input#signup_blog_url {
    width: 35%;
}
#buddypress .standard-form#signup_form input[type=text],
#buddypress .standard-form#signup_form textarea,
#buddypress .form-allowed-tags,
#buddypress #commentform input[type=text],
#buddypress #commentform textarea {
    width: 90%;
}
#buddypress .standard-form#signup_form div.submit {
    float: right;
}
#buddypress div#signup-avatar img {
    margin: 0 15px 10px 0;
}
#buddypress .standard-form textarea {
    //width: 75%;
    height: 120px;
}
#buddypress .standard-form textarea#message_content {
    height: 200px;
}
#buddypress .standard-form#send-reply textarea {
    width: 97.5%;
}
#buddypress .standard-form p.description {
    color: #888;
	font-size: 80%;
    margin: 5px 0;
}
#buddypress .standard-form div.submit {
    clear: both;
    padding: 15px 0 0 0;
}
#buddypress .standard-form p.submit {
    margin-bottom: 0;
    padding: 15px 0 0 0;
}
#buddypress .standard-form div.submit input {
    margin-right: 15px;
}
#buddypress .standard-form div.radio ul {
    margin: 10px 0 15px 38px;
    list-style: disc;
}
#buddypress .standard-form div.radio ul li {
    margin-bottom: 5px;
}
#buddypress .standard-form a.clear-value {
    display: block;
    margin-top: 5px;
    outline: none;
}
#buddypress .standard-form #basic-details-section,
#buddypress .standard-form #blog-details-section,
#buddypress .standard-form #profile-details-section {
    float: left;
    width: 48%;
}
#buddypress .standard-form #profile-details-section {
    float: right;
}
#buddypress .standard-form #blog-details-section {
    clear: left;
}
#buddypress .standard-form input:focus,
#buddypress .standard-form textarea:focus,
#buddypress .standard-form select:focus {
    background: #fafafa;
    color: #555;
}
#buddypress form#send-invite-form {
    margin-top: 20px;
}
#buddypress div#invite-list {
    background: #f5f5f5;
    height: 400px;
    margin: 0 0 10px;
    overflow: auto;
    padding: 5px;
    width: 160px;
}
#buddypress button,
#buddypress a.button,
#buddypress input[type=submit],
#buddypress input[type=button],
#buddypress input[type=reset],
#buddypress ul.button-nav li a,
#buddypress div.generic-button a,
#buddypress .comment-reply-link,
a.bp-title-button {
    background: #fff; /* Old browsers */
    border: 1px solid #ccc;
    color: #777;
	font-size: .8rem;
    cursor: pointer;
    outline: none;
    padding: 4px 10px;
    text-align: center;
    text-decoration: none;
}
#buddypress button:hover,
#buddypress a.button:hover,
#buddypress a.button:focus,
#buddypress input[type=submit]:hover,
#buddypress input[type=button]:hover,
#buddypress input[type=reset]:hover,
#buddypress ul.button-nav li a:hover,
#buddypress ul.button-nav li.current a,
#buddypress div.generic-button a:hover,
#buddypress .comment-reply-link:hover {
    background: #ededed;
    border: 1px solid #bbb;
    color: #555;
    outline: none;
    text-decoration: none;
}

#buddypress form.standard-form .left-menu {
	float: left;
}

#buddypress form.standard-form .left-menu #invite-list ul{
	margin:1%;
	list-style: none;
}

#buddypress form.standard-form .left-menu #invite-list ul li {
	margin:0 0 0 1%;
}

#buddypress form.standard-form .main-column {
	margin-left: 190px;
}

#buddypress form.standard-form .main-column ul#friend-list {
	clear:none;
	float: left;
}

#buddypress form.standard-form .main-column ul#friend-list h4 {
	clear:none;
}

/* Overrides for embedded WP editors */
#buddypress .wp-editor-wrap a.button,
#buddypress .wp-editor-wrap button,
#buddypress .wp-editor-wrap input[type=submit],
#buddypress .wp-editor-wrap input[type=button],
#buddypress .wp-editor-wrap input[type=reset] {
	padding: 0 10px 1px;
}
/*--------------------------------------------------------------
3.6 - Ajax Loading
--------------------------------------------------------------*/
#buddypress a.loading,
#buddypress input.loading {
	-webkit-animation: loader-pulsate .5s infinite ease-in-out alternate;
	-moz-animation: loader-pulsate .5s infinite ease-in-out alternate;
	border-color: #aaa;
}
@-webkit-keyframes loader-pulsate {
	from {
		border-color: #aaa;
		-webkit-box-shadow: 0 0 6px #ccc;
		box-shadow: 0 0 6px #ccc;
	}
	to {
		border-color: #ccc;
		-webkit-box-shadow: 0 0 6px #f8f8f8;
		box-shadow: 0 0 6px #f8f8f8;
	}
}
@-moz-keyframes loader-pulsate {
	from {
		border-color: #aaa;
		-moz-box-shadow: 0 0 6px #ccc;
		box-shadow: 0 0 6px #ccc;
	}
	to {
		border-color: #ccc;
		-moz-box-shadow: 0 0 6px #f8f8f8;
		box-shadow: 0 0 6px #f8f8f8;
	}
}

#buddypress a.loading:hover,
#buddypress input.loading:hover {
    color: #777;
}
#buddypress input[type="submit"].pending,
#buddypress input[type="button"].pending,
#buddypress input[type="reset"].pending,
#buddypress input[type="submit"].disabled,
#buddypress input[type="button"].disabled,
#buddypress input[type="reset"].disabled,
#buddypress button.pending,
#buddypress button.disabled,
#buddypress div.pending a,
#buddypress a.disabled {
    border-color: #eee;
    color: #bbb;
    cursor: default;
}
#buddypress input[type="submit"]:hover.pending,
#buddypress input[type="button"]:hover.pending,
#buddypress input[type="reset"]:hover.pending,
#buddypress input[type="submit"]:hover.disabled,
#buddypress input[type="button"]:hover.disabled,
#buddypress input[type="reset"]:hover.disabled,
#buddypress button.pending:hover,
#buddypress button.disabled:hover,
#buddypress div.pending a:hover,
#buddypress a.disabled:hover {
    border-color: #eee;
    color: #bbb;
}

/*--------------------------------------------------------------
3.7 - Forums, Tables and Topics
--------------------------------------------------------------*/
#buddypress ul#topic-post-list {
	margin: 0;
    width: auto;
}
#buddypress ul#topic-post-list li {
    padding: 15px;
    position: relative;
}
#buddypress ul#topic-post-list li.alt {
    background: #f5f5f5;
}
#buddypress ul#topic-post-list li div.poster-meta {
    color: #888;
    margin-bottom: 10px;
}
#buddypress ul#topic-post-list li div.post-content {
    margin-left: 54px;
}
#buddypress div.topic-tags {
	font-size: 80%;
}
#buddypress div.admin-links {
    color: #888;
	font-size: 80%;
    position: absolute;
    top: 15px;
    right: 25px;
}
#buddypress div#topic-meta {
	margin: 0;
    padding: 5px 19px 30px;
    position: relative;
}
#buddypress div#topic-meta div.admin-links {
    right: 19px;
    top: -36px;
}
#buddypress div#topic-meta h3 {
    margin: 5px 0;
}
#buddypress div#new-topic-post {
    display: none;
    margin: 20px 0 0 0;
    padding: 1px 0 0 0;
}
#buddypress table.notifications,
#buddypress table.notifications-settings,
#buddypress table.profile-settings,
#buddypress table.profile-fields,
#buddypress table.wp-profile-fields,
#buddypress table.messages-notices,
#buddypress table.forum {
	width: 100%;
}
#buddypress table.notifications thead tr,
#buddypress table.notifications-settings thead tr,
#buddypress table.profile-settings thead tr,
#buddypress table.profile-fields thead tr,
#buddypress table.wp-profile-fields thead tr,
#buddypress table.messages-notices thead tr,
#buddypress table.forum thead tr {
	background: #eaeaea;
}
#buddypress table#message-threads {
	clear: both;
	margin: 0;
    width: auto;
}
#buddypress table.profile-fields {
    margin-bottom: 20px;
}
#buddypress table.profile-fields:last-child {
    margin-bottom: 0;
}
#buddypress table.profile-fields p {
	margin: 0;
}
#buddypress table.profile-fields p:last-child {
    margin-top: 0;
}
#buddypress table.notifications tr td,
#buddypress table.notifications-settings tr td,
#buddypress table.profile-settings tr td,
#buddypress table.profile-fields tr td,
#buddypress table.wp-profile-fields tr td,
#buddypress table.messages-notices tr td,
#buddypress table.forum tr td,
#buddypress table.notifications tr th,
#buddypress table.notifications-settings tr th,
#buddypress table.profile-fields tr th,
#buddypress table.wp-profile-fields tr th,
#buddypress table.messages-notices tr th,
#buddypress table.forum tr th {
	padding: 8px;
	vertical-align: middle;
}
#buddypress table.notifications tr td.label,
#buddypress table.notifications-settings tr td.label,
#buddypress table.profile-fields tr td.label,
#buddypress table.wp-profile-fields tr td.label,
#buddypress table.messages-notices tr td.label,
#buddypress table.forum tr td.label {
    border-right: 1px solid #eaeaea;
    font-weight: bold;
    width: 25%;
}
#buddypress table tr td.thread-info p {
    margin: 0;
}
#buddypress table tr td.thread-info p.thread-excerpt {
    color: #888;
	font-size: 80%;
    margin-top: 3px;
}
#buddypress table.forum td {
    text-align: center;
}
#buddypress table.notifications tr.alt td,
#buddypress table.notifications-settings tr.alt td,
#buddypress table.profile-settings tr.alt td,
#buddypress table.profile-fields tr.alt td,
#buddypress table.wp-profile-fields tr.alt td,
#buddypress table.messages-notices tr.alt td,
#buddypress table.forum tr.alt td {
    background: #f5f5f5;
}
#buddypress table.notification-settings {
    margin-bottom: 20px;
    text-align: left;
}
#buddypress #groups-notification-settings {
    margin-bottom: 0;
}
#buddypress table.notifications th.icon,
#buddypress table.notifications td:first-child,
#buddypress table.notification-settings th.icon,
#buddypress table.notification-settings td:first-child {
    display: none;
}
#buddypress table.notification-settings th.title,
#buddypress table.profile-settings th.title {
    width: 80%;
}
#buddypress table.notification-settings .yes,
#buddypress table.notification-settings .no {
    text-align: center;
    width: 40px;
}
#buddypress table.forum {
	margin: 0;
    width: auto;
	clear: both;
}
#buddypress table.forum tr.sticky td {
	font-size: 110%;
    background: #fff9db;
    border-top: 1px solid #ffe8c4;
    border-bottom: 1px solid #ffe8c4;
}
#buddypress table.forum tr.closed td.td-title {
    padding-left: 35px;
}
#buddypress table.forum td p.topic-text {
    color: #888;
	font-size: 100%;
}
#buddypress table.forum tr > td:first-child,
#buddypress table.forum tr > th:first-child {
    padding-left: 15px;
}
#buddypress table.forum tr > td:last-child,
#buddypress table.forum tr > th:last-child {
    padding-right: 15px;
}
#buddypress table.forum tr th#th-title,
#buddypress table.forum tr th#th-poster,
#buddypress table.forum tr th#th-group,
#buddypress table.forum td.td-poster,
#buddypress table.forum td.td-group,
#buddypress table.forum td.td-title {
    text-align: left;
}
#buddypress table.forum tr td.td-title a.topic-title {
	font-size: 110%;
}
#buddypress table.forum td.td-freshness {
    white-space: nowrap;
}
#buddypress table.forum td.td-freshness span.time-since {
	font-size: 80%;
    color: #888;
}
#buddypress table.forum td img.avatar {
    float: none;
    margin: 0 5px -8px 0;
}
#buddypress table.forum td.td-poster,
#buddypress table.forum td.td-group {
    min-width: 140px;
}
#buddypress table.forum th#th-title {
    width: 80%;
}
#buddypress table.forum th#th-freshness {
    width: 25%;
}
#buddypress table.forum th#th-postcount {
    width: 15%;
}
#buddypress table.forum p.topic-meta {
	font-size: 80%;
    margin: 5px 0 0 0;
}

/*-------------------------------------------------------------------------
3.8 - Headers, Lists and Tabs - Activity, Groups, Blogs, Forums, Profiles
-------------------------------------------------------------------------*/
#buddypress .item-body {
    margin: 20px 0;
}
#buddypress span.activity {
    display: inline-block;
	font-size: 80%;
	opacity: 0.8;
	padding: 0;
}
#buddypress span.user-nicename {
    color: #777;
    display: inline-block;
	font-size: 120%;
    font-weight: bold;
}
#buddypress div#message p,
#sitewide-notice p {
    font-weight: normal;
    margin-top: 3px;
    text-decoration: none;
	background-color: #ffd;
	border: 1px solid #cb2;
	color: #440;
	
}
#buddypress div#item-header {
	overflow: hidden;
}

div.content-header-big #buddypress span.activity,
div.content-header-big h2 span.highlight {
    font-size: 11px;
    font-weight: normal;
    line-height: 170%;
    margin-bottom: 7px;
    vertical-align: middle;
}
div.content-header-big h2 span.highlight {
    font-size: 16px;
}
div.content-header-big 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.content-header-big div#item-nav {
    position: absolute;
    top: 200px;
    left: 30px;
}
#buddypress div#item-header div#item-header-content {
	//float: left;
	//margin-left: 0;
    position: absolute;
    margin-top: 75px;
    margin-left: 20px;
    width: 95%;
}
#buddypress div#item-header h2 {
	line-height: 120%;
	margin: 0 0 15px 0;
}
#buddypress div#item-header h2 a {
	color: #777;
	text-decoration: none;
}
#buddypress div#item-header img.avatar {
	float: right; //left;
    //margin: 0 15px 19px 0;
    position: absolute;
    margin: 45px 15px 19px;
    margin-left: 80%;
}
#buddypress div#item-header h2 {
	margin-bottom: 5px;
}
#buddypress div#item-header h2 span.highlight {
	font-size: 60%;
    font-weight: normal;
    line-height: 170%;
    vertical-align: middle;
	display: inline-block;
}
#buddypress div#item-header h2 span.highlight span {
    background: #a1dcfa;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
	font-size: 80%;
    margin-bottom: 2px;
    padding: 1px 4px;
    position: relative;
    right: -2px;
    top: -2px;
    vertical-align: middle;
}
#buddypress div#item-header div#item-meta {
	font-size: 80%;
	color: #aaa;
    overflow: hidden;
	margin: 15px 0 5px 0;
    padding-bottom: 10px;
}
#buddypress div#item-header div#item-actions {
    position: absolute;
    float: right;
	margin: 35px 0 15px 79%;
    text-align: right;
    width: 20%;
}
#buddypress div#item-header div#item-actions h3 {
	margin: 0 0 5px 0;
}
#buddypress div#item-header ul {
    margin-bottom: 15px;
    overflow: hidden;
}
#buddypress div#item-header ul h5,
#buddypress div#item-header ul span,
#buddypress div#item-header ul hr {
    display: none;
}
#buddypress div#item-header ul li {
    float: right;
	list-style: none;
}
#buddypress div#item-header ul img.avatar,
#buddypress div#item-header ul.avatars img.avatar {
    height: 30px;
    margin: 2px;
    width: 30px;
    position:relative;
}
#buddypress div#item-header div.generic-button,
#buddypress div#item-header a.button {
    float: left;
    //margin: 10px 10px 0 0;
}
#buddypress div#item-header div#message.info {
    line-height: 80%;
}
#buddypress ul.item-list {
	border-top: 1px solid #eaeaea;
	width: 100%;
	list-style: none;
	clear: both;
    margin: 0;
	padding: 0;
}
body.activity-permalink #buddypress ul.item-list,
body.activity-permalink #buddypress ul.item-list li.activity-item {
	border: none;
}
#buddypress ul.item-list li {
    border-bottom: 1px solid #eaeaea;
    padding: 15px 0;
	margin: 0;
    position: relative;
	list-style: none;
}
#buddypress ul.single-line li {
    border: none;
}
#buddypress ul.item-list li img.avatar {
    float: left;
    margin: 0 10px 0 0;
}
#buddypress ul.item-list li div.item-title,
#buddypress ul.item-list li h4 {
    font-weight: normal;
	font-size: 90%;
    margin: 0;
    width: 75%;
}
#buddypress ul.item-list li div.item-title span {
    color: #999;
	font-size: 80%;
}
#buddypress ul.item-list li div.item-desc {
    color: #888;
	font-size: 80%;
	margin: 10px 0 0 60px;
    width: 50%;
}
#buddypress ul.item-list li div.action {
    position: absolute;
    top: 15px;
    right: 0;
    text-align: right;
}
#buddypress ul.item-list li div.meta {
    color: #888;
	font-size: 80%;
    margin-top: 10px;
}
#buddypress ul.item-list li h5 span.small {
    float: right;
	font-size: 80%;
    font-weight: normal;
}
#buddypress div.item-list-tabs {
    background: transparent;
    clear: left;
    overflow: hidden;
}

#buddypress div.item-list-tabs ul {
	margin: 0;
	padding: 0;
}
#buddypress div.item-list-tabs ul li {
	float: left;
	margin: 0;
    list-style: none;
}
#buddypress div.item-list-tabs#subnav ul li {
    margin-top: 0;
}
#buddypress div.item-list-tabs ul li.last {
    float: right;
	margin: 7px 0 0;
}
#buddypress div.item-list-tabs#subnav ul li.last {
    margin-top: 4px;
}
#buddypress div.item-list-tabs ul li.last select {
    max-width: 175px;
}
#buddypress div.item-list-tabs ul li a,
#buddypress div.item-list-tabs ul li span {
    display: block;
	padding: 5px 10px;
    text-decoration: none;
}
#buddypress div.item-list-tabs ul li a span {
	background: #eee;
	border-radius: 50%;
	border: 1px solid #ccc;
	color: #999;
    display: inline;
	font-size: 70%;
    margin-left: 2px;
	padding: 3px 6px;
	text-align: center;
	vertical-align: middle;
}
#buddypress div.item-list-tabs ul li.selected a,
#buddypress div.item-list-tabs ul li.current a {
	background-color: #eee;
    color: #555;
	opacity: .8;
    font-weight: bold;
}
#buddypress div.item-list-tabs ul li.selected a span,
#buddypress div.item-list-tabs ul li.current a span,
#buddypress div.item-list-tabs ul li a:hover span {
	background-color: #eee;
}
#buddypress div.item-list-tabs ul li.selected a span,
#buddypress div.item-list-tabs ul li.current a span {
	background-color: #fff;
}
#buddypress div#item-nav ul li.loading a {
    background-position: 88% 50%;
}
#buddypress div.item-list-tabs#object-nav {
    margin-top: 0;
}
#buddypress div.item-list-tabs#subnav {
	background: transparent;
	margin: 10px 0 10px;
    overflow: hidden;
}
#buddypress #admins-list li,
#buddypress #mods-list li,
#buddypress #members-list li {
    overflow: auto;
	list-style: none;
}


/*--------------------------------------------------------------
3.9 - Private Messaging Threads
--------------------------------------------------------------*/
#buddypress table#message-threads tr.unread td {
    background: #fff9db;
    border-top: 1px solid #ffe8c4;
    border-bottom: 1px solid #ffe8c4;
    font-weight: bold;
}
#buddypress li span.unread-count,
#buddypress tr.unread span.unread-count {
    background: #dd0000;
    color: #fff;
    font-weight: bold;
    padding: 2px 8px;
}
#buddypress div.item-list-tabs ul li a span.unread-count {
    padding: 1px 6px;
    color: #fff;
}
#buddypress div.messages-options-nav {
    background: #eee;
	font-size: 80%;
	margin: 0;
    padding: 5px 15px;
    text-align: right;
}
#buddypress div#message-thread div.message-box {
	margin: 0;
    padding: 15px;
}
#buddypress div#message-thread div.alt {
    background: #f4f4f4;
}
#buddypress div#message-thread p#message-recipients {
    margin: 10px 0 20px 0;
}
#buddypress div#message-thread img.avatar {
    float: left;
    margin: 0 10px 0 0;
    vertical-align: middle;
}
#buddypress div#message-thread strong {
	font-size: 100%;
    margin: 0;
}
#buddypress div#message-thread strong a {
    text-decoration: none;
}
#buddypress div#message-thread strong span.activity {
	margin-top: 4px;
}
#buddypress div#message-thread div.message-metadata {
    overflow: hidden;
}
#buddypress div#message-thread div.message-content {
    margin-left: 45px;
}
#buddypress div#message-thread div.message-options {
    text-align: right;
}
#buddypress #message-threads img.avatar {
	max-width: none;
}
#buddypress div.message-search {
    float: right;
    margin: 0 20px;
}

/*--------------------------------------------------------------
3.10 - Extended Profiles
--------------------------------------------------------------*/

#buddypress div.profile h4 {
    margin-bottom: auto;
	margin-top: 15px;
}
#buddypress #profile-edit-form ul.button-nav {
    margin-top: 15px;
}
body.no-js #buddypress .field-visibility-settings-toggle,
body.no-js #buddypress .field-visibility-settings-close {
    display: none;
}
#buddypress .field-visibility-settings {
    display: none;
    margin-top: 10px;
}
	body.no-js #buddypress .field-visibility-settings {
    display: block;
}
#buddypress .current-visibility-level {
    font-weight: bold;
    font-style: normal;
}
#buddypress .field-visibility-settings,
#buddypress .field-visibility-settings-toggle,
#buddypress .field-visibility-settings-notoggle {
    color: #888;
}
#buddypress .field-visibility-settings-toggle a,
#buddypress .field-visibility-settings a {
	font-size: 80%;
}
body.register #buddypress div.page ul {
    list-style: none;
}
#buddypress .standard-form .field-visibility-settings label {
    margin: 0;
    font-weight: normal;
}
#buddypress .field-visibility-settings legend,
#buddypress .field-visibility-settings-toggle {
    font-style: italic;
}
#buddypress .field-visibility-settings .radio {
	list-style: none;
	margin-bottom: 0;
}
#buddypress .field-visibility select {
	margin: 0;
}

/*--------------------------------------------------------------
3.11 - Widgets
--------------------------------------------------------------*/

.widget.buddypress div.item-avatar img.avatar {
	float: left;
	margin: 0 10px 15px 0;
}

.widget.buddypress span.activity {
	display: inline-block;
	font-size: 80%;
	opacity: 0.8;
	padding: 0;
}

.widget.buddypress div.item-options {
	font-size: 90%;
	margin: 0 0 1em 0;
	padding: 1em 0;
}

.widget.buddypress div.item{
	margin:0 0 1em 0;
}

.widget.buddypress div.item-meta,
.widget.buddypress div.item-content {
	font-size: 11px;
	margin-left: 38px;
}

.widget.buddypress ul.item-list img.avatar {
	height: 20px;
	margin-right: 10px;
	width: 20px;
}
.widget.buddypress div.item-avatar img {
	height: 40px;
	margin: 1px;
	width: 40px;
}

.widget.buddypress div.avatar-block{
	overflow: hidden;
}

.widget.buddypress #bp-login-widget-form label {
	display: block;
	margin: 1rem 0 .5rem;
}

.widget.buddypress #bp-login-widget-form #bp-login-widget-submit {
	margin-right: 10px;
}

.widget.buddypress .bp-login-widget-user-avatar {
	float: left;
	width: 60px;
}

.widget.buddypress .bp-login-widget-user-links > div {
	padding-left: 60px;
}

.widget.buddypress .bp-login-widget-user-links > div {
	margin-bottom: .5rem;
}

.widget.buddypress .bp-login-widget-user-links > div.bp-login-widget-user-link a {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 - Media Queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
4.1 - Smartphones - landscape
--------------------------------------------------------------*/
@media screen and (max-device-width: 480px), screen and (-webkit-min-device-pixel-ratio: 2) {
	-webkit-text-size-adjust: none;
}
@media only screen and (max-width: 480px ){
	#buddypress div.dir-search {
		float: right;
		margin-top: -50px;
		text-align: right;
	}
	#buddypress div.dir-search input[type="text"] {
		margin-bottom: 1em;
		width: 50%;
	}
	a.bp-title-button {
		margin-left: 10px;
	}
	#buddypress form.standard-form .main-column div.action{
		position: relative;
		margin-bottom:1em;
	}
	#buddypress form.standard-form .main-column ul#friend-list h4{
		width:100%;
	}
}

/*--------------------------------------------------------------
4.2 - Smartphones - portrait
--------------------------------------------------------------*/
@media only screen and (max-width: 320px) {
	#buddypress div.dir-search {
		clear: left;
		float: left;
		margin-top: 0;
		text-align: left;
	}
	#buddypress li#groups-order-select {
		clear: left;
		float: left;
	}
	#buddypress ul.item-list li div.action {
		clear: left;
		float: left;
		margin-top: 0;
		margin-left: 70px;
		position: relative;
		top: 0;
		right: 0;
		text-align: left;
	}
	#buddypress ul.item-list li div.item-desc {
		clear: left;
		float: left;
		margin: 10px 0 0;
		width: auto;
	}
	#buddypress li div.item {
		margin-left: 70px;
		width: auto;
	}
	#buddypress ul.item-list li div.meta {
		margin-top: 0;
	}
	#buddypress .item-desc p {
		margin: 0 0 10px;
	}
	#buddypress div.pagination .pag-count {
		margin-left: 0;
	}
}

/*--------------------------------------------------------------
4.2 - Smartphones - smaller screen sizes
--------------------------------------------------------------*/
@media only screen and (max-width: 240px) {
	#buddypress div.dir-search {
		float: left;
		margin: 0;
	}
	#buddypress div.dir-search input[type="text"] {
		width: 50%;
	}
	#buddypress li#groups-order-select {
		float: left;
	}
	#buddypress ul.item-list li img.avatar {
		width: 30px;
		height: auto;
	}
	#buddypress ul.item-list li div.action,
	#buddypress li div.item{
		margin-left: 45px;
	}
	h1 a.bp-title-button {
		clear: left;
		float: left;
		margin: 10px 0 20px;
	}
}

/*-----------------------------------------------------------------------
vindo do frisco
-------------------------------------------------------------------------*/
.fullwidth,
body#bp-default #wp-admin-bar .padder {
    width: 100% !important;
    max-width: 10000px !important;
    min-width: 960px;
    margin: 0 auto;
    clear:both; 
    float: left;
}
.fullwidth {
    background: #EAEAEA;
}

#header #search-bar .padder,
#header #bp-navigation,
#bp-before-activity-post-form,
#bp-before-container .activity,
#forums-search-form,
#blogs-directory-form,
div.item-list-tabs ul,
#bp-before-member-header,
body div#new-topic-post,
#create-group-form h3,
#group-create-body,
#bp-before-group-header,
#groups-directory-form,
#members-directory-form,
#footer-widget-area {
    max-width: 960px;
    overflow: hidden;
    width: auto;
    margin: 0 auto;
}
#whats-new-form,
.home-page form#whats-new-form {
    padding-bottom: 19px;
}
form#whats-new-form #whats-new-submit {
    margin-top: 5px;
}
#forums-dir-list,
#groups-dir-list,
#members-dir-list,
#blogs-dir-list {
    max-width: 960px;
    overflow: visible;
    position: relative;
    margin: 0 auto 19px;
}
body.page div#container,
body.blog div#container,
body.single div#container,
body.archive div#container,
body.error404 div#container,
body.activation div#container,
body.search-results div#container,  
body.search-no-results div#container {
    width: 960px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.27), 0 0 40px rgba(0,0,0,0.06) inset;
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.27), 0 0 40px rgba(0,0,0,0.06) inset;
    box-shadow: 0 1px 4px rgba(0,0,0,0.27), 0 0 40px rgba(0,0,0,0.06) inset;
    margin: 20px auto;
}
body.page div#content .padder,
body.blog div#content .padder,
body.single div#content .padder,
body.archive div#content .padder,
body.activation div#content .padder,
body.search-results div#content .padder,  
body.search-no-results div#content .padder {
    margin-right: 226px;
    background: #FFF;
}
body.page #content,
body.blog div#content,
body.single div#content,
body.archive div#content {
    background: #EAEAEA;
}
div#sidebar {
    border: none;
    margin-top: 0;
}
div#sidebar h3.widgettitle {
    background: 0 0 rgba(0,0,0,0.1);
}
div.author-box,
p.date span:first-child,
p.date,
p.postmetadata {
    font-style: normal;
}

div#container,
#header,
div#content,
div#content .padder,
div#sidebar,
div.item-list-tabs ul li.selected a,
div.item-list-tabs ul li.current a,
form#whats-new-form textarea,
a.bp-primary-action,
.comment-reply-link,
#reply-title small a,
div.activity-meta a.acomment-reply,
#footer-widgets {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
div#content .padder {
    margin-right: 0;
}
#create-group-form h3,
a.button {
    line-height: 26px;
    /*padding-bottom: 12px;*/
    margin-bottom: 5px;
}
body #group-create-tabs ul li span {
    color: #EEE;
}
.my-activity div#subnav.item-list-tabs,
.group-home div#subnav.item-list-tabs {
    margin-bottom: 0;
    border-bottom: 1px solid #EEE;
    filter: none;
}
.my-activity #item-body form#whats-new-form,
.group-home #whats-new-form {
    border-bottom: 1px solid #FFE475;
}
.my-activity #whats-new-form,
.group-home #whats-new-form {
    background-color: #FEF7CB;
}
div.item-list-tabs {
    border-bottom: 1px solid #BBB;
    margin-top: 0;
    overflow: visible;
}
div.item-list-tabs ul {
    margin-bottom: -1px;
    overflow: hidden;
    position: relative;
}
div.item-list-tabs ul li {
    display: block;
    font-size: 11px;
    line-height: 28px !important;
    border-bottom: none;
}

div.item-list-tabs ul li.selected,
div.item-list-tabs ul li.current {
    border-color: #BBB;
}
div.item-list-tabs ul li a {
    color: #FFF;
    font-weight: bold;
    height: auto;
}
div.item-list-tabs ul li.selected a,
div.item-list-tabs ul li.current a {
    color: #333;
}
div.item-list-tabs ul li a span {
    background: #1071D1;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    color: #FFF;
    margin: -3px 0 0 5px;
    padding: 2px 5px;
}
div#subnav.item-list-tabs {
    max-width: 960px;
    padding-bottom: 10px;
    margin: 0 auto 15px;
}
body #subnav ul li {
    background: transparent;
    border: none;
}
body #subnav ul li a {
    color: #999999;
}
#item-body form#whats-new-form {
    margin: 0 0 10px;
}
.acomment-options a {
    font-weight: normal;
    text-shadow: none;
}
.acomment-options a:hover {
    text-shadow: none;
}
a.bp-primary-action,
.comment-reply-link,
#reply-title small a,
div.activity-meta a.acomment-reply {
    background: #fff9DB;
    border-bottom: none;
    color: #E49102;
    border: none;
}
body div.activity-meta a.acomment-reply:hover,
body .activity-comments a.acomment-reply:hover {
    background: #FFA200;
    color: #FFF;
}
a.bp-primary-action span,
.comment-reply-link span,
#reply-title small a span,
div.activity-meta a.acomment-reply span {
    background: #FFA200;
}
a.bp-primary-action:hover span,
.comment-reply-link:hover span,
#reply-title small a:hover span,
div.activity-meta a.acomment-reply:hover span {
    background: #B77604;
}
a.bp-secondary-action,
span.highlight,
div.activity-meta a.fav,
div.activity-meta a.unfav {
    background: #EBF7FF;
    border-bottom: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #059AE7;
    border: none;
}
div.activity-meta a.fav:hover,
div.activity-meta a.unfav:hover {
    background: #4183C4;
    color: #FFF;
}
body a.delete-activity,
.bp-secondary-action.acomment-delete,
body a.delete-activity-single {
    background: #FFD1D1;
    color: #F91616;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
body a.delete-activity:hover,
.bp-secondary-action.acomment-delete:hover,
body a.delete-activity-single:hover {
    background: #F91616;
    color: #FFF;
    border: none;
}
#header {
    background: #FFF;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    color: #333;
    height: auto;
    margin-bottom: 0;
    filter: none;
    padding: 0;
}
#header #search-bar {
    min-height: 75px; 
    margin-top: 0;
}
div.item-list-tabs {
    margin-bottom: 0.5px; 
}
div#subnav.item-list-tabs {
    filter: none; 
}
#header #search-bar .padder {
    padding: 10px 15px;
    min-height: 5em; 
    height: auto; 
}
#search-form {
    margin-top: 14px; 
}
#header #search-bar input[type=text] {
    border: none;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    margin-right: 4px;
    padding: 5px;
    font-size: 1em; 
    line-height: 1em; 
}
#header #search-bar input[type=text]:focus {
    outline: 0;
    -moz-box-shadow: 0 0 10px #FFF;
    -webkit-box-shadow: 0 0 10px #FFF;
    box-shadow: 0 0 10px #FFF;
}
#header #search-bar input[type=submit] {
    font-size: 13px;
    padding: 1px 6px;
    margin-left: 4px;
    border-style: solid;
    border-width: 1px;
    color: #FFF;
    text-shadow: 0 1px 0 #000; 	
}
#header h1 {
    float: left;
    margin-bottom: 0;
    margin-top: -5px;
    text-align: left; 
    max-width: 520px;
}
#header h1 a {
    color: #FFF;
    text-decoration: none;
    text-transform: lowercase; 
    font-size: 1.2em; 
    font-weight: 400; 
    text-shadow: 0 -1px 0 #052343; 
    line-height: 1.2em;
    letter-spacing: 0;   
    text-align: left; 
    max-width: 520px;
}
#bp-nav {
    bottom: auto;
    float: right;
    left: auto;
    margin: 0 1em;
    position: relative;
    right: auto;
    top: auto;
}
#bp-nav li {
    margin-left: 0; 
    float: left; 
}  
#bp-nav li a {
    display: inline-block;
    position: relative;
    text-shadow: 0 1px 0 #FFF;  
    margin-right: 0 !important;
    background: #F5F5F5; 
    background: -moz-linear-gradient(top, #F5F5F5 0%, #F5F5F5 15%, #EBEBEB 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F5F5F5), color-stop(15%,#F5F5F5), color-stop(100%,#EBEBEB)); 
    background: -webkit-linear-gradient(top, #F5F5F5 0%,#F5F5F5 15%,#EBEBEB 100%);
    background: -o-linear-gradient(top, #F5F5F5 0%,#F5F5F5 15%,#EBEBEB 100%); 
    background: -ms-linear-gradient(top, #F5F5F5 0%,#F5F5F5 15%,#EBEBEB 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F5F5F5', endColorstr='#EBEBEB',GradientType=0 ); 
    background: linear-gradient(top, #F5F5F5 0%,#F5F5F5 15%,#EBEBEB  100%);
    border: 1px solid #bbb;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-left:0; 
    color: #666;
    font: 100% arial,sans-serif;
    margin: 0 8px 0 0;
    outline: medium none;
    padding: 7px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    font-weight: bold;
    border-radius: 0;  
}
#bp-nav li:first-child a {
    -moz-border-radius:2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
    border-radius:2px 0 0 2px;
    border-left:1px solid #BBB; 
    border-left:1px solid rgba(0, 0, 0, 0.1);  
}
#bp-nav li:last-child a {
    -moz-border-radius:0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    border-radius:0 2px 2px 0;
}
#bp-nav li a:hover,
#bp-nav li.sfhover a {
    box-shadow: 0 1px 1px #AAA;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border: 1px solid #BBB;
    border: 1px solid rgba(0, 0, 0, 0.4);
    color: #333; 
    border-left: 1px solid #BBB;
    border-left:1px solid rgba(0, 0, 0, 0.4);
    padding-left: 11px; 
}

#bp-nav > li.current-menu-item a,
#bp-nav > li.current_page_item a, 
nav li.selected a {
    -moz-box-shadow:inset 0 0 1px #AAA;
    -webkit-box-shadow:inset 0 0 1px #AAA;
    box-shadow:inset 0 0 1px #AAA;
    color: #444;  
    background: #EBEBEB; 
    background: -moz-linear-gradient(top, #EBEBEB 0%, #EBEBEB 15%, #DADADA 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EBEBEB), color-stop(15%,#EBEBEB), color-stop(100%,#DADADA)); 
    background: -webkit-linear-gradient(top, #EBEBEB 0%,#EBEBEB 15%,#DADADA 100%); 
    background: -o-linear-gradient(top, #EBEBEB 0%,#EBEBEB 15%,#DADADA 100%); 
    background: -ms-linear-gradient(top, #EBEBEB 0%,#EBEBEB 15%,#DADADA 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EBEBEB', endColorstr='#DADADA',GradientType=0 ); 
    background: linear-gradient(top, #EBEBEB 0%,#EBEBEB 15%,#DADADA  100%); 
}	
#bp-nav li .children, 
#bp-nav li .sub-menu {
    -moz-border-radius:0;
    -webkit-border-radius: 0;
    border-radius:0;
    border: none; 
    margin-top: -1px;
}
#bp-nav li .children li a, 
#bp-nav li .sub-menu li a {
    background: #797979;
    float: left;
    line-height: 30px;
    margin: 0;
    width: 100%; 
    filter: none; 
    -moz-border-radius:0;
    -webkit-border-radius: 0;
    border-radius:0;
    text-shadow: 0 -1px 0 #444; 
    text-align: left; 
    border: none; 
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#bp-nav > li.current-menu-item a li a {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#bp-nav li .children li:nth-child(odd) a, 
#bp-nav li .sub-menu li:nth-child(odd) a {
    background: #797979;
}
#bp-nav li .children li:nth-child(even) a,
#bp-nav li .sub-menu li:nth-child(even) a {
    background: #6A6A6A;
}
#bp-nav li .children li a:hover,
#bp-nav li .sub-menu li a:hover {
    background: #666;
    color: #EEE;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#bp-nav li .children li:nth-child(odd) a:hover, 
#bp-nav li .sub-menu li:nth-child(odd) a:hover {
    background: #5E5E5E;
}
#bp-nav li .children li:nth-child(even) a:hover, 
#bp-nav li .sub-menu li:nth-child(even) a:hover {
    background: #575756;
}
#bp-nav .sfhover ul, #bp-nav *:hover ul {
    min-width: 180px; 
    width: auto; 
}
#bp-nav li.sfhover:last-child > ul.children, 
#bp-nav li.sfhover:last-child > ul.sub-menu {
    right: 0; 
    left: auto; 
}
#bp-nav .sfhover ul.children .sfhover ul.children, 
#bp-nav *:hover ul.sub-menu *:hover ul.sub-menu {
    left: 100%; 
    opacity: .9; 
    margin: 0; 
    top: 0; 
}
#bp-nav .sfhover:last-child ul.children .sfhover ul.children, 
#bp-nav *:hover:last-child ul.sub-menu *:hover ul.sub-menu {
    right: 100%;
    top: 0%;
    width: 100%;
    left: auto; 
    margin: 0; 
}
#bp-nav .sfhover ul li, #bp-nav *:hover ul li {
    width: 100%;
}
#bp-nav .sfhover ul .sfhover > ul, #bp-nav *:hover ul *:hover > ul {
    width: 100%;
}
#header #bp-navigation {
    min-height: 30px; 
    width: 100%;
    z-index: 99999;
    margin: 0 auto; 
}
#header #bp-navigation {
    z-index: 99999; 
    position: relative; 
    overflow: visible; 
}
#bp-nav li.sfhover a {
    -moz-border-radius:0;
    -webkit-border-radius: 0;
    border-radius:0;
}

.directory .padder h3, 
#blog-page, 
#blog-latest, 
#blog-single, 
#register-page { 
    margin-left:auto; 
    margin-right:auto; 
    max-width: 960px; 
}
div#message.updated {
    margin: -10px auto 0;  
    max-width: 958px; 
}
body.profile div#message.updated {
    margin: 10px auto; 
}
#item-header div#message p {
    background: #DFFCD9;
    border: none;
    color: #7B6B01;
    margin-top: 0; 
    line-height: 30px; 
    border: 1px solid #FFDE00; 
    padding: 4px 10px; 
}
div#message.error {
    margin: 0 -19px;
    background: #EAEAEA;  
}
div#message.error p {
    padding-bottom: 10px; 
    border: 1px solid #DB2E2E; 
}
#whats-new-form div#message.error {
    margin: 0;
    margin-bottom: 10px; 
    padding-bottom: 0; 
}
.group-create div#message.error {
    margin: 0 auto;
    background: transparent;
} 
form#whats-new-form textarea {
    background: #FFF;
    border: 1px solid #CCC;
    -moz-box-shadow:0 0 5px #D7D7D7 inset, 0 0 5px #D7D7D7 inset;
    -webkit-box-shadow:0 0 5px #D7D7D7 inset, 0 0 5px #D7D7D7 inset;
    box-shadow: 0 0 5px #D7D7D7 inset, 0 0 5px #D7D7D7 inset;
    color: #A1A1A1;
    font-size: 14px;
    width: 94%;
    padding: 8px 10px; 
    max-width: 94%; 
}
#whats-new-avatar {
    border: 1px solid #CCC; 
}
#whats-new-avatar img.avatar {
    border: 5px solid #FFF;
}

.button.full-width, 
button.full-width, 
input.full-width[type="submit"], 
input.full-width[type="reset"], 
input.full-width[type="button"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
    width: 100%;
}
#bp-nav-above, 
#bp-nav-below {
    margin: 20px 0; 
    padding: 4px 12px;
}
body #subnav ul li a {
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
}
body #subnav ul li a:hover {
    background-color: #F3F3F3; 
    color: #555; 
}
body #subnav ul li a:active {
    background: #DCDCDC; 
}
body #subnav ul li.selected a, 
body #subnav ul li.current a {
    background: #EEE; 
    color: #222; 
}
li span.unread-count, 
tr.unread span.unread-count {
    background: #A6B909;
}
#item-header #bp-before-member-header img.avatar, 
#item-header #bp-before-group-header img.avatar, 
body.activity-permalink .activity-list li .activity-avatar img.avatar {
    float: left;
    margin: 5px 15px 19px 5px;
    border: 8px solid #FFF; 
    position: relative; 
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset; 
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
}
body.activity-permalink .activity-list li .activity-avatar img.avatar, .activity-permalink .activity-list li.mini .activity-avatar img.avatar {
    width: 100px;
    height: 100px;
}
body.activity-permalink .activity-list li .activity-content {
    margin-left: 160px; 
}
div.content-header-big #bp-before-member-header #item-header-content {
    margin-left: 200px;
}
#container #item-body {
    max-width: 960px; 
    margin: 0 auto; 
}
div#message.error p {
    background: #F15B5B;
    border:none;
    color: #FFF;
    max-width: 960px; 
    margin: 0 auto; 
}
div.content-header-big h2 span.highlight {
    background:#555;
    color: #EEE;
    margin-top: -6px; 
}
div.content-header-big h2 span.highlight span {
    background: #222;   
}
#item-header div#message p {
    background: #FFFDD0; 
    color: #666;
}
#item-header-content #latest-update {
    color: #828688; 
}
div.activity-meta a {
    padding:2px 5px;
    margin-right: 3px; 
    text-shadow: none; 
}

.standard-form textarea, 
.standard-form input[type="text"], 
.standard-form select, 
.standard-form input[type="password"], 
.dir-search input[type="text"] {
    border: 1px solid #CCC;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #888;
    font-size: 14px;
    padding: 6px;
}
div.dir-search input[type="text"] {
    font-size: 14px;
    padding: 5px 9px;
}
div.content-header-big span.activity, 
div.content-header-big h2 span.highlight {
    margin-bottom: 0;
}
span.user-nicename, 
#item-header-content span.highlight {
    background: #F4F4F4; 
    border-bottom: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-right: none;
    color: #666;
    display: inline-block;
    font-size: 11px;
    font-weight: normal;
    margin-top: 6px;
    padding: 1px 8px;
    text-decoration: none;
    margin-right: 3px; 
}
#item-header #bp-before-group-header #group-admins img.avatar, 
#item-header #bp-before-group-header #group-mods img.avatar {
    border: 2px solid #FFF; 
}
body.activity-permalink .activity-list li .activity-content, 
body.activity-permalink div.activity-comments {
    margin-left: 160px; 
}
body.activity-permalink ul#activity-stream { 
    margin-top: 3em; 
    margin-bottom: 3em; 
}
#whats-new-options {
    width: 94%;
}
#footer {
    margin: 0; 
    padding-bottom: 20px; 
    background: #313131; 
    background: -moz-linear-gradient(top, #313131 0%, #313131 35%, #3C3C3C 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#313131), color-stop(35%,#313131), color-stop(100%,#3C3C3C)); 
    background: -webkit-linear-gradient(top, #313131 0%,#313131 35%,#3C3C3C 100%); 
    background: -o-linear-gradient(top, #313131 0%,#313131 35%,#3C3C3C 100%); 
    background: -ms-linear-gradient(top, #313131 0%,#313131 35%,#3C3C3C 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#313131', endColorstr='#3C3C3C',GradientType=0 );
    background: linear-gradient(top, #313131 0%,#313131 35%,#3C3C3C 100%); 
}
#footer-widgets {
    border: none; 
    background: transparent; 
    padding: 0; 
}
#footer-widget-area div.item-options, 
div#sidebar div.item-options {
    background: transparent; 
}
#sidebar div.item-options {
    border-bottom:  1px solid #CCC;
}
#footer-widget-area div.item-options {
    border-bottom:  1px solid #000;
}
#footer-widget-area h3.widgettitle, 
#sidebar h3.widgettitle {
    background: #222;  
    background: rgba(0,0,0,0.1);  
    font-size: 1.2em; 
    letter-spacing: 0; 
    padding: 10px 15px; 
    text-shadow: 0 1px 0 #F7F7F7; 
    text-transform: uppercase; 
}
#footer-widget-area h3.widgettitle {
    text-shadow: none; 
    color: #E1E1E1;
}
div.item-avatar {
    display: inline-block;
    float: left;
}
#footer-widget-area img.avatar, 
#sidebar img.avatar {
    margin: 2px 2px 2px 2px;
}
#sidebar ul.item-list {
    border-bottom: 1px solid #FFF; 
}
#footer-widget-area ul.item-list {
    border-bottom: 1px solid #444; 
}
#footer span.activity {
    background: #222; 
}
#sidebar ul.item-list li {
    /*border-bottom: 1px solid #CCC;*/
    border-top: 1px solid #FFF; 
    clear: both;
}
#footer-widget-area ul.item-list li {
    border-bottom: 1px solid #000;
    border-top: 1px solid #444; 
}
#site-generator { 
    color: #777; 
    margin-top: 0; 
    padding-top: 30px; 
    text-shadow: none; 
}
.blog #blog-latest .post {
    padding: 18px 20px;
}
.sticky.post {
    background:#1D1D1D;
}
.sticky.post div.author-box {
    background: #000;
}
.sticky.post  p.date, 
.sticky.post p.postmetadata {
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
}
span.sticky-post {
    background: #333;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
}
.sticky.post .date {
    color: #999; 
    background: transparent; 
}
.sticky.post div.author-box img {
    border-color: #333;
}
.sticky.post .entry, .sticky.post h2.posttitle a {
    color: #EEE;
}
body.directory.groups div#content .padder, 
body.directory.members div#content .padder, 
body.directory.blogs div#content .padder, 
body.directory.forums div#content .padder, 
body.directory.activity div#content .padder, 
.group-create div#content .padder {
    background: url("images/bg-content-padder.png") repeat-x scroll left top transparent;
}
#aw-whats-new-submit {
    display: inline; 
}
#whats-new-options {
    overflow: hidden;
}
#sidebar-me {
    overflow: hidden; 
}
body #container #new-topic-post {
    margin-bottom: 20px; 
}
#sidebar-squeeze {
    width: 960px; 
    margin: 0 auto; 
}
#sidebar-squeeze #main-column {
    float: left; 
    width: 700px; 
}
#sidebar-squeeze div#sidebar {
    float: right; 
    margin: 10px 0 20px; 
    border: 1px solid #DDD; 
}
#sidebar-squeeze div#sidebar .padder {
    background: none; 
    padding: 18px; 
}
#sidebar-squeeze div#sidebar div.item-options {
    margin: -10px 0 0;
}
#sidebar-squeeze div#sidebar h3.widgettitle {
    margin: 25px -19px 10px -18px;
}
body.register #sidebar {
    display: none; 
}
body.page-template-onecolumn-page-php #container div#content .padder {
    margin-right: 0; 
}
body.page-template-onecolumn-page-php #blog-page {
    width: 75%; 
    margin: 0 auto; 
}
#activity-stream {
    margin-top: 0; 
}
.messages-notices a.button { 
    font-size: 85%; 
    padding: 3px 4px; 
}
.standard-form div.submit input#send,
#post-topic-reply, 
#profile-edit-form, 
#avatar-upload-form, 
#settings-form, 
body.messages #container #item-body, 
#item-body .profile, 
body.friends #container #item-body, 
body.groups #container #item-body, 
body.forums #container #item-body {
    margin-bottom: 1em; 
}
body.profile .bp-widget h4 {
    margin-top: 1em; 
}
#previous-next.submit {
    margin-bottom: 20px; 
}
#wp-admin-bar-favorite-topics {
    display: none; 
}
#adminbarsearch-wrap {
    display: none; 
}

body.single a.comment-reply-link,
body.page a.comment-reply-link {
    font-size: 11px; 
    font-weight: normal; 
}
body.search-results h2.pagetitle, 
body.search-no-results h2.pagetitle {
    display: none; 
}
.nav-wrap {
    width: 100%;
    float: left; 
    margin: 0 auto;
    background: #FFF; 
    padding: 1em 0; 
    border-bottom: 1px solid #CCCCCC;
}
body.activity div#message.updated {
    display: none; 
}
#wp-admin-bar-user-info .avatar {
    max-height: 64px; 
    max-width: 64px; 
}
a.bp-secondary-action, 
span.highlight {
    background: #EEE;
    color: #555;
    padding: 2px 5px;
}
.acomment-reply.bp-primary-action {
    padding: 2px 5px;
}
#bp-nav .sfhover ul li, 
#bp-nav *:hover ul li {
    padding: 0;
}
#bp-nav .sfhover ul li a,
#bp-nav *:hover ul li a {
    padding: 0 5%;
    width: 90%; 
}
.group-members #member-list h5 { 
    line-height: 1.3em; 
}
div#sidebar div.item-options {
    margin: -10px 0 0 0;
}
#wp-admin-bar-header {
    display: none; 
}
.group-admin #members-list a.button {
    font-size: 12px; 
}
body div#message.frisco_notice p {
    text-align: left; 
    margin-bottom: 1em; 
    margin-top: 0; 
    background-color: #FCF8E3;
    border: 1px solid #FBEED5;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 18px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #C09853;
}

body div.frisco_notice p a#close-notice {
    color: #000000;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 18px;
    position: relative;
    top: -2px;
    right: -20px; 
    opacity: 0.2;
    text-shadow: 0 1px 0 #FFFFFF;
}
#sidebar #message.notice {
    display: none; 
}
.group-create #group-create-body h4 {
    margin-top: 1em; 
}
#item-body .standard-form div.submit {
    margin-bottom: 1em;
}

/* -------------------------- */

#header #search-bar {
    background: #098AC6; 
    background: -moz-linear-gradient(top, #098AC6 0%, #098AC6 15%, #055478 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#098AC6), color-stop(15%,#098AC6), color-stop(100%,#055478)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #098AC6 0%,#098AC6 15%,#055478 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #098AC6 0%,#098AC6 15%,#055478 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #098AC6 0%, #098AC6 15%,#055478 100%); /* IE10+ */
    filter: none; /* IE6-9 */
    background: linear-gradient(top, #098AC6 0%,#098AC6 15%,#055478 100%); /* W3C */
}

div.item-list-tabs ul li {
    background: #0A9BDE;
    border: 1px solid #0A9BDE;
}
div.item-list-tabs ul li:hover {
    background: #098AC6;
    border-color: #098AC6;
}

div.item-list-tabs ul li, 
div.item-list-tabs ul li.selected, 
div.item-list-tabs ul li.current {
    border-bottom: none; 
    margin-bottom: -1px; 
}

div.item-list-tabs ul li a span {
    background: #06577D;
}
div.item-list-tabs ul li a:hover span {
    background: #054664;
}

#header #search-bar input[type=submit] {
    background: #022434; 
    background: -moz-linear-gradient(top, #022434 0%, #03354C 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#022434), color-stop(100%,#03354C)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #022434 0%,#03354C 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #022434 0%,#03354C 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #022434 0%,#03354C 100%); /* IE10+ */
    filter: none; /* IE6-9 */
    background: linear-gradient(top, #022434 0%,#03354C  100%); /* W3C */
    border-color: #03354C #054664 #03354C #03354C;
    border-right: 1px solid #054664;
    color: #FFF;
    text-shadow: 0 1px 0 #000; 	
}
#header h1 a {
    text-shadow: 0 -1px 0 #000000;
}
form#whats-new-form textarea:focus {
    -moz-box-shadow: 0 0 7px #A0DEFB inset, 0 0 7px #A0DEFB inset;
    -webkit-box-shadow: 0 0 7px #A0DEFB inset, 0 0 7px #A0DEFB inset;
    box-shadow: 0 0 7px #A0DEFB inset, 0 0 7px #A0DEFB inset;
}
#whats-new:focus {
    border-color: #3FBCF6 !important;
    outline-color: #3FBCF6;
}

.content-primary td.thread-avatar img {
    min-width: 50px;
    max-width: 50px;
    height: 50px;
}