/*  Theme Name: Capisani Ferdinando
Version: 1Author: Alessandro Bellesia
Author URI: http://bellesia.altervista.org/ */

/* CSS RESET START */

html, body, div, span, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code,
img, ins, kbd, q, s, samp, small, strike, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baselinebaseline;
}

html {
    height: 100%;
    background: #000000; /* Old browsers */
    background: -moz-linear-gradient(top, #000000 0%, #1d293d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #000000 0%,#1d293d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #000000 0%,#1d293d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1d293d',GradientType=0 ); /* IE6-9 */
    background-repeat: no-repeat;
    background-attachment: fixed;
}

p, a, ul {
    text-align: left;
    font: 0.9em Verdana;
}

body {
    background: transparent;
    line-height: 1;
    margin: 0;
    padding: 0;
    height: 100%;
    text-align: center;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* CSS RESET END */

/* Struttura */
header {
    height: 112px;
    margin: 0px;
}

.container {
    width: 840px;
    height: auto;
    display: inline-block;
    padding: 0;
    background-color: #090909;
    border-left: 3px solid #1d293d;
    border-right: 3px solid #1d293d;
}

.navbar {
    margin: 0px;
}

.navbar ul {
    float: right;
    width: auto;
    height: auto;
    position: relative;
    margin: 0;
    padding: 10px 0;
}

.navbar ul li {
    display: block;
    float: left;
    padding: 0px;
    margin: 0px;
}

.navbar ul li a {
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 200;
    font-size: 22px;
    text-transform: lowercase;
    color: #A3A3A3;
    text-decoration: none;
    margin-right: 30px;
}
.navbar ul li a.active {
    color: #FF84F5;
}
.navbar ul li a:hover {
    color: #FF84F5;
}

.navbar-collapse {
    background: #000000;
    height: 50px;
}

#header {
    width: 100%;
    height: 112px;
    float: left;
    margin: 0;
    padding: 0;
}

.content .container {
    background-image: url(../images/center.jpg);
    background-position: top;
    background-repeat: no-repeat;
    padding: 0px 38px 5px;
}
.content h2 {
    font-size: 28px;
    font-weight: bold;
    font-family: "Georgia", serif;
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: right;
    border-bottom: 3px solid #587FF4;
    padding: 16px 0;
}
.content .table {
    text-align: left;
    color: #FFF;
}
.content .table a {
    text-decoration: none;
}
.content .table a:hover {
    color: #FF84F5;
}

.content p {
    color: #FFFFFF;
    font-family: "Georgia", serif;
    text-align: justify;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5em;
    margin-top: 60px;
}
.content p.signature {
    font-family: "Georgia", serif;
    font-style: italic;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5em;
    margin-bottom: 60px;
}

.content table td {
    width: 50%;
}

.work-content {
    width: 100%;
    height: 160px;
    overflow: hidden;
    margin-bottom: 10px;
}
.work-content img {
    width: 100%;
}

.work-title p.name {
    font-family: "Georgia", serif;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    text-transform: capitalize;
    line-height: 1.2;
    margin: 0px;
    white-space: nowrap;
    overflow: hidden;
}
.work-title p.years {
    font-family: "Georgia", serif;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: lighter;
    text-align: center;
    line-height: 0.6;
    margin: 10px 0 20px;
}

footer {
    width: 840px;
    height: auto;
    display: inline-block;
    background: #1f1f1f; /* Old browsers */
    background: -moz-linear-gradient(top, #1f1f1f 0%, #090909 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1f1f1f 0%,#090909 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1f1f1f 0%,#090909 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1f1f', endColorstr='#090909',GradientType=0 ); /* IE6-9 */
    border-bottom: 3px solid #1d293d;
    margin-bottom: 20px;
}
footer h3 {
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 200;
    font-size: 22px;
    text-transform: lowercase;
    text-align: left;
    color: #A3A3A3;
    border-bottom: 1px solid #FFFFFF;
    margin: 0px 38px 5px;
    padding: 0 0 10px 0;
}
footer p {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 1.5;
    padding: 0 0 10px 0;
    margin: 20px 38px;
}
footer a {
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 200;
    font-size: 22px;
}

/***********************/
/***********************/
/******* PAGINE ********/
/**********************/
/**********************/

/* BIOGRAFIA & TESTO CRITICO */
.biography {
    text-align: left;
    margin-bottom: 30px;
}
.biography img {
    float: right;
    margin: 0 10px;
}
.biography p {
    margin: 20px 0;
}
.biography p:first-child {
    display: inline;
}
.biography p.quote {
    margin: 10px 60px;
    font-family: "Georgia", serif;
    font-style: italic;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.5em;
}

/* BIBLIOGRAFIA*/
.bibliography {
    font-family: "Helvetica Neue", sans-serif;
    color: #FFFFFF;
}
.bibliography li {
    margin: 10px 0;
}
.bibliography li b {
    font-family: "Georgia", serif;
    font-size: 18px;
    font-weight: bolder;
    line-height: 1.5;
}

/* OPEREE */
.portfolio-filter .filter-button {
    background: transparent;
    color: #FFF;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 48px;
    border-radius: 0px;
}

.portfolio-filter .filter-button:hover {
    background: #FF84F5;
    color: #FFF;
    border-color: #FF84F5;
}







#center {
    width: 100%;
    height: auto;
    background-image: url(images/center.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-color: #000000;
    float: left;
    margin: 0px 0px 0px 0 xp;
    padding: 0;
}

#center #year {
    width: 766px;
    height: 40px;
    margin: 5px 37px 15px 37px;
    border-bottom: 3px solid #587FF4;
    float: left;
}

#center #cont {
    width: 778px;
    height: auto;
    margin: 0px 37px 0px 37px;
    float: left;
    padding: 0;
}

#center #cont #year {
    width: 766px;
    height: 40px;
    margin: 5px 12px 15px 0px;
    border-bottom: 3px solid #587FF4;
    float: left;
}

#center #main_image {
    width: 766px;
    height: auto;
    margin: 0px 37px 15px 37px;
    float: left;
}

#center #photobox {
    width: 766px;
    height: 92px;
    margin: 10px 37px 15px 37px;
    float: left;
}

#center #cont #photo {
    width: 247px;
    height: auto;
    margin: 0px 12px 0px 0px;
    float: left;
    padding: 0;
}

#center #bigtextbox {
    width: 766px;
    height: auto;
    margin: 15px 37px 10px 37px;
    background-color: #000000;
    border: 2px solid #666666;
    float: left;
}

#center #bigtextbox #left {
    width: 450px;
    height: auto;
    float: left;
}

#center #bigtextbox #right {
    width: 305px;
    height: auto;
    float: right;
    border-left: 2px solid #666666;
}

#center #pagenavi {
    width: 766px;
    height: 40px;
    margin: 30px 37px 30px 37px;
    float: left;
}

#footer {
    width: 100%;
    height: auto;
    float: left;
    background-image: url(images/footer_bg.jpg);
    background-position: top;
    background-repeat: repeat-x;
    background-color: #090909;
    display: inline;
    margin: 0;
    padding: 0 0 20px 0;
}

#footer #opere {
    width: 287px;
    height: 250px;
    background-image: url(images/ultime_opere.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-color: #090909;
    float: left;
}

#footer #login {
    width: 268px;
    height: 250px;
    background-image: url(images/login.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-color: #090909;
    float: left;
}

#footer #credits {
    width: 285px;
    height: 250px;
    background-image: url(images/credits.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-color: #090909;
    float: left;
}

/* Typography */

#center h1 {
    font: bold 2em Georgia;
    color: #FFFFFF;
    margin: 15px 37px 10px 37px;
    text-align: left;
}

#center #bib ul {
    font: 0.9em Verdana;
    color: #FFFFFF;
    margin: 0px 37px 10px 37px;
    text-align: justify
}

#center #bib ul li {
    margin: 0px 0px 10px 0px;
    text-align: left;
}

#center p {
    font: 0.9em Verdana;
    color: #FFFFFF;
    margin: 0px 37px 10px 37px;
    text-align: justify
}

#center h2 {
    font: 30px Verdana;
    color: #000000;
    margin: -30px 37px 15px 37px;
    text-align: left;
}

#center h2 a {
    color: #a3a3a3;
    text-decoration: none;
}

#center table {
    margin: 10px 37px 10px 37px;
    border: 1px solid #666666;
    border-collapse: collapse;
}

#center #cont #photo table {
    margin: 10px 0px 10px 0px;
    border: 1px solid #666666;
    border-collapse: collapse;
}

#center td {
    border: 1px solid #666666;
}

#center tr.lighter {
    background-color: #1F1F1F;
}

#center th {
    border: 1px solid #666666;
}

#center table {
    float: left;
    margin: 10px 37px 20px 37px
}

#center table.right {
    float: right;
    margin: 10px 37px 20px 0px;
    border: 1px solid #666666;
    border-collapse: collapse;
}

#center table p {
    font: 13px Verdana;
    color: #FFFFFF;
    margin: 5px auto 5px auto;
    text-align: center;
}

#center table.right p {
    font: 13px Verdana;
    color: #FFFFFF;
    margin: 5px 0px 5px 5px;
    text-align: left;
}

#center table p a {
    color: #5a84ed;
    text-decoration: none;
}

#center table p a:hover {
    color: #F084F1;
}

#center #bio img.right {
    float: right;
    margin: 0px 37px 10px 10px;
}

#center #bio img.left {
    float: left;
    margin: 0px 12px 10px 37px;
}

#center #bigtextbox #right h1,
#center #bigtextbox #left h1 {
    margin: 15px 20px 15px 20px;
    text-align: left;
}

#center #bigtextbox #right input {
    width: 260px;
    margin: 0px 20px 0px 20px;
}

#center #bigtextbox #right input.submit {
    width: 100px;
    margin: 15px 20px 20px 20px;
}

#center #bigtextbox #left ul {
    margin: 15px 20px 15px 20px;
}

#center #bigtextbox #left li {
    color: #FFFFFF;
    display: inline;
}

#center #bigtextbox #left li a {
    display: inline;
    font: 13px Verdana;
    color: #5a84ed;
    text-decoration: none;
}

#center #bigtextbox #left li a:hover {
    color: #F084F1
}

#center #year h3 {
    font: bold 2em Georgia;
    color: #ffffff;
    margin: 0px 0px 5px 0px;
    text-align: right;
}

#center #bio h4 {
    font: normal 1.5em Georgia;
    color: #ffffff;
    margin: 0px 0px 5px 0px;
    text-align: left;
}

#center #bio h5 {
    font: italic 1em Georgia;
    color: #ffffff;
    margin: 0px 0px 5px 0px;
    text-align: left;
}

#center #photobox img {
    border: none;
    float: left;
    margin: 3px;
}

#center #main_image img {
    border: 3px solid #FFFFFF;
}

#center #cont #photo a img {
    margin: 0px 0px 0px 0px;
    float: left;
    padding: 0;
}

#footer #opere ul {
    font: 1em Verdana;
    color: #FFFFFF;
    margin: 55px 19px 30px 37px;
    text-align: left;
}

#footer #opere ul li a {
    color: #5a84ed;
    margin: 1px 0px 1px 0px;
    text-decoration: none;
}

#footer #opere ul li a:hover {
    color: #F084F1
}

#footer #login form {
    margin: 55px 21px 30px 18px;
}

#footer #credits p {
    font: 1em Verdana;
    color: #FFFFFF;
    margin: 55px 37px 30px 19px;
}

#footer #credits p a {
    color: #5a84ed;
    margin: 1px 0px 1px 0px;
    text-decoration: none;
}

#footer #credits p a:hover {
    color: #F084F1
}

.input {
    font: 1em Verdana;
    width: 100%;
    border: 2px solid #808285;
    margin: 5px 0px 10px 0px;
    height: 20px;
    background: #6d6e71;
}

.input:hover {
    font: 1em Verdana;
    width: 100%;
    border: 2px solid #FFFFFF;
    margin: 5px 0px 10px 0px;
    height: 20px;
    background: #d1d3d4;
}

.textarea {
    font: 1em Verdana;
    width: 766px;
    border: 2px solid #808285;
    margin: 5px 0px 10px 0px;
    height: 60px;
    background: #6d6e71;
}

.textarea:hover {
    font: 1em Verdana;
    width: 766px;
    border: 2px solid #FFFFFF;
    margin: 5px 0px 10px 0px;
    height: 60px;
    background: #d1d3d4;
}

#center .button {
    font: 1em Verdana;
    width: auto;
}

#center form p {
    text-align: left;
}

#footer #login form p small, #center form p small {
    font: 1em Verdana;
    color: #FFFFFF;
    text-align: left
}

#footer #credits a img {
    margin: 0px 0px 0px 19px;
    float: left;
}

.radio {
    float: left;
    margin: 5px 0px 0px 0px;
}

.clear {
    clear: both;
    width: 100%;
}

#center #citazione p {
    margin: 40px 60px 40px 60px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5em;
    float: left;
}

#center #citazione2 p {
    margin: 10px 60px 17px 60px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5em;
    float: left;
}

#center #citazione2 h1 {
    margin: 15px 37px 10px 37px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5em;
    float: left;
    width: 760px;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
    padding: 2px 4px 2px 4px;
    margin: 2px;
    text-decoration: none;
    border: 1px solid #666666;
    color: #5a84ed;
    background-color: #000000;
    font: 13px Verdana;
}

.wp-pagenavi a:hover {
    border: 1px solid #F084F1;
    color: #F084F1;
    background-color: #000000;
}

.wp-pagenavi span.pages {
    padding: 2px 4px 2px 4px;
    margin: 2px 2px 2px 2px;
    color: #ffffff;
    border: 1px solid #666666;
    background-color: #000000;
    font: 13px Verdana;
}

.wp-pagenavi span.current {
    padding: 2px 4px 2px 4px;
    margin: 2px;
    font: 13px Verdana;
    border: 1px solid #666666;
    color: #ffffff;
    background-color: #000000;
}

.wp-pagenavi span.extend {
    padding: 2px 4px 2px 4px;
    margin: 2px;
    border: 1px solid #666666;
    color: #ffffff;
    background-color: #000000;
}

ul.contacts {
    color: #fff;
    padding: 40px 40px 200px 40px;
}

ul.contacts li {
    color: #fff;
    padding: 10px 0 0 0;
}

ul.contacts li a {
    color: #5a84ed;
}

ul.contacts li a:hover {
    color: #F084F1;
}

/**/

#container {
    width: 846px;
}

#center #cont #photo {
    width: 247px;
    height: auto;
    margin: 0px 4px 0px 0px !important;
    float: left;
    padding: 0;
}

#center #cont #photo a img {
    padding: 0;
    margin: 0px 0px 0px 0px;
    float: left;
}

#center #cont #photo table {
    padding: 0;
    margin: 10px 0px 0px 2px;
    float: left;
}

#center #year {
    width: 760px;
    height: 40px;
    margin: 5px 37px 15px 37px;
    border-bottom: 3px solid #587FF4;
    float: left;
}

#center #cont {
    width: 772px;
    height: auto;
    margin: 0px 37px 0px 37px;
    float: left;
    padding: 0;
}

#center #cont #year {
    width: 760px;
    height: 40px;
    margin: 5px 12px 15px 0px;
    border-bottom: 3px solid #587FF4;
    float: left;
}

#center #main_image {
    width: 760px;
    height: auto;
    margin: 0px 37px 15px 37px;
    float: left;
}

#center #photobox {
    width: 760px;
    height: 92px;
    margin: 10px 37px 15px 37px;
    float: left;
}

#center #cont #photo {
    width: 247px;
    height: auto;
    margin: 0px 12px 0px 0px;
    float: left;
    padding: 0;
}

#center #bigtextbox {
    width: 760px;
    height: auto;
    margin: 15px 37px 10px 37px;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    background-color: #000000;
    border: 2px solid #666666;
    float: left;
}

#center #bigtextbox #left {
    width: 450px;
    height: auto;
    float: left;
}

#center #bigtextbox #right {
    width: 305px;
    height: auto;
    float: right;
    border-left: 2px solid #666666;
}

#center #pagenavi {
    width: 760px;
    height: 50px;
    margin: 30px 37px 30px 37px;
    float: left;
    padding-top: 5px;
}

.input {
    font: 1em Verdana;
    width: 100%;
    border: 2px solid #FFFFFF;
    margin: 5px 0px 10px 0px;
    height: 20px;
    background: #d1d3d4;
}

.textarea {
    font: 1em Verdana;
    width: 766px;
    border: 2px solid #FFFFFF;
    margin: 5px 0px 10px 0px;
    height: 60px;
    background: #d1d3d4;
}

#footer {
    width: 100% !important;
    height: auto;
    float: left;
    background-image: url(images/footer_bg.jpg);
    background-position: top;
    background-repeat: repeat-x;
    background-color: #090909;
    display: inline;
    margin: 0;
    padding: 0;
}