/* ========================================
   SUB SILVER FORUM STYLE SHEET
   Version: 1.3.2
   Organized and Cleaned Version
   ======================================== */

/* ========================================
   1. CSS RESET AND BASE STYLES
   ======================================== */

/* Modern CSS Reset and Box Model */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html { 
	height: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	min-height: 100%;
	position: relative;
	background-color: #F5F0EB;
	margin: 0;
	padding: 0;
	font-family: tahoma,helvetica,arial,sans-serif;
	line-height: 1.4;
}

/* ========================================
   2. LOADING INDICATOR
   ======================================== */

#wczytywanie {
	background: -moz-linear-gradient(center top , #BCB4AD 0%, #A8A09B 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -webkit-linear-gradient(top, #BCB4AD 0%, #A8A09B 100%);
    background: linear-gradient(to bottom, #BCB4AD 0%, #A8A09B 100%);
    border: 1px solid #A8A09B;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2), 0 -1px 0 rgba(255, 255, 255, 0.2) inset;
    color: #FFFFFF;
    left: 46%;
    padding: 5px 0 8px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 8%;
    z-index: 10000;
}

/* ========================================
   3. UTILITY CLASSES
   ======================================== */

.how_many {
	background: url("images/highlight_faint.png") repeat-x #8DB13E;
	border-radius: 3px;
	display: inline-block; 
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	color: #FFF; 
	padding: 0 4px; 
	font-weight: bold;
}

.posts {
	background: url("images/highlight_faint.png") repeat-x #505050;
	border-radius: 3px;
	display: inline-block; 
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	color: #FFF; 
	padding: 0 4px; 
	font-weight: bold;
}

.clear { clear: both; }

.left { float: left; }
.right { float: right; }

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

/* ========================================
   4. LAYOUT CONTAINERS
   ======================================== */

.content {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}

.contentt {
	margin: 0 auto;
	width: 1100px;
	min-height:100%;
	position:relative;
}

.main-content-table {
    max-width: 1100px;
    margin: 0 auto;
}

.forum_center { 
	float: center; 
	width: 100%; 
	display: block;
}

#ogolny {width: auto !important; }

/* ========================================
   5. TOP NAVIGATION BAR
   ======================================== */

.top-navigation {
    width: 100%;
    height: 34px;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    background-color: #181817;
    position: fixed;
}

.top-nav-left {
	float: left;
	font-size: 11px;
	color: #D1CAC5;
	line-height: 34px;
	font-family: tahoma,helvetica,arial,sans-serif;
}

.top-nav-left a {
	color: #D1CAC5 !important;
	text-decoration: none;
	-webkit-transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

.top-nav-left a:hover {
	color: #fff !important;
}

.top-nav-right {
	float: right;
	font-size: 11px;
	color: #D1CAC5;
	position: relative;
	top: 6px;
	font-family: tahoma,helvetica,arial,sans-serif;
}

.top-nav-right a {
	color: #fff;
	-webkit-transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

/* Login Link */
#login_link {
    color: #D1CAC5 !important;
}

#login_link:hover {
    color: #fff !important;
}

/* Register Link */
#register_link {
    background: none repeat scroll 0 0 #79716B;
    border: 1px solid #79716B;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 4px rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
    display: inline-block;
    padding: 3px 8px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#register_link:hover {
    background-color: #8A827B;
    border-color: #8A827B;
}

/* ========================================
   6. USER NAVIGATION
   ======================================== */

.user-navigation {
    color: #9E9A96;
    font-size: 11px;
	position: relative;
	top: -18px;
}

.user-navigation a {
    color: #FFFFFF;
}

#user_navigation {
    color: #9E9A96;
    font-size: 11px;
	position: relative;
	top: -18px;
}

#user_navigation a {
    color: #FFFFFF;
}

#user_navigation .ipsList_inline li {
    display: inline-block;
    margin: 0;
}

/* Navigation Icons */
#notify_link, #inbox_link, #facebook_link, #calendar_link {
    height: 15px;
    padding: 13px 24px 8px 12px;
    position: relative;
    vertical-align: middle;
    width: 18px;
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

#notify_link {
    background: url("images/icon_notify.png") no-repeat scroll center top rgba(0, 0, 0, 0);
}

#inbox_link {
    background: url("images/icon_inbox.png") no-repeat scroll center top rgba(0, 0, 0, 0);
}

#facebook_link {
    background: url("images/icon_facebook.png") no-repeat scroll center top rgba(0, 0, 0, 0);
}

#calendar_link {
    background: url("images/icon_calendar.png") no-repeat scroll center top rgba(0, 0, 0, 0);
}

/* User Links */
#user_link {
    color: #FFFFFF;
    display: inline-block;
    font-size: 11px;
    height: 35px;
    line-height: 33px;
    outline: 0 none;
    padding: 0 10px;
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

#user_link2 {
    color: #FFFFFF;
    display: inline-block;
    font-size: 11px;
    height: 35px;
    line-height: 33px;
    outline: 0 none;
    padding-left: 10px;
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

#user_link:hover, #notify_link:hover, #inbox_link:hover, #facebook_link:hover, #calendar_link:hover {
    background-color: #2F2D2B;
}

/* Notification Badge */
.dymek {
    background: none repeat scroll 0 0 #CF2020;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    color: #FFFFFF !important;
    font-size: 9px;
    height: 12px;
    left: 3px;
    line-height: 12px;
    padding: 0 4px;
    position: absolute;
    text-align: center;
    top: 4px;
}

/* ========================================
   7. MAIN HEADER
   ======================================== */

.main-header {
	background: url("images/bg.png") repeat #2E2C2A;
	width: 100%;
	min-height: 60px;
}

.header-spacer {
	height: 34px;
}

.header-logo {
	display: inline;
	float: left;
	position: relative;
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.header-logo .logo {
	display: inline;
	float: left;
	position: relative;
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.header-logo .logo:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/* ========================================
   8. PRIMARY NAVIGATION
   ======================================== */

.primary-navigation {
	font-size: 11px;
    font-weight: bold;
    padding: 2px 0 0;
    position: relative;
}

#primary_nav {
	font-size: 11px;
    font-weight: bold;
    padding: 2px 0 0;
    position: relative;
}

ul#community_app_menu {
    margin-top: 25px;
}

#community_app_menu > li {
    margin: 0;
    position: relative;
}

#community_app_menu > li > a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #ABA79E;
    display: block;
    padding: 6px 15px 8px;
    text-shadow: 0 -1px 0 #141312;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-bottom: 6px solid transparent;
}

#community_app_menu > li > a:hover, #community_app_menu > li > a.menu_active {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 6px solid #45423F;
    color: #FAF5F1;
	text-decoration: none;
}

#community_app_menu > li.active > a {
    background: none repeat scroll 0 0 #2E2C2A;
    border-bottom: 6px solid #F5F0EB;
    color: #FFFFFF;
    font-weight: bold;
    margin-top: 0;
    text-shadow: none;
}

/* ========================================
   9. SEARCH FUNCTIONALITY
   ======================================== */

.search-container {
	float: right;
	margin-top: -34px;
	margin-right: 70px;
	position: relative;
}

#search_wrap {
    background: none repeat scroll 0 0 #5B5754;
    display: block;
    height: 26px;
    min-width: 230px;
    padding: 0 26px 0 5px;
    position: relative;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}

#main_search {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #FFFFFF;
    font-size: 11px;
    outline: 0 none;
    padding: 0;
    width: 130px;
	margin-top: 6px;
	text-align: left;
}

#main_search:focus {
    outline: none;
}

.submit_input {
    background: url("images/search_icon.png") no-repeat scroll 50% center #958474;
    border: 1px solid #958474;
    bottom: 0;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
    display: block;
    height: 26px;
    padding: 0;
    position: absolute;
    right: -25px;
    text-indent: -3000em;
    top: 0;
    width: 26px;
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

.submit_input:hover {
    background-color: #A59484;
}

.advanced-search {
	background: url("images/advanced_search.png") no-repeat scroll right 50% rgba(0, 0, 0, 0);
	display: inline-block;
	height: 16px;
	width: 16px;
	position: absolute;
	right: 21px;
	top: 4px;
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

.advanced-search:hover {
	opacity: 0.8;
}

#adv_search {
    background: url("images/advanced_search.png") no-repeat scroll right 50% rgba(0, 0, 0, 0);
    display: inline-block;
    height: 16px;
    width: 16px;
	position: absolute;
	right: -50px;
	top: 5px;
}

.clickable {
    cursor: pointer;
} 

/* ========================================
   10. CONTENT BOXES AND CONTAINERS
   ======================================== */

.ipsBox, .ipsPad {
    padding: 9px;
}

.ipsBox {
    background: none repeat scroll 0 0 #EBE6E1;
    border: 1px solid #DCD7D3;
}

.ipsBox_container {
    background: none repeat scroll 0 0 #FDFAF7;
    border: 1px solid #DCD6D1;
	overflow: hidden;
}

/* ========================================
   11. CALENDAR STYLES
   ======================================== */

.calendar_box {
    padding: 6px;
    width: 100%;
}

.calendar_data {
    padding: 6px;
}

.calendar_mods {
    padding: 3px;
}

.calendar_form {
    background-color: #FDFAF7;
    padding: 10px;
}

.calendar_category {
    background-color: #EEE8E3;
    padding: 6px;
}

.calendar_separator {
    height: 1px;
    background-color: #DCD6D1;
}

/* ========================================
   12. FORUM TABLES AND CELLS
   ======================================== */

.cellpic {
    background: url("images/maintitle.png") repeat scroll 0 0 #68645F;
    border: 1px solid #5E5955;
    box-shadow: 0 1px 0 #8F8881 inset;
	margin-bottom: 5px;
}

td.main_title {
	color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
	text-shadow: 0 -1px 0 #54514D;
	font-family: tahoma,helvetica,arial,sans-serif;
}

td.section_title {
	color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
	text-shadow: 0 -1px 0 #54514D;
	font-family: tahoma,helvetica,arial,sans-serif;
    padding-left: 22px;
}

/* ========================================
   13. STATISTICS AND INFORMATION
   ======================================== */

.statistics {
    background: none repeat scroll 0 0 #FDFAF7;
    border: 1px solid #EAE6E2;
    line-height: 1.3;
    margin: 20px 0 0;
    overflow: hidden;
    padding: 10px;
}

#stat_links {
    margin-top: -3px;
}

.ipsType_small {
    font-size: 11px;
}

.statistics_head {
    background: none repeat scroll 0 0 #E0DAD5;
    border: 1px solid #D4CEC9;
    box-shadow: 0 1px 0 #EAE3DE inset;
    color: #76716B;
    font-size: 14px;
    font-weight: bold;
    margin: -10px -10px 10px;
    padding: 4px;
}

.desc, .desc.blend_links a, p.posted_info {
    color: #5A5751;
    font-size: 11px;
}

/* ========================================
   14. SHOUTBOX STYLES
   ======================================== */

/* Desktop shoutbox width */
#SB_box {
	width: 1074px !important;
}

/* Mobile shoutbox styles to prevent header shifting */
.ismobile #SB_box {
	width: 1056px !important;
	max-width: 100% !important;
	box-sizing: border-box;
}

.ismobile .ipsBox_container {
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box;
}

.ismobile .forumline {
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box;
}

/* Mobile shoutbox input and button styles */
.ismobile #messageBox {
	width: 60% !important;
	max-width: 200px !important;
	box-sizing: border-box;
}

.ismobile .sb3 input[type="button"] {
	padding: 4px 8px !important;
	font-size: 11px !important;
	margin: 2px !important;
}

.ismobile .sb3 {
	padding: 10px !important;
	text-align: center !important;
}

.ismobile .sb3 span {
	display: block !important;
	margin-bottom: 5px !important;
}

/* ========================================
   15. SIDE BLOCKS AND PANELS
   ======================================== */

.SideBlock  {
    background: none repeat scroll 0 0 #E0DAD5;
    border: 1px solid #D4CEC9;
    box-shadow: 0 1px 0 #EAE3DE inset;
    color: #5A5854;
    font: 13px tahoma,helvetica,arial,sans-serif;
    margin: -10px -10px 10px;
    padding: 5px 10px;
}

td.panel_row {
	background: none repeat scroll 0 0 #F9F5F0;
    border-bottom: 1px solid #EAE6E2;
    margin-bottom: 10px;
    padding: 10px;
}

/* ========================================
   16. AVATARS AND PROFILES
   ======================================== */

.avatar {
	width: 30px;
	height: 30px;
	background: none repeat scroll 0 0 #FDFAF7;
    border: 1px solid #D5D1C8;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    padding: 1px;
	margin-top: 3px;
	vertical-align: middle;
}

td.profile_bg { 
	background-color: #FDFAF7; 
}

/* ========================================
   17. TOPIC VIEW STYLES
   ======================================== */

.viewtopic_info {
	background: none repeat scroll 0 0 #E0DAD5;
    border: 1px solid #D4CEC9;
    box-shadow: 0 1px 0 #EAE3DE inset;
    color: #5A5854;
    font-size: 12px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
	border-left: none;
	border-right: none;
}

.post_date {
	color: #5A5854;
	font-size: 11px;
}

.viewtopic_t {
	color: #414141;
	font-size: 16px;
}

.post_on_off {
    margin: -3px 5px 0 0;
    vertical-align: middle;
}

.post_on_off img {
	border: none;
}

/* ========================================
   18. FORUM NAMES AND DESCRIPTIONS
   ======================================== */

.forum_name {
	color: #413F3C;
	font-size: 23px;
	font-family: Helvetica,Arial,sans-serif;
}

.forum_desc {
	color: #7D7975;
	font-size: 11px;
	font-family: Helvetica,Arial,sans-serif;
	word-wrap: break-word;
}

.last_post {
	text-align: left; 
	float: left; 
	margin-left: 0;
}

/* ========================================
   19. TOPIC PREFIXES AND BADGES
   ======================================== */

.prefiks {
    color: #FFFFFF;
    display: inline-block;
    font-size: 9px;
    font-weight: bold;
    height: 15px;
    line-height: 15px;
    padding: 0 5px;
    text-transform: uppercase;
    vertical-align: middle;
}

.prefiks_pod {
    background: none repeat scroll 0 0 #45413D;
}

.prefiks_hot {
	background: none repeat scroll 0 0 #AC8869;
}

/* ========================================
   20. BUTTONS AND INTERACTIVE ELEMENTS
   ======================================== */

.button_img {
    background: -moz-linear-gradient(center top , #F6F1EC 0%, #E5E0DB 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #DBD6D1;
    box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0 rgba(0, 0, 0, 0.3);
    color: #64615D;
    display: inline-block;
    font-size: 11px;
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
    transition: all 0.2s ease-in-out 0s;
    white-space: nowrap;
}

.button_odp {
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("images/topic_button.png") repeat-x scroll center top #2D2A27;
    border-color: #2D2A27;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 0;
    box-shadow: 0 1px 0 0 #756F65 inset, 0 2px 3px rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font: 300 12px/30px Helvetica,Arial,sans-serif;
    height: 30px;
    padding: 0 10px;
    text-align: center;
    text-shadow: 0 -1px 0 #282523;
    white-space:nowrap;
}

a.button_odp {
	color: #FFFFFF !important;
}

.button_odp:hover {
	background: url("images/topic_button_hover.png") repeat-x scroll 0 0 #3F3C3A;
    color: #FFFFFF !important;
}

/* Additional button styles for consistency */
.button_odp:active {
    background: url("images/topic_button.png") repeat-x scroll center top #2D2A27;
    box-shadow: 0 1px 0 0 #756F65 inset, 0 1px 2px rgba(0, 0, 0, 0.3);
    color: #FFFFFF !important;
}

.button_odp:focus {
    outline: 2px solid #756F65;
    outline-offset: 1px;
    color: #FFFFFF !important;
}

/* Ensure button text is properly styled */
.button_odp, a.button_odp {
    text-decoration: none;
    font-weight: normal;
    vertical-align: middle;
    color: #FFFFFF !important;
}

/* Button container styles */
.button-container {
    display: inline-block;
    margin: 2px;
}

/* Ensure buttons work properly in different contexts */
.ipsBox .button_odp,
.ipsPad .button_odp,
.forumline .button_odp {
    margin: 1px 2px;
}

.back-to-top {
	background: none repeat scroll 0 0 #57544E;
	border-radius: 0;
	display: inline-block;
	height: 24px;
	width: 24px;
	opacity: 0.4;
	outline: 0 none;
	text-align: center;
	vertical-align: middle;
	border: 0;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.back-to-top:hover {
    background: none repeat scroll 0 0 #777367;
    color: #FFFFFF;
    opacity: 1;
}

.back-to-top img {
	position: relative;
	top: 5px;
}

/* ========================================
   21. BORDER AND SPACING UTILITIES
   ======================================== */

.serwery { 
   background: none repeat scroll 0 0 #EBE7DE; 
   border-bottom: 1px solid #CFCAC0; 
   color: #6F6C65; 
   font-size: 11px; 
   font-weight: bold; 
   line-height: 1.6; 
   padding: 5px; 
   margin-bottom: 5px; 
   text-align: center; 
} 

.border_solid_s { 
   border-bottom: 1px solid #EEE8E3; 
   padding: 10px; 
} 

.border_solid_s2 { 
   padding: 10px; 
   text-align: center; 
} 

.border_double_solid_s {
    border-top: 1px solid #EEE8E3;
    border-bottom: 1px solid #EEE8E3;
    padding: 10px;
}

.border_double_solid_br {
    background-color: #FDFAF7;
    border-right: 1px solid #EEE8E3;
    border-bottom: 1px solid #EEE8E3;
    padding: 10px 10px 10px 10px;
}

.border_double_solid_tr {
    background-color: #FDFAF7;
    border-top: 1px solid #EEE8E3;
    border-right: 1px solid #EEE8E3;
    padding: 10px 10px 0px 10px;
}

.border_double_solid_r {
    background-color: #FDFAF7;
    border-right: 1px solid #EEE8E3;
    padding: 10px 10px 10px 10px;
}

.no-border_s { 
   padding: 10px; 
} 

.border_solid {
	border-bottom: 1px solid #EEE8E3; 
	padding: 10px;
}

/* ========================================
   22. EXPAND/COLLAPSE FUNCTIONALITY
   ======================================== */

.relative { 
	position:relative;
	display: block;
	height: 1px;
}

.expcolimage { 
	float: right;
	width: 100%;
	vertical-align: middle;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
	position: relative;
	position: absolute;
}

.expcolimage:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

/* ========================================
   23. GROUPS AND INFORMATION BOXES
   ======================================== */

.groups_infos {
	background: none repeat scroll 0 0 #F6F1EC;
    border: 2px solid #E5E0DB;
    border-radius: 5px;
    font-size: 12px;
    margin: 0;
    overflow-x: auto;
    padding: 10px;
}

/* ========================================
   24. TABLE ROWS AND CELLS
   ======================================== */

td.row1 { background-color: #FDFAF7; }
td.row2 { background-color: #FDFAF7; }

tr.h { 
  background: #FDFAF7; 
}

tr.h td {
  background: transparent;
}

tr.h:hover {
  background: #F5F0EB;
}

tr.h1 { 
  background: #FDFAF7; 
}

tr.h1 td {
  background: transparent;
}

tr.h1:hover {
  background: transparent;
}

td.row3 { background-color: #FDFAF7; }
td.row_helped { background-color: #FDFAF7; }
td.rowpic {background-color:#FDFAF7; height: 22px;}

/* ========================================
   25. TABLE HEADERS
   ======================================== */

th {
	background-color: #F9F5F0; 
    color: #6E6B68;
	font-size: 12px;
	font-weight: 300;
    padding: 8px 10px 9px;
}

th.thHead,th.thSides,th.thLeft,th.thRight,th.thBottom {
	background-color: #F9F5F0;
    color: #6E6B68;
	font-size: 12px;
	font-weight: 300;
    padding: 8px 10px 9px;
}

th.thCornerL,th.thTop,th.thCornerR {
	background-color: #F9F5F0;
	color: #6E6B68;
	font-size: 12px;
	font-weight: 300;
    padding: 9px 8px 9px;
}

/* ========================================
   26. CATEGORY HEADERS
   ======================================== */

td.catBottomPad { 
	font-family: tahoma,helvetica,arial,sans-serif; 
	background-color: #F9F5F0;
	color: #5A5854;
    font-size: 15px;
    font-weight: normal;
	padding: 10px 10px;
}

td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom { 
	font-family: tahoma,helvetica,arial,sans-serif; 
	background-color: #F9F5F0;
    border: 1px solid #D4CEC9;
    color: #5A5854;
    font-size: 15px;
    font-weight: normal;
	padding: 7px 0;
}

td.cat,td.catHead,td.catBottom {
	font-family: tahoma,helvetica,arial,sans-serif; 
	background-color: #F9F5F0;
	color: #5A5854;
    font-size: 15px;
    font-weight: normal;
	padding: 7px 0;
}

/* ========================================
   27. BOARD STATISTICS
   ======================================== */

ul.board_stats_inline { text-align:center; }
.board_stats_inline>li{ display:inline-block; margin: 0;}
.board_stats_inline>li:first-child { margin-left: -30px; }
#board_stats li { margin-right: 10px; }
#board_stats .value { display: inline-block; color: #fff;  font-size: 11px; padding: 2px 3px; margin-right: 4px; background: #68645F; }
#board_stats .value2 { display: inline-block; color: #5A5751;  font-size: 11px; }

.th_index_desc{ 
	font-size: 11px; 
	word-wrap: normal;
	color: #454340; 
}

.topics_replies {
	font-size: 11px;
	color: #5A5751;
}

/* ========================================
   28. TABLE BORDER STYLES
   ======================================== */

td.row3Right,td.spaceRow { background-color: #E5E2E2; border: #FFFFFF; border-style: solid; }
th.thHead,td.catHead{ font-size: 12px; border-width: 0px; }
th.thSides,td.catSides,td.spaceRow{ border-width: 0px; }
th.thRight,td.catRight,td.row3Right{ border-width: 0px; }
th.thLeft,td.catLeft{ border-width: 0px; }
th.thBottom,td.catBottom{ border-width: 0px; }
th.thTop{ border-width: 0px; }
th.thCornerL { border-width: 0px; } 
th.thCornerR{ border-width: 0px; } 

/* ========================================
   29. TYPOGRAPHY AND TEXT STYLES
   ======================================== */

font,th,td,p{ font-family: Verdana, Arial, Helvetica, sans-serif; }
a:link,a:active,a:visited	{ color : #5A5751; text-decoration: none; }
p, td{ font-size : 11px; color : #454340; }
a:hover{ text-decoration: none; color : #5A5854; }
hr{ height: 0px; border:0px #DCD6D1 solid; border-top-width: 1px; box-shadow:0 0 3px #B5A293; }

/* Base Typography Classes */
.gen						{ font-size : 13px; }
.genmed					{ font-size : 11px; }
.gensmall					{ font-size : 11px; }
.genmin					{ font-size : 10px; }
.gen,.genmed,.gensmall,.genmin			{ color : #5A5854;  } 
a.gen,a.genmed,a.gensmall,a.genmin			{ color: #5B5754; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover,a.genmin:hover	{ color: #2E2C2A; text-decoration: none; }

/* Navigation Typography */
.mainmenu		{ font-size : 11px; color : #5B5754; }
a.mainmenu		{ text-decoration: none; color : #5B5754; }
a.mainmenu:hover	{ text-decoration: none; color : #5B5754; }

.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color: #5A5854;}
a.cattitle		{ text-decoration: none; color: #5A5854; }
a.cattitle:hover	{ text-decoration: none; }

.forumlink		{font-family: tahoma,helvetica,arial,sans-serif; text-align:center; font-size: 13px; color: #5B5754;  }
a.forumlink		{ text-decoration: none; color:#5B5754; font-weight:normal;}
a.forumlink:hover	{ text-decoration: none; color:#2E2C2A; }

.forumname		{font-family: tahoma,helvetica,arial,sans-serif; text-align:center; font-size: 14px; color: #5B5754;  }
a.forumname		{ text-decoration: none; color:#5B5754; font-weight:normal;}
a.forumname:hover	{ text-decoration: none; color:#2E2C2A; }

.nav{ font-family: tahoma,helvetica,arial,sans-serif; color:#5A5854; font-size:11px;}
a.nav	{ text-decoration: none; color : #5A5854; }
a.nav:hover	{text-decoration: none;}

.topictitle,h1,h2	{  color:#5A5751; font-size: 11px; font-weight:bold  }
a.topictitle:link	{ text-decoration: none; color:#5A5751; }
a.topictitle:visited	{ text-decoration: none; color:#5A5751; }
a.topictitle:hover	{ text-decoration: none; color:#5A5751; }

.name {color:#5A5854;font-size:11px; text-decoration: none;}

.postdetails { color: #454340; font-size: 11px; }

.postbody{ color:#454340; font-size:13px;line-height: 18px; }
a.postlink:link	{ text-decoration: none; color : #BB0000 }
a.postlink:visited	{ text-decoration: none; color : #BB0000; }
a.postlink:hover	{ text-decoration: underline; color : #FF0000 }

/* Code and Quote Blocks */
.code {
	background: none repeat scroll 0 0 #F6F1EC;
    border: 2px solid #E5E0DB;
    border-radius: 5px;
    font-size: 12px;
    margin: 0;
    overflow-x: auto;
    padding: 10px;
}

.quote {
	background: none repeat scroll 0 0 #F6F1EC;
    border: 2px solid #E5E0DB;
    border-radius: 5px;
    font-size: 12px;
    margin: 0;
    overflow-x: auto;
    padding: 10px;
}

.copyright		{ font-size: 11px; text-decoration: none;  color: #5A5854; }
a.copyright		{ text-decoration: none; color: #5A5854; } 
a.copyright:hover	{ text-decoration: none; color: #fff; }

/* ========================================
   30. FORMS AND INPUT ELEMENTS
   ======================================== */

form { margin: 0; }
form { display: inline; }
input{ text-indent : 2px; }

input, select {
	font-size:12px;  
	background: none repeat scroll 0 0 #FFFFFF;
    border-color: #BFBBB2;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    padding: 4px; color:#413F3C;
}

textarea {
	font-family: Verdana;
	font-size:12px;  
	background: none repeat scroll 0 0 #FFFFFF;
    border-color: #BFBBB2;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    padding: 4px; color:#413F3C;
}
	
input.post, textarea.post, select	{
	background: none repeat scroll 0 0 #FFFFFF;
    border-color: #BFBBB2;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    padding: 4px;
}

textarea.post {
    max-width: 100%;
    box-sizing: border-box;
}

input.post:focus, input.post2:focus, textarea.post2:focus, textarea.post:focus, select:focus {
	border-color: #98958D;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    outline: medium none;
}

input.post2, textarea.post2, select {
	background: none repeat scroll 0 0 #FFFFFF;
    border-color: #BFBBB2;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    padding: 4px;
	cursor:pointer; 
	color:#413F3C; 
}

/* Button Styles */
input.button { background-color : #EBEBEB; border: 1px solid #DCD7D3; color:#7D7975; padding:4px 10px; font-size:13px; cursor:pointer; }

input.mainoption {
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("images/topic_button.png") repeat-x scroll center top #2D2A27;
    border-color: #2D2A27;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 0;
    box-shadow: 0 1px 0 0 #756F65 inset, 0 2px 3px rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font: 300 12px/30px Helvetica,Arial,sans-serif;
    height: 30px;
    padding: 0 10px;
    text-align: center;
    text-shadow: 0 -1px 0 #282523;
}

input.liteoption { 
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("images/topic_button.png") repeat-x scroll center top #2D2A27;
    border-color: #2D2A27;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 0;
    box-shadow: 0 1px 0 0 #756F65 inset, 0 2px 3px rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font: 300 12px/30px Helvetica,Arial,sans-serif;
    height: 30px;
    padding: 0 10px;
    text-align: center;
    text-shadow: 0 -1px 0 #282523;
}

input.liteoption:hover,input.mainoption:hover {
	background: url("images/topic_button_hover.png") repeat-x scroll 0 0 #3F3C3A;
    color: #FFFFFF;
}

.helpline { background:#E5E2E2; border: 1px solid #CFCAC0; cursor:pointer; color: #5A5751;}
span.badwordhighlight { background-color: #FFFF00; }

option{ background: #E5E2E2;  border-top: 1px solid #CFCAC0; cursor:pointer; color: #5A5751; }

/* ========================================
   31. MESSAGE AND NOTIFICATION STYLES
   ======================================== */

.topbkg { background: #dbe3ee url(images/cellpic_bkg.jpg) repeat-x }
.topnav { font-size:10px;background: #e5ebf3 url(images/cellpic_nav.gif) repeat-x;color:#dd6900; height: 21px; white-space: nowrap; text-align: center; border: 0px solid #91a0ae; border-width: 1px 0 1px 0 }

.pm { font-size: 11px; text-decoration: none; color: #FF0000 } 

.message_sb {
    background: none repeat scroll 0 0 #EBE7DE;
    border: 1px solid #CFCAC0;
    color: #6F6C65;
    font-size: 11px;
    line-height: 1.6;
    padding: 5px;
	margin-bottom: 5px;
}

.table0{ padding: 4px; border-bottom: 1px solid #DCD7D3; color: #454340; font-size: 11px; }
.sb1 { background-color: #FDFAF7; }
.sb2 { background-color: #FDFAF7; }
.sb3 { background-color: #FDFAF7; }
.sb1:hover { background-color: #F5F0EB; }
.sb2:hover { background-color: #F5F0EB; }

/* ========================================
   32. PAGINATION STYLES
   ======================================== */

.pagination_active {background-color: #48453F; color: #fff; padding-left:3px; padding-right:3px; padding-bottom:3px; padding-top:3px; text-decoration: none;}
.pagination { color: #948E8A; font-size: 11px; padding-left:3px; padding-right:3px; padding-bottom:3px; padding-top:3px;  cursor: pointer; text-decoration: none;}
.pagination a, .pagination a:visited, .pagination a:active { background: none repeat scroll 0 0 #E3DFD7; color: #5B5852; padding-left:3px; padding-right:3px; padding-bottom:3px; padding-top:3px;  text-decoration: none;}
.pagination a:hover { background: none repeat scroll 0 0 #E2DED6; text-decoration: none; padding-left:3px; padding-right:3px; padding-bottom:3px; padding-top:3px; }

/* ========================================
   33. LEGACY SUPPORT STYLES
   ======================================== */

/* Legacy support for old structure */
#top_simple {
	width: 100%;
	height: 34px;
	left: 0;
	top: 0;
	right: 0;
	z-index: 999;
	background-color: #181817;
}

#top_simple .left {
	float: left;
	font-size: 11px;
	color: #D1CAC5;
	line-height: 34px;
	font-family: tahoma,helvetica,arial,sans-serif;
}

#top_simple .left a {
	color: #D1CAC5;
	text-decoration: none;
}

#top_simple .left a:hover {
	color: #fff;
}

#top_simple .right {
	float: right;
	font-size: 11px;
	color: #D1CAC5;
	position: relative;
	top: 6px;
	font-family: tahoma,helvetica,arial,sans-serif;
}

#top_simple .right a {
	color: #fff;
}

#top {
	width: 100%;
	height: 34px;
	left: 0;
	top: 0;
	right: 0;
	z-index: 999;
	background-color: #181817;
	position: fixed;
}

#top .left {
	float: left;
	font-size: 11px;
	color: #D1CAC5;
	line-height: 34px;
	font-family: tahoma,helvetica,arial,sans-serif;
}

#top .left a {
	color: #D1CAC5;
	text-decoration: none;
}

#top .left a:hover {
	color: #fff;
}

#top .right {
	float: right;
	font-size: 11px;
	color: #D1CAC5;
	position: relative;
	top: 6px;
	font-family: tahoma,helvetica,arial,sans-serif;
}

#top .right a {
	color: #fff;
}

/* Legacy header support */
#header {
	background: url("images/bg.png") repeat #2E2C2A;
	width: 100%;
	min-height: 60px;
}

#header .logo {
	display: inline;
	float: left;
	position: relative;
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

#header .logo:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/* ========================================
   34. MOBILE RESPONSIVE DESIGN
   ======================================== */

/* Mobile Navigation Styles */
.top-navigation-mobile {
	position: relative !important;
	top: auto !important;
	z-index: 1000;
	background-color: #181817;
	border-bottom: 1px solid #333;
	height: 34px;
}

.top-navigation-mobile .content {
	width: 100%;
	padding: 0 10px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.top-navigation-mobile .top-nav-left {
	float: left;
	font-size: 11px;
	color: #D1CAC5;
	line-height: 34px;
	font-family: tahoma,helvetica,arial,sans-serif;
}

.top-navigation-mobile .top-nav-left a {
	color: #D1CAC5 !important;
	text-decoration: none;
	-webkit-transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

.top-navigation-mobile .top-nav-left a:hover {
	color: #fff !important;
}

.top-navigation-mobile .top-nav-right {
	float: right;
	font-size: 11px;
	color: #D1CAC5;
	position: relative;
	top: 6px;
	font-family: tahoma,helvetica,arial,sans-serif;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.top-navigation-mobile .top-nav-right a {
	color: #fff;
	-webkit-transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	transition: color 0.2s ease;
	display: inline-block;
	line-height: 34px;
	vertical-align: middle;
}

.top-navigation-mobile .user-navigation {
	color: #9E9A96;
	font-size: 11px;
	position: relative;
	top: -18px;
}

.top-navigation-mobile .user-navigation a {
	color: #FFFFFF;
}

.top-navigation-mobile .user-navigation ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
	list-style: none;
	align-items: center;
}

.top-navigation-mobile .user-navigation li {
	display: inline-block;
	margin: 0;
}

/* Mobile styles for ipsList_inline right alignment */
.top-navigation-mobile .ipsList_inline.right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.top-navigation-mobile .ipsList_inline.right li {
	display: inline-block;
	vertical-align: middle;
	line-height: 34px;
}

/* Mobile Responsive Design */
.ismobile .content {
	width: 1100px;
	margin: 0 auto;
	padding: 0 10px;
	max-width: none !important;
}

.ismobile .main-header {
	margin-top: 0;
}

.ismobile .header-spacer {
	height: 0;
}

/* Fix mobile header layout issues */
.ismobile .top-navigation-mobile .header-logo {
	float: left;
	margin: 0;
	padding: 0;
}

.ismobile .top-navigation-mobile #community_app_menu {
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;
}

.ismobile .top-navigation-mobile #community_app_menu li {
	float: left;
	margin: 0 5px 0 0;
}

.ismobile .top-navigation-mobile .search-container {
	float: right;
	margin: 0;
	padding: 0;
}

/* Mobile: Show mobile navigation */
.ismobile .top-navigation.top-navigation-mobile {
	display: block !important;
	position: relative !important;
	top: auto !important;
	z-index: 1000 !important;
}

/* Mobile: Hide header spacer */
.ismobile .header-spacer {
	height: 0 !important;
}

/* Mobile: Adjust main header */
.ismobile .main-header {
	margin-top: 0 !important;
}

/* Mobile: Show navigation elements */
.ismobile .top-navigation .top-nav-left,
.ismobile .top-navigation .top-nav-right {
	display: block !important;
}

/* Mobile navigation styles */
.ismobile .top-navigation .top-nav-left {
	float: left;
	font-size: 11px;
	color: #D1CAC5;
	line-height: 34px;
	font-family: tahoma,helvetica,arial,sans-serif;
}

.ismobile .top-navigation .top-nav-left a {
	color: #D1CAC5 !important;
	text-decoration: none;
	-webkit-transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

.ismobile .top-navigation .top-nav-left a:hover {
	color: #fff !important;
}

.ismobile .top-navigation .top-nav-right {
	float: right;
	font-size: 11px;
	color: #D1CAC5;
	position: relative;
	top: 0;
	font-family: tahoma,helvetica,arial,sans-serif;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.ismobile .top-navigation .top-nav-right a {
	color: #fff;
	-webkit-transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	transition: color 0.2s ease;
	display: inline-block;
	line-height: 34px;
	vertical-align: middle;
}

.ismobile .top-navigation .user-navigation {
	color: #9E9A96;
	font-size: 11px;
	position: relative;
	top: -4px !important;
}

.ismobile .top-navigation .user-navigation a {
	color: #FFFFFF;
}

.ismobile .top-navigation .user-navigation ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
	list-style: none;
	align-items: center;
}

.ismobile .top-navigation .user-navigation li {
	display: inline-block;
	margin: 0;
}

/* Mobile register button styling */
.ismobile .top-navigation #register_link {
	background: none repeat scroll 0 0 #79716B !important;
	border: 1px solid #79716B !important;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 4px rgba(0, 0, 0, 0.4) !important;
	color: #FFFFFF !important;
	display: inline-block !important;
	padding: 3px 8px !important;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !important;
	line-height: 1.2 !important;
	height: auto !important;
	vertical-align: middle !important;
	box-sizing: border-box !important;
	flex-shrink: 0 !important;
	align-self: center !important;
	max-height: 34px !important;
	overflow: hidden !important;
}

/* Ensure mobile navigation is visible */
.ismobile .top-navigation.top-navigation-mobile {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}

/* Mobile main content adjustments */
.ismobile .main-content-table {
    width: 100% !important;
    max-width: none !important;
}

.ismobile .bodyline {
    padding: 0 10px;
}

/* ========================================
   35. FOOTER STYLES
   ======================================== */

/* Modern Footer Styles */
.footer-modern {
	position: absolute;
	width: 100%;
	height: 60px;
	bottom: 0;
	background: url("images/bg.png") repeat #2E2C2A;
	box-sizing: border-box;
	z-index: 1000;
}

.footer-container {
	max-width: 1100px;
	margin: 0 auto;
	height: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}

.footer-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	position: relative;
}

.footer-left {
	flex: 1;
	text-align: left;
}

.footer-center {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.footer-right {
	flex: 1;
	text-align: right;
}

.footer-copyright,
.footer-links,
.footer-powered-by,
.footer-theme,
.footer-view-info {
	font-size: 11px;
	color: #ABA79E;
	font-family: tahoma, helvetica, arial, sans-serif;
	text-shadow: 0 -1px 0 #141312;
	line-height: 1.2;
}

.footer-copyright a,
.footer-links a,
.footer-powered-by a,
.footer-theme a {
	color: #ABA79E;
	text-decoration: none;
	text-shadow: 0 -1px 0 #141312;
}

.footer-copyright a:hover,
.footer-links a:hover,
.footer-powered-by a:hover,
.footer-theme a:hover {
	color: #fff;
}

/* Mobile Footer Styles */
.ismobile.footer-modern {
	position: absolute;
	width: 100vw;
	left: 0;
	right: 0;
	bottom: 0;
	height: 60px;
	background: url("images/bg.png") repeat #2E2C2A;
	background-size: cover;
	box-sizing: border-box;
	z-index: 1000;
	min-width: 1100px;
	margin: 0;
	padding: 0;
}

.ismobile .footer-container {
	width: 1080px;
	margin: 0 auto;
	height: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	max-width: none !important;
}

.ismobile .footer-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	position: relative;
}

.ismobile .footer-left {
	flex: 1;
	text-align: left;
}

.ismobile .footer-center {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.ismobile .footer-right {
	flex: 1;
	text-align: right;
}

.ismobile .footer-copyright,
.ismobile .footer-links,
.ismobile .footer-powered-by,
.ismobile .footer-theme,
.ismobile .footer-view-info {
	font-size: 11px;
	color: #ABA79E;
	font-family: tahoma, helvetica, arial, sans-serif;
	text-shadow: 0 -1px 0 #141312;
	line-height: 1.2;
}

/* ========================================
   36. MISC UTILITY CLASSES
   ======================================== */

.generate_time {
	font-size: 11px; 
	color: #5A5751;
}

span.bot_color {
	color: #A49F98;
}

/* ========================================
   37. FORUM LAYOUT STYLES
   ======================================== */

.bodyline { border: 0px #FDFAF7 solid; }
.forumline {  background-color: #EEE8E3; border: solid #D1D7DC 0px; border-top-width: 0px; }
.forumlines { background-color: #EEE8E3; }

/* ========================================
   38. INLINE LIST STYLES
   ======================================== */

ol, ul {

}

.ipsList_inline > li:first-child {
    margin-left: 0;
}
.ipsList_inline > li {
    display: inline-block;
    margin: 0 3px;
}

/* ========================================
   39. IMPORT STATEMENTS
   ======================================== */

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css"); 