/*
Theme Name: FreeFavicons Theme
Theme URI: http://freefavicons.net
Description: Custom theme matching the original FreeFavicons.net design
Version: 1.0
Author: FreeFavicons
*/

/* === Reset & Base (from style.css) === */
body, html {
    background-color: #333333;
    text-align: center;
    margin: 0;
    padding: 0;
    height: auto;
}

body {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 10px;
    color: #666666;
    font-weight: normal;
    margin-top: 3px;
}

img {
    border: 0;
    margin: 0;
    padding: 0;
}

p {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
}

/* === Links (from inline styles) === */
a:link,
a:visited,
a:active {
    color: #99CC00;
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
}

a:hover {
    color: #CCFF00;
    text-decoration: underline;
    font-size: 10px;
}

/* === Main Layout Table === */
.main-table {
    width: 766px;
    height: 100%;
    border: 0;
    margin: 0 auto;
}

.content-table {
    width: 766px;
    border: 0;
    background-color: #FFFFFF;
}

/* === Header === */
.header-cell {
    width: 766px;
    vertical-align: middle;
    text-align: center;
}

.header-cell p {
    text-align: center;
}

/* === Navigation / Bookmarks Bar === */
.nav-bar {
    text-align: center;
    padding: 5px 0;
}

.nav-bar a {
    font-weight: bold;
}

.tx1 {
    color: #99cc00;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.tx2 {
    color: #333333;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.tx3 {
    color: #ff0000;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

/* === Content Area === */
.content-area {
    width: 766px;
    vertical-align: top;
    background-color: #FFFFFF;
    padding: 10px;
}

.content-inner {
    width: 100%;
    vertical-align: top;
    background-color: #FFFFFF;
    padding: 10px 30px;
    text-align: left;
}

/* === Blog Post Styles === */
.blog-post {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #99cc00;
}

.blog-post:last-child {
    border-bottom: none;
}

.post-title {
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.post-title a {
    color: #99CC00;
    font-size: 14px;
}

.post-title a:hover {
    color: #CCFF00;
}

.post-meta {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 9px;
    color: #999999;
    margin-bottom: 8px;
}

.post-excerpt,
.post-content {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    color: #666666;
    line-height: 1.6;
}

.post-content p {
    margin-bottom: 10px;
}

.read-more {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
}

/* === Single Post === */
.single-post-title {
    font-family: Verdana, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin: 0 0 5px 0;
}

.single-post-meta {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 9px;
    color: #999999;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #cccccc;
}

.single-post-content {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #666666;
    line-height: 1.7;
}

.single-post-content p {
    margin-bottom: 12px;
}

.single-post-content img {
    max-width: 100%;
    height: auto;
}

.back-link {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px dashed #99cc00;
}

/* === Pagination === */
.pagination {
    text-align: center;
    padding: 15px 0;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
}

.pagination a {
    color: #99CC00;
    font-weight: bold;
    padding: 0 10px;
}

.pagination a:hover {
    color: #CCFF00;
}

/* === Footer === */
.footer-cell {
    width: 766px;
    vertical-align: top;
}

.footer-inner {
    text-align: center;
    margin-left: 43px;
    margin-top: 21px;
    font-size: 9px;
    color: #333333;
}

.style10 {
    color: #333333;
    font-size: 9px;
}

.style11 {
    color: #FFFFFF;
    font-size: 9px;
}

/* === Utility === */
.bodytext5 {
    font-family: Tahoma;
    font-size: 10px;
    color: #666666;
    font-weight: bold;
}

.nf {
    font: 80% Verdana, Arial, Helvetica, serif;
}

.copyright {
    color: #99cc00;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
}

.style1 {
    font-size: large;
    font-weight: bold;
    color: #99CC00;
}

.style2 {
    font-size: 9px;
}

.style3 {
    color: #FFFFFF;
}

.style8 {
    color: #FFFFFF;
    font-weight: bold;
}

.style9 {
    color: #666666;
    font-weight: bold;
    font-family: Tahoma;
}
