/* Load the default admin bar styles */
@import url( ../../../../plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css );

/**
 * The following are basic CSS styles to give BuddyPress pages their absolute basic formatting.
 * You should extend/override these styles in your standard theme CSS to match your theme.
 */

/***
 * Navigation tabs
 */
div.item-list-tabs {
	margin: 15px 0;
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	clear: both;
}

div.item-list-tabs ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 200%;
}
	div.item-list-tabs ul li {
		float: left;
		margin-right: 5px;
	}
		div.item-list-tabs#subnav ul li a {
			border: none;
			padding: 0;
		}

	div.item-list-tabs ul li.last { float: right; }

/***
 * Object Lists (groups/members/forums/blogs)
 */

ul.item-list {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}
	ul.item-list li { 
		position: relative; 
		clear: left;
	}
	ul.item-list div.item-avatar {
		float: left;
	}

	ul.item-list div.item {
		margin-left: 65px;
	}

	ul.item-list div.action {
		position: absolute;
		top: 0;
		right: 15px;
		text-align: right;
	}


/***
 * Content Object Headers
 */

div#item-header {
	padding-bottom: 15px;
	overflow: hidden;
}
	div#item-header div#item-header-avatar {
		float: left;
		margin-right: 15px;
	}

	div#item-header div#item-header-content {
		float: left;
	}

/***
 * Activity Stream Post Form
 */

form#whats-new-form {
	overflow: hidden;
	padding-bottom: 20px;
}
	form#whats-new-form #whats-new-avatar {
		float: left;
	}

	form#whats-new-form h5 {
		clear: none;
		margin-left: 76px;
	}

	form#whats-new-form #whats-new-content {
		margin-left: 54px;
		padding-left: 22px;
	}

	form#whats-new-form #whats-new-textarea {
		padding: 8px;
		border: 1px inset #ccc;
		margin-bottom: 10px;
	}
	form#whats-new-form textarea {
		width: 100%;
		height: 60px;
		font-size: 14px;
		font-family: inherit;
		color: #555;
		border: none;
		margin: 0;
		padding: 0;
	}

	form#whats-new-form #whats-new-submit {
		float: right;
		margin: 0;
	}

/***
 * Activity Stream Post Form
 */

ul.activity-list {
	margin: 0;
	padding: 0;
}

ul.activity-list li {
	overflow: hidden;
	padding: 20px 0;
}
	ul.activity-list li img.avatar {
		float: left;
		width: 60px;
		height: 60px;
	}

	ul.activity-list li div.activity-content {
		margin-left: 75px;
	}

	ul.activity-list li div.activity-comments {
		margin: 15px 0 0 38px;
	}
		ul.activity-list li div.activity-comments ul li {
			padding: 5px 0;
		}

		ul.activity-list li div.activity-comments img.avatar {
			width: 25px;
			height: 25px;
		}

		ul.activity-list li div.acomment-content, ul.activity-list li div.acomment-meta {
			margin-left: 35px;
		}

	ul.activity-list li div.activity-inreplyto {
		margin: 15px 0 0 75px;
		font-size: 11px;
	}

/***
 * Input Forms
 */

/* Activity comment forms */

form.ac-form { display: none; } /* JS will show this */

div.activity-comments form {
	display: none;
	margin: 10px 0 10px 33px;
	padding: 8px;
}

	div.activity-comments div#message {
		margin-top: 15px;
		margin-bottom: 0;
	}

	div.activity-comments form.loading {
		background-image: url( ../images/ajax-loader.gif );
		background-position: 2% 95%;
		background-repeat: no-repeat;
	}

	div.activity-comments form .ac-textarea {
		padding: 8px;
		border: 1px inset #ccc;
		margin-bottom: 10px;
	}
		div.activity-comments form textarea {
			width: 100%;
			height: 60px;
			border: none;
			padding: 0;
		}
			div.activity-comments form input {
				margin-top: 5px;
			}

	div.activity-comments form div.ac-reply-avatar {
		float: left;
	}

	div.activity-comments form div.ac-reply-content {
		margin-left: 25px;
		padding-left: 15px;
	}

/* Standard Input Forms */

form.standard-form label, form.standard-form span.label {
	display: block;
	margin: 15px 0 5px 0;
}
	form.standard-form div.checkbox label,
	form.standard-form div.radio label {
		font-weight: normal;
		margin: 5px 0 0 0;
	}

	form.standard-form textarea {
		width: 75%;
		height: 120px;
	}

/* Send Invites Form */
form#send-invite-form {
	margin-top: 20px;
}
	div#invite-list {
		height: 400px;
		overflow: scroll;
		padding: 5px;
		width: 160px;
		margin: 10px 0;
	}

/* @group Elbee Elgee BuddyPress Elements */

div#item-header h2 {
    font-size: 28px;
    margin: 0 0 15px 0;
    line-height: 120%;
}
    div#item-header h2 a {
        text-decoration: none;
        color: #777;
    }

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

div#item-header h2 { margin-bottom: 5px; }

div#item-header span.activity, div#item-header h2 span.highlight {
    vertical-align: middle;
    font-size: 11px;
    font-weight: normal;
    line-height: 170%;
    margin-bottom: 7px;
}

#item-actions {
	float: right;
	text-align: right;
}

#lb-content div.item-list-tabs {
	border-bottom: 1px solid #ddd;
	padding-bottom: 0;
}

#lb-content div.item-list-tabs > ul {
}
div.item-list-tabs#subnav ul li.feed {
	background: #fff url(../images/feed.png) left no-repeat;
	padding-left: 20px;	
	border: 0;
}

div.item-list-tabs ul > li.last {
	border: 0 !important;
	background: #fff !important;
}

#lb-content div.item-list-tabs ul > li:first-child {
	margin-left: 20px;
}

#lb-content div.item-list-tabs ul > li {
	display: block;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #ddd;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	padding: 5px 5px 0 5px;
	line-height: 21px;
	background: #FAFAFA;
	background: -webkit-gradient(linear,0 0,0 100%,from(white),to(#dcdcdc));
	background: -webkit-linear-gradient(white,#dcdcdc);
	background: -moz-linear-gradient(top,#dcdcdc);
}

#lb-content div.item-list-tabs ul > li.current,#lb-content div.item-list-tabs ul > li.selected {
	background: #fff;
	border-bottom: 1px solid #fff;
	margin-bottom: -1px;
}

#lb-content div.item-list-tabs ul > li.current a,#lb-content div.item-list-tabs ul > li.selected a {
	font-weight: bold;
}

#lb-content div.item-list-tabs ul > li a {
	text-decoration: none;
}

#lb-content div.item-list-tabs ul > li a:hover, #lb-content div.item-list-tabs ul > li a:active {
	color: #000;
}

#lb-content ul.item-list li {
	border-bottom: 1px solid #ddd;
}

span.activity {
	display: inline-block;
    font-size: 11px;
    font-weight: normal;
    background: #FFF9DB;
    border-bottom: 1px solid #FFE8C4;
    border-right: 1px solid #FFE8C4;
    color: #ffa200;
    padding: 1px 8px;
    margin-top: 6px;
    text-decoration: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

span.highlight {
	background: #EBF7FF;
    border-bottom: 1px solid #a1dcfa;
    border-right: 1px solid #a1dcfa;
    color: #059AE7;
    padding: 3px 8px;
    text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-right: 3px;
}

div#item-header h2 span.highlight { font-size: 16px; }

div#item-header h2 span.highlight span {
	position: relative;
	top: -2px;
	right: -2px;
	font-weight: bold;
	font-size: 11px;
	background: #a1dcfa;
	color: #fff;
	padding: 1px 4px;
	margin-bottom: 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	vertical-align: middle;
	cursor: pointer;
	display: none;
}

.activity-list div.activity-meta a.acomment-reply {
    background: #FFF9DB;
    border-bottom: 1px solid #FFE8C4;
    border-right: 1px solid #FFE8C4;
    color: #ffa200;
}

div.activity-meta a.acomment-reply:hover {
    background: #f7740a;
    color: #fff;
    border-color: #f7740a;
}

.activity-list div.activity-meta a {
    font-size: 11px;
    background: #f4f4f4;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    color: #999;
    padding: 4px 8px;
    text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-right: 3px;
}

div.activity-meta a:focus { outline: none; }
div.activity-meta a:hover {
    background: #aaa;
    color: #fff;
    border-color: #aaa;
}

a.button, input[type=submit], input[type=button], input[type=reset],
ul.button-nav li a, div.generic-button a, h3 a.button {
    background: url( ../../images/white-grad.png ) top left repeat-x;
    border: 1px solid #ddd;
    padding: 3px 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    color: #888;
    font-size: 12px;
    font-weight: normal;
    vertical-align: bottom;
    cursor: pointer;
}

a.button:hover, a.button:focus, input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover,
ul.button-nav li a:hover, ul.button-nav li.current a,
div.generic-button a:hover, h3 a.button:hover {
    border-color: #aaa;
    color: #555;
    outline: none;
}

/* Buttons that are disabled */
div.pending a, a.disabled {
    border-color: #eee;
    color: #bbb;
    cursor: default;
}
div.pending a:hover, a.disabled:hover { border-color: #eee; color: #bbb; }

div.accept, div.reject {
    float: left;
    margin-left: 10px;
}

div#item-header div.generic-button, div#item-header a.button {
	float: left;
	margin: 10px 10px 0 0;
}

body.directory #lb-content h3 {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin: 5px 0 15px 0;
	vertical-align: baseline;
}

form.dir-form div.dir-search {
	    float: right;
	    margin: -37px 0 0 0;
}

#lb-content span.activity, #lb-content div#message p {
	display: inline-block;
	font-size: 11px;
	font-weight: normal;
	background: #FFF9DB;
	border-bottom: 1px solid #FFE8C4;
	border-right: 1px solid #FFE8C4;
	color: #ffa200;
	padding: 1px 8px;
	margin-top: 6px;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

table.forum {
    width: 100%;
}

table.forum thead tr {
	background-color: #eaeaea;
	color: #000;
	font-weight: bold;
	line-height: 170%;
}

table.forum th#th-title {
	width: 40%;
}

table.forum tr td, table.forum tr th {
	padding: 8px;
	vertical-align: middle;
}

table.forum td {
	text-align: center;
}

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.alt{
	background: #f4f4f4;
}
/* @end */