/*
Theme Name: Elamoon
Theme URI: https://elamoon.com
Author: Mohsen Moridi
Author URI: https://mohsenmoridi.com
Description: A minimal and simple WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: elamoon
Copyright: © 2024 Mohsen Moridi. All rights reserved.
Tags: blog, portfolio, photography, one-column, two-columns, accessibility-ready, custom-background, custom-header, custom-logo, editor-style
Requires PHP: 7.0
Tested up to: 6.3
*/

/* General Styles */
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
}

a {
    color: #0073aa;
    text-decoration: none;
}

a:hover {
    color: #005177;
}

/* Header Styles */
.site-header {
    background-color: #333;
    color: #fff;
    padding: 20px;
    text-align: center;
}

.site-header h1 {
    margin: 0;
}

/* Main Content Styles */
#content {
    padding: 20px;
}

/* Footer Styles */
#colophon {
    background-color: #333;
    color: #fff;
    padding: 20px;
    text-align: center;
}

.site-info {
    margin: 0;
}

.site-info p {
    margin: 0;
    font-size: 14px;
}

.site-info a {
    color: #fff;
    text-decoration: none;
}

.site-info a:hover {
    text-decoration: underline;
}

/* Post Styles */
.post {
    margin-bottom: 20px;
}

.post-title {
    font-size: 24px;
    margin-bottom: 10px;
}

.post-content {
    font-size: 16px;
    line-height: 1.6;
}

/* Comments Styles */
.comment {
    margin-bottom: 20px;
}

.comment-author {
    font-weight: bold;
}

.comment-content {
    margin-top: 5px;
}


.wp-caption {
    border: 1px solid #ddd;
    padding: 5px;
    background-color: #f9f9f9;
}

.wp-caption-text {
    font-size: 12px;
    color: #666;
}

.sticky {
    background-color: #f1f1f1;
    border: 1px solid #ddd;
}

.gallery-caption {
    font-size: 14px;
    color: #555;
}

.bypostauthor {
    font-style: italic;
}

.alignright {
    float: right;
    margin-left: 10px;
}

.alignleft {
    float: left;
    margin-right: 10px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Screen Reader Text */
.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}


/* Responsive Styles */
@media (max-width: 768px) {
    .site-header h1 {
        font-size: 24px;
    }

    .post-title {
        font-size: 20px;
    }
}
