/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 31-ott-2016, 10.56.19
    Author     : ggarofa
*/
* {
    box-sizing: border-box;
}

h1 {
    text-align: center;
    font-family: "Cambria";
    font-size: 2.3em;
    font-style: normal;
    color: antiquewhite;        
}

h2 {
    text-align: center;
    font-family: "Cambria";
    font-size: 1.6em;
    font-style: normal;
    color: antiquewhite;        
}

span.corsivo {
    font-style: italic;
}

div.Intestazione {
    width:100%;    
    background-image: url("Logo_v.png");
    background-repeat: no-repeat;
    background-position: left;
    background-color: burlywood;

    padding-top: 5px;
    padding-bottom: 5px;
    
    border-bottom-style: dashed;
    border-bottom-color: antiquewhite;
}

div.Contenitore {
    display: table;
    width:100%;    
}

body {
}


article {
    display: table-cell;
    width:61%;
    border-style: dashed; 
    border-right-width: 1px;
    border-left-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    
    padding-left: 10px;
    padding-right: 10px;
    
    background-color: antiquewhite;

}

article > p {
    text-align: justify;
    font-family: "Cambria";
    font-size: 0.9em;
    font-style: normal;
    color: maroon;    
}

article > header {
    font-size: 1.6em;
    color: blueviolet;
    padding-top: 0px;    
}

article > h3 {
    font-size: 1.2em;
    color: maroon;
    padding-top: 5px;    
    font-family: "Cambria";
}

table {
    width:100%;
    text-align: center;
    border-spacing: 0px;
    border: 1px solid #aeb3b6;
    border-collapse: collapse;
}

thead th
{
    background-color: #5C443A;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
    color: white;
    text-align: center;
    line-height: 2.5em;
}

tbody, tr, th, td 
{
  line-height: 1.8em;
  font-size: 12px;
  color: Black;
  border-bottom: 1px dotted gray;
  border-left: 1px dotted gray;  
}


nav {
    display: table-cell;
    text-align:left;
    width:14%;

    border-style: dashed; 
    border-right-width: 1px;
    border-left-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;

    background-color:#5C443A;
}


nav > header {
    font-size: 1.6em;
    color: blueviolet;        
    text-align:center;
    padding-top: 35px;
}

nav span {
   display: block;   
   text-align:left;
   font-size: 1.9em;
   margin-top: 20px;
}

nav figure img {
    width: 100%;
    height: auto;
    align-content: center;
    border-style: solid;
    border-width: 1px;
    border-color:burlywood; 
    
    background-color: antiquewhite;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 6px;
    padding-right: 6px;
}


aside {  
    display: table-cell;
    width:21%;
    border-style: dashed; 
    border-right-width: 1px;
    border-left-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;

    padding-left:10px;
    padding-right:10px;
    
    background-color: antiquewhite;
} 

aside > p {
    text-align: justify;
    font-size: 0.9em;
    color: maroon;

	text-align: justify;
    font-family: "Cambria";
    font-size: 0.9em;
    font-style: italic; 
}

aside > header {
    font-size: 1.6em;
    color: blueviolet;        
    text-align:center;
    padding-top: 0px;
}

aside figure img {
    width: 90%;
    height: auto;
    align-content: center;
    border-radius: 40%;
}

aside > figcaption {
    font-size: 1.0em;
    color: blueviolet;        
    text-align:center;    
}


aside form table {
border: 0px;  
}

aside form table tbody {
border: 0px;  
}

aside form table tbody tr {
border: 0px;  
}

aside form table tbody tr td {
border: 0px;  
}

p::first-letter {
     color: orangeRed;
     font-size: xx-large;
}

ul {
    list-style-type: none;
    padding: 0;
    width: 200px;
    background-color: burlywood;
    border: 1px;   
    border-color:  antiquewhite;
    border-style: dashed;
    
    margin-top: 15px;
    margin-bottom: auto;
    margin-right: 12px;
    margin-left: 12px;

}

li a {
    display: block;
    color: antiquewhite;
    padding: 8px 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-decoration: none;

}

/* Change the link color on hover */
li a:hover {
    background-color: blueviolet;
    color: white;
}


li {
    text-align: center;
    border: 1px;   
    border-color:  antiquewhite;
    border-style: dashed;
}

li:last-child {
    border-color:  antiquewhite;
    border-style: solid;

}

li a.active {
    background-color: blueviolet;
    color: white;
}

li a:hover:not(.active) {
    background-color: blueviolet;
    color: white;
}


form button {
  background: #5C443A;
  border: none;
  color: #ffffff;
  font: 18px Georgia, "Times New Roman", Times, serif;
  letter-spacing: 1px;
  margin: auto;
  padding: 7px 25px;
  text-shadow: 0 1px 1px #000000;
  text-transform: uppercase;
  vertical-align: middle;
}

form button:hover {
  background: #C8392A;
  color: antiquewhite;  
  cursor: pointer;
}


input[type=text]  {
  display:block ;
  width:100%;
  border-color:#5C443A;
  border-radius: 7px;
}

.allineatore-table {
  width: 100%;
  text-align: left;
  border-spacing: 0px;
  border: 0px solid #5C443A;
  border-collapse: collapse;
}


.allineatore-tr {
  text-align: left;
  border-spacing: 0px;
  border: 0px solid #5C443A;
  border-collapse: collapse;
}

.allineatore-td {
  text-align: left;
  border-spacing: 0px;
  border: 0px solid #5C443A;
  border-collapse: collapse;
}

.flex-container {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: auto;
  background-color: transparent;
  margin-bottom: 20px;
  border: 0px solid #5C443A;
}

.flex-item {
  width: 80%;
  height: auto;
  border: 1px solid #C8392A;
  color: #C8392A;
  background-color: transparent;
  margin: 10px;
}

.flex-item-Inv {
  width: 20%;
  height:100px;
  margin: 10px;
  border: 0px solid #C8392A;
}