/*
Theme Name: Annesoft Custom Theme
Theme URI: https://annesoft.com
Description: A custom WordPress theme matching the original Annesoft website design
Version: 1.0
Author: Annesoft
*/

/* Original Annesoft Styles */
a:link {text-decoration:none}
a:visited {text-decoration:none}
a:hover {text-decoration:underline}
body, p, td { font-family: Arial, Verdana, sans-serif, Helvetic; font-size: 12px }
hr { color:#69B376; height:1}
button,input,textarea {border:1px solid #69B376}
.header {font-size:15px; font-weight:bold; color:#ffffff}
.cat {font-size:14px; font-weight:bold; color:red}
.bgry {background:#69B376;color:#ffffff;padding:3px;}
.crlink{color:#ffffff}
.boldfont {font-weight:bold;font-size:13px;color:#ffffff}
.cred{color:red;font-size:14px;}
.cylw{color:yellow;}
.bgb {background:#096930}
.ft {font-size:11px; color:#666666}
.box {border:1px solid #69B376;padding:5px;}
.cr9693{color:#096930;font-weight:bold;}
.crgry{color:#444444}

/* WordPress specific styles */
body {
    margin: 0;
    padding: 0;
}

.post {
    margin-bottom: 20px;
}

.post-title {
    font-size: 14px;
    font-weight: bold;
}

.post-title a {
    color: #096930;
    font-weight: bold;
}

.post-meta {
    font-size: 11px;
    color: #666666;
    margin-bottom: 10px;
}

.post-content {
    line-height: 1.6;
}

.pagination {
    margin-top: 20px;
    padding: 10px;
    text-align: center;
}

.pagination a {
    margin: 0 10px;
    color: #096930;
    font-weight: bold;
}

/* Single post styles */
.single-post .post-title {
    font-size: 16px;
    color: #096930;
    font-weight: bold;
    margin-bottom: 10px;
}
