/* Blog post specific styles from search.kheiden.com/customize-your-mobile-search-engine/style.css */
body.blog-body { /* Apply this class to the body of blog posts */
    color: #e0e0e0;
    background-color: #121212;
    padding: 20px;
}

.blog-post {
    max-width: 800px;
    margin: 20px auto;
    background-color: #1e1e1e;
    padding: 30px 50px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.5);
}

.post-title {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 2.8em;
    color: #00ffcc;
    margin-bottom: 0.5em;
    line-height: 1.2;
}

.blog-post h2, .blog-post h3, .blog-post h4 {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    color: #00ffcc;
    margin-top: 1.8em;
}

.blog-post h2 {
    font-size: 1.8em;
    border-bottom: 2px solid #444;
    padding-bottom: 0.3em;
}

.blog-post h3 {
    font-size: 1.5em;
}

.blog-post h4 {
    font-size: 1.2em;
    color: #aaaaaa;
}

.blog-post p, .blog-post ol {
    margin-bottom: 1.2em;
    font-size: 1.1em;
    color: #e0e0e0; /* Ensure paragraph text color is readable */
}

.blog-post a {
    color: #64b5f6; /* Link color for blog posts */
    text-decoration: none;
}

.blog-post a:hover {
    text-decoration: underline;
}

.blog-post ol {
    padding-left: 25px;
}

.blog-post li {
    margin-bottom: 0.8em;
}

.blog-post hr {
    border: 0;
    height: 1px;
    background-color: #444;
    margin: 50px 0;
}

.post-footer {
    font-style: italic;
    color: #999;
    text-align: center;
    margin-top: 2em;
    font-size: 1em;
}

.blog-post img {
    width: 50%;
    display: block;
    margin: auto;
}
