 /*thread.css*/


.ppusername{
	text-align:	center;
	font-size: 28pt;
	}

.ppusertitel{
    font-size: 13pt;
    height: 21px;
    text-align: center;
    text-transform: uppercase;
    background-color: #bf5867;
    color: #c9c5bd;
    padding: 2px;
    display: block;
	}

.ppusertext{
	width: 892px;
	height: 138px;
	overflow: auto;
	padding: 5px;
	font-size: 13pt;
	text-align: justify;
	color: #453753;
	}

.ppusersfhead{
width: 230px;
background-color: #573b3c;
color: #d8d7cb;
padding: 2px;
font-size: 13pt;
text-align: center;
}

.ppusersftext{
	padding: 3px;
	font-size: 13pt;
	text-align: center;
}

.ppuserfacts{
	width: 908px;
	height: 44px;
	}

.ppuserfacts fact{
    width: 218px;
    height: 17px;
    background-color: #bf5867;
    color: #c9c5bd;
    text-transform: uppercase;
    font-size: 11pt;
    margin: 1px 1px 0px 0px;
    padding: 2px 2px 2px 5px;
    float: left;
}

.fact2{
    width: 896px;
    background-color: #bf5867;
    color: #c9c5bd;
    text-transform: uppercase;
    font-size: 11pt;
    height: 35px;
    margin: 1px 0px 1px 0px;
    overflow: auto;
    padding: 2px 2px 2px 5px;
    text-align:  justify;
}

.fact3{
    width: 896px;
    background-color: #bf5867;
    color: #c9c5bd;
    text-transform: uppercase;
    font-size: 11pt;
    height: 21px;
    margin: 1px 0px 1px 0px;
    /* margin-top:2px; */
    padding: 2px 2px 2px 5px;
    text-align:  center;
}

.fact3 a{color: #c9c5bd;}

.ppuserfacts i{font-weight:bold;
	color: #c9c5bd;
}


.thruserboxmain{
	width: 1168px;
	height: 362px;
	}

.thruserbox1{
	width: 262px;
	float: left;
	}

.thruserbox2{
	width: 906px;
	float:left;
	}

.post {
	overflow: hidden;
}

.post.classic {
	padding-top: 15px;
	margin-bottom: 50px;
}

.post .post_author {
	padding: 5px;
	overflow: hidden;
}

.post.classic .post_author {
	border: 3px solid #bf5867;
	width: 1168px;
	margin:5px;
	border-radius:5px;
}

.post .post_author .buddy_status {
	vertical-align: middle;
	margin-top: -4px;}

.post .post_author div.author_avatar {
	float: left;
	margin-right: 3px;
}

.post.classic .post_author div.author_avatar {
	float: none;
	text-align: center;
	float:left;}

.post .post_author div.author_avatar img {
	border: 5px solid #bf5867;
	background: #bf5867;}

.post .post_author div.author_avatar img:hover {
	border: 5px solid #aa674f;
	background: #573b3c;
	opacity:0.5;
	  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  transition: all ease 0.6s;}

.threadusericon{
	border: 5px solid #bf5867;
	background: #bf5867;}

.threadusericon:hover {
	border: 5px solid #aa674f;
	background: #573b3c;
	opacity:0.5;
	  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  transition: all ease 0.6s;}

.post .post_author div.author_information {
	float: left;
	padding: 6px 8px;}

.post.classic .post_author div.author_information {
	float: none;
	padding: 0;
	text-align: center;}

.post .post_author div.author_statistics {
	float: right;
	font-size: 12pt;
	padding: 3px 10px 3px 5px;
	line-height: 1.3;}

.post.classic .post_author div.author_statistics {
	padding: 2px;
	float: left;
	width: 902px;
}

.post .post_head {
	font-size: 10pt;
	text-align: right;
}

.post .post_head span.post_date {
}

.post .post_head span.edited_post {
	font-size: 12pt;}

.post .post_head span.edited_post a {

}

.post_body {
	font-size:  14.5pt;
	padding-left: 40px;
	padding-right:40px;
	text-align: justify;
}

.post.classic .post_content {
	float: right;
	width: 98%;
	padding: 0 1% 5px 1%;
}

.post_content {
	padding: 9px 10px 5px 10px;
}

.post_content .signature {
	margin-top: 5px;
	border-top: 1px solid #aa674f;
	padding: 10px 0 4px 0;
}

.post .post_meta {
	margin: 4px 0;
	font-size: 13pt;
}

.post .post_meta a:link,
.post .post_meta a:visited {
}

.post .post_meta a:hover,
.post .post_meta a:active {

}

.post_controls {
	clear: both;
	background: #c9c5bd;
	border-bottom: 1px solid #c9c5bd;
	padding: 5px;
	overflow: hidden;
}

.postbit_buttons > a:link,
.postbit_buttons > a:hover,
.postbit_buttons > a:visited,
.postbit_buttons > a:active {
	display: inline-block;
	padding: 3px;
	margin: 2px;
	font-size: 11pt;
	background: #c9c5bd;
	border: 1px solid #bf5867;
	border-radius:1px;
}

.postbit_buttons > a:hover {color: #453753;
	background-color: #deb45c;
	border: 1px solid #bf5867;
}

.postbit_buttons a span {
	padding-left: 20px;
	display: inline-block;
	height: 15px;
	background-image: url(../../../images/buttons_sprite.png);
	background-repeat: no-repeat;
}

.postbit_buttons a.postbit_find span {
	background-position: 0 0;
}

.postbit_buttons a.postbit_reputation_add span {
	background-position: 0 -20px;
}

.postbit_buttons a.postbit_email span {
	background-position: 0 -40px;
}

.postbit_buttons a.postbit_website span {
	background-position: 0 -60px;
}

.postbit_buttons a.postbit_pm span {
	background-position: 0 -80px;
}

.postbit_buttons a.postbit_quote span {
	background-position: 0 -100px;
}

.postbit_buttons a.postbit_multiquote span {
	background-position: 0 -120px;
}

.postbit_buttons a.postbit_multiquote_on span {
	background-position: 0 -140px;
}

.postbit_buttons a.postbit_edit span {
	background-position: 0 -160px;
}

.postbit_buttons a.postbit_qdelete span {
	background-position: 0 -180px;
}

.postbit_buttons a.postbit_qrestore span {
	background-position: 0 -200px;
}

.postbit_buttons a.postbit_report span {
	background-position: 0 -220px;
}

.postbit_buttons a.postbit_warn span {
	background-position: 0 -240px;
}

.postbit_buttons a.postbit_purgespammer span {
	background-position: 0 -540px;
}

.postbit_buttons a.postbit_reply_pm span {
	background-position: 0 -260px;
}

.postbit_buttons a.postbit_reply_all span {
	background-position: 0 -280px;
}

.postbit_buttons a.postbit_forward_pm span {
	background-position: 0 -300px;
}

.postbit_buttons a.postbit_delete_pm span {
	background-position: 0 -320px;
}

.post:not(.deleted_post) .postbit_qrestore,
.post:not(.deleted_post) .status_type,
.post.deleted_post .postbit_mirage {
    display: none;
}

a.button:link,
a.button:visited,
a.button:active {
	color: #bf5867;
	display: inline-block;
	padding: 4px 8px;
	margin: 2px 2px 6px 2px;
	border: 1px solid #bf5867;
	font-size: 14pt;
	font-family: 'Saira Condensed', sans-serif;
}

a.button:hover {
	background: #453753;
	color: #deb45c;
	display: inline-block;
	padding: 4px 8px;
	margin: 2px 2px 6px 2px;
	border: 1px solid #deb45c;
	font-size: 14pt;
	font-family: 'Saira Condensed', sans-serif;
}

a.button.small_button {
	font-size: 13px;
	margin: 0;
	padding: 3px 6px;
}

a.button span {
	padding-left: 20px;
	display: inline-block;
	background-repeat: no-repeat;
}

a.button.new_thread_button span {
	background-position: 0 -340px;
}

a.button.new_reply_button span {
	background-position: 0 -360px;
}

a.button.closed_button span {
	background-position: 0 -380px;
}

a.button.rate_user_button span {
	background-position: 0 -400px;
}

a.button.add_buddy_button span {
	background-position: 0 -440px;
}

a.button.remove_buddy_button span {
	background-position: 0 -480px;
}

a.button.add_ignore_button span {
	background-position: 0 -460px;
}

a.button.remove_ignore_button span {
	background-position: 0 -500px;
}

a.button.report_user_button span {
	background-position: 0 -520px;
}

.postbubble{
	position: relative;
	width: 1149px;
	height: auto;
	min-height:200px;
	padding: 10px;
	background: #c0bbb2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: #bf5867 solid 3px;
	margin-top: 22px;
	}

.postbubble:after{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 15px 15px 15px 0;
	border-color: transparent #bf5867;
	display: block;
	left: 30px;
	top: -52px;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-bottom: 35px solid #bf5867;
	}

.postbubble:before{
	content: ' ';
	position: absolute;
	height: 0;
	left: 30px;
	top: -36px;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-bottom: 35px solid #bf5867;
	}
.iptrboxuser{width: auto;
	height: 510px;}