/* main.css — restored generic stylesheet for the original theme
   (server-bundled original was not archived; this is a clean, readable
   reconstruction matching the #content/#cabecera/#main/.post structure). */

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  line-height: 1.6;
  color: #2b2b2b;
  background: #f5f2ea;
  padding: 20px 15px 60px;
}

#content {
  max-width: 760px;
  margin: 0 auto;
  background: #fffdf8;
  border: 1px solid #e4ddcc;
  padding: 32px 40px 48px;
}

/* ---- header ---- */
#cabecera {
  border-bottom: 2px solid #b8322e;
  padding-bottom: 14px;
  margin-bottom: 28px;
}
#cabecera .left { float: left; max-width: 62%; }
#cabecera .right { float: right; padding-top: 8px; text-align: right; }
#cabecera h1 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
#cabecera h1 a { color: #b8322e; text-decoration: none; }
#cabecera h1 a:hover { color: #8f2521; }
#cabecera .right a {
  color: #555;
  text-decoration: none;
  font-size: 13px;
  font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}
#cabecera .right a:hover { color: #b8322e; text-decoration: underline; }

/* ---- main column ---- */
#main { clear: both; }

.post {
  margin-bottom: 30px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ece6d8;
}
.post:last-child { border-bottom: none; }

.post .date {
  color: #999;
  font-size: 12px;
  font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}
.post a.title,
.post .title a,
a.title {
  color: #b8322e;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}
.post a.title:hover, a.title:hover { text-decoration: underline; }

.post p { margin: 0 0 14px; }
.post h2, .post h3 { margin: 18px 0 8px; color: #333; }
.post img { max-width: 100%; height: auto; }
.post blockquote {
  margin: 14px 0 14px 20px;
  padding-left: 16px;
  border-left: 3px solid #e0d8c6;
  color: #555;
  font-style: italic;
}
.post ul, .post ol { margin: 0 0 14px 24px; }

/* generic links inside content */
#main a { color: #8f2521; }
#main a:hover { color: #b8322e; }

img { border: none; }

.foot, .footer {
  clear: both;
  margin-top: 30px;
  font-size: 11px;
  color: #aaa;
  text-align: right;
  font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}

/* small screens */
@media (max-width: 620px) {
  #content { padding: 20px 18px 32px; }
  #cabecera .left, #cabecera .right { float: none; max-width: 100%; text-align: left; }
  #cabecera .right { padding-top: 12px; }
}
