/* ============================================================= */
/* BASE FIXES – stops the tiny text & collapsing ads           */
/* ============================================================= */
html { font-size: 100%; }
body { 
  font-size: 14px !important;           /* was 14px – fixes tiny text */
  background:#FFFFFF; 
  color:#000000; 
  font-family:Verdana,Arial,sans-serif; 
  margin:0; 
  line-height:1.5;
}

/* ============================================================= */
/* ADSENSE CONTAINERS – forces exact sizes, never collapses    */
/* ============================================================= */
.ad-top-container,
.ad-sky-container {
  position: relative;
  display: block !important;
  overflow: hidden;
  background: #f8f8f8;                 /* fallback bg if nothing loads */
}

.ad-top-container {
  width: 468px !important;
  height: 60px !important;
  margin: 0 auto;
}

.ad-sky-container {
  width: 160px !important;
  height: 600px !important;
  margin: 10px auto;
}

/* Hide fallback images until needed */
.ad-top-container img,
.ad-sky-container img {
  position: absolute;
  top: 0; left: 0;
  display: none;
}

/* ============================================================= */
/* EVERYTHING ELSE – your original CSS, untouched              */
/* ============================================================= */
a {color:#0066CC; text-decoration:none;}
a:hover {text-decoration:underline;}
.wrapper {width:780px; margin:0 auto; margin-top:10px; background:#FFFFFF;}

/* HEADER */
.header {
  background: #003366;
  background: -moz-linear-gradient(top, #004488, #002244);
  background: -webkit-gradient(linear, left top, left bottom, from(#004488), to(#002244));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004488', endColorstr='#002244');
  color:#FFFFFF; padding:10px 0;
  border-bottom: 1px solid #0055AA;
}
.header-table {width:100%; border-collapse:collapse;}
.logo-cell {width:300px; vertical-align:top; padding-left:10px;}
.logo-line1 {font-size:32px; font-weight:bold; color:#FFCC00; text-shadow:1px 1px 2px #000033;}
.logo-line2 {font-size:32px; font-weight:bold; color:#FFCC00; text-shadow:1px 1px 2px #000033;}
.tagline-cell {vertical-align:middle; padding-left:20px;}
.tagline {font-size:16px; font-weight:bold; color:#FFFFFF; text-shadow:1px 1px 2px #000033;}
.ad-cell {text-align:right; padding-right:10px; vertical-align:top;}
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}

/* NAV TABS */
.nav-tabs {
  background: #336699;
  border-bottom: 4px solid #003366;
}
.nav-tabs ul {margin:0; padding:0; list-style:none;}
.nav-tabs li {display:inline; margin:0;}
.nav-tabs a {
  display:inline-block; padding:8px 15px; color:#FFFFFF; font-weight:bold;
  background: #336699;
  border-left: 1px solid #5588BB;
  border-right: 1px solid #224466;
  border-top: 1px solid #5588BB;
  border-bottom: 1px solid #224466;
  margin-right: 2px;
}
.nav-tabs a:hover, .nav-tabs a.active {
  background: #003366;
  border-color: #0055AA;
}

/* COLUMNS */
.columns {table-layout:fixed; width:100%; border-collapse:collapse;}
.rail {width:170px; vertical-align:top; padding:0;}
.rail-box {
  background: #F8F8F8;
  background: -moz-linear-gradient(top, #F8F8F8, #EEEEEE);
  background: -webkit-gradient(linear, left top, left bottom, from(#F8F8F8), to(#EEEEEE));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F8F8', endColorstr='#EEEEEE');
  border:1px solid #CCCCCC; margin:10px;
  -moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px; overflow:hidden;
}
.rail-box h3 {
  background: #4477AA;
  background: -moz-linear-gradient(top, #4477AA, #335588);
  background: -webkit-gradient(linear, left top, left bottom, from(#4477AA), to(#335588));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4477AA', endColorstr='#335588');
  color:#FFFFFF; margin:0; padding:6px 10px; font-size:12px;
  border-bottom: 1px solid #224466;
  text-shadow: 0 1px 1px #112233;
}
.rail-box div {padding:10px;}

.content {
  vertical-align:top; padding:15px 20px 20px 10px; background:#FAFAFA;
  border-left: 1px solid #DDDDDD;
}
.content h1 {
  padding-bottom: 8px;
  margin-bottom: 15px;
}

/* TEASERS */
.teaser {border-bottom:1px solid #EEEEEE; padding-bottom:15px; margin-bottom:15px;}
.teaser:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.teaser img {float:left; margin:5px 15px 50px 0px; width:100px; height:75px; border:1px solid #999999;}
.teaser h2 {margin:0 0 5px 0; font-size:16px;}
.teaser h2 a {color:#003366;}
.teaser h2 a:hover {color:#FF9900;}
.teaser p {margin:0; font-size:14px; color:#333333;}

/* FOOTER */
.footer {
  clear:both; text-align:center; padding:0px 0;
  background: #FFFFFF;
  border-top: 3px solid #FFCC00;
}
.archive-date {margin-bottom:5px; font-size:11px; font-weight:bold;}

/* IMAGE WRAP – unchanged */
.post-image-wrap {
  float: right;
  margin: 2.5rem 0 1.5rem 1.5rem;
  clear: right;
  width: 45%;
  max-width: 380px;
}
.post-image-float {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}
.post-content p,
.post-content h2,
.post-content ul {
  overflow: hidden;
}
@media (max-width: 800px) {
  .post-image-wrap {
    float: none;
    width: 100%;
    max-width: none;
    margin: 1.5rem 0;
  }
}