<style type="text/css">
h1 {
    font-size:2em;
}
h2 {
    font-size:1.8em;
}

h2 {
   margin-top:5px; /* bootstrap sets at 20px, but too much with ad above */
}

/* MJW redesign 6/27/2026
select, input[type=button] {
   font-size:14px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   -khtml-border-radius: 10px;
    border-radius: 10px;

    -webkit-box-shadow: 0 3px 0 #aaa, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #aaa, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #aaa, 0 -1px #fff inset;


    background: #f8f8f8;
    color:#00c;
    border:none;
    outline:none;
    display: inline-block;

    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;

    cursor:pointer;
    margin:4px;

    width:inherit; /* bootstrap sets this as 220px? */

}
*/

input[type=text], input[type=password, input[type=submit]]   {
    width:inherit; /* bootstrap sets this as 206px? */
}

form {
   margin:0; /* bootstrap has margin:0 0 20px */
}

table {
   border-spacing:inherit;
}

table#menu_left table tr {
   border:0px solid red;
}

table table table {
   max-width:600px;
   border:0px solid red;
   border-spacing:0px;
        /* following needed to fix bootstrap */
   /*background-color:#0cf;*/
   /*border-spacing:2px;*/
}

#date {
   font-style:italic;
   color:#888;
   text-align:right;
   margin-right:10px;
   margin-bottom:5px;
}

#amember_form {
/*
   margin:-10px 45px 5px 0;
   text-align:right;
*/
   /*margin-top:15px; */
   padding:10px 0; /* Need padding else #sa_main content overruns box */
}

#amember_login_form {
   display:inline-block;
   margin:-10px 0px;
   text-align:center;
    padding:5px;
    background: #eee;
    border:2px solid #009;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
}

#amember_login_dropdown {
   border-top:1px solid #ccc;
   background:#fff;
   background: url('/px/box-bg.jpg');
   background-repeat: repeat-x;
   border-color:#f00
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
}


#amember_login_dropdown input {
   margin:5px 0;
}

.form-group {
   margin-bottom:0; /* bootstrap has margin:0 0 20px */
}

#mobile_desktop_button {
   border:1px solid #aaa;
}

/* restore bootstrap padding since removed in standard style.php */
/*  Also had to change margin-rigth from-15px to 0 since overrunning RHS */
.row {
   padding-left:15px;
   margin-right:0;
}
/* remove bootstrap padding and restore margin-left for row */
.menu {
   padding-left:0;
   margin-left:-15px;
   text-align:center; /* added to center menu in steamboatpowdercats.com */
}

.submenu {
   text-align:center; /* added to center buttons in steamboatpowdercats.com */
}

#foot_wrapper div:nth-child(1) {
    border:none; // Remove separator in the div above menu_bot, but wont work till remove the inline style!
}

/* Remove bottom padding from menu */
.navbar .nav>li>a {
   /*padding:0.3em 0.3em 0.3em 0.5em;*/
   -moz-border-radius-topright: 6px;
   -moz-border-radius-topleft: 6px;
   /*-moz-border-radius-bottomright: 0px;*/
   /*-moz-border-radius-bottomleft: 0px;*/
   -webkit-border-top-right-radius: 6px;
   -webkit-border-top-left-radius: 6px;
   /*-webkit-border-bottom-right-radius: 0px;*/
   /*-webkit-border-bottom-left-radius: 0px;*/
   border-top-right-radius:6px;
   border-top-left-radius:6px;
   /*border-bottom-right-radius:0px;*/
   /*border-bottom-left-radius:0px;*/
   /*border:1px solid #fff;*/ /* use with border in :hover below */
   font-size:12px;
}
.navbar .nav>li>a:hover {
   /*border:1px solid #ccc;*/
    background:#efefef; 
    background:none; 
    color: #5BA3D9;
}

button.navbar-toggle {
    float:left; /* Login avatar to right */
    margin-top:4px;
}
.navbar-toggle .icon-bar {
    width:12px;
}

nav.navbar.navbar-default {
    /* top:-20px; */ /* moves menubar up and cuts off logo when menu moves to 2 lines - use media query below */
   /*min-width:150px;*/ /* PROBLEM - wraps to next line on narrow phone screen. Set min width so no horiz scroll and menu bar fixed when clicked*/
   border:0px;
   background:#fff;
}
@media (min-width:768px) {
   nav.navbar.navbar-default {
      /*  Use em so when make font smaller below, space below logo correct */
      margin-top:-1.5em;
   }
}
/* Reduce menu font and anchor padding so menu stays on same line*/
@media (min-width:768px) and (max-width:950px) {
    .nav>li>a {
       padding-left: 5px;
        /*
       /* Collapses spaces but wraps normally on natural word boundaries */
       white-space: pre-line;
       /* Shrinks the element to the width of its longest single word */
       width: min-content;
       */
   }
}
/*  This is the gradient on the main menu - only turn off for width>=768 so shading appears on pillbox menu items when width < 768*/
@media (min-width:768px) {
   .navbar-collapse {
      /* overwrites box shadow defined in style.php*/
      background:none;
      background-image:none;
      -webkit-box-shadow:none;
      -moz-box-shadow:none;
      box-shadow:none;
   }
}

/* Accordion */
.ui-accordion .ui-accordion-header {
   padding: 0.3em 0.3em 0.3em 0.5em;
}

/* move indent of 2nd level menus to left */ 
ul.dropdown-menu li li {
   margin-left:-30px;
   /*padding-left:20px; move to .dropdown-menu > li > ul > li > a below so border highlight looks good */
}

/* remove 2nd level of dropdown menu indents from 1st level */
ul.dropdown-menu li ul {
   margin-left:initial;
}

.dropdown-menu>li>a {
   padding:0px 20px; /* bootstrap had 3px 20px, but too much space between li */
}

.menu li {
    /*text-transform:uppercase;*/
    /*letter-spacing:2px;*/
}
.dropdown-menu > li > a, .dropdown-menu > li > ul > li > a {
    line-height:3rem;
}
.dropdown-menu > li > ul > li > a {
    display:block; /* Add same style as dropdowns.less for these 2nd level elements so anchor takes entire space allotted to it  */ 
    padding-left:20px;
}
ul.dropdown-menu {
    background:#efefef;  
}
.middle {
   vertical-align:middle;
}
.bottom {
   vertical-align:bottom;
}

/* Use white icons downloaded from http://download.jqueryui.com/themeroller/images/ui-icons_ff0000_256x240.png */
.ui-icon, .ui-state-active .ui-icon {
    background-image: url(/px/ui-icons_ffffff_256x240.png);
}


/* Added 6/11/2026 for site refresh */
#bgheader_image {
    float:left; 
}
nav.navbar {
    float:left;
    background:none;
    color:#fff;
}
.navbar-collapse {
    background:none;
}
nav.navbar.navbar-default {
   padding-top:10px;
   background:none;
}
@media (min-width:768px) {
   nav.navbar.navbar-default {
       padding-top:37px;
       background:none;
   }
}
.navbar-default .navbar-toggle:hover {
    background:none;
}
#navbar-collapse-1 {
    padding:0;
}
.navbar .nav>li>a {
    color:#E8F4FF; /* fresh snow */
    color:#F0F6FF; /* glacier white */
    color:#ccc;
}

/* Added 7/19/2026 to add space in blog once I added row,col divs around menu in flatpress  */
.entry:nth-child(1), #column {
    margin-top:15px;
}


/* Added 6/13/2026 for Progressive Web App (PWA) */
#sa-update-banner, #sa-install-banner, #sa-offline-banner {
    position:fixed;
    z-index:2;
    width:100%;
    padding:5px;
    text-align:center;
    font-weight:bold;
    background:red;
    color:black;
}
/* Remove home button */
.nav.navbar-nav li:nth-child(1) {
    display:none;
}
.nav.navbar-nav li:nth-child(2) a {
    /*padding-left:0;*/
}

.sa-stepper-arrows { display:flex; flex-direction:column; gap:3px; margin-left:5px; }
/* Touch-friendly: min 44px tap target via padding */
.sa-stepper-arrow { min-width:44px; min-height:44px; display:flex; align-items:center; justify-content:center; background:rgba(240,246,255,0.05); border:0.5px solid rgba(240,246,255,0.12); border-radius:6px; cursor:pointer; color:rgba(240,246,255,0.55); font-size:14px; user-select:none; }
.sa-stepper-arrow:hover  { color:#5BA3D9; border-color:rgba(91,163,217,0.4); background:rgba(91,163,217,0.08); }
.sa-stepper-arrow:active { background:rgba(91,163,217,0.22); }

h1, h2, h3, h4 {
   font-family:Bebas Neue, sans-serif;
}

.h3_heading {
    text-align:left;
    text-transform:uppercase;
    letter-spacing:2px;
    margin-bottom:10px;
}

/* ── Filters bar ── */
.sa-filters { display:flex; align-items:center; gap:10px; padding:14px 20px; flex-wrap:wrap; border-bottom:0.5px solid rgba(240,246,255,0.07); }
.sa-filter-label { font-size:10px; text-transform:uppercase; letter-spacing:1.5px; color:rgba(240,246,255,0.3); }
.sa-filter-select { background:#0d1e35; border:0.5px solid rgba(240,246,255,0.15); color:#F0F6FF; border-radius:6px; padding:6px 10px; font-size:12px; font-family:'Inter',sans-serif; cursor:pointer; }
.sa-filter-sep { height:20px; width:0.5px; background:rgba(240,246,255,0.1); margin:0 4px; }
.sa-view-toggle { display:flex; gap:2px; margin-left:auto; }
.sa-view-btn { background:rgba(240,246,255,0.05); border:0.5px solid rgba(240,246,255,0.1); color:rgba(240,246,255,0.45); padding:6px 11px; border-radius:5px; font-size:11px; cursor:pointer; font-family:'Inter',sans-serif; }
.sa-view-btn.active { background:rgba(91,163,217,0.12); border-color:rgba(91,163,217,0.35); color:#5BA3D9; }

 /* ── Snow-threshold stepper (▲ above value, ▼ below) ── */
.sa-stepper-block { display:flex; flex-direction:column; gap:6px; }
.sa-stepper-label { font-size:11px; color:rgba(240,246,255,0.45); display:block; margin-bottom:2px; }
.sa-stepper { display:flex; align-items:center; gap:0; }
.sa-stepper-value { font-family:'Bebas Neue',sans-serif; font-size:22px; color:#F0F6FF; background:rgba(240,246,255,0.05); border:0.5px solid rgba(240,246,255,0.15); border-radius:7px; padding:6px 14px; min-width:60px; text-align:center; user-select:none; transition:background 0.15s; line-height:1; }
.sa-stepper-value.flash { background:rgba(91,163,217,0.25); }

/* from claude/snowalarm_weather_data_redesign.html */
.sa-control-label { display:inline-block; margin-right:10px; text-align:left; font-size:10px; text-transform:uppercase; letter-spacing:1.3px; color:rgba(240,246,255,0.32); }
.sa-filter-select { margin-top:2px}
.sa-advanced-link { font-size:11px; color:rgba(91,163,217,0.7); cursor:pointer; align-items:center; gap:4px; }
.sa-advanced-link:hover { color:#5BA3D9; }

/* from claude/user-account-v4.html */
.sa-toggle-switch { width:30px; height:16px; border-radius:10px; background:rgba(240,246,255,0.15); position:relative; transition:background 0.15s; }
.sa-toggle-switch.on { background:rgba(91,163,217,0.5); }
.sa-toggle-switch::after { content:''; position:absolute; left:2px; top:2px; width:12px; height:12px; border-radius:50%; background:#fff; transition:left 0.15s; }
.sa-toggle-switch.on::after { left:16px; }

/* from claude/user-account-v4.html for mode button */
.sa-mode-toggle { display:flex; gap:4px; padding:18px 20px 4px; }
.sa-mode-btn { font-size:12px; padding:8px 16px; border-radius:7px; cursor:pointer; border:0.5px solid transparent; color:rgba(240,246,255,0.5); background:none; font-family:'Inter',sans-serif; }
.sa-mode-btn.active { background:rgba(91,163,217,0.14); border-color:rgba(91,163,217,0.35); color:#5BA3D9; font-weight:500; }
.sa-mode-hint { font-size:11px; color:rgba(240,246,255,0.3); padding:0 20px 14px; }
*/

</style>
