/* UVA Computer Science Archive - Minimal Academic Style */
body {
  font-family: "Georgia", serif;
  line-height: 1.6;
  color: #333;
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
  background-color: #fcfcfc;
}

header {
  margin-bottom: 2rem;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 1rem;
}

h1 {
  font-size: 1.8rem;
  color: #232D4B; /* UVA blue */
  margin-bottom: 0.5rem;
}

h2 {
  font-size: 1.4rem;
  color: #232D4B;
  font-weight: normal;
  margin-top: 0;
}

.meta {
  margin: 1.5rem 0;
}

.meta p {
  margin: 0.3rem 0;
}

.abstract {
  margin: 1.5rem 0;
  font-style: italic;
}

.details {
  margin: 1.5rem 0;
}

strong {
  font-weight: 600;
}

footer {
  margin-top: 3rem;
  padding-top: 1rem;
  border-top: 1px solid #eaeaea;
  font-size: 0.8rem;
  color: #888;
  text-align: center;
}

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

footer a:hover {
  text-decoration: underline;
}

.archive-notice {
  background-color: #f8f9fa;
  padding: 1rem;
  border-left: 3px solid #232D4B;
  font-size: 0.9rem;
  margin: 2rem 0;
}

/* Homepage styles */
.archive-intro {
  margin-bottom: 2rem;
}

.presentation-list {
  list-style-type: none;
  padding: 0;
}

.presentation-list li {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eaeaea;
}

.presentation-list a {
  color: #232D4B;
  text-decoration: none;
  font-weight: 600;
}

.presentation-list a:hover {
  text-decoration: underline;
}

.presentation-meta {
  font-size: 0.9rem;
  color: #666;
  margin-top: 0.3rem;
}
