/*
Theme name: Chameleon_child
Theme URI: http://www.klod23.it
Description: il tema child di Chameleon
Author: Stilweb
TEmplate: Chameleon
*/

@import url('../Chameleon/style.css');

body {
    background: url("images/body-bg.png") repeat scroll 0 0 #d4dbc7;
    color: #666;
    font-family: 'Droid Sans',Arial,Verdana,sans-serif;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 98px;
    padding-top: 48px;
}

p#copyright { float:right; color:#cdcdcd; text-shadow: 1px 1px 1px #ffffff; padding-bottom:17px; padding-right: 17px; }

.featured-description { display: none;
}
ul#top-menu a {
    color: #333333;
    font-family: 'Kreon',Arial,sans-serif;
    font-size: 16px;
    font-weight: lighter;
    text-decoration: none;
}

ul#top-menu a:hover, ul#top-menu > li.sfHover > a {
    color: #B71717;
}

ul#top-menu > li.current_page_item > a, ul#top-menu > li.current-menu-item > a {
    color: #000000 !important;
    font-weight: normal;
}

#breadcrumbs { display: none;
}

h1.category-title {
    text-align: left;
    color: #B71717;
    font-family: 'Kreon',Arial,sans-serif;
    font-size: 28px;
    font-weight: lighter;
}


#category-name {
    background: url("images/top-category-bg.png") no-repeat scroll 0 0 transparent;
    margin: 0 auto;
    padding-top: 32px;
    text-align: right;
    width: 870px;
}

#category-inner {
    background: url("images/bottom-category-bg.png") no-repeat scroll left bottom transparent;
    padding-bottom: 1px;
}
#category-name p {
    color: #929292;
    font-family: 'Kreon',Arial,sans-serif;
    font-size: 18px;
    font-weight: lighter;
}

#content {
    background: url("images/content-bg.png") repeat-y scroll 721px 0 transparent;
    padding: 0 48px 74px;
}

#sidebar {
    float: right;
    padding-left: 25px;
    width: 151px;
}

.post {
    padding: 35px 0 46px 0;
}
a.read-more {
    display: none;
}
.post p.meta-info {
    display: none;
}

#content-area {
    padding: 0 52px 0;
}
#left-area {
    float: left;
    width: 640px;
}

p#copyright {
    color: #999999;
    float: right;
    padding-bottom: 20px;
    padding-right: 17px;
    text-shadow: 1px 1px 1px #FFFFFF;
    font-size: 12px;
}

ul#top-menu {
    float: right;
    padding-top: 75px;
}

#header {
    padding: 35px 15px 24px;
    border-radius: 7px 7px 0 0;
    position: relative;
    background-color: #fff;
}

.footer-widget {
    color: #929292;
    float: left;
    margin-right: 34px;
    text-shadow: 1px 1px 1px #FFFFFF;
    width: 790px;
}

.footer-widget a:hover {
    color: #B71717;
}

a {
    color: #666;
}

a:hover {
    color: #B71717;
}

#content-area {
    padding: 0 52px;
    background-color: #EEE
}

#container {
    background: url("images/header-shadow.png") repeat-x scroll center top #eee;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 960px;
    }

ul#top-menu ul {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EFEFEF;
    border-radius: 7px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    display: none;
    padding: 10px 8px 10px 20px;
    top: 34px !important;
    width: 250px;
}

ul#top-menu ul li a {
    padding: 0 0 0 12px;
    width: 235px;
}

.widget ul li {
    background: url("images/sidebar-bullet.png") no-repeat scroll 0 7px rgba(0, 0, 0, 0);
    display: block;
    padding-bottom: 8px;
    padding-left: 15px;
}
.widget ul li a {
    color: #B10015;
    text-decoration: none;
}
.widget ul li a:hover {
    color: #FF0000;
}