/*
 * Luisa Valentini - Portfolio
 * Ported from legacy CSS.
 */

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

h1 { color: #9C0000; }
h2, h3 { text-transform: capitalize; color: #990000; }

#container {
    margin-left: auto;
    margin-right: auto;
    width: 760px;
}

#header {
    color: #990000;
    text-align: right;
    background: url("/static/img/filetto.ae9ca8312c1b.jpg") repeat-x bottom left;
    font-family: Helvetica, sans-serif, Arial;
    font-size: 22px;
    height: 25px;
    margin-top: 40px;
    font-variant: small-caps;
}

#main {
    clear: both;
}

#main .imghome {
    margin: 0 85px;
}

#menu {
    clear: both;
    list-style-type: none;
    color: #990000;
    margin: 0;
    padding: 0 auto;
    background: url("/static/img/filetto.ae9ca8312c1b.jpg") repeat-x bottom left;
    display: block;
    height: 43px;
    width: 560px;
    padding-left: 200px;
}

#menu li {
    float: left;
    width: 80px;
    text-align: center;
    padding: 0 5px;
    list-style: none;
    margin: 2px;
    border-bottom: 4px solid transparent;
}

#menu li.selected {
    border-bottom: 4px solid #990000;
}

#menu li:hover {
    border-bottom: 4px solid #990000;
}

#menu a {
    font-family: Helvetica, sans-serif, Arial;
    font-size: 13px;
    color: #990000;
    margin: 0;
    text-decoration: none;
    font-variant: small-caps;
}

#footer {
    clear: both;
    background: url("/static/img/filetto.ae9ca8312c1b.jpg") repeat-x bottom left;
    width: 760px;
    height: 3px;
}

/* Opere list */
ul#elenco_opere {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul#elenco_opere li {
    float: left;
    margin: 5px 10px;
    list-style: none;
}

ul#elenco_opere li a {
    text-decoration: none;
}

ul#elenco_opere li a img {
    border: 0 none;
}

/* Item (detail pages) */
.item {
    clear: both;
    width: 600px;
    padding: 20px 2px 2px 2px;
}

.item img {
    margin-right: 30px;
    width: 200px;
    height: 150px;
    border: 0;
}

.item p {
    font-family: Helvetica, sans-serif, Arial;
    font-size: 13px;
    font-variant: small-caps;
    text-align: justify;
    color: #000;
}

.item h3 {
    font-family: Helvetica, sans-serif, Arial;
    font-size: 18px;
    color: #990000;
    height: 10px;
    padding: 0;
    font-variant: small-caps;
    margin: 0;
    line-height: 1;
}

/* Biografia */
#biografia {
    font-family: Helvetica, sans-serif, Arial;
    font-size: 14px;
    line-height: 16px;
    text-align: justify;
}

ul#list {
    padding: 0 0 20px 0;
    margin: 0;
}

ul#list ul {
    list-style-type: none;
    padding-left: 0;
}

ul#list li {
    margin-bottom: 7px;
    font-family: Helvetica, sans-serif, Arial;
    font-size: 14px;
    line-height: 16px;
    text-align: justify;
    list-style-type: none;
}

ul#list ul li p {
    margin: 3px;
}

.titolo_mostra {
    font-variant: small-caps;
    font-size: 16px;
    color: #990000;
}

span.titolomostra {
    font-weight: bold;
}

/* Contatti */
#form_contatti p label {
    display: block;
}

#contatti label {
    width: 215px;
    display: inline-block;
}
