/* - Account General Styles - ("bpMode" = "Buddypress Mode") */
body.bpMode,
body.forums {
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
}

body.bpMode #content,
body.forums #content {
	background: transparent url('/wp-content/themes/openexhibits/images/oeSiteStructureImages/oe-front-background.png') repeat 0 0;
}

hr {
	margin: 8px 0 15px 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #ccc;
}

/*--------------------------------------------------------------
1 - Activity
--------------------------------------------------------------*/
#activity-stream {
	margin-left: 15px;
}

#activity-stream li {
	background: #fff;
	margin: 0 0 40px 0;
	padding: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	list-style-type: none;
	/*
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	*/
}

#activity-stream li:hover {
	/*
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-o-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
	*/
}

ul#activity-stream li.mini {
	font-size: 1em;
	background: #eee;
	padding: 6px;
	border: 1px solid #d3d3d3;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

#item-body {
	clear: both;
}

#item-body form#whats-new-form {
	background: #666;
	margin: 0 0 10px 0;
	padding: 15px;
}

.home-page form#whats-new-form {
	border-bottom: none;
	padding-bottom: 0;
}

form#whats-new-form h5 {
	color: #fff;
    font-family:'OpenSansSemibold', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 0.8em;
	margin: 0;
	margin-left: 76px;
	padding: 0 0 3px 0;
	text-transform: uppercase;
}

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 {
	color: #555;
	font-size: 14px;
	font-family: inherit;
	width: 96%;
	height: 20px;
	background: #fff;
	padding: 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
form#whats-new-form #whats-new-options select {
	max-width: 200px;
	margin-top: 12px;
}
form#whats-new-form #whats-new-submit {
	margin-top: 12px;
	margin-bottom: 0;
	padding-bottom: 0;
}

form#whats-new-form #whats-new-submit div.clear {
	height: 2px;
}

form#whats-new-form #whats-new-submit input[type='submit'] {
	font-size: 0.95em;
	padding: 6px 8px;
}

#whats-new-options {
}
#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;
	padding-top: 6px;
}
ul.activity-list > li:first-child {
	padding-top: 5px;
}

ul.item-list.activity-list li.has-comments {
	padding-bottom: 15px;
}
body.activity-permalink ul.activity-list li.has-comments {
	padding-bottom: 0;
}
.activity-list li.mini {
	font-size: 11px;
	min-height: 35px;
	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 {
	width: 20px;
	height: 20px;
	margin-left: 30px;
}
.activity-permalink .activity-list li.mini .activity-avatar img.avatar,
.activity-permalink .activity-list li.mini .activity-avatar img.FB_profile_pic {
	width: 35px;
	height: 35px;
	margin-left: 0;
}
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;
	padding-top: 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( /wp-content/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;
}
.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: 70px;
	margin-bottom: 10px;
}
body.activity-permalink .activity-list li .activity-content {
	background: #fff;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 16px;
	line-height: 150%;
	min-height: 35px;
	margin-left: 60px;
	margin-right: 0;
	padding: 8px;
	padding-top: 0;
}
body.activity-permalink .activity-list li .activity-header > p {
	/*background: url( /wp-content/plugins/buddypress/bp-themes/bp-default/_inc/images/activity_arrow.gif) top left no-repeat;*/
	
	/* values adjusted on 101012 by glass to fix bleed of 'activity header' p text into 'time-since' span space - see also line 318 and 410 */
	/*height: 35px;
	margin-bottom: 0;
	margin-left: -35px;
	padding: 5px 0 0 35px;*/
	
	max-width: 755px;
	height: 35px;
	margin-left: -35px;
	padding: 5px 0 0 35px;
	line-height: 1.3em;
}
.activity-list .activity-content .activity-header,
.activity-list .activity-content .comment-header {
	color: #888;
	font-size: 0.9em;
	line-height: 220%;
}
.activity-header {
	margin-right: 5px;
}

.activity-header p {
	position: relative;
	font-size: 1.15em;
}

.activity-header a:link,
.activity-header a:active,
.activity-header a:visited,
.comment-meta a:link,
.comment-meta a:active,
.comment-meta a:visited,
.acomment-meta a {
	color: #993434;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.activity-header a:hover {
	text-decoration: underline;
}

.activity-list .activity-content .activity-header img.avatar {
	float: none !important;
	margin: 0 5px -8px 4px !important;
}

a.bp-secondary-action,
span.highlight {
	color: #fff;
	font-size: 0.6em;
    font-family:'OpenSansSemibold', Helvetica, Arial, sans-serif;
	background: #777;
	margin-right: 5px;
	padding: 4px 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
}

span.highlight {
	display: none;
}

.activity-list .activity-content .activity-inner,
.activity-list .activity-content blockquote {
	overflow: hidden;
	margin: 10px 10px 5px 0;
}
.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; /* margin-top added on 101012 by glass to fix bleed of 'activity header' p text into 'time-since' span space - see also lines 241 and 410 */ margin-top: 20px;
}
body.activity-permalink .activity-content .activity-inner,
body.activity-permalink .activity-content blockquote {
	margin-left: 0;
	margin-top: 5px;
}
.activity-inner > p {
	color: #666;
	font-size: 0.8em;
	line-height: 160%;
	word-wrap: break-word;
}
.activity-inner > .activity-inner {
	margin: 0 !important;
}
.activity-inner > blockquote {
	margin: 0 !important;
}
.activity-list .activity-content img.thumbnail {
	border: 2px solid #eee;
	float: left;
	margin: 0 10px 5px 0;
}
.activity-read-more {
	margin-left: 1em;
	white-space: nowrap;
}
.activity-list li.load-more {
	background: #f0f0f0 !important;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 1.2em;
	margin: 15px 0 !important;
	padding: 10px 15px !important;
	text-align: center;
}
.activity-list li.load-more a {
	color: #4d4d4d;
}


/*--------------------------------------------------------------
1.2 - Activity Comments
--------------------------------------------------------------*/
div.activity-meta {
	margin: 10px 0 0 0;
}

body.activity-permalink div.activity-meta {
	margin-bottom: 0;
}

div.activity-meta a {
	font: normal 11px/20px Arial, Tahoma, Verdana, sans-serif;
	padding: 4px 8px;
}

body.bpMode div.activity-meta a.button {
	color: #666;
	background: #efefef;
}

ul#activity-stream li.mini div.activity-meta a.button:link,
ul#activity-stream li.mini div.activity-meta a.button:active,
ul#activity-stream li.mini div.activity-meta a.button:visited {
	/*background: #fff;*/
}

ul#activity-stream li.mini div.activity-meta a.button:hover,
body.bpMode div.activity-meta a.button:hover {
	color: #333;
	background: #dadada;
	text-decoration: none;
}

a.activity-time-since:link,
a.activity-time-since:active,
a.activity-time-since:visited {
	position: absolute;
	top: 0;
	right: 0;
	color: #aaa;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

/* rule added on 101012 by glass to fix bleed of 'activity header' p text into 'time-since' span space - see also line 318 and 241 */
body.activity-permalink .activity-list li .activity-header > p a.activity-time-since span.time-since { 
float: right;
width: 160px;
position: absolute;
right: -140px;
top: 5px;
text-align: right;
}

a.activity-time-since:hover {
	color: #993434;
	text-decoration: underline;
}

.acomment-meta a.activity-time-since {
	top: 5px;
	right: 5px;
	margin-left: 0;
}

a.bp-primary-action,
#reply-title small a {
	font-size: 11px;
	margin-right: 5px;
	text-decoration: none;
}

a.bp-primary-action {
	padding: 4px 6px;
}

a.bp-primary-action span,
#reply-title small a span {
	background: #999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 90%;
	margin-left: 2px;
	padding: 0 5px;
}
a.bp-primary-action:hover span,
#reply-title small a:hover span {
	background: #555;
	color: #fff;
}
div.activity-comments {
	margin: 0 0 0 70px;
	overflow: hidden; /* IE fix */
	position: relative;
	width: auto;
	clear: both;
}
body.activity-permalink div.activity-comments {
	background: none;
	margin-left: 185px;
	width: auto;
}
div.activity-comments > ul {
	background: #f5f5f5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 0 0 0 10px;
}
div.activity-comments ul,
div.activity-comments ul li {
	border: none;
	list-style: none;
}
div.activity-comments ul {
	clear: both;
}
div.activity-comments ul li {
	border-top: 2px solid #fff;
	padding: 10px 0 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 0 0 0;
}
div.activity-comments > ul > li:first-child {
	border-top: none;
}
div.activity-comments ul li:last-child {
	margin-bottom: 0;
}
div.activity-comments ul li > ul {
	margin-left: 30px;
	margin-top: 0;
	padding-left: 10px;
}
body.activity-permalink div.activity-comments ul li > ul {
	margin-top: 10px;
}
body.activity-permalink div.activity-comments > ul {
	padding: 0 10px 0 15px;
}
div.activity-comments div.acomment-avatar img {
	border-width: 2px !important;
	float: left;
	height: 25px;
	margin-right: 10px;
	width: 25px;
}
div.activity-comments div.acomment-content {
	font-size: 11px;
	margin: 5px 0 0 40px;
}
div.acomment-content .time-since,
div.acomment-content .activity-delete-link,
div.acomment-content .comment-header {
	display: none;
}
body.activity-permalink div.activity-comments div.acomment-content {
	font-size: 14px;
}
div.activity-comments div.acomment-meta {
	color: #888;
	font-size: 11px;
	margin-bottom: 10px;
}
div.activity-comments form.ac-form {
	background: #fafafa;
	border: 1px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: none;
	margin: 0 0 15px 33px;
	padding: 8px;
}
div.activity-comments li form.ac-form {
	clear: both;
	float: left;
	width: 95%;
	margin-top: 10px;
	margin-right: 15px;
}
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( /wp-content/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;
}

div.activity-comments form div.ac-reply-content input[type='submit'] {
	font-size: 1.15em;
}

/* - Comment Options - */
ul.item-list li .acomment-content p {
	font-size: 0.85em;
	line-height: 1.6em;
}

.acomment-options {
	float: left;
	margin: 5px 0 5px 40px;
}

ul.item-list .acomment-reply a,
ul.item-list .acomment-options a:link,
ul.item-list .acomment-options a:active,
ul.item-list .acomment-options a:visited {
	color: #666;
	font-size: 1em;
    font-family:'OpenSansRegular', Helvetica, Arial, sans-serif;
	font-weight: normal;
	background: #efefef;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

ul.item-list .acomment-reply a:hover,
ul.item-list .acomment-options a:hover {
	color: #333;
	background: #dadada;
	text-decoration: none;
}

ul.item-list a.acomment-reply {
	display: none;
}


/*--------------------------------------------------------------
2 - Admin Bar
--------------------------------------------------------------*/
#wp-admin-bar .padder {
	width: 95% !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: -39px 0 0 0;
	z-index: 5999;
}
div.dir-search input[type=text] {
	font-size: 12px;
	padding: 1px 3px;
}

#forums-search-form,
#groups-directory-form,
#members-directory-form {
	position: relative;
}

#forums-search-form div.dir-search,
#groups-directory-form div.dir-search,
#members-directory-form div.dir-search {
	position: absolute;
	float: none;
	top: 67px;
	right: 15px;
}

div.dir-search input#forums_search_submit,
div.dir-search input#groups_search_submit,
#members-directory-form div.dir-search input#members_search_submit {
	margin-bottom: -6px;
}

/*--------------------------------------------------------------
4 - Errors / Success Messages
--------------------------------------------------------------*/
div#message {
	margin: 0;
}
#message.info {
	margin-bottom: 0;
}
div#message.updated {
	clear: both;
}
div#message p {
	font-size: 12px;
	display: block;
	padding: 8px;
}
div#message.error p {
	background-color: #db1717;
	border-color: #a71a1a;
	clear: left;
	color: #fff;
}
div#message.updated p {
	color: #1a6a00;
	background-color: #ccf5c4;
	border-color: #80cf70;
}
.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 {
	display: none;
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #efefef;
}

ul.button-nav li {
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
	list-style-type: none;
}


/*--------------------------------------------------------------
5 - Forms
--------------------------------------------------------------*/
#content .standard-form h4 {
	color: #333;
	font-size: 1.2em;
    font-family:'OpenSansRegular', Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin-bottom: 15px;
}

.standard-form p {
	color: #666;
	font-size: 0.9em;
	margin-top: 0;
}

.standard-form textarea,
.standard-form input[type=text],
.standard-form select,
.standard-form input[type=password],
.dir-search input[type=text] {
	color: #888;
	font: inherit;
	font-size: 0.8em;
	padding: 5px;
	border: 1px inset #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.standard-form select {
	padding: 3px;
}
.standard-form input[type=password] {
	margin-bottom: 5px;
}

form#send_message_form label,
form#send_message_form span.label,
.standard-form label,
.standard-form span.label {
	clear: both;
	display: block;
	color: #333;
	font-family: 'OpenSansRegular', Helvetica, Arial, sans-serif;
	margin: 5px 0;
}

div.editfield,
.standard-form div.editfield,
form#forum-topic-form div.editfield,
form#forum-topic-form div.submit {
	margin-bottom: 20px;
	padding: 0;
}

form#forum-topic-form div.editfield,
form#forum-topic-form div.submit {
	/*margin-left: 0;*/
}

/* - Add Snippet Styles - */
#bp-create-thickbox #content .standard-form h4 {
	color: #9a3535;
    font-family:'OpenSansSemibold', Helvetica, Arial, sans-serif;
    font-weight: 600;
}

#bp-create-thickbox #content .standard-form label {
	color: #666;
}

#bp-create-thickbox #content .standard-form .submit input {
	color: #fff;
	font-size: 0.85em;
	font-family: 'OpenSansRegular', Helvetica, Arial, sans-serif;
	background: #9a3535;
	padding: 3px 8px;
	border: 0;
}

body.group-forum-topic form#forum-topic-form div.submit {
	margin-left: 28px;
}

div.editfield .acfb-holder img {
	margin-top: -5px;
}

body.bpMode div.editfield a:link,
body.bpMode div.editfield a:active,
body.bpMode div.editfield a:visited {
	color: #993434;
	font-size: 0.8em;
	text-decoration: none;
}

body.bpMode div.editfield a:hover {
	text-decoration: underline;
}

div.editfield span {
	color: #777;
	font-size: 0.8em;
	padding-left: 3px;
}

li.friend-tab span.p {
	color: #fff;
	font-size: 0.1em;
	background: #c00;
	margin: 0 0 0 3px;
	padding: 1px 3px;
	
	text-align: center;
}

.standard-form div.checkbox label,
.standard-form div.radio label {
	color: #888;
	font-size: 14px;
	font-weight: normal;
	margin: 5px 0 8px 8px;
}
.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%;
}

div#signup-avatar img {
	margin: 0 15px 10px 0;
}
.standard-form textarea {
	width: 75%;
	height: 120px;
}
.standard-form textarea#message_content {
	height: 200px;
}
.standard-form#send-reply textarea {
	width: 97.5%;
}
.standard-form p.description {
	color: #888;
	font-size: 11px;
	margin: 5px 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 {
	margin-right: 15px;
}

#signup_form div.submit {
	padding-top: 0;
}

#signup_form div.submit input {
	font-size: 0.95em;
	margin-right: 15px;
	padding: 6px 8px;
}

#signup_form div.submit a {
	color: #9a3535;
	font-size: 0.85em;
	text-decoration: none;
}

#signup_form div.submit a:hover {
	color: #722727;
	text-decoration: underline;
}

.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 .register-section {
	margin-top: 15px;
}

.standard-form .register-section label {
	font-size: 0.95em;
}

/* - Account Notice - */
.standard-form .register-section #account_notice {
	width: 260px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
}

.standard-form .register-section #account_notice h5 {
	font-size: 0.9em;
	font-weight: normal;
	margin-bottom: 8px;
}

.standard-form .register-section #account_notice p {
	font-size: 0.8em;
	text-align: justify;
	line-height: 1.55em;
}

/* - [end] ~ Account Notice - */

.standard-form #basic-details-section,
.standard-form #blog-details-section,
.standard-form #profile-details-section {
	float: left;
	width: 48%;
}

.standard-form #basic-details-section {
	width: 350px;
	margin: 15px 0 0 0;
	padding: 0;
}

.standard-form #profile-details-section {
	width: 48%;
}

.standard-form #blog-details-section {
	clear: left;
}
.standard-form input:focus,
.standard-form textarea:focus,
.standard-form select:focus {
	background: #fafafa;
	color: #555;
}

/* - Invitation Styles - */
form#send-invite-form {
	background: #fff;
	margin: 0 15px 15px 15px;
	padding: 15px;
}

form#create-group-form .main-column,
form#send-invite-form .main-column {
	float: left;
	width: 770px;
	margin: 0;
	padding: 0 0 10px 10px;
}

form#create-group-form .main-column {
	padding-left: 0;
}

form#create-group-form #friend-list {
	margin-left: 0;
}

form#send-invite-form .left-menu {
	width: 160px;
}

.clear,
form#send-invite-form .clear {
	clear: both;
}

form#create-group-form .submit,
form#send-invite-form .submit {
	clear: none;
	float: left;
	margin: 0 0 0 18px;
}

form#create-group-form .submit {
	margin: 0;
	padding: 0;
}

form#send-invite-form #friend-list {
	margin: 0 0 0 10px;
	padding: 0;
}

form#send-invite-form #friend-list li {
	margin: 0;
	padding: 8px 0 20px 0;
	border-bottom: 1px solid #ddd;
}

form#send-invite-form #friend-list li span.activity {
	margin-left: 0;
}

div#invite-list {
	overflow: auto;
	float: left;
	width: 160px;
	height: 400px;
	background: #f5f5f5;
	margin: 0;
	padding: 5px;
	border: 1px solid #e4e4e4;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

div#invite-list ul {
	color: #666;
	font-size: 0.9em;
	margin: 0;
	padding: 8px;
}

div#invite-list ul li {
	margin-bottom: 8px;
	list-style-type: none;
}

body.bpMode div#item-header div#item-meta a.group-button,
body.bpMode .comment-reply-link,
body.bpMode input[type=button],
body.bpMode a.button,
body.bpMode button,
body.bpMode input[type=submit],
body.bpMode input[type=reset],
body.bpMode ul.button-nav li a,
body.bpMode div.generic-button a {
	color: #fff;
	font-size: 0.8em;
    font-family:'OpenSansRegular', Helvetica, Arial, sans-serif;
	background: #9a3535; /* W3C */
	padding: 4px 10px;
	border: 0;
	text-align: center;
	text-decoration: none;
	line-height: 14px;
	cursor: pointer;
	outline: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

body.bpMode div#item-header div#item-meta a.group-button:hover,
body.bpMode .comment-reply-link:hover,
body.bpMode a.button:hover,
body.bpMode a.button:focus,
body.bpMode button:hover,
body.bpMode input[type=submit]:hover,
body.bpMode input[type=button]:hover,
body.bpMode input[type=reset]:hover,
body.bpMode ul.button-nav li a:hover,
body.bpMode ul.button-nav li.current a,
body.bpMode div.generic-button a:hover {
	background: #722727;
}

body.bpMode div#item-header div#item-meta a.group-button:link,
body.bpMode div#item-header div#item-meta a.group-button:hover {
	float: right;
	font-size: 0.8em;
	margin: -3px 0 0 0;
	padding: 3px 6px;
	text-decoration: none;
}

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


/*--------------------------------------------------------------
7 - Forums, Tables and Topics
--------------------------------------------------------------*/
#activate-page h3,
#signup_form h3,
#create-group-form h3,
#groups-directory-form h3,
#members-directory-form h3,
#forums-search-form h3 {
	position: relative;
	color: #666;
	font-size: 2.5em;
	font-family:'OpenSansLight', Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 120%;
}

#signup_form span {
	position: absolute;
	top: 0;
	left: 340px;
	font-size: 0.5em;
}

#create-group-form h3,
#members-directory-form h3 {
	padding: 15px;
}

#create-group-form h3 a.button,
#groups-directory-form h3 a.button,
#forums-search-form h3 a.button {
	position: absolute;
	top: 13px;
	font-size: 0.3em;
	margin: 0;
	padding: 4px 6px;
}

#create-group-form h3 a.button {
	margin-top: 15px;
}

#group-create-body {
	padding: 0 15px 15px 15px;
}

#group-create-body .left-menu {
	float: left;
	margin-right: 20px;
}

#group-create-body #avatar-intro {
	font-size: 1em;
	width: 850px;
}

ul#topic-post-list {
	width: auto;
	margin: 20px;
}

ul#topic-post-list li {
	position: relative;
	padding: 14px;
}

ul#topic-post-list li.alt {
	background: #f5f5f5;
}

ul#topic-post-list li div.poster-meta {
	color: #888;
	font-size: 0.7em;
	margin: 0;
	padding: 0;
}

ul#topic-post-list li div.poster-meta a {
	font-size: 1.3em;
	margin-right: 4px;
}

ul#topic-post-list li div.post-content {
	margin: 5px 0 10px 50px;
	padding: 0;
}

ul#topic-post-list li div.post-content p {
	color: #666;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	text-indent: none;
	line-height: 180%;
}

form#forum-topic-form div.topic-tags {
	color: #777;
	font-size: 11px;
	float: right;
	margin-top: 20px;
}

form#forum-topic-form div.admin-links,
div.admin-links {
	position: absolute;
	top: 12px;
	right: 12px;
	color: #888;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

form#forum-topic-form div#topic-meta,
div#topic-meta {
	position: relative;
	margin: 0;
	padding: 0;
}

div#topic-meta div.admin-links {
	position: absolute;
	right: 10px;
	bottom: 0;
	color: #993434;
	height: 19px;
	background: #993434;
	margin: 0;
	padding: 5px 10px 0 10px;
	line-height: normal;
}

div#topic-meta div.admin-links a {
	color: #fff;
	margin: 0 2px;
	text-decoration: none;
}

div#topic-meta div.admin-links a:hover {
	text-decoration: underline;
}

div#topic-meta h3 {
	color: #fff;
	font-size: 1.5em;
	font-weight: normal;
	background: #666;
	margin: 0;
	padding: 15px 330px 15px 18px;
}

div#new-topic-post {
	display: none;
	margin: 0;
	padding: 1px 0 0 0;
}
table {
	width: 100%;
}
table thead tr {
	background: #eaeaea;
}

#settings-form table,
table#message-threads {
	width: 980px;
	background: #fff;
	margin: 20px 0 0 20px;
	border: 0;
}

#settings-form table td,
table#message-threads td {
	color: #555;
	font-size: 0.9em;
	border: 0;
	border-bottom: 1px solid #ccc;
}

#settings-form table a,
table#message-threads a {
	color: #9a3535;
	text-decoration: none;
}

#settings-form table a:hover,
table#message-threads a:hover {
	text-decoration: underline;
}

#settings-form table a.button,
table#message-threads a.button { 
	color: #fff;
	text-decoration: none;
}

#settings-form table {
	width: 960px;
	margin-bottom: 20px;
	margin-left: 0;
}

#settings-form table th {
	color: #333;
	font-size: 0.9em;
	font-weight: normal;
	padding: 4px 6px;
	border: 0;
}

#settings-form table td {
	color: #777;
	font-size: 0.8em;
}

#settings-form table th.title {
	text-align: left;
}

/* - Groups Settings Forum - */
form#create-group-form label,
form#group-settings-form label {
	color: #666;
}

form#create-group-form strong,
form#group-settings-form strong {
	color: #333;
	font-family:'OpenSansSemibold', Helvetica, Arial, sans-serif;
	font-weight: normal;
}

/* - Profile ( and "send a message" form ) - */
form#settings-form,
form#group-settings-form,
form#send_message_form,
form#forum-topic-form div,
#item-body div.profile {
	margin: 15px;
	padding: 15px;	
}

form#settings-form,
form#group-settings-form,
#edit-topic,
#post-topic-reply,
#item-body div.profile,
form#send_message_form,
form#forum-topic-form div#new-topic-post {
	background: #fff;
}

#item-body div.profile h4 {
	display: none;
}

#settings-form a:link,
#settings-form a:active,
#settings-form a:visited,
#item-body div.profile a:link,
#item-body div.profile a:active,
#item-body div.profile a:visited {
	color: #993434;
	text-decoration: none;
}

#settings-form a:hover,
#item-body div.profile a:hover {
	text-decoration: underline;
}

#item-body div.profile a.button {
	color: #fff;
	text-decoration: none;
}

#item-body div.profile p {
	color: #666;
}

/* - Avatar Upload - */
form#avatar-upload-form h5 {
	font-size: 1.2em;
    font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin-bottom: 5px;
}

p#avatar-upload {
	width: 375px;
	background: #f4f4f4;
	padding: 6px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
}

p#avatar-upload input {
	font-size: 0.75em;
	padding: 4px 6px;
}

#group-create-body p#avatar-upload {
	float: left;
}

table.profile-fields {
	font-size: 0.8em;
	margin: 0;
	margin-bottom: 20px;
}

table.profile-fields a:link,
table.profile-fields a:active,
table.profile-fields a:visited {
	color: #993434;
	text-decoration: none;
}

table.profile-fields a:hover {
	text-decoration: underline;
}

table.profile-fields td {
	padding: 6px 8px;
	border: 1px solid #ccc;
}

table.profile-fields td p {
	display: inline;
}

table.profile-fields:last-child {
	margin-bottom: 0;
}
table.profile-fields p {
	margin-top: 15px;
}
table.profile-fields p:last-child {
	margin-top: 0;
}

div#sidebar table {
	margin: 0 -16px;
	width: 117%;
}
table tr td,
table tr th {
	vertical-align: middle;
}
table tr td.label {
	color: #555;
	width: 25%;
	border-right: 1px solid #eaeaea;
}
table tr td.thread-info p {
	margin: 0;
}
table tr td.thread-info p.thread-excerpt {
	color: #666;
	font-size: 11px;
	margin-top: 3px;
}
div#sidebar table td,
table.forum td {
	text-align: center;
}

table tr td {
	
}

table tr.alt td {
	background: #f5f5f5;
}

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 {
	width: 80%;
}
table.notification-settings .yes,
table.notification-settings .no {
	text-align: center;
	width: 40px;
}

table.forum {
	width: auto;
	font-size: 0.8em;
	margin: 15px;
}

table.forum a:link,
table.forum a:active,
table.forum a:visited {
	color: #993434;
	text-decoration: none;
}

table.forum a:hover {
	text-decoration: underline;
}

table.forum th {
	color: #333;
	font-family:'OpenSansSemibold', Helvetica, Arial, sans-serif;
	font-weight: normal;
	border: 0;
}

table.forum td {
	background: #fff;
	padding: 12px 8px;
	border: 1px solid #efefef;
}

table.forum tr.alt td {
	background: transparent;
}

table.forum tr:hover td,
table.forum tr.alt:hover td {
	background: #f6f6f6;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

table.forum tr.sticky td {
	font-size: 1.2em;
	background: #fff9db;
	border-top: 1px solid #ffe8c4;
	border-bottom: 1px solid #ffe8c4;
}
table.forum tr.closed td.td-title {
	background-image: url( /wp-content/plugins/buddypress/bp-themes/bp-default/_inc/images/closed.png);
	background-position: 15px 50%;
	background-repeat: no-repeat;
	padding-left: 35px;
}
table.forum td p.topic-text {
	color: #888;
	font-size: 13px;
}
table.forum tr > 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 {
	font-size: 1.1em;
	text-transform: uppercase;
}

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: 1em;
	font-family:'OpenSansSemibold', Helvetica, Arial, sans-serif;
	font-weight: normal;
}
table.forum td.td-freshness {
	white-space: nowrap;
}
table.forum td.td-freshness span.time-since {
	color: #777;
	font-size: 0.85em;
}
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 td.td-postcount {
	color: #777;
}

table.forum p.topic-meta {
	font-size: 0.85em;
	margin: 8px 0 5px 0;
}

/*--------------------------------------------------------------
8 - Headers, Lists and Tabs - Activity, Groups, Blogs, Forums
--------------------------------------------------------------*/
.item-body {
	margin: 20px 0;
}

span.activity {
	display: inline-block;
	font-size: 11px;
	opacity: 0.8;
	padding: 1px 8px;
}
span.user-nicename {
	display: inline-block;
	color: #777;
	font-size: 16px;
	font-family: "OpenSansSemiBold", Helvetica, Arial, sans-serif;
}
span.activity,
div#message p {
	font-weight: normal;
	background: #fff4d1;
	margin: 6px;
	border: 1px solid #e1ca82;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
}

div#item-header {
	width: 90%;
}

div#item-header,
#groups-directory-form,
#forums-search-form {
	overflow: hidden;
	padding: 15px;
}

div#item-header div#item-header-content {
	margin-left: 170px;
}


div#item-header img.avatar {
	float: left;
	margin: 0 15px 19px 0;
}

div#item-header h2 {
	color: #333;
	font-size: 2.5em;
	font-family:'OpenSansLight', Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 0 0 5px 0;
	line-height: 120%;
}

div#item-header h2 a {
	color: #666;
	text-decoration: none;
}

div#item-header span.activity,
div#item-header h2 span.highlight {
	font-size: 11px;
	font-weight: normal;
	line-height: 170%;
	margin-bottom: 7px;
	vertical-align: middle;
}
div#item-header h2 span.highlight {
	font-size: 16px;
}
div#item-header h2 span.highlight span {
	background: #a1dcfa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 2px;
	padding: 1px 4px;
	right: -2px;
	top: -2px;
	vertical-align: middle;
}

div#item-header div#item-meta {
	/*overflow: hidden;*/
	position: relative;
	color: #777;
	font-size: 14px;
	background: #fff;
	margin: 10px 0 0 0;
	padding: 0 0 0 10px;
	border: 1px solid #ddd;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	line-height: 30px;
}

div#item-header div#item-meta p {
	width: 80%;
	margin: 0;
	padding: 5px 0;
	line-height: 1.5em;
}

div#item-header div#item-meta a:link,
div#item-header div#item-meta a:active,
div#item-header div#item-meta a:visited,
div#item-header div#item-meta a:hover {
	color: #993434;
	font-size: 0.85em;
	background: transparent;
	margin-left: 10px;
	padding: 0;
}

div#item-header div#item-actions {
	float: right;
	width: 20%;
	margin: 0 0 15px 15px;
	text-align: right;
}

div#item-header div#item-actions h3 {
	color: #777;
	font-size: 0.8em;
	font-weight: normal;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}

div#item-header ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

div#item-header ul h5,
div#item-header ul span,
div#item-header ul hr {
	display: none;
}
div#item-header ul li {
	float: right;
	margin: 0 0 0 4px;
	padding: 0;
	list-style-type: none;
}
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: left;
	margin: 0 10px 0 0;
}
div#item-header div#message.info {
	line-height: 80%;
}

div#item-header #item-buttons {
	position: absolute;
	top: -23px;
	right: 0;
}

div#item-header div#item-meta #item-buttons a:link,
div#item-header div#item-meta #item-buttons a:active,
div#item-header div#item-meta #item-buttons a:visited {
	font-size: 0.8em;
}

div#item-header div#item-meta #item-buttons a:hover {
	color: #966;
	text-decoration: underline;
}

div#item-header div#item-meta #item-buttons a.leave-group:link,
div#item-header div#item-meta #item-buttons a.leave-group:active,
div#item-header div#item-meta #item-buttons a.leave-group:visited {
	font-size: 0.8em;
	margin-top: -3px;
	padding: 3px 6px;
}

div#item-header div#item-meta #item-buttons a.leave-group:hover {
	color: #fff;
	text-decoration: none;
}

ul.item-list h5 {
	font-weight: normal;
}

ul.item-list a {
	color: #993434;
	text-decoration: none;
}

ul.item-list a:hover {
	text-decoration: underline;
}

ul.item-list a.button:hover {
	text-decoration: none;
}

ul.item-list li {
	position: relative;
	background: #fff;
	margin-left: 0;
	padding: 10px 15px 15px 15px;
	border-bottom: 1px solid #ccc;
	list-style-type: none;
}

ul.item-list li p {
	color: #666;
	font-size: 0.8em;
	width: 85%;
	margin-bottom: 6px;
}

ul.item-list li .activity-header p {
	width: 100%;
}

ul.item-list.activity-list li {
	padding-bottom: 0;
}
ul.single-line li {
	border: none;
}
ul.item-list li img.avatar {
	float: left;
	margin: 0 10px 0 0;
}
ul.item-list li div.item-title,
ul.item-list li h4 {
	width: 75%;
	font-size: 1em;
	font-weight: normal;
	margin: 0;
}

ul.item-list li h4 .small {
	font-size: 0.8em;
}

ul.item-list li div.item-title span {
	color: #999;
	font-size: 12px;
}
ul.item-list li div.item-desc {
	color: #888;
	font-size: 0.7em;
	width: 70%;
	margin: 5px 0 0 64px;
}

ul.item-list li div.item-desc p {
	font-size: 1.15em;
	margin-bottom: 0;
	line-height: 1.5em;
}

ul.item-list li div.action {
	position: absolute;
	top: 15px;
	right: 10px;
	text-align: right;
}
ul.item-list li div.meta {
	color: #888;
	font-size: 11px;
}

ul.item-list li h5 span.small {
	float: right;
	font-size: 0.85em;
	font-weight: normal;
}
div.item-list-tabs {
	background: #eaeaea;
	clear: left;
	margin: 0;
	overflow: hidden;
}
div.item-list-tabs ul li a {
	text-decoration: none;
	height: 20px;
}
div.item-list-tabs ul {
	margin-top: 8px;
	margin-bottom: 0;
	margin-left: 10px;
}
div.item-list-tabs ul li {
	float: left;
	margin: 5px 0 0 5px;
	list-style-type: none;
}
div.item-list-tabs#subnav ul li {
	margin-top: 0;
}

#bpMode div.item-list-tabs#subnav ul li a {
	margin-bottom: 0;
}

div.item-list-tabs ul li#home-groups-li,
div.item-list-tabs ul li#groups-personal-li,
div.item-list-tabs ul li#activity-groups-personal-li {
	display: none;
}

div.item-list-tabs ul li:first-child {
	margin-left: 10px;
}
div.item-list-tabs ul li.last {
	float: right;
	margin: 7px 0;
}
div.item-list-tabs#subnav ul li.last {
	font-size: 0.7em;
	margin-top: 0;
	text-transform: uppercase;
}

div.item-list-tabs ul li.last select {
    font-family:'OpenSansRegular', Helvetica, Arial, sans-serif;
	max-width: 175px;
	padding: 4px 6px;
	border: 1px solid #ccc;
}
div.item-list-tabs ul li a,
div.item-list-tabs ul li span {
	display: block;
	color: #993434;
	font-size: 0.8em;
	padding: 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

div.item-list-tabs ul li a:hover {
	color: #966;
	text-decoration: underline;
}

div.item-list-tabs ul li a span {
	display: inline;
	color: #fff;
	font-size: 1em;
	background: #67a667;
	margin-left: 2px;
	padding: 1px 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

div.item-list-tabs ul li a:hover span {
	text-decoration: none;
}

div.item-list-tabs ul li.selected a,
div.item-list-tabs ul li.current a {
	color: #555;
    font-family:'OpenSansBold', Helvetica, Arial, sans-serif;
	background-color: #fff;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

div.item-list-tabs ul li.selected a:hover,
div.item-list-tabs ul li.current a:hover {
	text-decoration: none;
}

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: #555;
}
ul li.loading a {
	background-image: url('/wp-content/plugins/buddypress/bp-themes/bp-default/_inc/images/ajax-loader.gif');
	background-position: 92% 50%;
	background-repeat: no-repeat;
	padding-right: 30px !important;
}

#item-nav {
	margin-top: 0;
}

div#item-nav ul li.loading a {
	background-position: 88% 50%;
}
div.item-list-tabs#object-nav {
	margin-top: 0;
}

div.item-list-tabs#object-nav ul {
	margin-bottom: 0;
}

div.item-list-tabs#subnav {
	background: #fff;
	border-bottom: 1px solid #eaeaea;
	margin: 0;
	padding: 0;
	min-height: 25px;
	overflow: hidden;
}
div.item-list-tabs ul li.feed a {
	background: url('/wp-content/plugins/buddypress/bp-themes/bp-default/_inc/images/rss.png') center left no-repeat;
	padding-left: 20px;
}

ul#groups-list .generic-button {
	margin-bottom: 10px;
}

.bp-widget {
	margin-bottom: 20px;
}

/* - Administrators List - */
#admins-list {
	margin: 0;
	padding: 0;
}

#admins-list li {
	overflow: auto;
	margin-bottom: 15px;
	border: 1px solid #efefef;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #b7b7b7;
}

#admins-list h5 a {
	font-weight: normal;
    font-family:'OpenSansSemibold', Helvetica, Arial, sans-serif;
}

#admins-list li .small {
	margin-top: 10px;
}

/* - Members List - */
#members-list {
	margin: 15px 15px 0 15px;
	padding: 0;
}

#members-list li {
	overflow: auto;
	margin-bottom: 15px;
	border: 1px solid #efefef;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #b7b7b7;
}

#members-list h5 a {
	font-weight: normal;
    font-family:'OpenSansSemibold', Helvetica, Arial, sans-serif;
}

#members-list li .small {
	margin-top: 8px;
}

/*--------------------------------------------------------------
9 - Private Messaging Threads
--------------------------------------------------------------*/
table#message-threads tr.unread td {
	background: #fffbea;
	border-top: 1px solid #ffe8c4;
	border-bottom: 1px solid #e8d392;
}

table#message-threads tr td a[title='View Message'] {
	font-family:'OpenSansSemibold', Helvetica, Arial, sans-serif;
}

li span.unread-count,
tr.unread span.unread-count {
	color: #fff;
	font-weight: bold;
	background: #67a667;
	margin: 0;
	padding: 2px 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
div.item-list-tabs ul li a span.unread-count {
	color: #fff;
	padding: 1px 6px;
}

div.messages-options-nav {
	font-size: 11px;
	background: #e0e0e0;
	margin: 20px;
	padding: 5px 10px;
	text-align: right;
}

div.messages-options-nav a {
	color: #9a3535;
}

div#message-thread {
	background: #fff;
	margin: 20px;
	padding: 15px;
}

div#message-thread h3#message-subject {
	font-size: 1.75em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

div#message-thread a {
	color: #993434;
}

div#message-thread a.button {
	color: #fff;
	text-decoration: none;
}

div#message-thread p {
	color: #666;
	font-size: 0.9em;
	line-height: 180%;
}

div#message-thread div.message-box {
	margin: 0;
	padding: 15px;
}
div#message-thread div.alt {
	background: #f4f4f4;
}

div#message-thread p#message-recipients {
	margin: 5px 0 20px 0;
}

div#message-thread span.highlight {
	color: #666;
	font-size: 1em;
    font-family:'OpenSansRegular', Helvetica, Arial, sans-serif;
	font-style: italic;
	background: transparent;
	margin: 0 5px 0 0;
	padding: 0;
	text-transform: none;
	line-height: normal;
}

div#message-thread p#message-recipients a.button {
	font-size: 0.85em;
	padding: 4px 8px;
}

div#message-thread img.avatar {
	float: left;
	margin: 0 10px 0 0;
	vertical-align: middle;
}
div#message-thread strong {
	font-size: 16px;
	font-family:'OpenSansSemibold', Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 0 0 0 5px;
}

div#message-thread strong a {
	font-size: 1.1em;
	text-decoration: none;
}

div#message-thread strong a:hover {
	text-decoration: underline;
}

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-right: 20px;
	margin-left: 45px;
	padding-bottom: 15px;
	border-bottom: 1px solid #efefef;
}
div#message-thread div.message-options {
	text-align: right;
}


/*--------------------------------------------------------------
10 - Pagination
--------------------------------------------------------------*/

form#forum-topic-form div.pagination,
.padder div.pagination {
	position: relative;
	color: #888;
	font-size: 11px;
	height: 13px;
	background: #f4f4f4;
	margin: 0;
	padding: 8px 20px;
	border: none;
}

form#forum-topic-form div .pag-count,
.padder div.pagination .pag-count {
	float: left;
	margin: 0;
	padding: 0;
}
.padder div.pagination .pagination-links {
	float: right;
}
.padder div.pagination .pagination-links span,
.padder div.pagination .pagination-links a {
	font-size: 12px;
	padding: 0 5px;
}
.padder div.pagination .pagination-links a:hover {
	font-weight: bold;
}
.padder div#pag-bottom {
	margin-top: -1px;
}
.padder #nav-above {
	display: none;
}
.padder .paged #nav-above {
	display: block;
}

/*--------------------------------------------------------------
11 - Register Page
--------------------------------------------------------------*/
#register-page {
	padding: 20px;
}

/*--------------------------------------------------------------
12 - Activate Page
--------------------------------------------------------------*/
#activate-page {
	padding: 20px;
}

/* --- Misc Pages --- */
#ass-email-subscriptions-options-page {
	margin: 15px;
}

#ass-email-subscriptions-options-page h3 {
	color: #666;
	font-size: 1.2em;
	font-weight: normal;
}

#ass-email-subscriptions-options-page b {
	font-size: 0.9em;
	font-weight: normal;
}

#ass-email-subscriptions-options-page label input {
	margin-right: 6px;
}

.ass-sub-note a:link,
.ass-sub-note a:active,
.ass-sub-note a:visited {
	color: #993434;
	text-decoration: none;
}

.ass-sub-note a:hover {
	text-decoration: underline;
}

/*--------------------------------------------------------------
Added Only For the BuddyPress CAPTCHA
--------------------------------------------------------------*/

.recaptcha_only_if_no_incorrect_sol{
	display: none;
}