/* ============================================
   BRINA — ink style su Blank Slate
   ============================================ */

/* --- Base --- */
body {
  background-color: #0a0a0a;
  color: #c2c2c2;
  font-family: Georgia, 'Times New Roman', serif;
  margin: 0;
}

#wrapper {
  background-color: #0a0a0a;
}

/* --- Header --- */
#header {
  text-align: center;
  padding: 40px 24px 0;
  border-bottom: 1px solid #161616;
}

#branding {
  margin-bottom: 20px;
}

/* Logo — se aggiungi <img> dentro #site-title via PHP, questo lo stila */
#site-title img {
  max-width: 52px;
  height: auto;
  margin-bottom: 16px;
  opacity: 0.9;
}

#site-title,
#site-title h1,
#site-title a {
  font-family: 'Courier New', monospace;
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #c2c2c2;
  font-weight: normal;
  text-decoration: none;
}

#site-description {
  font-family: 'Courier New', monospace;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #333;
  margin-top: 4px;
  transition: opacity 0.6s;
}
.site-logo {
  width: auto;
  height: 150px;
  color: #c2c2c2; /* controlla il colore via currentColor */
  margin-bottom: 16px;
  display: inline-block;
}

.logo-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.site-title-text {
  font-family: 'Courier New', monospace;
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #555;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
}
/* --- Navigazione --- */
#menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  border-bottom: 1px solid #161616;
  margin-top: 28px;
  padding-bottom: 0;
}

#menu ul {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu li {
  margin: 0;
}

#menu a {
  display: block;
  font-family: 'Courier New', monospace;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #333;
  text-decoration: none;
  padding: 14px 20px;
  transition: color 0.2s;
}

#menu a:hover,
#menu .current-menu-item a {
  color: #999;
}

/* Nascondi la search se non la usi, oppure stilala */
#search {
  display: none;
}

/* --- Contenuto --- */
#container {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 24px;
}

#content {
  padding-top: 8px;
}

/* --- Post --- */
article {
  border-bottom: 1px solid #161616;
  padding: 44px 0;
}

article:last-child {
  border-bottom: none;
}

/* Titolo post */
.entry-title {
  font-family: 'Courier New', monospace;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #555;
  margin: 0 0 18px;
}

.entry-title a {
  color: #555;
  text-decoration: none;
  transition: color 0.2s;
}

.entry-title a:hover {
  color: #aaa;
}

/* Singolo post: titolo leggermente più grande */
.single .entry-title {
  font-size: 14px;
  margin-bottom: 26px;
}

/* Meta (data, categorie, autore — entry-meta.php) */
.entry-meta {
  font-family: 'Courier New', monospace;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #2e2e2e;
  margin-bottom: 20px;
}

.entry-meta a {
  color: #3a3a3a;
  text-decoration: none;
}

.entry-meta a:hover {
  color: #666;
}

/* --- Corpo post (entry-summary.php / entry-content.php) --- */
.entry-summary,
.entry-content {
  font-size: 15px;
  line-height: 2.1;
  color: #999;
}

.single .entry-content {
  font-size: 16px;
  line-height: 2.2;
}

.entry-summary p,
.entry-content p {
  margin: 0 0 10px;
}

/* --- Footer del post (commenti, edit link) --- */
.entry-footer,
#entry-footer {
  font-family: 'Courier New', monospace;
  font-size: 10px;
  letter-spacing: 2px;
  color: #252525;
  margin-top: 20px;
}

.entry-footer a,
#entry-footer a {
  color: #2e2e2e;
  text-decoration: none;
}

.entry-footer a:hover,
#entry-footer a:hover {
  color: #666;
}

/* Edit link (visibile solo se loggata) */
.post-edit-link {
  font-family: 'Courier New', monospace;
  font-size: 9px;
  color: #2a2a2a;
  text-decoration: none;
  margin-left: 8px;
}

/* --- Paginazione (nav-below.php) --- */
#nav-below {
  text-align: center;
  padding: 32px 24px;
  font-family: 'Courier New', monospace;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#nav-below a {
  color: #3a3a3a;
  text-decoration: none;
}

#nav-below a:hover {
  color: #999;
}

/* --- Sidebar (se presente nel tema, la nascondiamo) --- */
#sidebar {
  display: none;
}

/* --- Footer del sito --- */
#footer {
  text-align: center;
  padding: 32px 24px;
  border-top: 1px solid #161616;
  font-family: 'Courier New', monospace;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #222;
}

#footer a {
  color: #2e2e2e;
  text-decoration: none;
}

/* --- Link globali --- */
a, a:visited {
  color: #666;
  text-decoration: none;
}

a:hover {
  color: #aaa;
}

/* --- Form di ricerca (se la riattivi) --- */
#search input[type="text"] {
  background: transparent;
  border: 1px solid #1e1e1e;
  color: #777;
  font-family: 'Courier New', monospace;
  font-size: 10px;
  padding: 6px 10px;
}

/* --- Commenti --- */
#comments {
  font-family: 'Courier New', monospace;
  font-size: 11px;
  color: #555;
  margin-top: 32px;
}

/* --- Scrollbar --- */
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: #0a0a0a; }
::-webkit-scrollbar-thumb { background: #1e1e1e; }