/* Danny Allen's Articles - Minimal Blog Styles */
body {
    font-family: "Charter", "Bitstream Charter", "Sitka Text", Cambria, Georgia, serif;
    max-width: 650px;
    margin: 0 auto;
    padding: 20px;
    line-height: 1.6;
    color: #333;
    background: white;
}

/* Navigation */
nav {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

nav a {
    color: #0066cc;
    text-decoration: none;
    margin-right: 20px;
}

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

/* Typography */
h1 {
    font-size: 2em;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

h2 {
    font-size: 1.3em;
    margin: 30px 0 10px 0;
}

h2 a {
    color: #333;
    text-decoration: none;
}

h2 a:hover {
    color: #0066cc;
}

/* Post summaries on index */
.post-summary {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #ddd;
}

.post-summary:last-child {
    border-bottom: none;
}

.post-summary time {
    display: block;
    color: #666;
    font-size: 0.9em;
    margin-bottom: 5px;
}

.post-summary p {
    margin: 10px 0;
    color: #555;
}

/* Individual post pages */
.post header {
    margin-bottom: 30px;
}

.post time {
    display: block;
    color: #666;
    font-size: 0.9em;
    margin-bottom: 10px;
}

.post h1 {
    margin-top: 0;
}

.content {
    margin-bottom: 40px;
}

.content h2 {
    font-size: 1.4em;
    margin-top: 40px;
    margin-bottom: 15px;
    color: #222;
}

.content p {
    margin-bottom: 15px;
}

/* Blockquotes */
blockquote {
    border-left: 3px solid #ccc;
    margin: 20px 0;
    padding-left: 20px;
    color: #666;
    font-style: italic;
}

/* Code blocks */
pre {
    background: #f5f5f5;
    padding: 15px;
    overflow-x: auto;
    border-left: 3px solid #ccc;
    margin: 20px 0;
}

/* Forms */
.subscribe-form {
    margin: 30px 0;
    padding: 20px;
    border: 1px solid #ddd;
    background: #fafafa;
}

.subscribe-form h2 {
    margin-top: 0;
}

.subscribe-form input[type="email"] {
    width: 100%;
    padding: 8px;
    margin: 10px 0;
    border: 1px solid