@charset "UTF-8"; 
/**
 * Theme Name: Galiator bbPress
 * Theme URI: http://www.galiator.de
 * Description: Adds bbPress forums to the Galiator theme
 * Author: Sen Denkert
 * Version: 1.0
 * Template: galiator
 *
 *
 **/

div.alignright		{	clear:right; }
.entry-content h3 { clear: left; }

.bbp-logged-in {
	padding: 0 10px 10px;
	line-height: 18px;
 	background-color: #404040;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.bbp-logged-in a {
	padding-top: 3px;
}

tr td.bbp-reply-author { vertical-align: top; }

.entry-content table { width: 100%; }
.entry-content tr:nth-child(2n+1) { background-color: #efefef; }

.overview .entry-content p, .overview .entry-content ul {
		margin-left: 110px; 
}

div.forum-container p {
	padding: 10px 5px 0 5px; line-height: 140%;
}
div.last-activity p {
	padding-top: 0;
}
.bbp-post-excerpt { font-size: 11px; line-height: 125%; margin: 0 10px 0 20px; }
/* div.forum-container .bbp-topic-title>a { display: inline-block; } */
div.forum-container .bbp-topic-meta { font-size: 11px; margin: -5px 0 5px 5px; color: #666; }
div.forum-container .bbp-reply-header { font-size: 10px; }
div.forum-container .bbp-reply-header a { color: #666; }
.overview .entry-content .wp-caption p { margin: 0; }

.sidebar ul ul.votes { padding: 7px 2px 3px 4px; }
.sidebar ul ul.votes li { padding: 0; }
.sidebar ul.votes a { display: inline; }
.sidebar ul.votes a:hover { background-color: transparent; }
.sidebar ul ul li { padding-left: 18px; }
.sidebar .bbp-logged-in>a:first-child { display: none; }
.sidebar .bbp_widget_login a { margin-left: 20px; }
.sidebar .bbp_widget_login a:before { content:"➽ "; color: #406EB1; margin-left: -13px; }
.sidebar ul ul a:before { content:"➽ "; color: #406EB1; margin-left: -13px; }
.sidebar ul.votes a:before { content:none; }
.bbp-logged-in, .sidebar ul ul { padding-left: 0; }
.post-teaser { margin-bottom: 15px; font-style: italic; }
a + .post-teaser { margin-left: 110px; }
input { border: solid 1px #999999; padding: 2px; width: 50%; }
label input { width: auto; }

.bbp-reply-content { max-width: 568px; }
td.bbp-reply-content	{	max-width: 478px; }
.bbp-reply-content p {
	font-size: 11px;
}

.bbp-search-results {
	list-style: none;
	padding: 0;
}
.bbp-search-results .bbp-reply-permalink {
	display: none;
}
.bbp-search-results p {
	margin-left: 30px;
}
.bbp-search-results .bbp-reply-author br {
	display: none;
}
	 
.bbp-search-results .bbp-reply-author a,
.bbp-search-results .bbp-reply-author div {
	float: right;
	margin-right: 20px;
	font-size: 10px;
}
.bbp-search-results .bbp-reply-author a {
	font-weight: bold;
}
.bbp-reply-author + .bbp-reply-content {
	clear: both;
	margin-top: 10px;
}
.bbp-reply-post-date, .bbp-reply-post-date + a {
	font-size: 10px;
	float: right;
	color: #666;
	margin-right: 5px;
}
.bbp-admin-links {
	clear: right; 
}

.bbp-reply-title h3 {
	font-size: 12px;
	margin: 0 0 5px 10px;
	padding: 0 0 5px 0;
}

.bbp-search-author, .bbp-search-content {
	display: none;
}

.bbp-login-form .bbp-form label	{	display: inline-block; width: 150px; margin-left: 100px; }
.bbp-login-form .bbp-form input	{	display: inline-block; width: 150px; }
.bbp-login-form .bbp-form div	{	margin: 3px 0; }
.bbp-login-form #rememberme		{	width: auto; margin-left: 255px; }
.bbp-login-form #rememberme + label		{	margin-left: 0; }
.bbp-login-form .user-submit	{	margin: 20px 0 0 255px; }



table.bbp-topics a { border: none; }


#bbp-search-form {
  padding: 5px 15px;
  background-color: #404040;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
#bbp-search-form label {
  display: none;
}
#bbp-search-form input {
  display: block;
  margin: 3px 0px;
  width: 150px;
  border-radius: 4px;
  border: solid 1px #000;
}
#bbp-search-form input[type=text] {
  width: 144px;
  background-color: #ddd;
  color: #222;
  font-weight: normal;
}
#bbp-search-form input {
  background-color: #222;
  color: #fff;
  font-weight: bold;
}

.bbp-attachments h6 {
	font-size: 11px;
	font-weight: normal;
	margin: 10px 0 0 10px;
	color: #b40003;
}
#recaptcha_area {
  margin: 20px auto 5px auto;
}
.bbp-login-form .bbp-form,
.bbp-user-register .bbp-form {
  border: none;
}
.bbp-login-form .bbp-form legend,
.bbp-user-register .bbp-form legend {
  display: none;
}
.bbp-user-register .bbp-form p {
  text-align: left;
}
.bbp-login-form .bbp-form .bbp-username {
  margin-top: 20px;
}