/*
Theme Name: Cliparts Planet Theme
Theme URI: http://clipartsplanet.com
Description: Custom theme matching the original Cliparts Planet website design
Version: 1.0
Author: Cliparts Planet
*/

/* Original website CSS - extracted from source */
.BODY {
    color: #EEDDBB;
    margin-top: 0pt;
    margin-left: 0pt;
    margin-right: 0pt;
    margin-bottom: 0pt;
    background: #000000;
}

body {
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
}

A.nav:link {
    color: #000000;
    cursor: pointer;
    font-size: 10px;
    font-family: Arial;
    font-weight: bold;
    text-decoration: none;
}

A.nav:visited {
    color: #000000;
    cursor: pointer;
    font-size: 10px;
    font-family: Arial;
    font-weight: bold;
    text-decoration: none;
}

A.nav:hover {
    color: #FF0000;
    cursor: pointer;
    font-size: 10px;
    font-family: Arial;
    font-weight: bold;
    text-decoration: none;
}

A.nav:active {
    color: #000000;
    cursor: pointer;
    font-size: 10px;
    font-family: Arial;
    font-weight: bold;
    text-decoration: none;
}

.textobranco {
    font-family: Arial;
    font-size: 10px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: bold;
}

.textopreto {
    font-family: Arial;
    font-size: 10px;
    color: #000000;
    letter-spacing: 0;
    font-weight: bold;
}

.textoinfo {
    font-family: Arial;
    font-size: 10px;
    color: #000000;
    letter-spacing: 0;
    font-weight: bold;
    background: #FFFFFF;
    padding: 0 0 0 0;
}

.textoinfocenter {
    font-family: Arial;
    font-size: 10px;
    color: #000000;
    letter-spacing: 0;
    font-weight: bold;
    background: #FFFFFF;
    padding: 0 0 0 0;
    text-align: center;
}

.powered {
    font-family: Verdana;
    font-size: 10px;
    color: #64789B;
    background: none;
    letter-spacing: 0;
    font-weight: bold;
    text-align: right;
}

.menu-out {
    padding: 2px 0 2px 0;
    color: #000000;
    cursor: pointer;
    font-family: Arial;
    font-weight: bold;
    font-size: 10px;
    background: #FFFFFF;
    text-align: left;
}

.menu-over {
    padding: 2px 0 2px 0;
    color: #FF0000;
    cursor: pointer;
    font-family: Arial;
    font-weight: bold;
    font-size: 10px;
    background: #FFFFFF;
    text-align: left;
}

.menusup-out {
    padding: 0 0 0 0;
    color: #000000;
    cursor: pointer;
    font-family: Arial;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
}

.menusup-over {
    padding: 0 0 0 0;
    color: #FF0000;
    cursor: pointer;
    font-family: Arial;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
}

/* Blog content styling */
.blog-content {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #000000;
    background: #FFFFFF;
    padding: 10px;
    line-height: 1.5;
}

.blog-content h2 {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    margin: 10px 0;
}

.blog-content h2 a {
    color: #000000;
    text-decoration: none;
}

.blog-content h2 a:hover {
    color: #FF0000;
}

.post-entry {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #CCCCCC;
}

.post-meta {
    font-family: Arial;
    font-size: 10px;
    color: #64789B;
    font-weight: bold;
    margin-bottom: 5px;
}

.post-excerpt {
    font-family: Arial;
    font-size: 11px;
    color: #000000;
    line-height: 1.4;
}

.read-more {
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
}

.read-more a {
    color: #000000;
    text-decoration: none;
}

.read-more a:hover {
    color: #FF0000;
}

/* Pagination */
.pagination {
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    padding: 15px 0;
}

.pagination a {
    color: #000000;
    text-decoration: none;
    padding: 5px 10px;
    margin: 0 5px;
    background: #FFFFFF;
    border: 1px solid #000000;
}

.pagination a:hover {
    color: #FF0000;
    border-color: #FF0000;
}

/* Single post */
.single-post-content {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #000000;
    line-height: 1.6;
}

.single-post-content h1 {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    margin: 10px 0;
}

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

.back-link {
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    margin-top: 20px;
}

.back-link a {
    color: #000000;
    text-decoration: none;
}

.back-link a:hover {
    color: #FF0000;
}
