/********************** TABS **********************/

.tab-container {

    margin: 10px 0 0 0;
    padding-bottom: 20px;
}

ul#info-tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul#info-tabs li {
    background: #0c0c0c;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

ul#info-tabs li.current {
    background: #0e0e0e;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-left: 1px solid #121212;
    border-top: 1px solid #121212;
    border-right: 1px solid #121212;
    padding-bottom: 12px;
    position: relative;
    z-index: 1;
    color: #777;
}

.tab-content {
    display: none;
    box-shadow: 0px 0px 14px 4px rgba(0, 0, 0, 0.5);
    border-radius: 0 10px 10px 10px;
    padding: 20px 10px 10px 10px;
    background: #0e0e0e;
    border: 1px solid #121212;
    font-family: Calibri, Tahoma, Verdana, Geneva, sans-serif;
    font-size: 14px;
    line-height: 150%;
    margin-top: -2px;
    text-align: justify;
    color: #777;
}

.user-avatar-img {
    margin-top: 17px;
    margin-left: -6px;
    position: relative;
    z-index: 0;
    border: 6px double #121212;
}

/*.tab-content-txt {
    font-family: 'Open Sans';
    font-size: 12px;
}*/

.tab-content.current {
    display: inherit;
}

.field-left {
    padding: 3px;
    font-weight: bold;
    font-size: 10px;
    border-radius: 0px !important;
    text-transform: uppercase;
    background: #1e1e1e;
    color: #7e1810;
}

.field-right {
    font-size: 11px !important;
    padding: 3px;
}

#posts_container {
	padding: 0;
        background: #0a0a0a;
}

.post .post_head {
	font-size: 11px;
	padding-bottom: 4px;
	border-bottom: 1px solid #121212;
	margin-bottom: 4px;
}

.post .post_head span.post_date {
	color: #666;
}

.post .post_head span.edited_post {
	font-size: 10px;
	color: #999;
}

.post .post_head span.edited_post a {
	color: #666;
}

.post .post_author {
	border-bottom: 0px solid #ccc;
	border-top: 0px solid #ccc;
	background: #0e0e0e;
	padding: 5px;
	overflow: hidden;
}

.post.classic .post_author {
	border: 0px solid #ddd;
	float: left;
	width: 18%;
	border-left: 0;
	padding-right: 12px;
}

.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;
	margin-bottom: 8px;
}

.post .post_author div.author_avatar img {
	padding: 5px;
	border: 0px solid #ddd;
	background: #121212;
}

.post .post_author div.author_information {
	float: left;
	padding: 6px 8px;
}

.post.classic .post_author div.author_information {
	margin-left: 5px;
	letter-spacing: 1px;
	font-family: Cinzel;
	float: none;
	padding: 0;
	text-align: center;
}

.post .post_author div.author_statistics {
	float: right;
	font-size: 11px;
	padding: 3px 10px 3px 5px;
	color: #666;
	line-height: 1.3;
}

.post.classic .post_author div.author_statistics {
	margin: 6px 0 0 0;
	padding: 6px 6px 3px 6px;
	float: none;
}

.post.classic .post_content {
	float: left;
	width: 75%;
	padding: 0 1% 5px 1%;
}

.post_content {
	padding: 9px 10px 5px 10px;
}

.post_content .signature {
	margin-top: 5px;
	border-top: 1px solid #121212;
	padding: 10px 0 4px 0;
}

.post_controls {
	clear: both;
	background: #0e0e0e;
	padding: 5px;
	overflow: hidden;
}

.postbit_buttons > a:link,
.postbit_buttons > a:hover,
.postbit_buttons > a:visited,
.postbit_buttons > a:active {
	display: inline-block;
	padding: 2px 5px;
	margin: 2px;
	font-size: 11px;
	background: #0a0a0a;;
	color: #7f7f7f;
}

.postbit_buttons > a:hover {
	border-color: #371717;
}

.postbit_buttons a span {
	padding-left: 20px;
	display: inline-block;
	height: 16px;
	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;
}