#mentions-autosuggest li:not(.section):hover {
	background: #fff9db;
	background: -moz-linear-gradient(top, #fff9db 0%, #fff7d0 100%); /* FF3.6+ */
	background: -ms-linear-gradient(top, #fff9db 0%, #fff7d0 100%); /* IE10+ */
	background: -o-linear-gradient(top, #fff9db 0%, #fff7d0 100%); /* Opera11.10+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff9db), color-stop(100%, #fff7d0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff9db 0%, #fff7d0 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(top, #fff9db 0%, #fff7d0 100%); /* W3C */
	border-bottom: 1px solid #ffeb86;
	border-top: 1px solid #ffeb86;
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9db',endColorstr='#fff7d0',GradientType=0);
}

.member-social {
	padding: 10px;
}

.social-icons a {
        display: inline-block;
        height: 32px;
        width: 32px;
        margin: 5px;
        text-indent: -9999em;
}

.social-icons a img {
        float:left;
}

ul.wa-bp-activity-list > li {
    overflow: hidden;
    padding: 0 !important;
}

.wa-bp-activity-avatar {
        width: 75px;
}

.wa-bp-activity-avatar span#buddy-verified img {
    max-height: 20px;
    max-width: 20px;
}
#buddypress div.item-list-tabs ul li a, #buddypress div.item-list-tabs ul li span {
    padding: 4px 5px !important;
    font-size: smaller;
    color: black;
}

#buddypress div.item-list-tabs {
    background: none repeat scroll 0 0 #ddd !important;
}

#buddypress div#item-header ul li {
    float: left;
    list-style: outside none none;
}

#buddypress div#subnav {
    margin: 10px 0 35px !important;
}
/*
#buddypress div#subnav.item-list-tabs ul li.last {
    position: absolute;
    right: 0;
    padding: 27px 0;
}
*/
#buddypress div#item-header ul {
    margin-bottom: 0px;
    overflow: hidden;
}


#buddypress .activity-list li.mini .activity-avatar img.FB_profile_pic, #buddypress .activity-list li.mini .activity-avatar img.avatar {
    height: 50px;
    margin-left: 0px;
    width: 50px;
}

.widget.buddypress ul.item-list img.avatar {
    height: 50px;
    width: 50px;
    clear: both;
}

#buddypress div#item-header ul img.avatar, #buddypress div#item-header ul.avatars img.avatar {
    height: 50px;
    margin: 2px;
    width: 50px;
}

.comment-avatar {
    height: unset;
}

.comment-text {
    color: #444;
}

.comment-content {
    border-style: none;
    border-size: 0px;
    box-shadow: none;
}

.badge-display {
	padding: 0 0 0 2px;	
}

.byuser > .comment-content .comment-text {
    color: #000;
}

.badge-artist > .comment-content .comment-text {
    color: #cf483f;
}

.badge-artist > .comment-content {
    border-style: solid;
    border-color: #cf483f;
    border-size: 2px;
    border-radius: 10px;
    box-shadow: 4px 4px 0 #ccc;
}

.badge-staff > .comment-content .comment-text {
    color: #cf483f;
}

.badge-staff > .comment-content {
    border-style: solid;
    border-color: #cf483f;
    border-size: 2px;
    border-radius: 10px;
    box-shadow: 4px 4px 0 #ccc;
}


.widget.buddypress div.item {
    margin: 0 0 2em;
}

.timingtable tr {
    margin: 3px;
}
.timingtable td {
    padding: 3px;
}


