body {
	background: #fff;
	color: #333;
	text-align: center;
	line-height: 1.4;
	margin: 0;
	font-family: Tahoma, Verdanla, Arial, Sans-Serif;
	font-size: 13px;
	overflow-y: scroll;
}

a:link {
	color: #0072BC;
	text-decoration: none;
}

a:visited {
	color: #0072BC;
	text-decoration: none;
}

a:hover,
a:active {
	color: #0072BC;
	text-decoration: underline;
}

#container {
	color: #333;
	text-align: left;
	line-height: 1.4;
	margin: 0;
	min-width: 990px;
	
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

.wrapper {
	width: 85%;
	min-width: 970px;
	max-width: 1500px;
	margin: auto auto;
}

#logo {
	background: #fff;
	padding: 10px 0;
	border-bottom: 1px solid #263c30;
}

#content {
	background: #fff;
	width: auto !important;
	padding: 20px 10px;
	overflow: hidden;
}

#header ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header ul.menu li {
	margin: 0 7px;
	display: inline;
}

#header ul.menu li a {
	padding-left: 20px;
	background-image: url(../../../images/headerlinks_sprite.png);
	background-repeat: no-repeat;
	display: inline-block;
	line-height: 16px;
}

#logo ul.top_links {
	font-weight: bold;
	text-align: right;
	margin: -10px 5px 0 0;
}

#logo ul.top_links a.search {
	background-position: 0 0;
}

#logo ul.top_links a.memberlist {
	background-position: 0 -20px;
}

#logo ul.top_links a.calendar {
	background-position: 0 -40px;
}

#logo ul.top_links a.help {
	background-position: 0 -60px;
}

#logo ul.top_links a.portal {
	background-position: 0 -180px;
}

#panel .upper a.logout {
	font-weight: bold;
	background: url(../../../images/headerlinks_sprite.png) right -80px no-repeat;
	padding-right: 20px;
	margin-left: 10px;
}

#panel .upper a.login,
#panel .upper a.lost_password {
	background: url(../../../images/headerlinks_sprite.png) 0 -100px no-repeat;
	padding-left: 20px;
	margin-left: 10px;
	font-weight: bold;
}

#panel .upper a.register {
	background: url(../../../images/headerlinks_sprite.png) right -80px no-repeat;
	padding-right: 20px;
	margin-left: 10px;
	font-weight: bold;
}

#panel .lower ul.panel_links {
	float: left;
}

#panel .lower ul.panel_links a.usercp {
	background-position: 0 -120px;
}

#panel .lower ul.panel_links a.modcp {
	background-position: 0 -140px;
}

#panel .lower ul.panel_links a.admincp {
	background-position: 0 -160px;
}

#panel .lower ul.user_links {
	float: right;
}

#panel .lower ul.user_links li a {
	padding: 0;
	background-image: none;
}

#panel .upper {
	background: #0f0f0f url(../../../images/tcat.png) repeat-x;
	color: #fff;
	border-top: 1px solid #444;
	border-bottom: 1px solid #000;
	padding: 7px;
	clear: both;
}

#panel .upper a:link,
#panel .upper a:visited,
#panel .upper a:hover,
#panel .upper a:active {
	color: #fff;
}

#panel .lower {
	background: #efefef;
	color: #999;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	padding: 5px;
}

#panel .lower a:link,
#panel .lower a:visited,
#panel .lower a:hover,
#panel .lower a:active {
	color: #666;
}

#search {
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	vertical-align: middle;
}

#search input.button,
#search input.textbox {
	border-color: #000;
}

#search input.button {
	background: #0066a2 url(../../../images/thead.png) top left repeat-x;
	color: #fff;
}

#search input {
	margin: -3px 0;
}

#quick_login .remember_me input {
	vertical-align: middle;
	margin: -3px 0 0 5px;
}

#footer {
	clear: both;
}

#footer ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer ul.menu li {
	margin: 0 5px;
	display: inline;
}

#footer .upper {
	background: #efefef;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	padding: 6px;
	font-size: 12px;
	overflow: hidden;
}

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
	color: #777;
}

#footer .upper .language {
	float: right;
	margin: -1px;
	margin-left: 15px;
}

#footer .upper .language select {
	border-color: #ccc;
}

#footer .upper .theme {
	float: right;
	margin: -1px;
	margin-left: 15px;
}

#footer .upper .theme select {
	border-color: #ccc;
}

#footer .upper ul.bottom_links {
	float: left;
	margin: 4px 0 0 0;
}

#footer .lower {
	color: #666;
	padding: 6px 6px 12px 6px;
	overflow: hidden;
	font-size: 11px;
}

#footer .lower a:link,
#footer .lower a:visited {
	color: #444;
	font-weight: bold;
}

#footer .lower a:hover,
#footer .lower a:active {
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}

#footer .lower #current_time {
	float: right;
	color: #888;
}

#debug {
	float: right;
	text-align: right;
	margin-top: 20px;
	font-size: 11px;
}

.scaleimages img {
	max-width: 100%;
}

.forum_status {
	height: 30px;
	width: 30px;
	background: url(../../../images/forum_icon_sprite.png) no-repeat 0 0;
	display: inline-block;
}

.forum_on {
	background-position: 0 0;
}

.forum_off {
	background-position: 0 -30px;
}

.forum_offclose {
	background-position: 0 -60px;
}

.forum_offlink {
	background-position: 0 -90px;
}

.subforumicon {
	height: 10px;
	width: 10px;
	display: inline-block;
	margin: 0 5px;
	background: url(../../../images/mini_status_sprite.png) no-repeat 0 0;
}

.subforum_minion {
	background-position: 0 0;
}

.subforum_minioff {
	background-position: 0 -10px;
}

.subforum_minioffclose {
	background-position: 0 -20px;
}

.subforum_miniofflink {
	background-position: 0 -30px;
}

table {
	color: #333;
	font-size: 13px;
}

.tborder {
	background: #fff;
	width: 100%;
	margin: auto auto;
	border: 1px solid #ccc;
	padding: 1px;
}

.tfixed {
	table-layout: fixed;
	word-wrap: break-word;
}

.thead {
	background: #0066a2 url(../../../images/thead.png) top left repeat-x;
	color: #ffffff;
	border-bottom: 1px solid #263c30;
	padding: 8px;
}

.thead a:link {
	color: #ffffff;
	text-decoration: none;
}

.thead a:visited {
	color: #ffffff;
	text-decoration: none;
}

.thead a:hover,
.thead a:active {
	color: #ffffff;
	text-decoration: underline;
}

.tcat {
	background: #0f0f0f url(../../../images/tcat.png) repeat-x;
	color: #fff;
	border-top: 1px solid #444;
	border-bottom: 1px solid #000;
	padding: 6px;
	font-size: 12px;
}

.tcat a:link {
	color: #fff;
}

.tcat a:visited {
	color: #fff;
}

.tcat a:hover,
.tcat a:active {
	color: #fff;
}

.trow1 {
	background: #f5f5f5;
	border: 1px solid;
	border-color: #fff #ddd #ddd #fff;
}

.trow2 {
	background: #efefef;
	border: 1px solid;
	border-color: #fff #ddd #ddd #fff;
}

.trow_shaded {
	background: #ffdde0;
	border: 1px solid;
	border-color: #fff #ffb8be #ffb8be #fff;
}

.no_bottom_border {
	border-bottom: 0;
}

.post.unapproved_post {
	background: #ffdde0;
}

.thread_start_datetime {
	color: #999;
}

.post.unapproved_post .post_author {
	border-bottom-color: #ffb8be;
}

.post.classic.unapproved_post .post_author {
	border-color: #ffb8be;
}

.post.unapproved_post .post_controls {
	border-top-color: #ffb8be;
}

.trow_deleted,
.post.deleted_post {
	background: #E8DEFF;
}

.trow_selected,
tr.trow_selected td {
	background: #FFFBD9;
	color: #333;
	border-right-color: #F7E86A;
	border-bottom-color: #F7E86A;
}

.trow_selected a:link,
.trow_selected a:visited,
.trow_selected a:hover,
.trow_selected a:active {
	color: #333;
}

.trow_sep {
	background: #ddd;
	color: #333;
	border-bottom: 1px solid #c5c5c5;
	padding: 6px;
	font-size: 12px;
	font-weight: bold;
}

.tfoot {
	border-top: 1px solid #fff;
	padding: 6px;
	background: #ddd;
	color: #666;
}

.tfoot a:link {
	color: #444;
	text-decoration: none;
}

.tfoot a:visited {
	color: #444;
	text-decoration: none;
}

.tfoot a:hover,
.tfoot a:active {
	color: #444;
	text-decoration: underline;
}

.thead input.textbox,
.thead select {
	border: 1px solid #263c30;
}

.bottommenu {
	background: #efefef;
	color: #333;
	border: 1px solid #4874a3;
	padding: 10px;
}

.navigation {
	color: #333;
	font-size: 12px;
}

.navigation a:link {
	text-decoration: none;
}

.navigation a:visited {
	text-decoration: none;
}

.navigation a:hover,
.navigation a:active {
	text-decoration: underline;
}

.navigation .active {
	color: #333;
	font-size: small;
	font-weight: bold;
}

.smalltext {
	font-size: 11px;
}

.largetext {
	font-size: 16px;
	font-weight: bold;
}

fieldset {
	padding: 12px;
	border: 1px solid #ddd;
	margin: 0;
}

fieldset.trow1,
fieldset.trow2 {
	border-color: #bbb;
}

fieldset.align_right {
	text-align: right;
}

input.textbox {
	background: #ffffff;
	color: #333;
	border: 1px solid #ccc;
	padding: 3px;
	outline: 0;
	font-size: 13px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

input.textbox.portal_search {
    width: 68%;
}

textarea {
	background: #ffffff;
	color: #333;
	border: 1px solid #ccc;
	padding: 2px;
	line-height: 1.4;
	outline: 0;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

select {
	background: #ffffff;
	padding: 3px;
	border: 1px solid #ccc;
	outline: 0;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

button,
input.button {
	padding: 3px 8px;
	cursor: pointer;
	font-size: 13px;
	background: #eee url(../../../images/buttons_bg.png) repeat-x;
	border: 1px solid #bbb;
	color: #333;
	outline: 0;
}

button:hover,
input.button:hover {
	border-color: #aaa;
}

form {
	margin: 0;
	padding: 0;
}

input.error, textarea.error, select.error {
	border: 1px solid #f30;
	color: #f30;
}

input.valid, textarea.valid, select.valid {
	border: 1px solid #0c0;
}

label.error {
	color: #f30;
	margin: 5px;
	padding: 0px;
	display: block;
	font-weight: bold;
	font-size: 11px;
}

form #message {
	width: 500px;
}

.editor {
	background: #f1f1f1;
	border: 1px solid #ccc;
}

.editor_control_bar {
	background: #fff;
	border: 1px solid #ccc;
}

.post .editor_control_bar {
	background: #f5f5f5;
}

.popup_menu {
	background: #fff;
	border: 1px solid #ccc;
}

.popup_menu .popup_item {
	background: #efefef;
	color: #333;
}

.popup_menu .popup_item:hover {
	background: #0072BC;
	color: #fff;
}

.trow_reputation_positive {
	background: #ccffcc;
}

.trow_reputation_negative {
	background: #ffcccc;
}

.reputation_positive {
	color: green;
}

.reputation_neutral {
	color: #444;
}

.reputation_negative {
	color: red;
}

.repbox {
	font-size:16px;
	font-weight: bold;
	padding:5px 7px 5px 7px;
}

._neutral {
	background-color:#FAFAFA;
	color: #999999;
	border:1px solid #CCCCCC;
}

._minus {
	background-color: #FDD2D1;
	color: #CB0200;
	border:1px solid #980201;
}

._plus {
	background-color:#E8FCDC;
	color: #008800;
	border:1px solid #008800;
}

img {
	border: none;
}

img.attachment {
	border: 1px solid #E9E5D7;
	padding: 2px;
}

hr {
	background-color: #000000;
	color: #000000;
	height: 1px;
	border: 0px;
}

.clear {
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.hidden {
	display: none;
	float: none;
	width: 1%;
}

.hiddenrow {
	display: none;
}

.selectall {
	background: #FFFBD9;
	border-bottom: 1px solid #F7E86A;
	color: #333;
	text-align: center;
}

.expcolimage {
	float: right;
	width: auto;
	vertical-align: middle;
	margin-top: 3px;
}

.tcat_menu > .expcolimage {
	margin-top: 0;
}

blockquote {
	border: 1px solid #ccc;
	margin: 0;
	background: #fff;
	padding: 10px;
}

blockquote cite {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	font-style: normal;
	display: block;
	padding-bottom: 3px;
	margin: 0 0 10px 0;
}

blockquote cite > span {
	float: right;
	font-weight: normal;
	font-size: 12px;
	color: #666;
}

blockquote cite span.highlight {
	float: none;
	font-weight: bold;
	padding-bottom: 0;
}

.codeblock {
	background: #fff;
	border: 1px solid #ccc;
	padding: 10px;
}

.codeblock .title {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	padding-bottom: 3px;
	margin: 0 0 10px 0;
}

.codeblock code {
	overflow: auto;
	height: auto;
	max-height: 200px;
	display: block;
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 13px;
}

.smilie {
	vertical-align: middle;
}

.smilie_pointer {
	cursor: pointer;
}

.separator {
	margin: 5px;
	padding: 0;
	height: 0px;
	font-size: 1px;
	list-style-type: none;
}

.popup_menu .popup_item_container {
	margin: 1px;
	text-align: left;
}

.popup_menu .popup_item {
	display: block;
	padding: 4px;
	white-space: nowrap;
	text-decoration: none;
}

.popup_menu a.popup_item:hover {
	text-decoration: none;
}

.subject_new {
	font-weight: bold;
}

.highlight {
	background: #FFFFCC;
	padding-top: 3px;
	padding-bottom: 3px;
}

.pm_alert {
	background: #FFF6BF;
	border: 1px solid #FFD324;
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	font-size: 11px;
}

.red_alert {
	background: #FBE3E4;
	border: 1px solid #A5161A;
	color: #A5161A;
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	font-size: 11px;
	word-wrap: break-word;
}

.red_alert a:link,
.red_alert a:visited,
.red_alert a:hover,
.red_alert a:active {
	color: #A5161A;
}

.high_warning {
	color: #CC0000;
}

.moderate_warning {
	color: #F3611B;
}

.low_warning {
	color: #AE5700;
}

.imminent_banned {
	color: #880000;
}

.high_banned {
	color: #FF0000;
}

.moderate_banned {
	color: #FF6600;
}

.low_banned {
	color: #008000;
}

.online {
	color: #15A018;
}

.offline {
	color: #C7C7C7;
}

div.error {
	padding: 5px 10px;
	border: 2px solid #FFD324;
	background: #FFF6BF;
	font-size: 12px;
}

div.error p {
	margin: 0;
	color: #333;
	font-weight: normal;
}

div.error p em {
	font-style: normal;
	font-weight: bold;
	padding-left: 24px;
	display: block;
	color: #C00;
	background: url(../../../images/error.png) no-repeat 0;
}

div.error ul {
	margin-left: 24px;
}

.pagination {
	font-size: 11px;
	padding-top: 10px;
	margin-bottom: 5px;
}

.tfoot .pagination,
.tcat .pagination {
	padding-top: 0;
}

.pagination .pages {
	font-weight: bold;
}

.pagination .pagination_current,
.pagination a {
	padding: 3px 6px;
	margin-bottom: 3px;
}

.pagination a {
	background: #f5f5f5;
	border: 1px solid #ccc;
}

.pagination .pagination_current {
	background: none;
	color: #333;
	border: none;
	font-weight: bold;
}

.pagination a:hover {
	background: #0072BC;
	color: #fff;
	border-color: #263c30;
	text-decoration: none;
}

.pagination .go_page img {
	margin-bottom: -4px;
}

.drop_go_page {
	background: #f5f5f5;
	padding: 4px;
}

.pagination_breadcrumb {
	background-color: #efefef;
	border: 1px solid #fff;
	outline: 1px solid #ccc;
	padding: 5px;
	margin-top: 5px;
	font-weight: normal;
}

.pagination_breadcrumb_link {
	vertical-align: middle;
	cursor: pointer;
}

.thread_legend,
.thread_legend dd {
	margin: 0;
	padding: 0;
}

.thread_legend dd {
	padding-bottom: 4px;
	margin-right: 15px;
}

.thread_legend img {
	margin-right: 4px;
	vertical-align: bottom;
}

.forum_legend,
.forum_legend dt,
.forum_legend dd {
	margin: 0;
	padding: 0;
}

.forum_legend dd {
	float: left;
	margin-right: 10px;
	margin-top: 7px;
}

.forum_legend dt {
	margin-right: 10px;
	float: left;
}

.success_message {
	color: #00b200;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.error_message {
	color: #C00;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

#posts_container {
	padding: 0;
}

.ignored_post {
	border-top: 3px solid #333;
	padding: 15px;
}

.ignored_post .show_ignored_post {
	margin-top: -15px;
}

.ignored_post .show_ignored_post a.button span {
	background-position: 0 -400px;
}

.deleted_post_hidden {
	border-top: 2px solid #ccc;
	padding: 15px;
}

.deleted_post_collapsed {
	border-top: 3px solid #333;
	padding: 15px;
}

.deleted_post_collapsed .show_deleted_post {
	margin-top: -15px;
}

.deleted_post_collapsed .show_deleted_post a.button span {
	background-position: 0 -400px;
}

.post {
	overflow: hidden;
}

.post.classic {
	padding-top: 15px;
}

.post .post_author {
	border-bottom: 1px solid #ccc;
	border-top: 2px solid #ccc;
	background: #f5f5f5;
	padding: 5px;
	overflow: hidden;
}

.post.classic .post_author {
	border: 1px solid #ddd;
	float: left;
	width: 15%;
	margin: 0 1% 15px 0;
	border-left: 0;
	padding: 5px 1%;
}

.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: 1px solid #ddd;
	background: #fff;
}

.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: 11px;
	padding: 3px 10px 3px 5px;
	color: #666;
	line-height: 1.3;
}

.post.classic .post_author div.author_statistics {
	border-top: 1px dotted #ccc;
	margin: 6px 0 0 0;
	padding: 6px 6px 3px 6px;
	float: none;
}

.post .post_head {
	font-size: 11px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #ddd;
	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_body {
	font-size: 14px;
	padding: 12px 0;
}

.post.classic .post_content {
	float: left;
	width: 79%;
	padding: 0 1% 5px 1%;
}

.post_content {
	padding: 9px 10px 5px 10px;
}

.post_content .signature {
	margin-top: 5px;
	border-top: 1px dotted #ddd;
	padding: 10px 0 4px 0;
}

.post .post_meta {
	margin: 4px 0;
	font-size: 11px;
	color: #999;
}

.post .post_meta a:link,
.post .post_meta a:visited {
	color: #777;
}

.post .post_meta a:hover,
.post .post_meta a:active {
	color: #777;
}

.post_controls {
	clear: both;
	background: #f5f5f5;
	border-bottom: 1px solid #ccc;
	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: #eee url(../../../images/buttons_bg.png) repeat-x;
	border: 1px solid #ccc;
	color: #555;
}

.postbit_buttons > a:hover {
	border-color: #bbb;
}

.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;
}

.post:not(.deleted_post) .postbit_qrestore,
.post:not(.deleted_post) .status_type,
.post.deleted_post .postbit_mirage {
    display: none;
}

a.button:link,
a.button:hover,
a.button:visited,
a.button:active {
	background: #0f0f0f url(../../../images/tcat.png) repeat-x;
	color: #fff;
	display: inline-block;
	padding: 4px 8px;
	margin: 2px 2px 6px 2px;
	border: 1px solid #000;
	font-size: 14px;
}

a.button.small_button {
	font-size: 13px;
	margin: 0;
	padding: 3px 6px;
}

a.button span {
	padding-left: 20px;
	display: inline-block;
	background-image: url(../../../images/buttons_sprite.png);
	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;
}

.quick_jump {
	background: url(../../../images/jump.png) no-repeat 0;
	width: 13px;
	height: 13px;
	padding-left: 13px; /* amount of padding needed for image to fully show */
	margin-top: -3px;
	border: none;
}

.pollbar {
	background: url(../../../images/pollbar.png) top left repeat-x;
	border: 1px solid #3f3f3f;
	height: 10px;
}

.pollbar .percent {
	display: none;
}

.poll_votedfor {
	background: #efefef;
	border: 1px solid;
	border-color: #fff #ddd #ddd #fff;
}

.posticons_label {
	white-space: nowrap;
}

/** jGrowl Start **/

/** Special IE6 Style Positioning **/
.ie6 {
	position: absolute;
}

.ie6.top-right {
	right: auto;
	bottom: auto;
	left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.top-left {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.bottom-right {
	left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.bottom-left {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.center {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width: 100%;
}

/** jGrowl Styling **/
.jGrowl {
	z-index: 9999;
	color: #ffffff;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: fixed;
}

.jGrowl.top-left {
	left: 0px;
	top: 0px;
}

.jGrowl.top-right {
	right: 0px;
	top: 0px;
}

.jGrowl.bottom-left {
	left: 0px;
	bottom: 0px;
}

.jGrowl.bottom-right {
	right: 0px;
	bottom: 0px;
}

.jGrowl.center {
	top: 0px;
	width: 50%;
	left: 25%;
}

/** Cross Browser Styling **/

.jGrowl.center .jGrowl-notification,
.jGrowl.center .jGrowl-closer {
	margin-left: auto;
	margin-right: auto;
}

.jGrowl-notification {
	background-color: transparent;
	opacity: 0.9;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
	transform: scale(1);
	width: 250px;
	padding: 10px;
	margin: 10px;
	text-align: left;
	display: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	word-break: break-all;
}

.jGrowl .jGrowl-notification {
	min-height: 40px;
}

.jGrowl-notification .ui-state-highlight,
.jGrowl-notification .ui-widget-content .ui-state-highlight,
.jGrowl-notification .ui-widget-header .ui-state-highlight {
	border: 1px solid #000;
	background: #000;
	color: #fff;
}

.jGrowl-notification .jGrowl-header {
	font-weight: bold;
	font-size: .85em;
}

.jGrowl-notification .jGrowl-close {
	background-color: transparent;
	color: inherit;
	border: none;
	z-index: 99;
	float: right;
	font-weight: bold;
	font-size: 1em;
	cursor: pointer;
}

.jGrowl-closer {
	background-color: #000000;
	opacity: 0.9;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
	transform: scale(1);
	width: 250px;
	padding: 10px;
	margin: 10px;
	text-align: left;
	display: none;
	border-radius: 5px;
	word-break: break-all;
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
	font-size: .9em;
	font-weight: bold;
	text-align: center;
}

.jGrowl-closer .ui-state-highlight,
.jGrowl-closer .ui-widget-content .ui-state-highlight,
.jGrowl-closer .ui-widget-header .ui-state-highlight {
	border: 1px solid #000;
	background: #000;
	color: #fff;
}

.jGrowl .jGrowl-notification.jgrowl_success {
    background: lightgreen;
    border: 1px solid lightgreen;
    color: #333;
}

.jGrowl .jGrowl-notification.jgrowl_error {
    background: red;
    border: 1px solid red;
    color: #333;
}

.jGrowl .jGrowl-notification.jgrowl_process, .jGrowl .jGrowl-closer {
    background: yellow;
    border: 1px solid yellow;
	color: #333;
}

/** Hide jGrowl when printing **/
@media print {
	.jGrowl {
		display: none;
}


}

/** jGrowl End **/

/** Modal Start **/

.blocker {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 9999;
	padding: 20px;
	box-sizing: border-box;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.75);
	text-align: center;
}

.blocker:before{
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.05em;
}

.blocker.behind {
	background-color: transparent;
}

.modal {
	width: auto;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-o-box-shadow: 0 0 10px #000;
	-ms-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	height: auto;
}

.modal a.close-modal {
	position: absolute;
	top: 15px;
	right: 15px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: url(../../../images/close.png) no-repeat 0 0;
	z-index: 2;
}

.modal-spinner {
	display: none;
	width: 64px;
	height: 64px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-right: -32px;
	margin-top: -32px;
	background: url(../../../images/spinner_big.gif) no-repeat center center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}

/** Modal End **/

/** Impromptu Start **/

/*! jQuery-Impromptu - v6.2.3 - 2016-04-23
* http://trentrichardson.com/Impromptu
* Copyright (c) 2016 Trent Richardson; Licensed MIT */

.jqifade{
	position: absolute;
	background-color: #777777;
}

iframe.jqifade{
	display:block;
	z-index:-1;
}

div.jqi{
	width: 400px;
	max-width:90%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: absolute;
	background-color: #ffffff;
	font-size: 11px;
	text-align: left;
	border: solid 1px #eeeeee;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 7px;
}

div.jqi .jqicontainer{
}

div.jqi .jqiclose{
	position: absolute;
	top: 4px; right: -2px;
	width: 18px;
	cursor: default;
	color: #bbbbbb;
	font-weight: bold;
}

div.jqi .jqistate{
	background-color: #fff;
}

div.jqi .jqititle{
	padding: 5px 10px;
	font-size: 16px;
	line-height: 20px;
	border-bottom: solid 1px #eeeeee;
}

div.jqi .jqimessage{
	padding: 10px;
	line-height: 20px;
	color: #444444;
	overflow: auto;
}

div.jqi .jqibuttonshide{
	display: none;
}

div.jqi .jqibuttons{
	text-align: right;
	margin: 0 -7px -7px -7px;
	border-top: solid 1px #e4e4e4;
	background-color: #f4f4f4;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
}

div.jqi .jqibuttons button{
	margin: 0;
	padding: 15px 20px;
	background-color: transparent;
	font-weight: normal;
	border: none;
	border-left: solid 1px #e4e4e4;
	color: #777;
	font-weight: bold;
	font-size: 12px;
}

div.jqi .jqibuttons button.jqidefaultbutton{
	color: #489afe;
}

div.jqi .jqibuttons button:hover,
div.jqi .jqibuttons button:focus{
	color: #287ade;
	outline: none;
}

div.jqi .jqibuttons button[disabled]{
	color: #aaa;
}

.jqiwarning .jqi .jqibuttons{
	background-color: #b95656;
}

/* sub states */
div.jqi .jqiparentstate::after{
	background-color: #777;
	opacity: 0.6;
	filter: alpha(opacity=60);
	content: '';
	position: absolute;
	top:0;left:0;bottom:0;right:0;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

div.jqi .jqisubstate{
	position: absolute;
	top:0;
	left: 20%;
	width: 60%;
	padding: 7px;
	border: solid 1px #eeeeee;
	border-top: none;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
}

div.jqi .jqisubstate .jqibuttons button{
	padding: 10px 18px;
}

/* arrows for tooltips/tours */
.jqi .jqiarrow{
 position: absolute; height: 0; width:0; line-height: 0; font-size: 0; border: solid 10px transparent;
}

.jqi .jqiarrowtl{
 left: 10px; top: -20px; border-bottom-color: #ffffff;
}

.jqi .jqiarrowtc{
 left: 50%; top: -20px; border-bottom-color: #ffffff; margin-left: -10px;
}

.jqi .jqiarrowtr{
 right: 10px; top: -20px; border-bottom-color: #ffffff;
}

.jqi .jqiarrowbl{
 left: 10px; bottom: -20px; border-top-color: #ffffff;
}

.jqi .jqiarrowbc{
 left: 50%; bottom: -20px; border-top-color: #ffffff; margin-left: -10px;
}

.jqi .jqiarrowbr{
 right: 10px; bottom: -20px; border-top-color: #ffffff;
}

.jqi .jqiarrowlt{
 left: -20px; top: 10px; border-right-color: #ffffff;
}

.jqi .jqiarrowlm{
 left: -20px; top: 50%; border-right-color: #ffffff; margin-top: -10px;
}

.jqi .jqiarrowlb{
 left: -20px; bottom: 10px; border-right-color: #ffffff;
}

.jqi .jqiarrowrt{
 right: -20px; top: 10px; border-left-color: #ffffff;
}

.jqi .jqiarrowrm{
 right: -20px; top: 50%; border-left-color: #ffffff; margin-top: -10px;
}

.jqi .jqiarrowrb{
 right: -20px; bottom: 10px; border-left-color: #ffffff;
}

/** Impromptu End */

/* === CountyLife RP MyBB style === */
:root {
	--cl-bg: #efe7d2;
	--cl-bg-soft: #f8f3e8;
	--cl-ink: #24301f;
	--cl-muted: #746b56;
	--cl-green: #425f32;
	--cl-green-2: #6d8b42;
	--cl-dark: #172014;
	--cl-gold: #d9a441;
	--cl-orange: #c97932;
	--cl-brown: #805832;
	--cl-panel: rgba(255,255,255,.78);
	--cl-line: rgba(66,95,50,.16);
	--cl-shadow: 0 24px 70px rgba(34,48,27,.20);
	--cl-radius: 24px;
}

* {
 box-sizing: border-box;
}

html {
 min-height: 100%; scroll-behavior: smooth;
}

body {
	min-height: 100vh;
	margin: 0;
	overflow-y: scroll;
	overflow-x: hidden;
	color: var(--cl-ink);
	text-align: center;
	line-height: 1.45;
	font-family: Inter, "Segoe UI", Arial, sans-serif;
	font-size: 14px;
	background:
		radial-gradient(circle at 15% 10%, rgba(217,164,65,.24), transparent 26%),
		radial-gradient(circle at 90% 20%, rgba(109,139,66,.24), transparent 28%),
		linear-gradient(180deg,var(--cl-bg),var(--cl-bg-soft) 45%,#f6eddb);
}

body::before {
	content: "";
	position: fixed;
	inset: 0;
	pointer-events: none;
	opacity: .07;
	background-size: 70px 70px;
	mask-image: linear-gradient(to bottom, transparent, black 18%, transparent 100%);
}

a:link, a:visited {
 color: var(--cl-green); text-decoration: none;
}

a:hover, a:active {
 color: var(--cl-brown); text-decoration: none;
}

#container {
	min-width: 0;
	color: var(--cl-ink);
	text-align: left;
	line-height: 1.45;
	font-family: Inter, "Segoe UI", Arial, sans-serif;
	font-size: 14px;
}

.wrapper {
	width: min(1180px, 92%);
	min-width: 0;
	max-width: 1180px;
	margin: 0 auto;
}

#header.cl-site-header {
	position: relative;
	margin: 0 calc(50% - 50vw);
	padding: 22px 0 0;
	color: #fff;
	background:
		linear-gradient(90deg, rgba(18,27,14,.92), rgba(18,27,14,.58), rgba(18,27,14,.28)),
		url(../../../images/hover-bg.png);
	background-size: cover;
	background-position: center;
	border-radius: 0 0 48px 48px;
	overflow: hidden;
}

#logo.cl-floating-nav {
	position: relative;
	z-index: 50;
	margin: 0 auto;
	width: min(1180px, 92%);
	padding: 14px 18px;
	border: 1px solid rgba(255,255,255,.35);
	border-radius: 24px;
	background: rgba(29,40,23,.72);
	backdrop-filter: blur(18px);
	box-shadow: 0 18px 55px rgba(0,0,0,.22);
	color: #fff;
}

#logo .wrapper {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.cl-brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-weight: 900;
	letter-spacing: 0;
	color: #fff !important;
}

.cl-brand-mark {
	width: 42px;
	height: 42px;
	display: grid;
	place-items: center;
	border-radius: 15px;
	background: linear-gradient(135deg,var(--cl-gold),#f0ce78);
	color: #2d230e;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.45);
	font-weight: 900;
}

#header ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header ul.menu li {
	margin: 0 2px;
	display: inline-block;
}

#header ul.menu li a {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 11px 14px;
	border-radius: 14px;
	background-image: none !important;
	color: rgba(255,255,255,.86);
	font-weight: 800;
	font-size: 14px;
	line-height: 1;
}

#header ul.menu li a:hover {
 background: rgba(255,255,255,.14); color: #fff;
}

.cl-nav-cta {
	flex: 0 0 auto;
	padding: 12px 17px;
	border-radius: 16px;
	background: linear-gradient(135deg,var(--cl-gold),#efc96c);
	color: #27200d !important;
	font-weight: 900;
}

#panel {
	margin: 16px auto 0;
	width: min(1180px, 92%);
}

#panel .upper,
#panel .lower {
	border: 1px solid rgba(255,255,255,.50);
	border-radius: 18px;
	background: rgba(255,255,255,.76);
	color: var(--cl-muted);
	backdrop-filter: blur(14px);
	padding: 10px 14px;
	margin-bottom: 10px;
	box-shadow: 0 12px 34px rgba(34,48,27,.10);
}

#panel .upper a, #panel .lower a {
 color: var(--cl-green) !important;
}

#search {
 margin: 0;
}

#content {
	background: transparent;
	width: auto !important;
	padding: 0;
	overflow: visible;
}

.navigation {
	color: var(--cl-muted);
	font-size: 12px;
	margin: 16px 0 14px;
	outline: 0;
	border: 0;
}

.navigation * {
 outline: 0;
}

.navigation .active {
 color: var(--cl-ink); font-weight: 900;
}

.cl-hero {
	min-height: 520px;
	position: relative;
	display: grid;
	grid-template-columns: minmax(0,1.2fr) minmax(280px,.8fr);
	gap: 38px;
	align-items: center;
	width: min(1163px, 92%);
	margin: 0 auto;
	padding: 96px 0 120px;
	color: #fff;
}

.cl-hero-copy,
.cl-hero-card,
.cl-main-column,
.cl-sidebar {
	min-width: 0;
}

.cl-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 9px 14px;
	border-radius: 999px;
	background: rgba(217,164,65,.95);
	color: #2c210b;
	font-weight: 900;
	margin-bottom: 24px;
}

.cl-hero h1 {
	max-width: 780px;
	margin: 0 0 24px;
	font-size: clamp(42px, 6vw, 84px);
	line-height: .98;
	letter-spacing: 0;
	color: #fff;
}

.cl-hero h1 span {
 color: #f3ca68;
}

.cl-hero p {
	max-width: 660px;
	color: rgba(255,255,255,.88);
	font-size: 19px;
	line-height: 1.8;
	margin: 0;
	overflow-wrap: normal;
	word-break: normal;
}

.cl-actions {
	display: flex;
	gap: 15px;
	margin-top: 32px;
	flex-wrap: wrap;
}

.cl-btn,
button,
input.button,
a.button:link,
a.button:hover,
a.button:visited,
a.button:active,
.postbit_buttons > a:link,
.postbit_buttons > a:hover,
.postbit_buttons > a:visited,
.postbit_buttons > a:active {
	border: 0;
	cursor: pointer;
	padding: 13px 18px;
	border-radius: 16px;
	font-weight: 900;
	font-size: 13px;
	transition: .22s;
}

.cl-btn-primary,
button,
input.button,
a.button:link,
a.button:hover,
a.button:visited,
a.button:active,
.postbit_buttons > a:link,
.postbit_buttons > a:hover,
.postbit_buttons > a:visited,
.postbit_buttons > a:active {
	background: linear-gradient(135deg,var(--cl-gold),#f0ca69);
	color: #2b210b !important;
	box-shadow: 0 14px 35px rgba(217,164,65,.28);
}

.cl-btn-ghost {
	color: #fff !important;
	background: rgba(255,255,255,.13);
	border: 1px solid rgba(255,255,255,.23);
	backdrop-filter: blur(10px);
}

.cl-hero-card {
	background: rgba(255,255,255,.14);
	border: 1px solid rgba(255,255,255,.22);
	backdrop-filter: blur(18px);
	border-radius: 28px;
	padding: 24px;
	box-shadow: 0 28px 80px rgba(0,0,0,.28);
}

.cl-status-head {
	display: flex;
	justify-content: space-between;
	gap: 14px;
	align-items: center;
	margin-bottom: 18px;
}

.cl-status-head h3 {
 margin: 0; font-size: 18px; color: #fff;
}

.cl-pulse {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #dff6c8;
	font-weight: 900;
}

.cl-pulse::before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #8df45d;
	box-shadow: 0 0 0 8px rgba(141,244,93,.14);
}

.cl-ip {
	padding: 16px;
	border-radius: 18px;
	background: rgba(0,0,0,.25);
	font-family: Consolas, monospace;
	color: #ffe5a3;
	margin-bottom: 14px;
	white-space: normal;
	overflow-wrap: anywhere;
}

.cl-quick-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.cl-quick-grid div {
	padding: 16px;
	border-radius: 18px;
	background: rgba(255,255,255,.13);
}

.cl-quick-grid strong {
	display: block;
	font-size: 26px;
	color: #fff;
}

.cl-quick-grid span {
	color: rgba(255,255,255,.68);
	font-size: 13px;
	font-weight: 700;
}

.cl-top-strip {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 16px;
	margin: -54px 0 22px;
	position: relative;
	z-index: 5;
}

.cl-stat {
	padding: 22px;
	border-radius: 22px;
	background: var(--cl-panel);
	border: 1px solid rgba(255,255,255,.65);
	box-shadow: var(--cl-shadow);
	backdrop-filter: blur(16px);
}

.cl-stat small {
 color: var(--cl-muted); font-weight: 800;
}

.cl-stat strong {
	display: block;
	margin-top: 8px;
	font-size: 28px;
	color: var(--cl-green);
}

.cl-layout {
	display: grid;
	grid-template-columns: minmax(0,80%) minmax(245px,20%);
	gap: 24px;
	align-items: start;
}

.cl-section-title {
	margin-bottom: 16px;
	padding: 22px 24px;
	border-radius: var(--cl-radius);
	background: rgba(255,255,255,.68);
	border: 1px solid rgba(255,255,255,.72);
	box-shadow: var(--cl-shadow);
	backdrop-filter: blur(18px);
}

.cl-section-title h2 {
 margin: 0 0 4px; font-size: 20px; color: var(--cl-ink);
}

.cl-section-title span {
 color: var(--cl-muted); font-size: 13px; font-weight: 800;
}

.cl-sidebar {
	display: grid;
	gap: 18px;
	position: sticky;
	top: 105px;
}

.cl-side-card {
	padding: 20px;
	border-radius: 22px;
	background: rgba(255,255,255,.74);
	border: 1px solid rgba(255,255,255,.68);
	box-shadow: var(--cl-shadow);
	backdrop-filter: blur(16px);
}

.cl-side-card h3 {
	font-size: 16px;
	margin: 0 0 14px;
	color: var(--cl-green);
}

.cl-side-card p {
 margin: 0; color: var(--cl-muted); line-height: 1.55;
}

.cl-weather {
	background:
		linear-gradient(150deg,rgba(66,95,50,.94),rgba(31,43,25,.94)),
		url(https://images.unsplash.com/photo-1471193945509-9ad0617afabf?auto=format&fit=crop&w=900&q=80);
	background-size: cover;
	color: #fff;
}

.cl-weather h3 {
 color: #fff;
}

.cl-weather p {
 color: rgba(255,255,255,.76);
}

.cl-temp {
 font-size: 42px; font-weight: 900;
}

.cl-link-list, .cl-timeline, .cl-rank {
 display: grid; gap: 10px;
}

.cl-link-list a {
	padding: 10px 12px;
	border-radius: 14px;
	background: #eef3e4;
	color: #4c6537;
	font-weight: 900;
}

.cl-timeline div {
 padding-left: 14px; border-left: 3px solid var(--cl-gold);
}

.cl-timeline strong {
 display: block; color: var(--cl-brown); font-size: 13px;
}

.cl-timeline span {
 color: var(--cl-muted); font-size: 13px;
}

.cl-rank div {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	padding: 10px 0;
	border-bottom: 1px solid var(--cl-line);
	font-size: 13px;
	font-weight: 800;
}

.cl-featured {
	margin-top: 24px;
	padding: 28px;
	border-radius: 28px;
	color: #fff;
	background:
		linear-gradient(135deg,rgba(23,32,20,.92),rgba(66,95,50,.82)),
		url(https://images.unsplash.com/photo-1500595046743-cd271d694d30?auto=format&fit=crop&w=1600&q=85);
	background-size: cover;
	background-position: center;
	box-shadow: var(--cl-shadow);
}

.cl-featured h2 {
 font-size: 28px; margin: 0 0 10px; color: #fff;
}

.cl-featured p {
 color: rgba(255,255,255,.78); max-width: 720px; line-height: 1.65; margin: 0;
}

table {
 color: var(--cl-ink); font-size: 14px;
}

.tborder {
	width: 100%;
	margin: 0 auto 18px;
	padding: 0;
	border: 1px solid rgba(255,255,255,.72);
	border-collapse: separate;
	border-spacing: 0;
	border-radius: var(--cl-radius);
	background: rgba(255,255,255,.68);
	box-shadow: var(--cl-shadow);
	backdrop-filter: blur(18px);
	overflow: hidden;
}

.thead {
	padding: 0;
	color: #fff;
	background: linear-gradient(135deg,rgba(66,95,50,.95),rgba(128,88,50,.88));
	border-bottom: 1px solid var(--cl-line);
}

.thead a, .thead a:link, .thead a:visited, .thead a:hover, .thead a:active,
.tcat a, .tcat a:link, .tcat a:visited, .tcat a:hover, .tcat a:active {
 color: #fff;
}

.cl-cat-banner {
        margin-bottom: 12px;
	padding: 18px 20px;
	display: flex;
	flex-direction: column;
	gap: 4px;
	color: #fff;
}

.cl-cat-banner strong {
 font-size: 13px;
}

.cl-cat-banner span {
 color: rgba(255,255,255,.76); font-size: 13px; font-weight: 600;
}

.tcat, .cl-forum-head td {
	background: rgba(66,95,50,.10);
	color: var(--cl-muted);
	border: 0;
	border-bottom: 1px solid var(--cl-line);
	padding: 10px 14px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0;
}

.trow1, .trow2, .trow_shaded, .tfoot, .poll_votedfor,
.post .post_author, .post_controls, .editor, .editor_control_bar,
.popup_menu, .popup_menu .popup_item, div.jqi, div.jqi .jqistate, div.jqi .jqibuttons {
	background: rgba(255,255,255,.72);
	color: var(--cl-ink);
	border-color: var(--cl-line);
}

.trow2 {
 background: rgba(246,240,228,.78);
}

.cl-forum-row td {
	padding: 16px 14px;
	border-bottom: 1px solid rgba(66,95,50,.10);
	vertical-align: middle;
}

.cl-forum-row:hover td {
 background: rgba(255,255,255,.92);
}

.forum_status {
	height: 50px;
	width: 50px;
	border-radius: 17px;
	display: inline-grid;
	place-items: center;
	background: linear-gradient(135deg,#f0eadb,#e2efd5);
	border: 1px solid rgba(66,95,50,.12);
}

.forum_status::before {
	content: "";
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: var(--cl-green-2);
	box-shadow: 0 0 0 7px rgba(109,139,66,.13);
}

.forum_off::before, .forum_offclose::before, .forum_offlink::before {
	background: #b6ad9a;
	box-shadow: none;
}

.cl-forum-main strong a {
 color: var(--cl-green); font-size: 17px;
}

.cl-forum-main .smalltext {
 color: var(--cl-muted); line-height: 1.5; margin-top: 5px;
}

.cl-forum-count {
	color: var(--cl-muted);
	font-weight: 900;
}

.cl-lastpost {
	color: var(--cl-muted);
	font-size: 13px;
}

.cl-lastpost a {
 color: var(--cl-brown); font-weight: 800;
}

.tfoot {
 border-top: 1px solid var(--cl-line); padding: 10px 14px;
}

.smalltext, .thread_start_datetime, .post .post_head span.post_date,
.post .post_meta, .post .post_author div.author_statistics,
.post_content .signature, .tfoot, .bottommenu {
 color: var(--cl-muted);
}

.largetext {
 color: var(--cl-ink);
}

input.textbox, textarea, select {
	background: #fffaf0;
	color: var(--cl-ink);
	border: 1px solid rgba(66,95,50,.22);
	border-radius: 12px;
	padding: 13px 18px;
	outline: 0;
	font-size: 13px;
	font-family: Inter, "Segoe UI", Arial, sans-serif;
}

input.textbox:focus, textarea:focus, select:focus {
	border-color: rgba(217,164,65,.7);
	box-shadow: 0 0 0 3px rgba(217,164,65,.16);
}

fieldset, blockquote, .codeblock, .pm_alert, .bottommenu, .pagination_breadcrumb {
	background: rgba(255,255,255,.76);
	border: 1px solid var(--cl-line);
	border-radius: 16px;
	color: var(--cl-ink);
}

blockquote cite, .codeblock .title {
 border-bottom-color: var(--cl-line); color: var(--cl-ink);
}

.pagination a {
	background: rgba(255,255,255,.78);
	border: 1px solid rgba(66,95,50,.16);
	border-radius: 10px;
	color: var(--cl-green);
}

.pagination .pagination_current, .pagination a:hover {
	background: rgba(217,164,65,.22);
	color: var(--cl-brown);
	border-color: rgba(217,164,65,.45);
}

.popup_menu {
 border-radius: 14px; overflow: hidden;
}

.popup_menu .popup_item:hover {
 background: rgba(217,164,65,.20); color: var(--cl-brown);
}

.post {
	margin-bottom: 18px;
	overflow: hidden;
	border: 1px solid rgba(255,255,255,.72);
	background: rgba(255,255,255,.72);
	box-shadow: var(--cl-shadow);
	border-radius: var(--cl-radius);
}

.post .post_author {
 border-top: 0; border-bottom: 1px solid var(--cl-line);
}

.post.classic .post_author {
 border: 1px solid var(--cl-line); border-left: 0;
}

.post_body {
 font-size: 15px; line-height: 1.7;
}

.forum_legend {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
	align-items: center;
	margin: 0 0 16px;
	padding: 12px 4px;
}

.forum_legend dt, .forum_legend dd {
 margin: 0; padding: 0;
}

.forum_legend .forum_status {
 width: 28px; height: 28px; border-radius: 10px;
}

.forum_legend .forum_status::before {
 width: 9px; height: 9px; box-shadow: none;
}

/*
#footer .upper, #footer .lower {
 background: transparent; border: 0; padding: 6px; overflow: visible;
}

#footer ul.menu {
 margin: 0; padding: 0; list-style: none;
}

#footer ul.menu li {
 margin: 0 5px; display: inline;
}

#footer a {
 color: var(--cl-muted) !important;
}

#footer .lower #current_time {
 float: right; color: var(--cl-muted);
}

#debug {
 color: var(--cl-muted);
}

*/
@media (max-width: 1000px) {
	.cl-hero, .cl-layout {
 grid-template-columns: 1fr;
}

.cl-sidebar {
 position: static;
}

.cl-top-strip {
 grid-template-columns: 1fr 1fr;
}

.cl-category-table thead,
	.cl-category-table tbody,
	.cl-category-table tr,
	.cl-category-table td {
		display: block;
		width: 100% !important;
}

.cl-category-table .cl-forum-head {
 display: none;
}

.cl-forum-row {
		position: relative;
		margin: 12px;
		border: 1px solid rgba(66,95,50,.12);
		border-radius: 20px;
		background: rgba(255,255,255,.78);
		overflow: hidden;
}

.cl-forum-row td {
		padding: 12px 16px;
		border-bottom: 0;
		text-align: left !important;
}

.cl-forum-icon {
		position: absolute;
		left: 14px;
		top: 14px;
		width: 56px !important;
		padding: 0 !important;
}

.cl-forum-icon .forum_status {
		width: 48px;
		height: 48px;
}

.cl-forum-main {
		min-height: 76px;
		padding-left: 82px !important;
}

.cl-forum-count,
	.cl-lastpost {
		margin-left: 82px;
		width: calc(100% - 98px) !important;
		white-space: normal !important;
}

.cl-forum-count {
		display: inline-block;
		width: auto !important;
		margin-right: 8px;
		padding: 7px 10px !important;
		border-radius: 999px;
		background: #eef3e4;
}

.cl-lastpost {
		margin-top: 6px;
		padding-top: 8px !important;
		border-top: 1px solid rgba(66,95,50,.10);
}


}

@media (max-width: 760px) {
	#header.cl-site-header {
		border-radius: 0 0 32px 32px;
}

#logo.cl-floating-nav {
		width: 94%;
		border-radius: 22px;
}

#logo .wrapper {
 flex-wrap: wrap; align-items: flex-start;
}

.cl-brand {
 max-width: calc(100% - 116px);
}

.cl-nav-links {
		order: 3;
		width: 100%;
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-top: 6px !important;
		gap: 4px;
}

.cl-nav-links li {
 flex: 0 0 auto;
}

.cl-nav-cta {
		margin-left: auto;
		padding: 11px 14px;
		max-width: 104px;
		text-align: center;
}

#search {
		float: none;
		width: 100%;
		min-width: 0;
		max-width: 100%;
		display: flex;
		gap: 8px;
		align-items: center;
		overflow: hidden;
}

#search input.textbox {
		flex: 1 1 auto;
		min-width: 0;
		width: auto !important;
}

#search input.button {
		flex: 0 0 auto;
}

#panel .upper .wrapper {
		display: grid;
		gap: 8px;
}

.cl-hero {
 padding: 64px 0 96px; min-height: auto;
}

.cl-hero h1 {
 font-size: 42px;
}

.cl-hero p {
 font-size: 18px; line-height: 1.65;
}

.cl-top-strip {
 grid-template-columns: 1fr; margin-top: -36px;
}

#footer .lower #current_time {
 float: none; display: block; margin-bottom: 8px;
}


}

@media (max-width: 560px) {
	.wrapper, #panel {
 width: min(100% - 20px, 1180px);
}

#logo .wrapper {
 gap: 10px; justify-content: flex-start;
}

.cl-brand {
 max-width: calc(100% - 96px); gap: 9px;
}

.cl-brand-mark {
 width: 38px; height: 38px; border-radius: 13px;
}

.cl-nav-cta {
 order: 2; margin-left: 0; max-width: none; padding: 10px 12px; font-size: 13px;
}

.cl-nav-links {
 scrollbar-width: none;
}

.cl-nav-links::-webkit-scrollbar {
 display: none;
}

#header ul.menu li a {
 padding: 10px 11px;
}

#search input.textbox {
 max-width: 100%;
}

#search input.button {
 display: none;
}

.cl-status-head {
 align-items: flex-start; flex-direction: column;
}

.cl-hero {
 width: min(100% - 24px, 1180px); padding-top: 54px;
}

.cl-hero h1 {
 font-size: 40px;
}

.cl-hero p {
 max-width: 32ch;
}

.cl-actions {
 gap: 10px;
}

.cl-btn {
 padding: 12px 15px;
}

.cl-quick-grid {
 grid-template-columns: 1fr;
}

.cl-stat strong {
 font-size: 24px;
}

.cl-section-title, .cl-side-card, .cl-featured {
 border-radius: 20px;
}


}

/* === CountyLife RP fixed nav and forum cards refinement === */
@keyframes clNavFloatIn {
	from {
		opacity: 0;
		transform: translate(-50%, -18px);
}

to {
		opacity: 1;
		transform: translate(-50%, 0);
}


}

#logo.cl-floating-nav {
	position: fixed;
	left: 50%;
	top: 22px;
	transform: translateX(-50%);
	margin: 0;
	animation: clNavFloatIn .48s cubic-bezier(.2,.8,.2,1) both;
	transition: box-shadow .22s ease, background .22s ease, transform .22s ease;
}

#logo.cl-floating-nav:hover {
	background: rgba(29,40,23,.82);
	box-shadow: 0 22px 65px rgba(0,0,0,.26);
}

#panel {
	margin-top: 120px;
}

.cl-hero {
	padding-top: 86px;
}

.cl-category-table,
.cl-forum-head {
	display: none !important;
}

.cl-forum-panel {
	margin: 0 0 18px;
	padding: 18px;
	border-radius: var(--cl-radius);
	background: rgba(255,255,255,.68);
	border: 1px solid rgba(255,255,255,.72);
	box-shadow: var(--cl-shadow);
	backdrop-filter: blur(18px);
}

.cl-cat-banner {
	padding: 18px 20px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	flex-wrap: nowrap;
	text-align: left;
	border-radius: 22px;
	color: #fff;
	background:
		linear-gradient(135deg,rgba(66,95,50,.95),rgba(128,88,50,.88)),
		linear-gradient(45deg,transparent,rgba(255,255,255,.16));
}

.cl-cat-banner > div:first-child {
	flex: 1 1 auto;
	min-width: 0;
	text-align: left;
}

.cl-cat-banner h3 {
	margin: 0;
	font-size: 18px;
	color: #fff;
}

.cl-cat-banner h3 a {
	color: #fff !important;
}

.cl-cat-banner p {
	margin: 4px 0 0;
	color: rgba(255,255,255,.78);
	font-size: 13px;
	line-height: 1.45;
}

.cl-cat-tools {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	flex: 0 0 auto;
	margin-left: auto;
}

.cl-cat-symbol {
	width: 34px;
	height: 34px;
	display: grid;
	place-items: center;
	border-radius: 12px;
	background: rgba(255,255,255,.14);
	color: #f3ca68;
	font-size: 20px;
	font-weight: 900;
}

.cl-expander {
	width: 14px;
	height: 14px;
	opacity: .8;
}

.cl-forum-list {
	display: grid;
	gap: 12px;
}

.cl-forum-row {
	position: relative;
	display: grid;
	grid-template-columns: 58px minmax(0,1fr) 130px 210px;
	gap: 16px;
	align-items: center;
	padding: 18px;
	border-radius: 22px;
	background: rgba(255,255,255,.74);
	border: 1px solid rgba(66,95,50,.12);
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
	overflow: hidden;
}

.cl-forum-row::before {
	content: "";
	position: absolute;
	left: 0;
	top: 18px;
	bottom: 18px;
	width: 5px;
	border-radius: 99px;
	background: linear-gradient(var(--cl-gold),var(--cl-green-2));
	opacity: 0;
	transition: opacity .2s ease;
}

.cl-forum-row:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 45px rgba(66,95,50,.14);
	background: rgba(255,255,255,.9);
}

.cl-forum-row:hover::before {
	opacity: 1;
}

.cl-forum-icon {
	width: 58px;
	height: 58px;
	display: grid;
	place-items: center;
}

.cl-forum-icon .forum_status {
	width: 58px;
	height: 58px;
	border-radius: 18px;
	background: linear-gradient(135deg,#f0eadb,#e2efd5);
}

.cl-forum-main h4 {
	margin: 0 0 6px;
	font-size: 17px;
	color: var(--cl-green);
}

.cl-forum-main h4 a {
	color: var(--cl-green) !important;
}

.cl-forum-main p {
	margin: 0;
	color: var(--cl-muted);
	line-height: 1.45;
	font-size: 14px;
}

.cl-subforums {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 10px;
}

.cl-subforums:empty {
	display: none;
}

.cl-subforums .smalltext {
	display: contents;
}

.cl-subforums a {
	display: inline-flex;
	align-items: center;
	padding: 6px 9px;
	border-radius: 999px;
	background: #eef3e4;
	color: #4c6537 !important;
	font-size: 12px;
	font-weight: 800;
}

.cl-subforums br,
.cl-subforums .subforumicon {
	display: none;
}

.cl-forum-metrics {
	display: grid;
	gap: 7px;
	text-align: center;
	color: var(--cl-muted);
	font-size: 12px;
	font-weight: 800;
}

.cl-forum-metrics strong {
	display: block;
	color: var(--cl-ink);
	font-size: 19px;
	line-height: 1.1;
}

.cl-forum-metrics span {
	display: block;
	margin-top: 2px;
}

.cl-lastpost {
	padding: 12px;
	border-radius: 16px;
	background: #f6f0e4;
	font-size: 13px;
	color: var(--cl-muted);
	white-space: normal;
}

.cl-lastpost a {
	display: inline-block;
	color: var(--cl-brown) !important;
	font-weight: 900;
	margin-bottom: 4px;
}

.cl-lastpost .smalltext {
	color: var(--cl-muted);
	font-size: 12px;
	line-height: 1.4;
}

.cl-main-column > .tborder:not(.cl-category-table) {
	border-radius: 22px;
	background: rgba(255,255,255,.74);
	border: 1px solid rgba(255,255,255,.72);
	box-shadow: var(--cl-shadow);
	overflow: hidden;
}

.cl-main-column > .tborder:not(.cl-category-table) .thead {
	padding: 16px 18px;
	text-align: left;
	background: linear-gradient(135deg,rgba(66,95,50,.95),rgba(128,88,50,.88));
	color: #fff;
}

.cl-main-column > .tborder:not(.cl-category-table) .thead strong {
	font-size: 17px;
}

.cl-main-column > .tborder:not(.cl-category-table) .tcat {
	padding: 12px 16px;
	background: rgba(66,95,50,.10);
	color: var(--cl-muted);
}

.cl-main-column > .tborder:not(.cl-category-table) .trow1,
.cl-main-column > .tborder:not(.cl-category-table) .trow2 {
	padding: 14px 16px;
	background: rgba(255,255,255,.68);
	color: var(--cl-muted);
	border-bottom: 1px solid rgba(66,95,50,.10);
}

@media (max-width: 1000px) {
	.cl-forum-row {
		grid-template-columns: 58px minmax(0,1fr);
		align-items: start;
}

.cl-forum-metrics,
	.cl-lastpost {
		grid-column: 2;
		text-align: left;
}

.cl-forum-metrics {
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
}

.cl-forum-metrics div {
		padding: 7px 10px;
		border-radius: 999px;
		background: #eef3e4;
}

.cl-forum-metrics strong,
	.cl-forum-metrics span {
		display: inline;
		font-size: 13px;
}

.cl-forum-metrics strong {
		margin-right: 4px;
}


}

@media (max-width: 760px) {
	#logo.cl-floating-nav {
		top: 14px;
}

#panel {
		margin-top: 176px;
}

.cl-hero {
		padding-top: 56px;
}


}

@media (max-width: 560px) {
	#logo.cl-floating-nav {
		width: calc(100% - 16px);
}

.cl-forum-panel {
		padding: 12px;
		border-radius: 20px;
}

.cl-cat-banner {
		border-radius: 18px;
		align-items: flex-start;
		gap: 10px;
		padding: 16px;
}

.cl-cat-tools {
		display: none;
}

.cl-cat-symbol {
		width: 30px;
		height: 30px;
		flex: 0 0 30px;
}

.cl-forum-row {
		grid-template-columns: 48px minmax(0,1fr);
		gap: 12px;
		padding: 14px;
		border-radius: 18px;
}

.cl-forum-icon,
	.cl-forum-icon .forum_status {
		width: 48px;
		height: 48px;
		border-radius: 15px;
}

.cl-forum-metrics,
	.cl-lastpost {
		grid-column: 1 / -1;
		margin-left: 0;
		width: 100% !important;
}

.cl-forum-main h4 {
		font-size: 16px;
}


}

/* === /CountyLife RP fixed nav and forum cards refinement === */
/* === CountyLife RP inner pages and board stats === */
.cl-boardstats {
	margin: 22px 0;
	padding: 18px;
	border-radius: var(--cl-radius);
	background: rgba(255,255,255,.68);
	border: 1px solid rgba(255,255,255,.72);
	box-shadow: var(--cl-shadow);
	backdrop-filter: blur(18px);
}

.cl-boardstats-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 16px;
	padding: 18px 20px;
	border-radius: 22px;
	color: #fff;
	background:
		linear-gradient(135deg,rgba(66,95,50,.95),rgba(128,88,50,.88)),
		linear-gradient(45deg,transparent,rgba(255,255,255,.16));
}

.cl-boardstats-head h2 {
	margin: 0;
	font-size: 18px;
	color: #fff;
}

.cl-boardstats-head span {
	display: block;
	margin-top: 4px;
	color: rgba(255,255,255,.76);
	font-size: 13px;
	font-weight: 700;
}

.cl-boardstats-grid {
	display: grid;
	grid-template-columns: repeat(4,minmax(0,1fr));
	gap: 12px;
}

.cl-boardstat-card {
	padding: 18px 20px;
	border-radius: 18px;
	background: #f6f0e4;
}

.cl-boardstat-card span {
	display: block;
	text-transform: uppercase;
	letter-spacing: .04em;
	color: var(--cl-muted);
	font-size: 12px;
	font-weight: 900;
}

.cl-boardstat-card strong {
	display: block;
	margin-top: 8px;
	color: var(--cl-green);
	font-size: 28px;
	line-height: 1;
}

.cl-boardstats-details {
	display: grid;
	gap: 12px;
	margin-top: 14px;
}

.cl-boardstats-details:empty {
	display: none;
}

.cl-boardstats-details tr,
.cl-boardstats-details tbody,
.cl-boardstats-details td {
	display: block;
	width: 100% !important;
}

.cl-boardstats-details .tcat {
	margin-top: 10px;
	border-radius: 14px 14px 0 0;
	background: rgba(66,95,50,.10);
	color: var(--cl-green);
}

.cl-boardstats-details .trow1,
.cl-boardstats-details .trow2 {
	border-radius: 0 0 14px 14px;
	background: rgba(255,255,255,.7);
}

.cl-boardstats-links {
	margin-top: 12px;
	text-align: right;
	color: var(--cl-muted);
	font-size: 13px;
}

#content > .wrapper > .tborder,
form > .tborder,
.tfixed,
table.tborder.clear {
	border-radius: var(--cl-radius);
	background: rgba(255,255,255,.72);
	border: 1px solid rgba(255,255,255,.72);
	box-shadow: var(--cl-shadow);
	backdrop-filter: blur(18px);
	overflow: hidden;
}

#content > .wrapper > .tborder .thead,
form > .tborder .thead,
.tfixed .thead,
table.tborder.clear .thead {
	padding: 16px 18px;
	text-align: left;
	background: linear-gradient(135deg,rgba(66,95,50,.95),rgba(128,88,50,.88));
	color: #fff;
}

#content > .wrapper > .tborder .thead strong,
form > .tborder .thead strong,
.tfixed .thead strong,
table.tborder.clear .thead strong {
	font-size: 17px;
}

#content > .wrapper > .tborder .tcat,
form > .tborder .tcat,
.tfixed .tcat,
table.tborder.clear .tcat {
	padding: 12px 14px;
	background: rgba(66,95,50,.10);
	color: var(--cl-muted);
	border-bottom: 1px solid var(--cl-line);
}

#content > .wrapper > .tborder .trow1,
#content > .wrapper > .tborder .trow2,
form > .tborder .trow1,
form > .tborder .trow2,
.tfixed .trow1,
.tfixed .trow2,
table.tborder.clear .trow1,
table.tborder.clear .trow2 {
	padding: 14px;
	background: rgba(255,255,255,.72);
	border-bottom: 1px solid rgba(66,95,50,.10);
}

#content > .wrapper > .tborder tr.inline_row td,
table.tborder.clear tr.inline_row td {
	padding: 14px;
	background: rgba(255,255,255,.74);
	border-bottom: 1px solid rgba(66,95,50,.10);
	vertical-align: middle;
}

#content > .wrapper > .tborder tr.inline_row:hover td,
table.tborder.clear tr.inline_row:hover td {
	background: rgba(255,255,255,.92);
}

.thread_status {
	width: 38px;
	height: 38px;
	display: inline-grid;
	place-items: center;
	border-radius: 14px;
	background: linear-gradient(135deg,#f0eadb,#e2efd5);
	border: 1px solid rgba(66,95,50,.12);
}

.thread_status::before {
	content: "";
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: var(--cl-green-2);
	box-shadow: 0 0 0 6px rgba(109,139,66,.13);
}

.thread_status.hotfolder::before,
.thread_status.newhotfolder::before {
	background: var(--cl-orange);
}

.thread_status.closefolder::before {
	background: #b6ad9a;
	box-shadow: none;
}

.thread_status.dot_folder::after {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--cl-gold);
}

.author.smalltext,
.thread_start_datetime,
.lastpost.smalltext {
	color: var(--cl-muted);
}

.post {
	border-radius: var(--cl-radius);
	background: rgba(255,255,255,.74);
	border: 1px solid rgba(255,255,255,.72);
	box-shadow: var(--cl-shadow);
	overflow: hidden;
}

.post .post_author {
	padding: 18px;
	background: linear-gradient(135deg,rgba(66,95,50,.10),rgba(217,164,65,.08));
	border-bottom: 1px solid var(--cl-line);
}

.post.classic .post_author {
	border: 0;
	border-right: 1px solid var(--cl-line);
	background: linear-gradient(180deg,rgba(66,95,50,.12),rgba(217,164,65,.08));
}

.post .post_author div.author_avatar img {
	border-radius: 16px;
	background: #fffaf0;
	border: 1px solid rgba(66,95,50,.16);
}

.post .post_content {
	padding: 18px;
}

.post .post_head {
	margin-bottom: 14px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(66,95,50,.12);
}

.post_body {
	min-height: 90px;
	font-size: 15px;
	line-height: 1.75;
	color: var(--cl-ink);
}

.post_controls {
	padding: 12px 14px;
	background: rgba(246,240,228,.72);
	border-top: 1px solid rgba(66,95,50,.12);
	border-bottom: 0;
}

.postbit_buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.postbit_buttons > a:link,
.postbit_buttons > a:hover,
.postbit_buttons > a:visited,
.postbit_buttons > a:active {
	margin: 0;
	border-radius: 14px;
}

.float_left,
.float_right {
	max-width: 100%;
}

.thread_legend {
	display: grid;
	grid-template-columns: repeat(2,minmax(0,1fr));
	gap: 8px 14px;
	padding: 14px;
	border-radius: 18px;
	background: rgba(255,255,255,.56);
}

.thread_legend dd {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	color: var(--cl-muted);
}

.thread_legend .thread_status {
	width: 24px;
	height: 24px;
	border-radius: 9px;
}

.thread_legend .thread_status::before {
	width: 7px;
	height: 7px;
	box-shadow: none;
}

select,
input.textbox,
textarea {
	max-width: 100%;
}

.select2-container,
.select2-drop,
.select2-search input {
	max-width: 100%;
}

@media (max-width: 900px) {
	.cl-boardstats-grid {
		grid-template-columns: repeat(2,minmax(0,1fr));
}

#content > .wrapper > .tborder,
	form > .tborder,
	table.tborder.clear {
		display: block;
		overflow-x: auto;
}

.post.classic .post_author,
	.post.classic .post_content {
		float: none;
		width: auto;
}

.post.classic .post_author {
		border-right: 0;
		border-bottom: 1px solid var(--cl-line);
}

.post_controls .float_left,
	.post_controls .float_right {
		float: none;
}


}

@media (max-width: 620px) {
	#header.cl-site-header {
		overflow: hidden;
}

#logo.cl-floating-nav,
	#panel,
	.cl-hero,
	.wrapper {
		max-width: calc(100vw - 16px);
}

#panel .upper .wrapper,
	#panel .lower .wrapper,
	#search,
	#search fieldset {
		width: 100%;
		max-width: 100%;
}

#search input.textbox {
		width: 100%;
}

.cl-hero-card,
	.cl-server-address,
	.cl-server-grid {
		width: 100%;
		max-width: 100%;
}

.cl-hero h1 {
		font-size: 36px;
}

.cl-boardstats {
		padding: 12px;
}

.cl-boardstats-head {
		padding: 16px;
		border-radius: 18px;
}

.cl-boardstats-grid {
		grid-template-columns: 1fr;
}

.cl-boardstat-tile {
		padding: 16px;
}

.thread_legend {
		grid-template-columns: 1fr;
}

.post .post_author,
	.post .post_content {
		padding: 14px;
}


}

/* === ourfarm RP polished MyBB tables === */
#content > .wrapper > table.tborder,
#content > .wrapper > form table.tborder,
form > table.tborder,
table.tborder.clear,
.tfixed {
	padding: 16px !important;
	border-spacing: 0 12px !important;
	border-collapse: separate !important;
	background: rgba(255,255,255,.76) !important;
	border: 1px solid rgba(255,255,255,.86) !important;
	border-radius: var(--cl-radius) !important;
	box-shadow: var(--cl-shadow);
	overflow: hidden;
}

#content > .wrapper > table.tborder > tbody > tr:first-child > td.thead,
#content > .wrapper > form table.tborder > tbody > tr:first-child > td.thead,
form > table.tborder > tbody > tr:first-child > td.thead,
table.tborder.clear > tbody > tr:first-child > td.thead,
.tfixed > tbody > tr:first-child > td.thead {
	border-radius: 18px 18px 0 0;
}

#content table.tborder td,
#content table.tborder th,
form table.tborder td,
form table.tborder th,
.tfixed td,
.tfixed th {
	border-left: 0 !important;
	border-right: 0 !important;
}

#content table.tborder .thead,
form table.tborder .thead,
.tfixed .thead {
	border: 0 !important;
	padding: 18px 20px !important;
	background: linear-gradient(135deg,rgba(66,95,50,.96),rgba(128,88,50,.9)) !important;
	color: #fff !important;
}

#content table.tborder .tcat,
form table.tborder .tcat,
.tfixed .tcat {
	border: 0 !important;
	padding: 13px 14px !important;
	background: rgba(66,95,50,.10) !important;
	color: var(--cl-muted) !important;
	text-transform: uppercase;
	letter-spacing: .02em;
	font-size: 11px;
}

#content table.tborder .tcat a,
#content table.tborder .tcat a:link,
#content table.tborder .tcat a:visited,
form table.tborder .tcat a,
form table.tborder .tcat a:link,
form table.tborder .tcat a:visited,
.tfixed .tcat a,
.tfixed .tcat a:link,
.tfixed .tcat a:visited {
	color: var(--cl-muted) !important;
}

#content table.tborder tr > td.trow1,
#content table.tborder tr > td.trow2,
form table.tborder tr > td.trow1,
form table.tborder tr > td.trow2,
.tfixed tr > td.trow1,
.tfixed tr > td.trow2 {
	border: 0 !important;
	background: rgba(255,255,255,.86) !important;
	color: var(--cl-ink);
}

#content table.tborder tr > td.trow1:first-child,
#content table.tborder tr > td.trow2:first-child,
form table.tborder tr > td.trow1:first-child,
form table.tborder tr > td.trow2:first-child,
.tfixed tr > td.trow1:first-child,
.tfixed tr > td.trow2:first-child {
	border-radius: 18px 0 0 18px;
}

#content table.tborder tr > td.trow1:last-child,
#content table.tborder tr > td.trow2:last-child,
form table.tborder tr > td.trow1:last-child,
form table.tborder tr > td.trow2:last-child,
.tfixed tr > td.trow1:last-child,
.tfixed tr > td.trow2:last-child {
	border-radius: 0 18px 18px 0;
}

#content table.tborder tr.inline_row > td,
table.tborder.clear tr.inline_row > td {
	border: 0 !important;
	background: rgba(255,255,255,.88) !important;
}

#content table.tborder tr.inline_row:hover > td,
table.tborder.clear tr.inline_row:hover > td {
	background: #fff !important;
}

#content table.tborder img[src*="default_avatar"] {
	border-radius: 16px;
	background: #fff;
	border: 1px solid rgba(66,95,50,.12);
	padding: 6px;
}

@media (max-width: 760px) {
	#content > .wrapper > table.tborder,
	#content > .wrapper > form table.tborder,
	form > table.tborder,
	table.tborder.clear,
	.tfixed {
		display: block;
		width: 100% !important;
		padding: 12px !important;
		overflow-x: auto;
}


}

.subform_tag{
    padding: 6px 9px;
    border-radius: 999px;
    background: #eef3e4;
    color: #4c6537;
    font-size: 12px;
    font-weight: 800;
}

/* === /CountyLife RP polished MyBB tables === */
/* === /CountyLife RP inner pages and board stats === */
/* === /CountyLife RP MyBB style === */
/* === CountyLife RP compact user menu === */
.cl-nav-tools {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	flex: 0 0 auto;
	margin-left: auto;
}

.cl-search-menu {
	position: relative;
	flex: 0 0 auto;
}

.cl-search-menu summary {
	min-height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 18px;
	border-radius: 16px;
	background: rgba(255,255,255,.12);
	color: rgba(255,255,255,.9);
	font-weight: 900;
	line-height: 1;
	cursor: pointer;
	list-style: none;
}

.cl-search-menu summary::-webkit-details-marker {
	display: none;
}

.cl-search-menu[open] summary,
.cl-search-menu summary:hover {
	background: rgba(255,255,255,.18);
	color: #fff;
}

.cl-search-menu .cl-quicksearch {
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
	z-index: 110;
	width: min(340px, calc(100vw - 28px));
	padding: 10px;
	border: 1px solid rgba(255,255,255,.42);
	border-radius: 18px;
	background: rgba(29,40,23,.94);
	backdrop-filter: blur(16px);
	box-shadow: 0 24px 60px rgba(0,0,0,.26);
}

.cl-search-menu #search,
.cl-search-menu .cl-quicksearch-box {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	border: 0;
	float: none;
}

.cl-search-menu input.textbox,
.cl-search-menu .cl-quicksearch-input {
	flex: 1 1 auto;
	min-width: 0;
	height: 42px;
	margin: 0;
	padding: 0 14px;
	border: 1px solid rgba(255,255,255,.26);
	border-radius: 14px;
	background: rgba(255,255,255,.92);
	color: var(--cl-ink);
	font: inherit;
}

.cl-search-menu input.button,
.cl-search-menu .cl-quicksearch-button {
	flex: 0 0 auto;
	height: 42px;
	margin: 0;
	padding: 0 15px;
	border: 0;
	border-radius: 14px;
	background: linear-gradient(135deg,var(--cl-gold),#efc96c);
	color: #27200d;
	font: inherit;
	font-weight: 900;
}

.cl-nav-auth,
.cl-user-menu {
	position: relative;
	flex: 0 0 auto;
}

.cl-nav-auth {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.cl-nav-auth a,
.cl-user-trigger {
	min-height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 16px;
	font-family: inherit;
	font-weight: 900;
	line-height: 1;
	cursor: pointer;
	text-decoration: none !important;
}

.cl-nav-login {
	padding: 12px 10px;
	background: transparent;
	color: rgba(255,255,255,.74) !important;
}

.cl-nav-login:hover {
	color: #fff !important;
}

.cl-nav-register,
.cl-user-trigger {
	padding: 12px 18px;
	background: linear-gradient(135deg,var(--cl-gold),#efc96c);
	color: #27200d !important;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.28);
}

.cl-user-trigger {
	position: relative;
	flex-direction: column;
	align-items: flex-start;
	gap: 3px;
	min-width: 154px;
	padding-right: 38px;
}

.cl-user-trigger::after {
	content: "";
	position: absolute;
	right: 16px;
	top: 50%;
	width: 7px;
	height: 7px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: translateY(-65%) rotate(45deg);
}

.cl-user-trigger small {
	color: rgba(39,32,13,.72);
	font-size: 11px;
	font-weight: 800;
}

.cl-user-dropdown {
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
	z-index: 100;
	width: 250px;
	padding: 10px;
	border: 1px solid rgba(255,255,255,.42);
	border-radius: 18px;
	background: rgba(29,40,23,.94);
	backdrop-filter: blur(16px);
	box-shadow: 0 24px 60px rgba(0,0,0,.26);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-6px);
	transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.cl-user-menu:hover .cl-user-dropdown,
.cl-user-menu:focus-within .cl-user-dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.cl-user-dropdown-head {
	padding: 8px 10px 10px;
	color: rgba(255,255,255,.66);
	font-size: 12px;
	font-weight: 800;
}

.cl-user-links {
	display: grid;
	gap: 4px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cl-user-links li {
	display: block !important;
	margin: 0 !important;
}

.cl-user-links a {
	display: flex !important;
	align-items: center;
	min-height: 38px;
	padding: 10px 11px !important;
	border-radius: 12px;
	background-image: none !important;
	color: rgba(255,255,255,.88) !important;
	font-weight: 800;
}

.cl-user-links a:hover {
	background: rgba(255,255,255,.13);
	color: #fff !important;
}

#panel {
	display: none !important;
}

@media (max-width: 760px) {
	.cl-nav-tools {
		order: 2;
		width: 100%;
		justify-content: flex-end;
		margin-left: 0;
}

.cl-search-menu summary,
	.cl-nav-auth a,
	.cl-user-trigger {
		min-height: 42px;
		padding: 10px 12px;
		font-size: 13px;
}

.cl-user-trigger {
		min-width: 128px;
		padding-right: 32px;
}

.cl-user-dropdown {
		right: 0;
		width: min(250px, calc(100vw - 28px));
}


}

/* === /CountyLife RP compact user menu === */

/* === CountyLife our2 page consistency and forum icons === */
.cl-page-shell.cl-forum-panel {
	margin: 0 0 22px;
	padding: 18px;
}

.cl-page-titlebar.cl-cat-banner {
	padding: 18px 20px;
	border-radius: 22px;
}

.cl-page-titlebar h3 {
	margin: 0;
	color: #fff;
	font-size: 18px;
	line-height: 1.25;
}

.cl-page-titlebar p {
	margin: 4px 0 0;
	color: rgba(255,255,255,.78);
	font-size: 13px;
	line-height: 1.45;
}

.cl-page-titlebar a {
	color: #fff !important;
}

.cl-titlebar-actions {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	flex: 0 0 auto;
}

.cl-thread-actions,
.cl-forum-tools {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
}

.cl-thread-actions-bottom {
	margin-top: 14px;
}

.cl-thread-list {
	display: grid;
	gap: 12px;
}

.cl-thread-head,
.cl-thread-row {
	display: grid;
	grid-template-columns: minmax(0,1fr) 92px 92px 150px 230px;
	gap: 16px;
	align-items: center;
}

.cl-thread-head {
	padding: 13px 20px;
	border-radius: 16px;
	background: rgba(66,95,50,.10);
	color: #706b58;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
        text-align: center;
}

.cl-thread-head span:first-child {
	text-align: left;
}

.cl-thread-row {
	position: relative;
	padding: 18px;
	border-radius: 22px;
	background: rgba(255,255,255,.82);
	border: 1px solid rgba(66,95,50,.10);
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.cl-thread-row:hover {
	transform: translateY(-2px);
	background: rgba(255,255,255,.94);
	box-shadow: 0 18px 45px rgba(66,95,50,.12);
}

.cl-thread-status {
	position: absolute;
	left: 18px;
	top: 50%;
	width: 58px;
	height: 58px;
	display: grid;
	place-items: center;
	border-radius: 18px;
	background: linear-gradient(135deg,#f5ead0,#e5f0d7);
	transform: translateY(-50%);
}

.cl-thread-status .thread_status {
	width: 30px;
	height: 30px;
}

.cl-thread-status img {
	position: absolute;
	right: -2px;
	bottom: -2px;
	max-width: 22px;
	max-height: 22px;
	border-radius: 999px;
	background: rgba(255,255,255,.86);
}

.cl-thread-main {
	min-width: 0;
	padding-left: 74px;
}

.cl-thread-main h4 {
	margin: 0 0 5px;
	color: var(--cl-green);
	font-size: 17px;
	line-height: 1.25;
}

.cl-thread-main h4 a {
	color: var(--cl-green) !important;
}

.cl-thread-main p {
	margin: 0;
	color: var(--cl-muted);
	font-size: 13px;
}

.cl-thread-main .author::after {
	content: ", ";
}

.cl-thread-stat {
	padding: 9px 10px;
	text-align: center;
}

.cl-thread-stat strong {
	display: block;
	color: var(--cl-green);
	font-size: 18px;
	line-height: 1.1;
}

.cl-thread-stat span {
	display: block;
	margin-top: 2px;
	color: #706b58;
	font-size: 12px;
	font-weight: 900;
}

.cl-thread-rating {
	min-width: 0;
}

.cl-thread-rating td {
	display: block;
	padding: 0 !important;
	background: transparent !important;
}

.cl-thread-lastpost {
	padding: 12px;
	color: var(--cl-muted);
	font-size: 13px;
	text-align: center;
}

.cl-thread-lastpost a {
	color: var(--cl-brown) !important;
	font-weight: 900;
}

.cl-thread-empty {
	padding: 18px;
	border-radius: 18px;
	background: rgba(255,255,255,.82);
	color: var(--cl-muted);
}

.cl-page-shell table.tborder {
	width: 100%;
	margin: 0 0 18px;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0;
	background: transparent !important;
	box-shadow: none !important;
	border-collapse: collapse;
}

.cl-page-shell table.tborder .thead {
	padding: 18px 20px !important;
	border-radius: 18px;
	background: linear-gradient(135deg,rgba(66,95,50,.95),rgba(128,88,50,.88));
	color: #fff;
}

.cl-page-shell table.tborder .tcat {
	padding: 13px 16px !important;
	background: rgba(66,95,50,.10) !important;
	color: #706b58 !important;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	white-space: nowrap;
}

.cl-page-shell table.tborder .tcat a {
	color: #706b58 !important;
}

.cl-page-shell table.tborder tr > td.trow1,
.cl-page-shell table.tborder tr > td.trow2 {
	padding: 16px !important;
	background: rgba(255,255,255,.82) !important;
}

.cl-page-showthread #posts_container {
	padding: 0 !important;
	background: transparent !important;
}

.cl-page-showthread #posts {
	display: grid;
	gap: 14px;
}

.cl-page-showthread .post {
	border-radius: 22px;
	background: rgba(255,255,255,.82);
	border: 1px solid rgba(66,95,50,.10);
	overflow: hidden;
}

.cl-page-showthread .post_author,
.cl-page-showthread .post_content,
.cl-page-showthread .post_controls {
	background: transparent !important;
}

.cl-page-showthread .post_head {
	margin-bottom: 14px;
	padding: 12px 14px;
	border-radius: 16px;
	background: rgba(66,95,50,.10);
	color: #706b58;
	font-weight: 800;
}

.cl-page-showthread .post_body {
	color: var(--cl-ink);
	font-size: 15px;
	line-height: 1.7;
}

.cl-page-showthread .tfixed .tfoot {
	padding: 16px 18px !important;
	border-radius: 18px;
	background: #f6f0e4;
}

.cl-forum-icon {
	position: relative;
}

.cl-forum-icon .forum_status {
	position: absolute;
	right: -2px;
	bottom: -2px;
	width: 20px;
	height: 20px;
	border-radius: 999px;
	box-shadow: 0 0 0 3px rgba(255,255,255,.85);
}

.cl-forum-custom-icon {
	width: 58px;
	height: 58px;
	display: grid;
	place-items: center;
	border-radius: 18px;
	background: linear-gradient(135deg,#f5ead0,#e5f0d7);
	color: var(--cl-green);
}

.cl-forum-custom-icon::before {
	content: var(--cl-forum-icon, "CL");
	font-size: 18px;
	font-weight: 900;
}

.cl-forum-icon-1 {
 --cl-forum-icon: "i";
}

.cl-forum-icon-2 {
 --cl-forum-icon: "!";
}

.cl-forum-icon-3 {
 --cl-forum-icon: "#";
}

.cl-forum-icon-4 {
 --cl-forum-icon: "$";
}

.cl-forum-icon-5 {
 --cl-forum-icon: "*";
}

.cl-forum-metrics {
	grid-template-columns: 1fr;
}

.cl-forum-metric {
	position: relative;
	padding: 10px;
	text-align: center;
}


}

.cl-boardstat-card .cl-boardstat-icon {
	position: absolute;
	left: 18px;
	top: 18px;
	width: 34px;
	height: 34px;
	display: grid;
	place-items: center;
	border-radius: 12px;
	background: rgba(66,95,50,.14);
	color: var(--cl-green);
	font-weight: 900;
}

.cl-boardstat-posts .cl-boardstat-icon::before {
 content: "P";
}

.cl-boardstat-users .cl-boardstat-icon::before {
 content: "U";
}

.cl-boardstat-online .cl-boardstat-icon::before {
 content: "O";
}

.cl-boardstat-server .cl-boardstat-icon::before {
 content: "S";
}

.cl-alpha-links {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.cl-alpha-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 30px;
	height: 30px;
	border-radius: 999px;
	background: rgba(255,255,255,.62);
	font-weight: 900;
}

@media (max-width: 1000px) {
	.cl-thread-head {
		display: none;
}

.cl-thread-row {
		grid-template-columns: minmax(0,1fr) 1fr 1fr;
}

.cl-thread-rating,
	.cl-thread-lastpost {
		grid-column: 1 / -1;
		text-align: left;
}

.cl-page-titlebar.cl-cat-banner,
	.cl-thread-actions,
	.cl-forum-tools {
		align-items: stretch;
		flex-direction: column;
}

.cl-titlebar-actions {
		justify-content: flex-start;
		flex-wrap: wrap;
}


}

@media (max-width: 620px) {
	.cl-page-shell.cl-forum-panel {
		padding: 12px;
		border-radius: 20px;
}

.cl-thread-row {
		grid-template-columns: 1fr;
}

.cl-thread-main {
		min-height: 58px;
}


}

/* === /CountyLife our2 page consistency and forum icons === */

/* === CountyLife our2 secondary pages === */
.cl-secondary-page {
	margin: 0 0 22px;
	padding: 18px;
	border-radius: var(--cl-radius);
	background: rgba(255,255,255,.68);
	border: 1px solid rgba(255,255,255,.72);
	box-shadow: var(--cl-shadow);
	backdrop-filter: blur(18px);
}

.cl-secondary-title {
	margin-bottom: 18px;
	padding: 18px 20px;
	border-radius: 22px;
}

.cl-secondary-title h3 {
	margin: 0;
	color: #fff;
	font-size: 18px;
	line-height: 1.25;
}

.cl-secondary-title p {
	margin: 4px 0 0;
	color: rgba(255,255,255,.78);
	font-size: 13px;
	line-height: 1.45;
}

.cl-secondary-page table.tborder {
	width: 100%;
	margin: 0 0 18px;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0;
	background: transparent !important;
	box-shadow: none !important;
	border-collapse: separate;
	border-spacing: 0 10px;
}

.cl-secondary-page table.tborder .thead {
	padding: 16px 18px !important;
	border: 0 !important;
	border-radius: 18px;
	background: linear-gradient(135deg,rgba(66,95,50,.95),rgba(128,88,50,.88));
	color: #fff;
}

.cl-secondary-page table.tborder .tcat {
	padding: 12px 14px !important;
	border: 0 !important;
	background: rgba(66,95,50,.10) !important;
	color: #706b58 !important;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	white-space: nowrap;
}

.cl-secondary-page table.tborder .tcat a {
	color: #706b58 !important;
}

.cl-secondary-page table.tborder tr > td.trow1,
.cl-secondary-page table.tborder tr > td.trow2,
.cl-secondary-page table.tborder tr > td.trow_shaded {
	padding: 16px !important;
	border: 0 !important;
	background: rgba(255,255,255,.82) !important;
	color: var(--cl-ink);
	vertical-align: middle;
}

.cl-secondary-page table.tborder tr > td.trow1:first-child,
.cl-secondary-page table.tborder tr > td.trow2:first-child {
	border-radius: 18px 0 0 18px;
}

.cl-secondary-page table.tborder tr > td.trow1:last-child,
.cl-secondary-page table.tborder tr > td.trow2:last-child {
	border-radius: 0 18px 18px 0;
}

.cl-secondary-page .textbox,
.cl-secondary-page select,
.cl-secondary-page textarea {
	max-width: 100%;
	border: 1px solid rgba(66,95,50,.18);
	border-radius: 14px;
	padding: 10px 12px;
	background: rgba(255,255,255,.92);
	color: var(--cl-ink);
}

.cl-secondary-page .button,
.cl-secondary-page input.button {
	border: 0;
	border-radius: 14px;
	padding: 10px 16px;
	background: linear-gradient(135deg,var(--cl-gold),#efc96c);
	color: #27200d;
	font-weight: 900;
}

.cl-form-grid {
	display: grid;
	grid-template-columns: repeat(2,minmax(0,1fr));
	gap: 14px;
}

.cl-form-card {
	padding: 18px;
	border-radius: 22px;
	background: rgba(255,255,255,.82);
	border: 1px solid rgba(66,95,50,.10);
}

.cl-form-card h4 {
	margin: 0 0 12px;
	color: #706b58;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.cl-form-card label {
	display: block;
	margin-top: 8px;
	color: var(--cl-muted);
}

.cl-form-card .textbox {
	width: 100%;
}

.cl-form-card-tall {
	min-height: 210px;
}

.cl-inline-controls {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 12px;
}

.cl-inline-controls label {
	margin: 0;
}

.cl-small-input {
	width: 86px !important;
}

.cl-forum-select select {
	width: 100%;
	min-height: 190px;
}

.cl-form-submit {
	margin-top: 16px;
	text-align: center;
}

.cl-alpha-filter {
	border-radius: 18px !important;
}

.cl-alpha-links {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.cl-alpha-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 30px;
	height: 30px;
	border-radius: 999px;
	background: rgba(255,255,255,.62);
	font-weight: 900;
}

.cl-page-memberlist table.tborder:first-of-type tr:nth-child(2) .tcat,
.cl-page-showteam table.tborder tr:nth-child(2) .tcat,
.cl-page-stats table.tborder .tcat {
	border-radius: 0 !important;
}

@media (max-width: 900px) {
	.cl-form-grid {
		grid-template-columns: 1fr;
}

.cl-secondary-page table.tborder {
		display: block;
		overflow-x: auto;
}


}

@media (max-width: 560px) {
	.cl-secondary-page {
		padding: 12px;
		border-radius: 20px;
}

.cl-secondary-title {
		padding: 16px;
		border-radius: 18px;
}


}

/* === /CountyLife our2 secondary pages === */

/* === CountyLife forumdisplay tools === */
.cl-forum-options {
	margin-top: 18px;
	border-top: 1px solid rgba(66,95,50,.12);
	padding-top: 14px;
}

.cl-forum-options summary {
	width: fit-content;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 14px;
	border-radius: 14px;
	background: rgba(66,95,50,.10);
	color: #706b58;
	font-weight: 900;
	cursor: pointer;
	list-style: none;
}

.cl-forum-options summary::-webkit-details-marker {
	display: none;
}

.cl-forum-options summary::after {
	content: "";
	width: 7px;
	height: 7px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: translateY(-2px) rotate(45deg);
}

.cl-forum-options[open] summary::after {
	transform: translateY(2px) rotate(225deg);
}

.cl-forum-options-body {
	display: grid;
	grid-template-columns: repeat(2,minmax(0,1fr));
	gap: 12px;
	margin-top: 12px;
}

.cl-forum-option-block {
	padding: 12px;
	border-radius: 16px;
	background: rgba(255,255,255,.62);
	border: 1px solid rgba(66,95,50,.10);
}

.cl-forum-option-block:empty {
	display: none;
}

.cl-forum-option-sort {
	grid-column: 1 / -1;
}

.cl-forum-sort-form,
.cl-forum-search-form,
.cl-forum-jump-form,
.cl-inline-mod-form {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
}

.cl-forum-sort-form strong,
.cl-forum-search-form strong,
.cl-forum-jump-form strong,
.cl-inline-mod-form strong {
	color: #706b58;
	font-size: 12px;
	text-transform: uppercase;
}

.cl-thread-actions-bottom:has(> div:empty:first-child):has(> div:empty:last-child) {
	display: none;
}

@media (max-width: 900px) {
	.cl-forum-options-body {
		grid-template-columns: 1fr;
}


}

/* === /CountyLife forumdisplay tools === */

/* === CountyLife category subforums === */
.cl-subforum-panel {
	margin-bottom: 18px;
}

.cl-subforum-panel .cl-cat-banner {
	margin-bottom: 14px;
}

/* === /CountyLife category subforums === */

/* === CountyLife newreply page === */
.cl-reply-page,
.cl-reply-review {
	margin-bottom: 18px;
	padding: 18px;
}

.cl-reply-title {
	margin-bottom: 18px;
}

.cl-reply-title h3 {
	margin: 0;
	color: #fff;
	font-size: 18px;
	line-height: 1.25;
}

.cl-reply-title p {
	margin: 4px 0 0;
	color: rgba(255,255,255,.78);
	font-size: 13px;
	line-height: 1.45;
}

.cl-reply-form table.tborder,
.cl-reply-review table.tborder {
	width: 100%;
	margin: 0;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0;
	background: transparent !important;
	box-shadow: none !important;
	border-collapse: separate;
	border-spacing: 0 10px;
}

.cl-reply-form .tcat,
.cl-reply-review .tcat {
	padding: 12px 14px !important;
	border: 0 !important;
	background: rgba(66,95,50,.10) !important;
	color: #706b58 !important;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.cl-reply-form .trow1,
.cl-reply-form .trow2,
.cl-reply-review .trow1,
.cl-reply-review .trow2 {
	padding: 16px !important;
	border: 0 !important;
	background: rgba(255,255,255,.82) !important;
	color: var(--cl-ink);
	vertical-align: top;
}

.cl-reply-form tr > td:first-child,
.cl-reply-review tr > td:first-child {
	border-radius: 18px 0 0 18px;
}

.cl-reply-form tr > td:last-child,
.cl-reply-review tr > td:last-child {
	border-radius: 0 18px 18px 0;
}

.cl-reply-form .cl-field-label {
	color: #706b58;
	font-size: 12px;
	text-transform: uppercase;
}

.cl-reply-form input.textbox,
.cl-reply-form textarea,
.cl-reply-form select {
	max-width: 100%;
	border: 1px solid rgba(66,95,50,.18);
	border-radius: 14px;
	padding: 10px 12px;
	background: rgba(255,255,255,.92);
	color: var(--cl-ink);
}

.cl-reply-form input.textbox {
	width: min(520px,100%);
}

.cl-message-editor textarea {
	width: 100%;
	min-height: 300px;
}

.cl-reply-submit {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
}

.cl-reply-submit .button,
.cl-reply-form .button {
	border: 0;
	border-radius: 14px;
	padding: 10px 16px;
	background: linear-gradient(135deg,var(--cl-gold),#efc96c);
	color: #27200d;
	font-weight: 900;
}

.cl-reply-page .tborder + .tborder,
.cl-reply-page .tborder + br {
	margin-top: 14px;
}

@media (max-width: 760px) {
	.cl-reply-page,
	.cl-reply-review {
		padding: 12px;
		border-radius: 20px;
}

.cl-reply-form table.tborder,
	.cl-reply-form tbody,
	.cl-reply-form tr,
	.cl-reply-form td {
		display: block;
		width: 100% !important;
}

.cl-reply-form tr > td:first-child,
	.cl-reply-form tr > td:last-child {
		border-radius: 18px;
}


}

/* === /CountyLife newreply page === */

/* === CountyLife cosmetic badges and avatars === */
.cl-lastpost-inner {
	display: grid;
	grid-template-columns: 38px minmax(0,1fr);
	align-items: center;
	gap: 10px;
	text-align: left;
}

.cl-lastpost-avatar {
	width: 38px;
	height: 38px;
	display: block;
	border-radius: 999px;
	overflow: hidden;
	background: rgba(255,255,255,.72);
	box-shadow: inset 0 0 0 2px rgba(66,95,50,.12);
}

.cl-lastpost-avatar img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.cl-lastpost-copy {
	min-width: 0;
}

.cl-user-badge {
	position: absolute;
	top: -7px;
	left: -7px;
	z-index: 5;
	min-width: 22px;
	height: 22px;
	display: grid;
	place-items: center;
	border: 2px solid rgba(39,32,13,.88);
	border-radius: 999px;
	background: #63b36a;
	color: #fff !important;
	font-size: 11px;
	font-weight: 900;
	line-height: 1;
	text-decoration: none !important;
	box-shadow: 0 8px 18px rgba(0,0,0,.18);
}

.cl-user-badge[data-count="0"],
.cl-user-badge[data-count=""] {
	display: none;
}

.cl-user-badge span {
	padding: 0 5px;
}

html {
	scroll-padding-top: 18px;
}
/* === /CountyLife cosmetic badges and avatars === */

		