/*
Theme Name: PASW 2015 Child
Description: Variazioni sul tema originale Pasw2015 di WordPress
Autor: Cate
Version: 1.4
Template: pasw2015
*/

/* aggiornato a pasw2015 v. 1.6.7 */



/* Start personalizzazioni CSS */


#header {
    border-radius: 5px 0 0;
    font-size: 1.1em;
    margin: 0;
    min-height: 125px;
    padding: 0;
    position: relative;
    text-align: left;
    text-shadow: 1px 1px #000;
}
#leftsidebar .current_page_item a, #leftsidebar .current_page_item ul li a {
    background-color: #ffffda;
    color: #25385d !important;
    text-decoration: none;
}
#centrecontent table tr:nth-child(even) td {
         background-color: #FFFFFF;
    }
#centrecontent table td {
    background-color: #dce5bc;
    border-bottom: 1px solid #cdcdcd;
}
#centrecontent table th {
    background-color: #fd9e5c;
    border-bottom: 1px solid #25385d;
    color: #25385d;
}
#centrecontent table {
    background-color: #DCE5BC;
    font-size: 0.8em;
    width: 100%;
}