/*
Theme Name: Custom Theme
Theme URI: http://freefavicons.info/
Author: FreeFavicons
Author URI: http://freefavicons.info/
Description: A custom theme matching the FreeFavicons.info design
Version: 1.0
License: GPL v2 or later
Text Domain: custom-theme
*/

body {
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
}

.table1 {
    border: none;
    background-color: #FFFFFF;
}

a {
    color: #0066CC;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

input {
    background-color: #FFFFCC;
    border: 1px solid #E1E1B4;
}

textarea {
    background-color: #FFFFCC;
    border: 1px solid #E1E1B4;
}

.bodytext5 {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 11px;
    color: #333333;
}

.bodytext55 {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 11px;
    color: #666666;
}

.nf {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 11px;
}

/* Navigation Bar */
.nav-bar {
    background-image: url('images/bar.gif');
    height: 21px;
}

.nav-bar td {
    padding-left: 10px;
}

.nav-bar a {
    color: #0066CC;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 11px;
    text-decoration: none;
}

.nav-bar a:hover {
    text-decoration: underline;
}

/* Blog Posts */
.post {
    margin-bottom: 30px;
    padding: 15px;
    border-bottom: 1px solid #E1E1B4;
}

.post-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.post-title a {
    color: #0066CC;
    text-decoration: none;
}

.post-title a:hover {
    text-decoration: underline;
}

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

.post-content {
    font-size: 12px;
    line-height: 1.6;
    color: #333333;
}

/* Pagination */
.pagination {
    text-align: center;
    padding: 20px 0;
}

.pagination a {
    padding: 5px 10px;
    margin: 0 5px;
    background-color: #FFFFCC;
    border: 1px solid #E1E1B4;
    text-decoration: none;
    color: #0066CC;
}

.pagination a:hover {
    background-color: #E1E1B4;
}

/* Single Post */
.single-post {
    padding: 20px;
}

.single-post h1 {
    font-size: 20px;
    color: #333333;
    margin-bottom: 10px;
}

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

.single-post .content {
    font-size: 12px;
    line-height: 1.8;
    color: #333333;
}

/* Footer */
.footer_container {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 780px;
    background-color: #663333;
    color: #000;
    border: 2px solid #E1E1B4;
}