
/*
Theme Name: Saglam Inspired
Theme URI: http://example.com/
Author: Your Name
Author URI: http://example.com/
Description: A WordPress theme inspired by saglamindir.net, replicating layout, post cards, sidebar, and homepage functionality.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: saglam-inspired
*/
body { margin:0; font-family: Arial, sans-serif; background:#f8f8f8; color:#333; }
a { color:#0073aa; text-decoration:none; }
a:hover { color:#005177; }
.container { width: 1000px; margin: 0 auto; display:flex; }
.content { flex: 3; margin-right: 20px; }
.sidebar { flex: 1; }
.post-card { background:#fff; margin-bottom:20px; padding:15px; box-shadow:0 2px 5px rgba(0,0,0,0.1); }
.post-card img { max-width:100%; height:auto; }
.post-card h2 { margin-top:0; }
