/**
 * The following are CSS styles extrapolated from the bp-default theme.
 * Use these styles as a guideline. You will probably need to adjust some
 * declarations so they will gel with your WP theme.
 */

/*--------------------------------------------------------------
1 - Activity
--------------------------------------------------------------*/
#activity-stream {
}
#item-body form#whats-new-form {
	margin: 0 0 0;
	padding-bottom: 0;
}
.home-page form#whats-new-form {
	border-bottom: none;
	padding-bottom: 0;
}
form#whats-new-form h5 {
	font-family: "Open Sans", Arial, Helvetica, Garuda, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #666;
	margin: 0 0 0 76px;
	padding: 0 0 5px 0;
}
form#whats-new-form #whats-new-avatar {
	float: left;
}
form#whats-new-form #whats-new-content {
	margin-left: 54px;
	padding-left: 22px;
}
form#whats-new-form textarea {
overflow:hidden;
margin-bottom: 0;
	background: #fff;
border: 1px solid #DDD;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #555;
	font-family: inherit;
	font-size: 14px;
	height: 35px;
	padding: 6px;
	width: 100%;
}
form#whats-new-form #whats-new-options select {
margin-right: 5px;
	color:#198EAF;
	margin-top: 0;
}
form#whats-new-form #whats-new-submit {
	float: right;
	margin-top: 0;
}
#whats-new-options {
	overflow: auto;
}
#whats-new:focus {
	border-color: rgba(31, 179, 221, 0.9) !important;
	outline-color: rgba(31, 179, 221, 0.9);
	box-shadow: 0 0 7px         rgba(31, 179, 221, 0.7);
	-moz-box-shadow: 0 0 7px    rgba(31, 179, 221, 0.7);
	-webkit-box-shadow: 0 0 7px rgba(31, 179, 221, 0.7);
}

/*--------------------------------------------------------------
1.1 - Activity Listing
--------------------------------------------------------------*/
ul.activity-list li {
	overflow: hidden;
	padding: 15px 0 0;
}
.activity-list .activity-avatar {
	float: left;
}
ul.activity-list > li:first-child {
	
}
ul.item-list.activity-list li.has-comments {
	padding-bottom: 15px;
}
body.activity-permalink ul.activity-list li.has-comments {
	padding-bottom: 0;
}
body.activity-permalink ul.activity-list li {border: 0;}
.activity-list li.mini {
	font-size: 11px;
	min-height: 30px;
	padding: 15px 0 0 0;
	position: relative;
}
.activity-list li.mini .activity-avatar img.avatar,
.activity-list li.mini .activity-avatar img.FB_profile_pic {
margin-left: 10px;
	height: 20px;
	width: 20px;
}
.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("../../../../plugins/buddypress/bp-themes/bp-default/_inc/images/replyto_arrow.gif") 7px 0 no-repeat;
	color: #888;
	font-size: 11px;
	margin-left: 5px;
	margin-top: 5px;
	padding-left: 25px;
	margin-bottom: 25px;
}
.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 {
	margin-left: 65px;margin-right: 0;margin-bottom: 0;padding-bottom: 5px;
}
.activity-list .mini .activity-content {margin-bottom:0;margin-right: 0}

.activity-list .activity-content .activity-header,
.activity-list .activity-content .comment-header {
	color: #888;
	font-size: 12px;
	line-height: 220%;
}
.activity-header {
	margin-right: 0;
}
.activity-header a,
.comment-meta a,
.acomment-meta a {
	text-decoration: none;font-size: 12px;color: #198EAF!important;
}
.activity-list .activity-content .activity-header img.avatar {
	float: none !important;
	margin: 0 5px -6px 0 !important;
	display: inline;
}
.activity-header a span {
	color: #666;
	font-style: italic;
	border: 1px dotted;
	padding: 1px 3px;
	white-space: nowrap;
}
a.bp-secondary-action,
span.highlight {
	font-size: 11px;
	text-decoration: none;
}
.activity-list .activity-content .activity-inner,
.activity-list .activity-content blockquote {
	margin: -6px 10px 5px 0;
	overflow: hidden;
}
.activity-list li.new_forum_post .activity-content .activity-inner,
.activity-list li.new_forum_topic .activity-content .activity-inner {
	border-left: 2px solid #EAEAEA;
	margin-left: 5px;
	padding-left: 10px;
}
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;padding: 10px;color: #555;line-height: 1.45em;
}
.activity-inner > .activity-inner {
	margin: 0 !important;
}
.activity-inner > blockquote {
	margin: 0 !important;
}
.activity-list .activity-content img.thumbnail {
	border: 0 solid #eee;
	float: left;
	margin: 0 10px 10px 0;
}
.activity-read-more {
font-size: 11px;
	margin-left: 1em;
	white-space: nowrap;
}
.activity-list li.load-more {
	background: #999 !important;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 1.2em;
	margin: 15px 0 !important;
	padding: 5px 15px !important;
	text-align: center;
}

.activity-list li.load-more a {
	font-size: 12px;
color: #fff;
font-weight: bold;
}


/*--------------------------------------------------------------
1.2 - Activity Comments
--------------------------------------------------------------*/
div.activity-meta {
	margin: -6px 10px 0 0;
background: #E8EEF3;
padding: 4px 10px 4px;
border: 1px solid #ddd;
text-align: right;
}
body.activity-permalink div.activity-meta {
	margin-bottom: 0;
}
div.activity-meta a, #members-list a, #admins-list a, #member-list a{
	font: normal 11px/20px Arial, Tahoma, Verdana, sans-serif;
}
#member-list li a {padding: 0}
#admins-list{padding-bottom:15px}
a.activity-time-since {
	color: #aaa;
	text-decoration: none;
}
a.activity-time-since:hover {
	color: #888;
	text-decoration: underline;
}
a.bp-primary-action,
#reply-title small a {
	font-size: 11px;
	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 10px 0 65px;
	overflow: hidden; /* IE fix */
	position: relative;
	width: auto;
	clear: both;
	background: url('../../images/activity-comments-arrow.gif') 19px 0 no-repeat;
}
body.activity-permalink div.activity-comments {
	width: auto;
}
div.activity-comments > ul {

}
div.activity-comments ul,
div.activity-comments ul li {
	border: none;
	list-style: none;
}
div.activity-comments ul {
	clear: both;
	margin: 6px 0 -6px 0;
background-color: #E8EEF3;border-bottom: 5px solid #E8EEF3;
}
div.activity-comments ul li {
	padding: 10px 10px 0;
}
body.activity-permalink .activity-list li.mini .activity-comments {
	clear: none;
	margin-top: 0;
}
body.activity-permalink div.activity-comments ul li {
	border-width: 1px;
	padding: 10px 4px 10px 10px;
}
div.activity-comments > ul > li:first-child {

}
div.activity-comments ul li:last-child {

}
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 {
	
}
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: 11px;
	margin: 3px 5px -10px 0;
	line-height: 16px;
	color:#555;
}
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 {
	
}
div.activity-comments div.acomment-meta {
	color: #888;
	font-size: 11px;
}
div.activity-comments form.ac-form {
	background: #E8EEF3;
	display: none;
	margin: 6px 0 5px 33px;
	padding: 8px;
}
div.activity-comments li form.ac-form {
	margin-right: 15px;
	clear: both;
}
div.activity-comments form.root {
	margin-left: 0;
}
div.activity-comments div#message {
	margin-top: 15px;
	margin-bottom: 0;
}
div.activity-comments form.loading {
	background-image: url("../../../../plugins/buddypress/bp-themes/bp-default/_inc/images/ajax-loader.gif");
	background-position: 2% 95%;
	background-repeat: no-repeat;
}
div.activity-comments form .ac-textarea {
	background: #fff;
	border: 1px inset #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 10px;
	padding: 8px;
}
div.activity-comments form textarea {
	border: none;
	color: #555;
	font-family: inherit;
	font-size: 11px;
	height: 60px;
	padding: 0;
	width: 100%;
}
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: 50px;
	padding-left: 15px;
}
.acomment-options {
float: right;
}
.acomment-options a {
	color: #999;
}
.acomment-options a:hover {
	color: inherit;
}


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


/*--------------------------------------------------------------
3 - Directories - Members, Groups, Blogs, Forums
--------------------------------------------------------------*/
div.dir-search {
	float: right;
	margin: 8px 8px 0 0;
}
div.dir-search input[type=text] {
	font-size: 12px;
	padding: 1px 7px;
	height: 20px;
}


/*--------------------------------------------------------------
4 - Errors / Success Messages
--------------------------------------------------------------*/
div#message {
	margin: 0 0 15px;
}
#message.info {
	margin-bottom: 0;
}
div#message.updated {
	clear: both;
}
div#message p {
	font-size: 11px;
	display: block;
	padding: 3px 15px;
}
div#message.error p {
font-weight: bold;
background: #9e1c41;
border-color: #888;
clear: left;
color: white;
margin: 0;
text-align: center;
}
div#message.updated p {
font-weight: bold;
background: #FFEAA6;
clear: left;
margin: 0;
text-align: center;
}
.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 16px 0 0;font-size:16px;
	list-style: decimal inside;
	color: #fff;
}
ul.button-nav li.current {
	color: #9e1c41;font-weight: bold;
}

.button-nav {height: 40px;
background: #bbb;
padding-top: 5px;
padding-left: 30px;}

/*--------------------------------------------------------------
5 - Forms
--------------------------------------------------------------*/
.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;
background-color: #fdfdfd;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #777;
	font: inherit;
	font-size: 14px;
	padding: 6px;
}
.standard-form select {
	padding: 3px;margin: 0 0 5px 0;height: 28px;
}
table.profile-settings select {height: 24px;font-size: 12px;}
.standard-form input[type=password] {
	margin-bottom: 5px;
}
.standard-form label,
.standard-form span.label {
	display: block;
	font-weight: bold;
	margin: 15px 0 5px 0;
}
.standard-form div.checkbox label,
.standard-form div.radio label {
	color: #888;
	font-size: 14px;
	font-weight: normal;
	margin: 5px 0 0 0;
}
.standard-form#sidebar-login-form label {
	margin-top: 5px;
}
.standard-form input[type=text] {
	width: 75%;
}
.standard-form#sidebar-login-form input[type=text],
.standard-form#sidebar-login-form input[type=password] {
	padding: 4px;
	width: 95%;
}
.standard-form #basic-details-section input[type=password],
.standard-form #blog-details-section input#signup_blog_url {
	width: 35%;
}
.standard-form#signup_form input[type=text],
.standard-form#signup_form textarea,
.form-allowed-tags,
#commentform input[type=text],
#commentform textarea {
	width: 90%;
}
.standard-form#signup_form div.submit {
	float: right;
}
div#signup-avatar img {
	margin: 0 15px 10px 0;
}
.standard-form textarea {
	width: 75%;
	height: 120px;
}
.standard-form textarea#message_content {
	height: 100px;
}
.standard-form#send-reply textarea {
	width: 97.5%;
}
.standard-form p.description {
	color: #888;
	font-size: 11px;
	margin: 0;
}
.standard-form div.submit {
	clear: both;
	padding: 15px 0 0 0;
}
.standard-form p.submit {
	margin-bottom: 0;
	padding: 15px 0 0 0;
}
.standard-form div.submit input {
	padding: 7px 15px;margin: 0;
font-weight:bold;
}
.standard-form div.submit input:hover {
	
}
.standard-form div.radio ul {
	margin: 10px 0 15px 38px;
	list-style: disc;
}
.standard-form div.radio ul li {
	margin-bottom: 5px;
}
.standard-form a.clear-value {
	display: block;
	margin-top: 5px;
	outline: none;
}
.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-color: #fff;outline: none;
	color: #555;
}
form#send-invite-form {
	margin-top: 0;
}
div#invite-list {
	background: #f5f5f5;
	border: 1px solid #e4e4e4;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 10px;
	overflow: auto;
	padding: 5px;
}
button,
a.button,
input[type=submit],
input[type=button],
input[type=reset],
ul.button-nav li a,
div.generic-button a,
.comment-reply-link {
	background: #fff;

	border: 1px solid #ddd;

	color: #666;
	cursor: pointer;
	font: normal 12px/20px Arial, Tahoma, Verdana, sans-serif;
	outline: none;
	padding: 3px 10px;
	text-align: center;
	text-decoration: none;
	line-height: 14px;

}
button:hover,
a.button:hover,
input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover,
ul.button-nav li a:hover,
div.generic-button a:hover,
.comment-reply-link:hover {
background: #fff;
	
	border: 1px solid #999;
	color: #444;
	outline: none;
	text-decoration: none;
}

button:active,
a.button:active,
a.button:active,
input[type=submit]:active,
input[type=button]:active,
input[type=reset]:active,
ul.button-nav li a:active,
div.generic-button a:active, ul.button-nav li.current a,
.comment-reply-link:active {
background: #eee;
background-image: -webkit-gradient(linear,left top,left bottom,from(#f4f4f4),to(#fefefe));
background-image: -webkit-linear-gradient(top,#f4f4f4,#fefefe);
background-image: -moz-linear-gradient(top,#f4f4f4,#fefefe);
background-image: -ms-linear-gradient(top,#f4f4f4,#fefefe);
background-image: -o-linear-gradient(top,#f4f4f4,#fefefe);
background-image: linear-gradient(to bottom,#f4f4f4,#fefefe);
border-color: #999;
color: #333;
-webkit-box-shadow: inset 0 2px 5px -3px rgba(0,0,0,0.5);
box-shadow: inset 0 2px 5px -3px rgba(0,0,0,0.5);
}

ul.button-nav li.current a {
color: #9e1c41;font-weight: bold;
}
ul.button-nav li a {padding: 3px 16px;}
#item-buttons a, #item-buttons a:hover{font-size:11px!important;padding: 5px 10px;line-height: 23px}

/*--------------------------------------------------------------
6 - Ajax Loading
--------------------------------------------------------------*/
a.loading,
input.loading {
	background: url("../../../../plugins/buddypress/bp-themes/bp-default/_inc/images/ajax-loader.gif") no-repeat 95% 50%;
	padding-right: 20px;
}
a.loading:hover,
input.loading:hover {
	background: url("../../../../plugins/buddypress/bp-themes/bp-default/_inc/images/ajax-loader.gif") no-repeat 95% 50%;
	padding-right: 20px;
    color: #777;
}
a.button.loading,
input[type="submit"].loading,
input[type="button"].loading,
input[type="reset"].loading {
	background-image: url("../../../../plugins/buddypress/bp-themes/bp-default/_inc/images/ajax-loader.gif")!important;
	background-position: 95% 50%!important;
	background-repeat: no-repeat!important;
	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("../../../../plugins/buddypress/bp-themes/bp-default/_inc/images/ajax-loader.gif")!important;
	border: 1px solid #ccc;
	padding-right: 25px;
}
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 {
    border-color: #eee;
    color: #bbb;
    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: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#ededed 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#ededed 100%); /* W3C */
    border-color: #eee;
    color: #bbb;
}


/*--------------------------------------------------------------
7 - Forums, Tables and Topics
--------------------------------------------------------------*/
ul#topic-post-list {
	margin: 0 0 15px;
	width: auto;
}
ul#topic-post-list li {
	padding: 15px;
	position: relative;
}
ul#topic-post-list li.alt {
	background: #f5f5f5;
}
ul#topic-post-list li div.poster-meta {
	color: #888;
	margin-bottom: 10px;
}
ul#topic-post-list li div.post-content {
	margin-left: 54px;
}
div.topic-tags {
	font-size: 11px;
	float: right;
	margin-top: -25px;
}
div.admin-links {
	color: #888;
	font-size: 11px;
	position: absolute;
	top: 10px;
	right: 5px;
}
div#topic-meta {
	margin: -10px 0;
	padding: 5px 19px 30px;
	position: relative;
}
div#topic-meta div.admin-links {
	right: 19px;
	top: -36px;
}
div#topic-meta h3 {
	font-size: 20px;
	margin: 5px 0;
}
div#new-topic-post {
	display: none;
	margin: 20px 0 0 0;
	padding: 1px 0 0 0;
}
table {
	width: 100%;
}
table thead tr {
	background: #cccccc;
}
table#message-threads {
	margin: 0 0;
	width: auto;
}
table.profile-fields {
	margin-bottom: 20px;
}
table.profile-fields:last-child {
	margin-bottom: 0;
}
table.profile-fields p {
	margin-top: 15px;
}
table.profile-fields p:last-child {

}
div#sidebar table {
	margin: 0 -16px;
	width: 117%;
}
table tr td,
table tr th {
	vertical-align: middle;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
table tr td.label {
	border-right: 1px solid #eaeaea;
	font-weight: bold;
	width: 27%;
}
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: center;
}
table tr.alt td {
	background: #fefefe;
}
table.notification-settings {
	margin-bottom: 20px;
	text-align: left;
}
#groups-notification-settings {
	margin-bottom: 0;
}
table.notification-settings th.icon,
table.notification-settings td:first-child {
	display: none;
}
table.notification-settings th.title {
padding-left: 10px;
	width: 80%;
}
table.notification-settings .yes,
table.notification-settings .no {
	text-align: center;
	width: 40px;
}
table.forum {
	margin: 0 0;
	width: auto;
}
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: url("../../../../plugins/buddypress/bp-themes/bp-default/_inc/images/closed.png") no-repeat 15px 50%;
	padding-left: 35px;
}
table.forum td p.topic-text {
	color: #888;
	font-size: 13px;
}
table.forum tr > td:first-child,
table.forum tr > th:first-child {
	padding-left: 15px;
}
table.forum tr > td:last-child,
table.forum tr > th:last-child {
	padding-right: 15px;
}
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;
}
table.forum tr td.td-title a.topic-title {
	font-size: 1.2em;
}
table.forum td.td-freshness {
	white-space: nowrap;
}
table.forum td.td-freshness span.time-since {
	font-size: 0.9em;
	color: #888;
}
table.forum td img.avatar {
	float: none;
	margin: 0 5px -8px 0;
}
table.forum td.td-poster,
table.forum td.td-group {
	min-width: 140px;
}
table.forum th#th-title {
	width: 80%;
}
table.forum th#th-freshness {
	width: 25%;
}
table.forum th#th-postcount {
	width: 15%;
}
table.forum p.topic-meta {
	font-size: 0.9em;
	margin: 5px 0 0 0;
}

/*--------------------------------------------------------------
8 - Headers, Lists and Tabs - Activity, Groups, Blogs, Forums
--------------------------------------------------------------*/
.item-body {
	margin: 20px 0;
}
span.activity {
	display: inline-block;
	font-size: 10px;
	opacity: 0.8;
	padding: 1px 8px;
}
.vcard .item-meta span.activity, .widget #groups-list .item-meta span.activity  {max-width: 114px;background: white;}
span.user-nicename {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
vertical-align: top;
margin: 0 5px 0 0;
padding: 1px 8px;
background: #eee;
	display: inline-block;
	font-size: 11px;
}
span.activity,
div#message p, #begenenler {
	border: 1px solid #e1ca82;color: #777;
	font-weight: normal;
	margin-top: 3px;
	text-decoration: none;
	background: #ffeaa6;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, .5)), color-stop(100%,rgba(255, 255, 255, 0))); /* Chrome,Safari4+ */
	background-image: -moz-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	background-image: -ms-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
}
div#item-header {
	overflow: hidden;
	position: relative;
}
div#item-header div#item-header-content {

}
div#item-header h2 {
	font-size: 28px;
	line-height: 120%;
	margin: 0 105px 15px 0;
	font-family: Arial, Tahoma, Verdana, sans-serif;
}
div#item-header h2 a {text-transform: capitalize;
text-shadow:#666 1px 0 5px;
	color: #fff;font-weight: bold;
	text-decoration: none;font-size: 23px;
}
div#item-header img.avatar {
height: 100px;
width: 100px;
border: 1px inset #bbb;
	float: left;
	margin: 0 15px 7px 0;
}
div#item-header h2 {
	margin-bottom: 5px;line-height: 100%;
}
div#item-header span.activity,
div#item-header h2 span.highlight {
color:#666;
margin: 0;
	opacity:1;
	font-size: 11px;
	font-weight: normal;
	line-height: 130%;
	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: 14px;
	color: #fff;

	margin: 10px 0 5px 115px;
	padding-bottom: 0;
}
div#item-header div#item-actions {
	float: right;
	margin: 0 0 10px 15px;
	text-align: right;
	width: 20%;
}
div#item-header div#item-actions h3 {
font-weight: bold!important;
color:white;
font-family: sans-serif;
	font-size: 10px;
	margin: 0 0 5px 0;
}
div#item-header ul {
	margin-bottom: 0;
	overflow: hidden;
}
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 {
	float: right;
	margin: 0 0 0 5px;
}
div#item-header div#message.info {
	line-height: 80%;
}
ul.item-list {
	width: 100%;
}
ul.item-list li {
	border-bottom: 1px solid #ddd;
	padding: 10px 0 5px 0;
	position: relative;
}
ul.item-list.activity-list li {
	padding-bottom: 6px;margin-top: 0;
}
ul.item-list.activity-list li.mini {padding-bottom: 0;}
ul.item-list.activity-list .activity-comments li {
	border-bottom: 1px solid #fff;padding-bottom: 10px;margin-bottom: 0;}
ul.item-list.activity-list li.load-more {border: 0}
ul.single-line li {
	border: none;
}
ul.item-list li img.avatar {
	float: left;
	margin: 0 10px 6px 0;
}
ul.item-list li div.item-title,
ul.item-list li h4 {
	font-weight: normal;
	font-size: 12px;
	margin: 0;
	width: 95%;
}
ul.item-list li div.item-title span {
	color: #999;
	font-size: 12px;
}
ul.item-list li div.item-desc {
	color: #888;
	font-size: 11px;
	margin: 10px 0 0 64px;
}
ul.item-list li div.action {
	position: absolute;
	top: 15px;
	right: 10px;
	text-align: right;
}
ul.item-list li div.meta {


	font-size: 10px;
	margin-top: 3px;
}
ul.item-list li h5 span.small {
padding-top: 10px;
	float: right;
	font-size: 11px;
	font-weight: normal;
}
div.item-list-tabs {
border-bottom: 5px solid #9e1c41;
	clear: left;
	margin: 0 0 0 0;
	overflow: hidden;
}
div.item-list-tabs ul li a {
	text-decoration: none;
}
div.item-list-tabs ul {
margin: 0;

overflow: hidden;
	width: 100%;
}
div.item-list-tabs ul li {
padding-right: 4px;
	float: left;
	list-style-type: none;
	margin: 6px 0 0 0;
	padding-bottom: 0;
}
div.item-list-tabs#subnav ul li {
	margin-top: 0;padding-top: 0;
}
div.item-list-tabs ul li:first-child {
	margin-left: 6px;
}
div.item-list-tabs.index_tabs ul li:first-child {
	margin-left: 0;
}
div.item-list-tabs ul li.last {
	float: right;
	margin: 7px 20px 0 0;
}
div.item-list-tabs#subnav ul li.last {
	padding: 0 2px 0 0;
margin: 4px;
}
div.item-list-tabs ul li.last select {
margin: 3px 0;
	font-size:11px;
}
div.item-list-tabs ul li a,
div.item-list-tabs ul li span {
font-size: 11px;
background-color: #eee;

color: #444;
	display: block;
	padding: 8px 7px 7px;
	text-decoration: none;
}
#begenenler {
	width: 100px;
	display: inline;
	font-size: 90%;
	margin: 0;
	padding: 1px 6px;
	float: left;
}
#begenenler:hover {color: #555}

#begenenler.active {
box-shadow: inset 1px 1px 1px #ccc;
opacity: 0.9;
}

div#begenenler_alt {
text-align: left;
padding: 0;
clear: both;
}

div.item-list-tabs ul li a span {
	background: #2a95c5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline;
	font-size: 90%;
	margin-left: 2px;
	padding: 1px 6px;
}
div.item-list-tabs ul li.selected a,
div.item-list-tabs ul li.current a {
font-weight: bold;
margin-top: 0;
padding-bottom: 7px;
	padding-top: 8px;
	background-color: #9e1c41;

	color: #fff;
	
	-webkit-transition: background 0s;
	-moz-transition: background 0s;
	-o-transition: background 0s;
	transition: background 0s;
}
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;
}
div.item-list-tabs ul li.selected a span,
div.item-list-tabs ul li.current a span {
	background-color: #fff;
	color:#555;
}
ul li.loading a {
	background: url("../../../../plugins/buddypress/bp-themes/bp-default/_inc/images/ajax-loader.gif") no-repeat 92% 50%;
	padding-right: 30px !important;
}
div#item-nav ul li.loading a {
}
div.item-list-tabs#object-nav {
	margin-top: 0;
}
div.item-list-tabs#subnav {
padding-top: 0;
	background: #eee;
	border-bottom: 1px solid #eaeaea;
	overflow: hidden;
}
div.item-list-tabs ul li.feed a {
	background: url("../../../../plugins/buddypress/bp-themes/bp-default/_inc/images/rss.png") center left no-repeat;
	padding-left: 20px;
	line-height: 21px;
	font-size: 10px;
}
#admins-list li {
	overflow: auto;
}


/*--------------------------------------------------------------
9 - Private Messaging Threads
--------------------------------------------------------------*/
table#message-threads tr.unread td {
	background: #fff9db;
	border-top: 1px solid #ffe8c4;
	border-bottom: 1px solid #ffe8c4;
	font-weight: bold;
}
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 {
	background: #eee;
	font-size: 11px;
	margin: 0 0;
	padding: 5px 15px;
	text-align: right;
}
div#message-thread div.message-box {
	margin: 0 0;
	padding: 15px;
}
div#message-thread div.alt {
	background: #fbfbfb;margin-top:10px;
}
div#message-thread p#message-recipients {
	text-align: right;
padding-top: 5px;
margin-bottom: 2px;margin-right: -10px;
}
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;
}


/*--------------------------------------------------------------
10 - Pagination
--------------------------------------------------------------*/
div.pagination {
	background: #f4f4f4;
	border: none;
	color: #888;
	font-size: 11px;
	height: 30px;
	margin: 0;
	padding: 8px 10px;
	position: relative;
}
div.pagination .pag-count {
	float: left;
}
div.pagination .pagination-links {
	float: right;
}
div.pagination .pagination-links span,
div.pagination .pagination-links a {
	font-size: 11px;
	padding: 2px 4px;
	background: #fff;
border: 1px solid #ddd;
}
div.pagination .pagination-links a:hover {
	text-decoration: none;
	background: #9e1c41;
color: #fff;
}
div.pagination .pagination-links span.current{cursor: default;background: #999;color: #fff;}
div#pag-bottom {
	margin-top: -1px;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
#members_search_submit, #groups_search_submit {
	background: #2a95c5;
	color: #fff;border: 0;
	padding: 9px 15px;
}
#members_search_submit:hover, #groups_search_submit:hover {opacity: 0.8}
input[type=submit].alt-button {
background-color: #21759b;
background-image: -webkit-gradient(linear,left top,left bottom,from(#2a95c5),to(#21759b));
background-image: -webkit-linear-gradient(top,#2a95c5,#21759b);
background-image: -moz-linear-gradient(top,#2a95c5,#21759b);
background-image: -ms-linear-gradient(top,#2a95c5,#21759b);
background-image: -o-linear-gradient(top,#2a95c5,#21759b);
background-image: linear-gradient(to bottom,#2a95c5,#21759b);
border-color: #21759b;
border-bottom-color: #1e6a8d;
-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.5);
box-shadow: inset 0 1px 0 rgba(120,200,230,0.5);
color: #fff;
text-decoration: none;
text-shadow: 0 1px 0 rgba(0,0,0,0.1);
}
input[type=submit].alt-button:hover {
background-color: #278ab7;
background-image: -webkit-gradient(linear,left top,left bottom,from(#2e9fd2),to(#21759b));
background-image: -webkit-linear-gradient(top,#2e9fd2,#21759b);
background-image: -moz-linear-gradient(top,#2e9fd2,#21759b);
background-image: -ms-linear-gradient(top,#2e9fd2,#21759b);
background-image: -o-linear-gradient(top,#2e9fd2,#21759b);
background-image: linear-gradient(to bottom,#2e9fd2,#21759b);
border-color: #1b607f;
-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.6);
box-shadow: inset 0 1px 0 rgba(120,200,230,0.6);
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
input[type=submit].alt-button:active {
background: #1b607f;
background-image: -webkit-gradient(linear,left top,left bottom,from(#21759b),to(#278ab7));
background-image: -webkit-linear-gradient(top,#21759b,#278ab7);
background-image: -moz-linear-gradient(top,#21759b,#278ab7);
background-image: -ms-linear-gradient(top,#21759b,#278ab7);
background-image: -o-linear-gradient(top,#21759b,#278ab7);
background-image: linear-gradient(to bottom,#21759b,#278ab7);
border-color: #124560 #2382ae #2382ae #2382ae;
color: rgba(255,255,255,0.95);
-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
text-shadow: 0 1px 0 rgba(0,0,0,0.1);
}
.duyurulararea div#message {margin-left: -20px;
margin-top: -15px;
margin-right: 1px;
}
.duyurulararea div#message p {
padding-top: 10px;
margin-bottom: 20px;
}

#group-cover-image, #change-cover-image, #wp-admin-bar-my-account-xprofile-change-cover-image, #starred, #wp-admin-bar-my-account-messages-starred {
	display: none;
}

.bp-screen-reader-text {
	display: none!important;
}

#bp-group-documents h3 {
	display: none;
}

#bp-group-documents-form label {
	float: none;
}

.bp-group-documents-featured-label {
	margin-top: 15px!important;
}

li#nav-documents-groups-li, li#nav-documents-personal-li {
	background: none!important;
	padding-right: 4px!important;
}