/*
Theme Name: Amelia Democratic Committee
Author: ChatGPT
Version: 1.0
Description: Custom WordPress theme for the Amelia Democratic Committee.
*/

body{margin:0;font-family:Arial,sans-serif;background:#f5f5f5;color:#222}
.site{display:flex}
.sidebar{position:fixed;left:0;top:0;width:250px;height:100vh;background:#123a6d;color:#fff;padding:20px;overflow:auto}
.sidebar a{color:#fff;text-decoration:none;display:block;padding:6px 0}
.content{margin-left:270px;padding:30px;max-width:1000px}
.box{background:#fff;padding:20px;margin:20px 0;border-left:6px solid #1f6fd2;box-shadow:0 1px 3px rgba(0,0,0,.15)}
h1,h2{color:#123a6d}
