/**
 * bbPress specific CSS
 *
 * @package bbPress
 * @subpackage Theme
 */

/* =bbPress Style
-------------------------------------------------------------- */

#bbpress-forums {
	font-size: 100%;  /*geändert*/
}

#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
	font-size: 100%;  /*geändert*/
}

#bbpress-forums .bbp-forums-list li {
	display: inline;
	font-size: 100%;  /*geändert*/
}

#bbpress-forums div.bbp-forum-author a.bbp-author-name,
#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
	font-size: 80%; /*geändert*/
}

#bbpress-forums div.bbp-forum-author .bbp-author-role,
#bbpress-forums div.bbp-topic-author .bbp-author-role,
#bbpress-forums div.bbp-reply-author .bbp-author-role {
	font-size: 80%; /*geändert*/
}

span.bbp-author-ip {
	font-size: 80%; /*geändert*/
}

#bbpress-forums ul.bbp-threaded-replies {
	margin-left: 20px;  /*geändert*/
border-left: 5px solid #f3f3f3; /*geändert*/
}

/* =Breadcrumb and Tags
-------------------------------------------------------------- */

div.bbp-breadcrumb {
        width: 100%; /*geändert*/ margin-left: 0px;
}

div.bbp-breadcrumb,
div.bbp-topic-tags {
	font-size: 100%;  /*geändert*/
}

/* =Toggles
-------------------------------------------------------------- */

#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
	font-size: 100%;  /*geändert*/
}

/* =TinyMCE in themes
-------------------------------------------------------------- */

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
	font-size: 100%;  /*geändert*/
}

#bbpress-forums div.bbp-the-content-wrapper input {
	font-size: 100%;  /*geändert*/
}

/* =Edit User
-------------------------------------------------------------- */
	#bbpress-forums #bbp-your-profile fieldset span.description {
		font-size: 100%;  /*geändert*/
	}

/* =Notices
-------------------------------------------------------------- */
	div.bbp-template-notice p {
		font-size: 100%;  /*geändert*/
	}

/* =Revisions
-------------------------------------------------------------- */

#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log,
#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log,
#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log {
	font-size: 100%;  /*geändert*/
}

/* =User Pages
-------------------------------------------------------------- */

#bbpress-forums #bbp-single-user-details #bbp-user-navigation {
        -webkit-hyphens: none; /*geändert*/
	-moz-hyphens: none; /*geändert*/
	-ms-hyphens: none; /*geändert*/
	hyphens: none; /*geändert*/
        font-size: 90%; /*geändert*/
}

/* =BuddyPress Group Forums
-------------------------------------------------------------- */

#bbpress-forums div.row-actions {
	font-size: 100%;  /*geändert*/
}

/* =Admin Links
-------------------------------------------------------------- */
span.bbp-admin-links {
	float: right;
	color: #ddd;
}
span.bbp-admin-links a {
	color: #363b3f;
	font-weight: normal;
	font-size: 80%;
	text-transform: uppercase;
	text-decoration: none;
}