body {
    background: transparent url(../imgs/bg.jpg) top left no-repeat;

    font-family: georgia, Georgia, "Times New Roman", times, Times, serif;
    font-size: .7em;
    line-height: 1.2em;

    color: #0941a6;
}

#name {
    color: #b20202;
    font-variant: small-caps;
    font-size: 1.5em;
}

#sidebar {
    font-size: 1.3em;
    line-height: 1.3em;
}

a img {
    border: 0;
}

#sidebar a, #sidebar a:link, #sidebar a:visited {
    color: #b20202;
    border-bottom: solid 2px #0941a6;
}

#sidebar a:hover {
    color: #0941a6;
    border: 0;
}

#info a, #info a:link, #info a:visited {
    border-bottom: solid 2px #b20202;
    color: #0941a6;
}

#info a:hover {
    color: #b20202;
    border: 0;
}

#info {
    font-size: .9em;
}

#size strong {
    font-weight: bold;
}

#pensiero {
    font-size: 1.5em;
    line-height: 1.1em;
    font-style: italic;
    color: #0941a6;
}

/* teaser */
#pensiero {
    position: absolute;
    top: 100px;
    left: 40px;
    background: url(../imgs/fumetto.gif) bottom center no-repeat;
    width: 173px;
    padding: 0 0 30px 0;
}

#pensiero span.top {
    display: block;
    padding-top: 5px;
    background: url(../imgs/fumetto.gif) top center no-repeat;
}

#pensiero p {
    background-color: white;
    border-left: solid 1px #e5e6de;
    border-right: solid 1px #e5e6de;
    padding:0 10px 3px;
}