/**
* BuddyPress Pages
************************************************/
#content .padder {
	overflow: hidden;
	float: left;
	width: 620px;
	padding: 0 10px 0;
	background: #fff;
	}

/* BuddyPress Lists */
.padder ul, .item-list-tabs ul {
	list-style: none;
	}
.padder ul li {
	padding-left: 0;
	margin-left: 0;
	}

img.avatar {
	float: left;
	border: 2px solid #eee;
	margin-right: 20px;
	margin-bottom: 20px;
}
	a:hover img.avatar { border-color:#454855; }
	
#sidebar-me{ padding-bottom:20px;}
#sidebar-me .avatar { margin-right: 5px;}
.widget .avatar { margin-bottom: 5px; }
.widget_text .avatar { margin-right: 10px; }
#page-nav .selected a  {
	background: #333;
}

.padder p { color:#454855; }

/* > Item Headers (Profiles, Groups)
-------------------------------------------------------------- */

.buddypresspage h3 {
	padding-top:2px;
}

div#item-nav {
	margin:0;
	padding:0;
}

div#item-header {
	overflow: hidden;
}
	div#item-header div#item-header-content {
	float:left;
	display:inline;
	position:relative;
	margin-left:10px;
	overflow:hidden;
	}

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

	div#item-header img.avatar {
		float: left;
		position:relative;
		display:inline;
		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:1em;
		font-weight: normal;
		line-height: 170%;
		margin-bottom: 8px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		-border-radius:3px;
	}

	div#item-header h2 span.highlight { font-size: 16px;clear:both; }
	div#item-header h2 span.highlight span {
		position: relative;
		top: -2px;
		right: -2px;
		font-weight: bold;
		font-size:1.2em;
		background: #a1dcfa;
		color: #fff;
		padding: 1px 4px;
		margin-bottom: 2px;
		vertical-align: middle;
		cursor: pointer;
		display: none;
	}

	div#item-header div#item-meta {
		font-size: 1.2em;
		color: #aaa;
		overflow: hidden;
		margin:5px 0;
	}
		div#item-header div#item-meta p {
			margin:0 0 5px;
			font-size:1em;
		}
		div#item-header div#item-meta .generic-button {
			font-size:0.8em;
		}
		div#item-header #item-meta #item-buttons {
			margin-top:10px;
		}

	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 {
			font-size:1.2em;
			margin: 0 0 5px 0;
		}

		div#item-header ul {
			overflow: hidden;
			margin-bottom: 15px;
		}

		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 {
			width: 30px;
			height: 30px;
			margin: 2px;
		}

	div#item-header div.generic-button, div#item-header a.button {
		float: left;
		margin: 5px 5px 5px 0;
		font-size:0.7em;
	}

	div#item-header div#message.info {
		line-height: 80%;
	}

	div#item-header div#latest-update { font-style:italic; }
	div#item-header div#latest-update a { font-style:normal; }


/* > Item Lists (Activity, Friend, Group lists)
-------------------------------------------------------------- */

ul.item-list {
	width: 100%;
	list-style-type:none;
	margin-bottom:20px;
}
	ul.item-list li {
		padding: 15px 0;
		border-bottom:1px dashed #ccc;
		overflow:hidden;
	}
		ul.single-line li { border: none; }
		body.activity-permalink ul.item-list li { padding-top: 0; }

		ul.item-list li img.avatar {
			float: left;
		}

		ul.item-list li div.item-title, ul.item-list li h4 {
			font-weight: normal;
			font-size: 1.4em;
			width: 75%;
			margin: 0;
		}
			ul.item-list li div.item-title span {
				color: #999;
				font-style:italic;
			}
			ul.item-list li div.item-title span a {
				font-style:normal;
			}

		ul.item-list li div.item-desc {
			margin:0 0 0 70px;
			color: #888;
			width: 370px;
			float:left;
			display:inline;
			position:relative;
			clear:left;
		}
		ul.item-list li div.item-desc p {
			font-size:1.2em;
			margin:0;
		}

		ul.item-list li div.action {
			float:right;
			display:inline;
			position:relative;
			text-align: right;
			margin-right:1px;
		}

		ul.item-list li div.item-meta {
			display:inline;
			float:left;
			position:relative;
		}

		ul.item-list li div.meta {
			margin-top: 10px;
			color: #888;
			font-size:1.2em;
		}

		ul.item-list li h5 span.small {
			font-weight: normal;
			font-size:1.2em;
		}

/* > Item Tabs
-------------------------------------------------------------- */

div.item-list-tabs {
	clear:both;
	overflow: hidden;
	margin: 15px 0 10px;
	padding:5px 0;
	background: #A6D0E2;
	font-size:1.2em;
	-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;
}
div.item-list-tabs#subnav a{
		color:#454855;
	}
	div.item-list-tabs#subnav a:hover{
		color: #fff;
	}
	div.item-list-tabs ul li a {
		text-decoration: none;
	}

	div.item-list-tabs ul {
		width: 100%;
	}
		div.item-list-tabs ul li {
			float:left;
			margin:0 0 0 5px;
		}
			div.item-list-tabs#subnav ul li {
				margin-top: 0;
			}

			div.item-list-tabs ul li.last {
				float: right;
				margin: 3px 10px 0 0;
			}
				div.item-list-tabs#subnav ul li.last {
					margin-top:5px;
				}

				div.item-list-tabs ul li.last select {
					max-width: 175px;
					margin-left:5px;
				}

		div.item-list-tabs ul li a,
		div.item-list-tabs ul li span {
			display: block;
			padding: 5px 6px;
			text-decoration: none;
			color:#454855;
			-moz-border-radius:3px;
			-webkit-border-radius:3px;
			-border-radius:3px;
		}
		div.item-list-tabs ul li a {
			background-color:#fff;
		}
			div.item-list-tabs ul li span {
				color: #aaa;
			}

			div.item-list-tabs ul li a span {
				display: inline;
				padding: 0;
				color:#81899F;
			}
		div.item-list-tabs ul li a:hover {
			background-color:#ccc;
		}

		div.item-list-tabs ul li.selected a,
		div.item-list-tabs ul li.current a {
			background-color:#81899F;
			color: #fff;
			font-weight: bold;
		}
		div.item-list-tabs ul li.selected a span,
		div.item-list-tabs ul li.current a span {
			color:#fff;
		}
			div.item-list-tabs ul li.selected a:hover, div.item-list-tabs ul li.current a:hover {
				color:#fff;
				text-decoration: none;
			}
			ul li.loading a {
				background-image: url(images/buddypress/ajax-loader.gif);
				background-position: 92% 50%;
				background-repeat: no-repeat;
				padding-right: 30px !important;
			}
				div#item-nav ul li.loading a {
					background-position: 88% 50%;
				}

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

	div.item-list-tabs#subnav {
		background: #fff;
		margin: 0 0 10px;
		border-bottom: 1px solid #ccc;
		min-height: 35px;
		overflow: hidden;
	}
		div.item-list-tabs#subnav ul {
			margin:0;
			padding:0;
		}
		div.item-list-tabs#subnav ul li {
			margin:5px 5px 0 0;
		}
			div.item-list-tabs#subnav ul li.current a { color:#fff; }
				div.item-list-tabs#subnav ul li a:hover {
					background:#81899F;
					color:#fff;
				}

	div.item-list-tabs#subnav #activity-filter-select:hover {
		background:#fff;
	}

	div.item-list-tabs#subnav ul li.feed a {
		padding:0;
		margin:0;
		color:#fff;
		float:left;
		display:inline;
		width:45px;
		height:18px;
		position:relative;
		background:url(images/c360sprite.png) -1796px -18px no-repeat;
		font-size:0.6em;
		text-transform:uppercase;
		font-family:Helvetica,Arial,sans-serif;
		text-indent: -9999em;
	}

	ul#members-list li {
		padding-bottom:0;
	}

/* > Item Body
-------------------------------------------------------------- */

.item-body {
	margin: 20px 0;
}

span.activity, div#message p {
	display: inline-block;
	font-size:1.2em;
	font-weight: normal;
	background: #FFF9DB;
	border-bottom: 1px solid #FFE8C4;
	border-right: 1px solid #FFE8C4;
	color: #555;
	padding: 1px 8px;
	margin-top: 6px;
	text-decoration: none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-border-radius:3px;
}
span.activity { font-size:1em; }
.item-meta span.activity { padding:5px 8px; -moz-border-radius:3px;
		-webkit-border-radius:3px;
		-border-radius:3px; }
table#message-threads span.activity { background:none; border:none;padding:0;margin:10px 0 0;}

.item-body .checkbox { margin-bottom:20px; }

/* > Directories (Members, Groups, Blogs, Forums)
-------------------------------------------------------------- */

div.dir-search {
	float: right;
	margin: -40px 0 0 0;
}
	div.dir-search input[type=text] {
		padding:4px;
	}
	#members_search_submit, #groups_search_submit, #forums_search_submit, #blogs_search_submit, #aw-whats-new-submit {
		padding:3px 10px;
		font-size:1.2em;
	}


/* > Pagination
-------------------------------------------------------------- */

div.pagination {
	margin: 10px 0 9px;
	border-bottom: 1px solid #eaeaea;
	padding: 10px 0;
	color: #333;
	font-size:1.1em;
	height: 16px;
}
	div.pagination#user-pag, .friends div.pagination,
	.mygroups div.pagination, .myblogs div.pagination, noscript div.pagination {
		background: #eaeaea;
		border: none;
		padding: 6px 10px 2px;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		border-radius:4px;

	}

	div.pagination .pag-count {
		float: left;
	}

	div.pagination .pagination-links {
		float: right;
	}
		div.pagination .pagination-links span,
		div.pagination .pagination-links a {
			font-size:1.2em;
			padding: 0 5px;
		}
			div.pagination .pagination-links a:hover {
				font-weight: bold;
			}

/* > Error / Success Messages
-------------------------------------------------------------- */

div#message {
	margin:0 0 15px 0;
}
	div#message.updated { clear: both; }

div#message p {
	padding: 10px 15px;
	font-size:12px;
	display:block;
}
	div#message.error p {
		background: #e41717;
		color: #fff;
		border-color: #a71a1a;
		clear: left;
	}

	div#message.updated p {
		background: #dffcd9;
		color: #1a9b00;
		border-color: #c4e9bd;
	}

form.standard-form#signup_form div div.error {
	color: #fff;
	background: #e41717;
	padding: 6px;
	width: 90%;
	margin: 0 0 10px 0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}


/* > AJAX Loaders
-------------------------------------------------------------- */

.ajax-loader {
	background: url( images/buddypress/ajax-loader.gif ) center left no-repeat !important;
	padding: 10px 12px 8px;
	display: none;
}

a.loading {
	background-image: url( images/buddypress/ajax-loader.gif ) !important;
	background-position: 95% 50% !important;
	background-repeat: no-repeat !important;
	padding-right: 25px !important;
}

/* > Input Forms
-------------------------------------------------------------- */

form.standard-form {

}
	form.standard-form textarea, form.standard-form input[type=text],
	form.standard-form select, form.standard-form input[type=password],
	.dir-search input[type=text] {
		border: 1px solid #ccc;
		padding: 6px;
		font: inherit;
		font-size:12px;
		color: #888;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		-border-radius:4px;
	}
		form.standard-form select {
			padding: 3px;
		}

		form.standard-form input[type=password] {
			margin-bottom: 5px;
		}
	form.standard-form p label { font-size:1em; }

	form.standard-form #blogname, form.standard-form #blog_title {
		width:300px;
	}

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

		form.standard-form .clear-value { display:none; }

		form.standard-form#sidebar-login-form label {
			margin-top: 5px;
		}

	form.standard-form input[type=text] {
		width: 75%;
	}
		form.standard-form#sidebar-login-form input[type=text],
		form.standard-form#sidebar-login-form input[type=password] {
			padding: 4px;
			width: 95%;
		}

		form.standard-form #basic-details-section input[type=password],
		form.standard-form #blog-details-section input#signup_blog_url {
			width: 35%;
		}

		form.standard-form#signup_form input[type=text],
		form.standard-form#signup_form textarea {
			width: 90%;
		}
			form.standard-form#signup_form div.submit {  }
			div#signup-avatar img { margin: 0 15px 10px 0; }

	form.standard-form textarea {
		width: 75%;
		height: 120px;
		font-size:1.2em;
	}
		form.standard-form textarea#message_content {
			height: 200px;
		}

		form.standard-form#send-reply textarea {
			width: 97.5%;
		}

	form.standard-form p.description {
		display:none;
	}

	form.standard-form div.submit {
		padding: 15px 0;
		clear: both;
	}
		form.standard-form div.submit input {
			margin-right: 15px;
		}
		div.submit input {
			padding-bottom:3px;
			padding-top:3px;
		}

	form.standard-form div.radio ul {
		margin: 10px 0 15px 38px;
		list-style: disc;
	}
		form.standard-form div.radio ul li {
			margin-bottom: 5px;
		}
	form.standard-form input#signup_blog_url {
		display: inline;
	}

form.standard-form #basic-details-section, form.standard-form #blog-details-section,
form.standard-form #profile-details-section {
	float: left;
	width: 48%;
}
	form.standard-form #profile-details-section { float: right; }
	form.standard-form #blog-details-section {
		clear:both;
		margin-top:20px;
	}
	ul.button-nav {
		margin-top:10px;
	}

form.standard-form input:focus, form.standard-form textarea:focus, form.standard-form select:focus {
	background: #fafafa;
	color: #555;
}

form#send-invite-form {
	margin-top: 20px;
}
	div#invite-list {
		height: 400px;
		overflow: scroll;
		padding: 5px;
		background: #f5f5f5;
		width: 160px;
		border: 1px solid #e4e4e4;
		margin: 10px 0;
	}

#blog-details { /* Div box that surrounds the Sign Up Form's Blog Details */
	width: 580px;
}

.item-body #file { /* File Upload text box */
	font-size:1em;
	border:1px solid #ccc;
	height:25px;
}

.item-body #upload { margin-left:10px; font-size:1em; } /* Upload Avatar button */

#avatar-upload-form h5 {
margin-bottom:10px;
}


/* > Data Tables
-------------------------------------------------------------- */

.padder table {
	width: 100%;
}
	.padder table p {
		margin:0;
	}
	.padder table td {
		font-size: 1em;
		vertical-align:top;
	}
	.padder table#message-threads {
		margin: 0;
	}

	.padder table.profile-fields { margin-bottom: 20px; }

	div#sidebar table {
		margin: 0 -16px;
		width: 117%;
	}

	.padder table tr td, table tr th {
		padding: 8px;
	}
		.padder table tr td.label {
			border-right: 1px solid #eaeaea;
			font-weight: bold;
			width: 25%;
			padding-top:11px;
			font-size:1.2em;
		}

		table tr td.thread-info p { margin: 0; }

		table tr td.thread-info p p { /* Thread Title */
			margin: -5px 0 0;
			font-family:Georgia, Times New Roman, serif;
			font-weight:normal;
		}

			table tr td.thread-info p.thread-excerpt {
				color: #888;
				font-size:1.2em;
				margin-top: 3px;
				font-weight:normal;
			}

		div#sidebar table td, table.forum td { text-align: center; }

	.padder table tr.alt {
		background: #f4f4f4;
	}

table.notification-settings {
	margin-bottom: 20px;
	text-align: left;
}
	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 { width: 40px; text-align: center; }

	table.forum {
		margin:0 0 20px -2px;
		width:625px;
		font-size:1.2em;
	}
		table.forum td, table.forum tr {
			padding-bottom:0;
		}
		table.forum th { font-size:1.1em; }
		table.forum tr:first-child {
			background: #efefef;
		}

		table.forum tr.sticky td {
			background: #FFF9DB;
			border-top: 1px solid #FFE8C4;
			border-bottom: 1px solid #FFE8C4;
		}

		table.forum tr.closed td.td-title {
			padding-left: 35px;
			background-image: url( images/buddypress/closed.png );
			background-position: 15px 50%;
			background-repeat: no-repeat;
		}

		table.forum td p.topic-text {
			color: #888;
			font-size:1.2em;
		}

		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 td.td-freshness {
			color: #888;
		}

		table.forum td img.avatar {
			margin-right: 5px;
		}

		table.forum td.td-poster, table.forum td.td-group  {
			min-width: 130px;
		}

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

		table.forum th#th-postcount {
			width: 1%;
		}

		form#forum-topic-form div#edit-topic {
			margin-top:20px;
		}
		form#forum-topic-form div#edit-topic p strong {
			font-size:1.4em;
		}
		form#forum-topic-form div#edit-topic p.submit {
			margin-top:15px;
		}

/* > Activity Stream Posting
-------------------------------------------------------------- */

form#whats-new-form {
	margin-bottom: 5px;
	border-bottom: 1px solid #f0f0f0;
	overflow: hidden;
	padding-bottom: 20px;
}
	#item-body form#whats-new-form {
		margin-top: 15px;
		border: none;
	}

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

	form#whats-new-form h5 {
		margin: 0;
		font-weight: normal;
		font-size:1.2em;
		color: #888;
		margin-left: 76px;
		padding: 0 0 3px 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 #whats-new-textarea {
		background: #fff;
		margin:0 0 10px 8px;
	}
	form#whats-new-form textarea {
		width:518px;
		height: 60px;
		font-size: 1.2em;
		font-family:Helvetica,Arial,sans-serif;
		color: #555;
		border: 1px solid #ccc;
		margin: 0;
		padding: 8px;
	}

	form#whats-new-form #whats-new-options select {
		max-width: 200px;
	}

	form#whats-new-form #whats-new-submit {
		float: right;
		margin: 0;
	}
	#whats-new-post-in-box {
		font-size:1em;
		margin:0 0 0 8px;
	}

/* > Activity Stream Listing
-------------------------------------------------------------- */

ul.activity-list li {
	padding: 10px 0 5px;
	overflow: hidden;
	font-size:1em;
	border-bottom:1px dashed #ccc;
}
	ul.activity-list > li:first-child {
		padding-top: 5px;
	}

	ul.activity-list li.has-comments {
		padding-bottom: 20px;
	}

.activity-list li.mini {
	position: relative;
	min-height: 35px;
	padding: 20px 0 10px 3px;
}
	.activity-list li.mini div.activity-meta {
		margin:5px 0 0;
	}

	.activity-list li.mini .activity-avatar img.avatar,
	.activity-list li.mini .activity-avatar img.FB_profile_pic {
		width: 20px;
		height: 20px;
		margin-left: 36px;
		margin-top:0;
	}
		.activity-list li.activity_comment .activity-avatar img.avatar,
		.activity-list li.activity_comment .activity-avatar img.FB_profile_pic {
			width: 40px;
			height: 40px;
			margin-left: 20px;
		}

		body.activity-permalink .activity-list li .activity-avatar img.avatar,
		body.activity-permalink .activity-list li .activity-avatar img.FB_profile_pic {
			width: 100px;
			height: 100px;
			margin-left: 0;
		}

	.activity-list li.mini .activity-content {
		/*margin-right: 175px;*/
	}

	.activity-list li.mini .activity-content p {
		margin: 0;
		float: left;
		display:inline;
		position:relative;
		max-width:410px;
		width:410px;
		width:auto !important;
	}

	.activity-list li.mini .activity-meta {
		position: absolute;
		right: 0;
	}
		body.activity-permalink .activity-list li.mini .activity-meta {
			position: absolute;
			right: 15px;
			float:right;
		}

	.activity-list li.mini .activity-comments {
		clear: left;
		font-size:1em;
	}

.activity-list li .activity-inreplyto {
	font-size:1.2em;
	color: #888;
	margin-left: 75px;
	margin-bottom: 15px;
	padding-left: 25px;
	background: url( images/buddypress/replyto_arrow.gif ) 7px 0 no-repeat;
	line-height:150%;
}
	.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;
		padding: 0;
		margin: 0;
		overflow: hidden;
	}

.activity-list .activity-avatar img {
	width: 60px;
	height: 60px;
	margin:10px 15px 0 0;
}
		body.activity-permalink .activity-list .activity-avatar img {
			width: 100px;
			height: 100px;
		}

.activity-list .activity-content {
	margin-left: 70px;
}
	.activity-content p { font-size:1.2em; }
	body.activity-permalink .activity-list li .activity-content {
		background: #fff;
		padding: 15px;
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;
		margin-left: 135px;
		font-size: 1.6em;
		line-height: 170%;
		min-height: 35px;
		margin-right: 0;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		-border-radius:3px;
	}
		body.activity-permalink .activity-list li .activity-header > p {
			background: url( images/buddypress/activity_arrow.gif ) top left no-repeat;
			margin-left: -35px;
			padding: 5px 0 0 38px;
			height: 35px;
			margin-bottom: 0;
		}

	.activity-list .activity-content .activity-header,
	.activity-list .activity-content .comment-header {
		color: #888;
		line-height: 220%;
	}
		.activity-list .activity-content .activity-header p, .activity-list .activity-content .comment-header p {
			margin:10px 0;
		}

	.activity-list p {
		line-height:200%;
	}

	.activity-list .activity-header a:first-child, span.highlight {
		background:#ECF7F9;
		border-right:1px solid #A6D0E2;
		border-bottom:1px solid #A6D0E2;
		color: #059AE7;
		padding: 3px 8px;
		text-decoration: none;
		margin-right: 3px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		-border-radius:3px;
	}
		.activity-list .activity-header a:first-child:hover {
			background: #A6D0E2 !important;
			color: #fff !important;
		}
		.activity-list .activity-content a:first-child:focus { outline: none; }

		.activity-list .activity-content span.time-since {
			color:#888888;
		}

	.activity-list .activity-content span.activity-header-meta a {
		background: none;
		padding: 0;
		font-size:1.2em;
		margin: 0;
		border: none;
		color: #aaa;
		text-decoration: underline;
	}
		.activity-list .activity-content span.activity-header-meta a:hover {
			color: inherit;
			text-decoration: none;
		}

	.activity-list .activity-content .activity-inner,
	.activity-list .activity-content blockquote {
		margin:10px 0 20px 0;
		overflow: hidden;
		padding:10px 10px 0;
		background:#E3F4F9;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		-border-radius:3px;
		font-style:italic;
	}
		body.activity-permalink .activity-content .activity-inner,
		body.activity-permalink .activity-content blockquote {
			margin-top: 5px;
		}

		.activity-inner p {
			margin:0 0 10px;
		}

		/* Backwards compatibility. */
		.activity-inner > .activity-inner { margin: 0 !important; }
		.activity-inner > blockquote { margin: 0 !important; }

	.activity-list .activity-content img.thumbnail {
		float: left;
		margin: 0 10px 5px 0;
		border: 2px solid #eee;
	}

.activity-list li.load-more {
	margin: 15px  0 !important;
	padding: 10px 15px !important;
	background: #f0f0f0 !important;
	text-align: center;
	font-size: 1.4em;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	-moz-border-radius:3px;
		-webkit-border-radius:3px;
		-border-radius:3px;
}
	.activity-list li.load-more a {
		color: #555;
	}

/* > Activity Stream Comments
-------------------------------------------------------------- */

div.activity {
	margin-bottom:20px;
}

div.activity-meta {
	margin: 0 0 20px 10px;
	font-size:1em
}

.activity-list div.activity-meta a {
	font-size:1em;
	background: #F5DB5D;
	border-bottom: 1px solid #E8B23D;
	border-right: 1px solid #E8B23D;
	color:#454855;
	padding: 4px 8px;
	text-decoration: none;
	margin-right: 3px;
	-moz-border-radius:3px;
		-webkit-border-radius:3px;
		-border-radius:3px;
}
	div.activity-meta a:focus { outline: none; }
	div.activity-meta a:hover {
		background: #E8B23D;
		color: #fff;
	}
	.activity-list div.activity-meta a.acomment-reply {
		background:#6EAE2D;
		border-bottom: 1px solid #548F1A;
		border-right: 1px solid #548F1A;
		color:#fff;
	}
		div.activity-meta a.acomment-reply:hover {
			background: #84BB3B;
			color: #fff;
		}

div.activity-comments {
	position: relative;
	margin: 0 0 0 80px;
	width: auto;
	overflow: hidden; /* IE fix */
}

	body.activity-permalink div.activity-comments {
		width: auto;
		margin-left: 135px;
		background: none;
	}

div.activity-comments > ul {
	background: #efefef;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-border-radius:3px;
}
div.activity-comments ul, div.activity-comments ul li {
	border: none;
	list-style: none;
}

	div.activity-comments ul {
		clear: left;
	}

	div.activity-comments ul li {
		border-top:1px dashed #ccc;
		padding: 15px 20px 0 0;
		margin-left: 15px;
		font-size:1.2em;
	}
		body.activity-permalink div.activity-comments ul li {
			border-width: 1px;
			padding: 15px 0 15px 0;
		}

		div.activity-comments ul li p:last-child {
			margin-bottom: 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 li {
			font-size:1em;
		}

	div.activity-comments ul li > ul {
		margin-top: 5px;
		margin-left: 25px;
	}
		body.activity-permalink div.activity-comments ul li > ul {
			margin-top: 15px;
		}

	div.activity-comments div.acomment-avatar img {
		border-width: 2px !important;
		float: left;
		margin-right: 10px;
	}

	div.activity-comments div.acomment-content {
		font-size:1em;
		margin-left: 39px;
		margin-top: 5px;
		font-style:italic;
	}
		div.activity-comments div.acomment-content p {
			font-size:1em;
			padding:0 0 10px;
		}
		div.acomment-content .time-since { display: none; }
		div.acomment-content .activity-delete-link { display: none; }
		div.acomment-content .comment-header { display: none; }

		body.activity-permalink div.activity-comments div.acomment-content {
			font-size: 1.4em;
		}

	div.activity-comments div.acomment-meta {
		font-size:1em;
		color: #888;
	}

	div.activity-comments form.ac-form {
		display: none;
		margin: 10px 0 10px 33px;
		background: #eee;
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		border-radius:4px;
		padding: 8px;
	}
		div.activity-comments li form.ac-form {
			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( images/buddypress/ajax-loader.gif );
			background-position: 2% 95%;
			background-repeat: no-repeat;
		}

		div.activity-comments form .ac-textarea {
			border: 1px solid #ccc;
			background: #fff;
			margin-bottom: 10px;
			-moz-border-radius:4px;
			-webkit-border-radius:4px;
			border-radius:4px;
			overflow:hidden;
		}
			div.activity-comments form textarea {
				width: 98%;
				font-family: inherit;
				font-size:1em;
				color: #333;
				height: 60px;
				border: none;
				padding:4px;
			}
				div.activity-comments form input {
					font-size:0.9em;
					margin-left:50px;
				}

		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:1.2em;
		}

/* > Private Message 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;
		padding: 2px 8px;
		color: #fff;
		font-weight: bold;
	}
		div.item-list-tabs ul li a span.unread-count {
			padding: 1px 6px;
			color: #fff;
		}

	div.messages-options-nav {
		font-size:1.2em;
		background: #eee;
		text-align: right;
		margin: 0 2px;
		padding: 5px 15px;
	}

div#message-thread div.message-box {
	margin: 0;
	padding:15px 15px 0;
}
	div#message-thread div.alt {
		background: #f4f4f4;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		border-radius:4px;
	}

	div#message-thread p#message-recipients {
		margin: 10px 0 20px 0;
		font-size:1em;
	}

	div#message-thread img.avatar {
		float: left;
		margin: 0 10px 0 0;
		vertical-align: middle;
	}

	div#message-thread strong {
		margin: 0;
		font-size: 1.6em;
		font-weight:normal;
		font-family:Georgia,'Times New Roman', serif;
	}
		div#message-thread strong a {
			text-decoration: none;
		}

		div#message-thread strong span.activity {
			margin: 4px 0 0 10px;
			font-size:0.7em;
		}

	div#message-thread div.message-metadata {
		overflow: hidden;
	}

	div#message-thread div.message-content {
		margin-left: 45px;
		overflow:hidden;
	}
		div#message-thread div.message-content p {
			font-style:italic;
		}

	div#message-thread div.message-options {
		text-align: right;
	}

form#send_message_form img.avatar {
	margin:0 5px 0 0;
}
form#send_message_form .friend-tab {
	font-size:1.2em;
	padding: 4px 7px;
}

/* > Group Forum Topics
-------------------------------------------------------------- */

ul#topic-post-list {
	margin: 15px 0;
	width: auto;
}
	ul#topic-post-list li {
		padding: 15px 15px 0;
		position: relative;
	}

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

	ul#topic-post-list li div.poster-meta {
		margin-bottom: 10px;
		color: #888;
		font-size:1.2em;
	}

	ul#topic-post-list li div.post-content {
		margin-left: 54px;
	}

div.admin-links {
	position: absolute;
	top: 15px;
	right: 25px;
	color: #888;
	font-size:1.2em;
}
	div#topic-meta div.admin-links {
		bottom: 0;
		right: 0;
		top: auto;
	}

div#topic-meta {
	position: relative;
	padding: 5px 0;
}
	div#topic-meta h3 {
		font-size: 2em;
	}

div#new-topic-post {
	margin: 0;
	padding: 1px 0 0 0;
}
.filter {
	color:#fff;
}

/* Settings Page */

#settings-form {
	margin-bottom:20px;
}
#settings-form table.notification-settings {
	font-size:1.2em;
}

/* */

.dir-form h3 {
	padding-top:5px;
	padding-bottom:5px;
}
.no-sidebar	.activity-list li.mini .activity-content p {
	max-width:660px !important;
	width:660px;
	width: auto !important;
}