/*
Theme Name: Sunny Trucking Theme
Theme URI: https://sunnyservicetrucking.com
Author: Sunny Service Trucking IT
Description: Custom theme for Sunny Service Trucking
Version: 1.2.4
*/

body {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #444;
    line-height: 1.6;
    background-color: #f9f9f9;
    margin: 0;
    padding: 0;
}

a {
    color: #cc7a00;
    text-decoration: none;
}

a:hover {
    color: #e68a00;
    text-decoration: underline;
}

/* Header */
.site-header {
    background: #fff;
    border-bottom: 4px solid #cc7a00;
    padding: 20px 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.site-branding {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    color: #333;
}

.site-title a {
    color: #333;
    text-decoration: none;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.main-navigation li {
    margin-left: 25px;
}

.main-navigation a {
    color: #555;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
}

.main-navigation a:hover {
    color: #cc7a00;
}

/* Content */
.site-content {
    max-width: 1100px;
    margin: 40px auto;
    padding: 0 20px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    min-height: 500px;
}

.entry-title {
    font-size: 32px;
    color: #222;
    margin-bottom: 20px;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

.entry-content {
    font-size: 16px;
    color: #555;
}

/* Forms */
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-bottom: 15px;
    font-size: 14px;
    box-sizing: border-box;
}

input[type="submit"],
button {
    background-color: #cc7a00;
    color: #fff;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 3px;
    transition: background 0.3s;
}

input[type="submit"]:hover,
button:hover {
    background-color: #b36b00;
}

/* Footer */
.site-footer {
    background: #222;
    color: #999;
    padding: 40px 0;
    margin-top: 60px;
    font-size: 14px;
}

.footer-content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
}

.footer-credits {
    margin-top: 20px;
    border-top: 1px solid #333;
    padding-top: 20px;
    text-align: center;
}

/* Widgets */
.widget {
    margin-bottom: 30px;
}

.widget-title {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
    border-bottom: 1px solid #444;
    padding-bottom: 10px;
}

/* Utility */
.aligncenter {
    display: block;
    margin: 0 auto;
}

.text-center {
    text-align: center;
}

.error-message {
    background-color: #ffe6e6;
    color: #cc0000;
    padding: 10px;
    border: 1px solid #ffcccc;
    margin-bottom: 20px;
    border-radius: 3px;
}

.warning-message {
    background-color: #fff4e6;
    color: #cc7a00;
    padding: 10px;
    border: 1px solid #ffcc99;
    margin-bottom: 20px;
    border-radius: 3px;
}
