/* SEOHuddle - Luburox_Blue vBulletin 4 Theme
   Reconstructed CSS for Wayback Machine archive */

/* === RESET & BASE === */
* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { height: 100%; }
body {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #333333;
    background: #c8d8e8 url('/images/styles/Luburox_Blue/style/banner.gif') repeat-x top left;
    line-height: 1.4;
}
a { color: #2060a0; text-decoration: none; }
a:hover { color: #d05000; text-decoration: underline; }
img { border: 0; }
ul { list-style: none; }

/* === PAGE WRAPPER === */
#pageWrapper { width: 100%; min-height: 100%; }
.pageWrap {
    max-width: 980px;
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 0 0 12px rgba(0,0,0,0.3);
}

/* === TOP BAR === */
#topBar {
    background: #1a4a80;
    color: #ffffff;
    padding: 4px 10px;
    font-size: 11px;
    overflow: hidden;
}
#topBar a { color: #aaccff; }
#topBar a:hover { color: #ffffff; }
.topWelcome { float: left; }
.toplinks { float: right; }

/* === HEADER === */
#header.doc_header {
    background: #1a4a80;
    padding: 0;
    overflow: hidden;
    position: relative;
}
.headerLeft { background: url('/images/styles/Luburox_Blue/style/banner.gif') no-repeat top left; min-height: 80px; }
.headerRight { padding: 10px 15px; overflow: hidden; }
#logo { display: block; float: left; }
#logo img { display: block; max-height: 70px; }

/* Search box */
.searchBox { float: right; margin-top: 20px; }
.searchWrap { display: inline-block; }
.searchinput {
    padding: 4px 6px;
    font-size: 11px;
    border: 1px solid #5588bb;
    background: #ffffff;
    color: #333;
    width: 160px;
}
.searchButton { vertical-align: middle; }

/* Create account tab */
.createTab { float: right; margin-top: 15px; margin-left: 10px; }

/* Top nav sign in */
#topnav { float: right; margin-top: 20px; margin-right: 5px; }

/* === NAVBAR === */
#navbar.navbar {
    background: #1a4a80;
    border-top: 1px solid #2a6ab0;
    clear: both;
}
.navLeft, .navRight { overflow: hidden; }
ul#navtabs.navtabs {
    display: flex;
    flex-wrap: wrap;
    padding: 0 5px;
}
ul#navtabs li { position: relative; }
ul#navtabs li a.navtab {
    display: block;
    padding: 8px 14px;
    color: #ddeeff;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
ul#navtabs li a.navtab:hover,
ul#navtabs li.selected a.navtab {
    color: #ffffff;
    background: #2a6ab0;
    text-decoration: none;
}

/* Popup menus */
.popupmenu { position: relative; }
.popupbody {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #1a4a80;
    border: 1px solid #2a6ab0;
    min-width: 160px;
    z-index: 1000;
    padding: 4px 0;
}
.popupmenu:hover .popupbody { display: block; }
.popupbody li a {
    display: block;
    padding: 5px 12px;
    color: #aaccff;
    white-space: nowrap;
    font-size: 11px;
}
.popupbody li a:hover { background: #2a6ab0; color: #ffffff; text-decoration: none; }

/* === BREADCRUMB === */
#breadcrumb.breadcrumb {
    background: #e8f0f8;
    border-bottom: 1px solid #b0c8e0;
    padding: 6px 10px;
}
.bcLeft, .bcRight { overflow: hidden; }
ul.floatcontainer { display: flex; flex-wrap: wrap; align-items: center; list-style: none; }
.navbithome img { width: 16px; height: 16px; vertical-align: middle; }
.navbit { font-size: 11px; color: #666; }
.navbit:before { content: " \00BB "; color: #999; }
.navbit a { color: #2060a0; }
.lastnavbit { font-size: 11px; color: #444; font-weight: bold; }
#breadcrumb hr { display: none; }

/* === CONTENT MAIN === */
#contentMain { padding: 10px 15px; }
.contentTopBox {
    background: #ddeeff;
    border: 1px solid #99bbdd;
    border-radius: 3px;
    margin-bottom: 12px;
    padding: 12px 15px;
}
.contentTopBoxWrap h3 { color: #1a4a80; font-size: 13px; margin-bottom: 6px; }
.contentTopBoxWrap p { font-size: 11px; color: #444; }

/* === BODY WRAPPER === */
.body_wrapper { padding: 5px 0; }

/* === THREAD CONTROLS === */
#above_threadlist {
    overflow: hidden;
    margin-bottom: 8px;
    padding: 6px 0;
}
.newcontent_textcontrol {
    background: #2060a0;
    color: #ffffff !important;
    padding: 5px 12px;
    border-radius: 3px;
    font-weight: bold;
    font-size: 11px;
}
.newcontent_textcontrol:hover { background: #1a4a80; text-decoration: none !important; }
.newcontent_textcontrol span { font-size: 14px; }
.threadpagenav { float: right; }
#threadpagestats { font-size: 11px; color: #666; }

/* === FORUM PAGE TITLE === */
#pagetitle { margin: 8px 0; }
#pagetitle h1 { font-size: 16px; color: #1a4a80; }
#pagetitle .description { font-size: 11px; color: #666; margin-top: 3px; }

/* === TCAT (thread category header) === */
.tcat {
    background: #1a4a80;
    margin-bottom: 2px;
    border-radius: 3px 3px 0 0;
}
.tcatLeft, .tcatRight { overflow: hidden; }
.tcatRight { padding: 8px 12px; color: #ffffff; }
.tcatRight h2 { font-size: 13px; color: #ffffff; }
.tcat_threadlist_controls { margin-top: 5px; }

/* Forum display popups */
.forumdisplaypopups { display: flex; gap: 8px; }
.forumdisplaypopups .popupmenu h6 { margin: 0; }
.forumdisplaypopups .popupctrl {
    color: #aaccff;
    font-size: 11px;
    font-weight: normal;
}
.forumdisplaypopups .popupbody { top: 1.5em; }

/* === THREAD LIST === */
ol#threads { list-style: none; border: 1px solid #b0c8e0; }
li.threadbit {
    border-bottom: 1px solid #dde8f0;
    padding: 8px 10px;
    overflow: hidden;
    background: #ffffff;
}
li.threadbit:hover { background: #f0f6fc; }
li.threadbit.alt { background: #f5f9fd; }
li.threadbit.hot { }

.nonsticky { overflow: hidden; }
.threadinfo { float: left; width: 60%; }
.threadstatus { display: none; }
.inner { overflow: hidden; }
.threadtitle { font-size: 13px; margin-bottom: 3px; }
.threadtitle a.title { color: #1a4a80; font-weight: bold; }
.threadtitle a.title:hover { color: #d05000; }
.threadmeta { font-size: 11px; color: #666; }
.threadmeta .author .label { }
.threadmeta a.username { color: #2060a0; }
.threaddetails { display: none; }

/* Thread stats */
ul.threadstats {
    float: right;
    width: 15%;
    font-size: 11px;
    color: #666;
    text-align: center;
    list-style: none;
    padding-top: 8px;
}
ul.threadstats li { display: block; margin-bottom: 2px; }
ul.threadstats li.hidden { display: none; }
ul.threadstats a.understate { color: #666; }

/* Last post */
dl.threadlastpost {
    float: right;
    width: 22%;
    font-size: 11px;
    color: #666;
    padding-top: 6px;
}
dl.threadlastpost dt.hidden { display: none; }
dl.threadlastpost dd { display: block; }
dl.threadlastpost .username { color: #2060a0; font-weight: bold; }
dl.threadlastpost a.understate { color: #666; }
dl.threadlastpost em.time { font-style: normal; }

/* TD alignment helper */
.td { display: inline-block; }
.alt { }

/* === POST VIEW (showthread) === */
.postrow, .postbit_wrapper {
    border: 1px solid #b0c8e0;
    margin-bottom: 10px;
    border-radius: 2px;
    overflow: hidden;
}
.posthead {
    background: #1a4a80;
    padding: 6px 10px;
    color: #ffffff;
    overflow: hidden;
}
.posthead a { color: #aaccff; }
.posthead .postcounter { float: right; color: #aaccff; font-size: 11px; }
.postbody {
    padding: 12px;
    background: #ffffff;
}
.postbody .content { font-size: 12px; line-height: 1.6; }
.postfooter {
    background: #e8f0f8;
    padding: 5px 10px;
    border-top: 1px solid #b0c8e0;
    font-size: 11px;
    color: #666;
    overflow: hidden;
}
.postfooter a { color: #2060a0; }

/* User info (postbit sidebar) */
.userinfo { background: #e0ecf8; padding: 8px; font-size: 11px; }
.username_container .username { font-weight: bold; color: #1a4a80; font-size: 13px; }
.usertitle { color: #666; font-size: 10px; }
.userinfo .joindate, .userinfo .postcount { color: #666; }

/* blockquote in posts */
.bbcode_quote {
    background: #f0f4f8;
    border-left: 3px solid #2060a0;
    margin: 8px 0;
    padding: 8px 10px;
    font-size: 11px;
    color: #444;
}
.bbcode_quote .bbcode_postedby {
    font-weight: bold;
    color: #1a4a80;
    margin-bottom: 4px;
    font-size: 11px;
}

/* === POPUP MENU GENERIC === */
.popupgroup { }
.nohovermenu .popupctrl { cursor: pointer; }

/* === NOTICES === */
#notices { margin-bottom: 10px; }
#notices ol { list-style: none; }
#notices li {
    background: #fff8cc;
    border: 1px solid #e0c840;
    padding: 8px 12px;
    font-size: 12px;
    color: #444;
    border-radius: 2px;
}
.restore { }

/* === MEMBER/PROFILE STYLES === */
.memberaction { display: inline; }
.memberaction a.username { font-weight: bold; }
.offline { }
.understate { color: #666; }
.understate:hover { color: #333; }

/* === FOOTER === */
#footer {
    background: #1a4a80;
    padding: 12px 15px;
    overflow: hidden;
}
#footer .footer_links {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
#footer .footer_links li a { color: #aaccff; font-size: 11px; }
#footer .footer_links li a:hover { color: #ffffff; }

/* vBulletin copyright */
#footer_copyright {
    text-align: center;
    color: #aaccff;
    font-size: 10px;
    margin-top: 8px;
}
#footer_copyright a { color: #aaccff; }

/* === BELOW BODY (foot section) === */
#foot { background: #1a4a80; }
#foot_top { background: #1a3060; padding: 15px; }
.below_body { overflow: hidden; }
.footer_column_header { color: #ddeeff; font-size: 12px; margin-bottom: 8px; border-bottom: 1px solid #2a5080; padding-bottom: 4px; }
#footer_column_1, #footer_column_2, #footer_column_3, #footer_column_4 { float: left; width: 23%; margin-right: 2%; }
.footer_column_inner ul li a { color: #aaccff; font-size: 11px; display: block; padding: 2px 0; }
.footer_column_inner ul li a:hover { color: #ffffff; }
.footer_column_inner div { color: #99aacc; font-size: 11px; line-height: 1.5; }
#foot_bottom { background: #112040; padding: 8px 15px; }
#foot_bottom_inner { overflow: hidden; }
#footer_links.footer_links { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; }
#footer_links.footer_links a { color: #6688aa; font-size: 11px; }
#footer_links.footer_links a:hover { color: #aaccff; }

/* Social icons */
#social_icons_footer img { width: 24px; height: 24px; margin-right: 4px; opacity: 0.8; }
#social_icons_footer img:hover { opacity: 1; }

/* === UTILITY === */
.floatcontainer:after { content: ""; display: table; clear: both; }
.clear { clear: both; }
.hidden { display: none; }
.shade { color: #888; }
.time { color: #666; }

/* === SEARCH === */
#footer_select { display: inline; }
#footer_select select { font-size: 11px; padding: 2px 4px; }
.footer_search .textbox { padding: 3px 5px; font-size: 11px; border: 1px solid #5588bb; }
#footer_advanced_search { margin-top: 4px; }
#footer_advanced_search a { color: #aaccff; font-size: 11px; }

/* === MISC === */
.above_body { }
.body_bg { }
hr { border: none; border-top: 1px solid #c0d0e0; margin: 4px 0; }

/* === RESPONSIVE BASICS === */
@media (max-width: 768px) {
    .pageWrap { max-width: 100%; }
    .threadinfo, ul.threadstats, dl.threadlastpost { float: none; width: 100%; }
    ul#navtabs { flex-direction: column; }
    #footer_column_1, #footer_column_2, #footer_column_3, #footer_column_4 { width: 48%; margin-bottom: 12px; }
}
