@charset "UTF-8";
#mainwrapper header {
	/*Header */
	background-color: rgba(255,255,255,1.00);
	overflow: auto;
	font-family: montserrat, sans-serif;
	font-style: normal;
	font-weight: 400;
}
#mainwrapper header #logo {
    /* Company Logo text */
    width: 28%;
    float: left;
    padding-left: 2%;
    padding-top: 12px;
    padding-bottom: 12px;
    color: rgba(255,0,4,1.00);
}
#mainwrapper header nav {
    /*Nav bar containing links in header */
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
    float: left;
    color: rgba(255,255,255,1.00);
  /**  border-bottom: thin solid #000000;**/
}


header nav a {
	/* Links in header */
	padding-right: 4%;
	line-height: 25px;
	clear: right;
	
	
}
#content #mainContent h1 {
    /* Styling for main headings */
    color: #E91B1B;
	font-size: 28px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	font-family: "Comic Sans MS";
	padding-bottom: 12px;
	
	
}


#content #mainContent h2 {
    /* Styling for main headings */
    color:#0077CD;
	font-size: 23px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	font-family: "Comic Sans MS";
	
	
}


#content #mainContent h3 {
    /*Captions ot Taglines */
    font-family: "Comic Sans MS";
	font-size: 21px;
    font-style: normal;
    font-weight: 200;
    color: #333333;
	line-height: 28px;
    margin-bottom: 10px;
	margin-top: 0px;
}

#content #mainContent h4 {
    /* Styling for main headings */
    color: #000000;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
	}
	
	

#content #mainContent #bannerImage {
	/*Container for main banner image */
	width: 100%;
	background-color: rgba(208,207,207,1.00);
}
#content #mainContent p {
    margin: 0px;
    padding: 0px;
    line-height: 28px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #000;
    margin-bottom: 8px;
}
#content #mainContent #authorInfo {
	/* Author info section */
	background-color: rgba(255,255,255,1.00);
	min-height: 480px;	
}
#content #mainContent #authorInfo h2, #content #mainContent #authorInfo p {
	color: rgba(0,0,0,1.00);
	padding-left: 2%;
	padding-top: 12px;

}
#content #mainContent #authorInfo p {
	color: rgba(0,0,0,1.00);
	padding-left: 2%;
	padding-top: 0px;
	padding-bottom: 11px;
	padding-right: 2%;
}
#content #mainContent #authorInfo img {
 	color: rgba(0,0,0,1.00);
 	padding-left: 2%;
	padding-top: 0px;
	padding-bottom: 11px;
	padding-right: 2%;
}
footer article {
	/* Footer articles */
	width: 46%;
	float: left;
	padding-left: 2%;
	padding-right: 2%;
	text-align: justify;
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: 200;
	color: rgba(146,146,146,1.00);
}
footer article h3 {
	/* Footer article titles */
	text-align: center;
	font-family: montserrat, sans-serif;
	font-style: normal;
	font-weight: 400;
}
#mainContent {
    /* Container for the blog post in individal blog view */
    padding-left: 2%;
    width: 96%;
    float: left;
    padding-right: 2%;
    padding-top: 41px;
}
#mainwrapper #content #sidebar {
	/* Sidebar*/
	width: 19%;
	padding-left: 2%;
	padding-right: 2%;
	float: left;
	background-color: rgba(246,246,246,1.00);
	margin-top: 150px;
	padding-top: 32px;
}
#mainwrapper {
    /* Container of all content */
    width: 80%;
    overflow: auto;
    margin-left: 10%;
    border-color: #CCC;
    border-width: 2px;
    border-style: solid;
    margin: auto;
    /* [disabled]align-content: center; */
}
#content #sidebar input {
	/* Search box in sidebar */
	width: 98%;
	height: 32px;
}
#content #sidebar #adimage {
	/* Container for Image in sidebar */
	width: 100%;
	background-color: rgba(208,207,207,1.00);
	margin-top: 46px;
	float: none;
	overflow: auto;
}
nav ul li {
	list-style-type: none;
	padding-top: 8px;
	padding-bottom: 8px;
}
nav ul {
	padding-left: 0%;
}

nav ul li a {
	color: rgba(146,146,146,1.00);
	text-decoration: none;
}
#footerbar {
	/* Footer bar at the bottom of the page */
	height: 18px;
	clear: both;
	background-color: rgba(208,207,207,1.00);
	width: 100%;
}
footer {
	/* Container for footer artices */
	width: 71%;
	padding-left: 2%;
	padding-right: 2%;
	
	height: 20px;
	clear: both;
	background-repeat: repeat-x;
	margin: auto;
	/* [disabled]background-image: url(Immagini/footer.jpg); */
	text-align: center;
	margin-top:10px;
	margin-bottom:10px;
	color:#666;
	width: 960px;
	position: relative;
}
.notOnDesktop {
	/*element to be displayed only in mobile view and tabet view */
	display: none;
}
#mainContent #bannerImage img {
	/* Actual banner image */
	width: 100%;
}
#sidebar #adimage img {
	/* Image in sidebar */
	width: 100%;
	float: left;
}
#mainwrapper header nav a {
    /* Links in header */
    color: #CB4D00;
    text-decoration: none;
	font-size: 13px;
}
#mainwrapper header nav a:hover {
	color: #6C2900;
	text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

iframe {
    max-width: 100%;
    
}
/* Tablet view */
@media screen and (max-width : 1594px ){
.notOnDesktop {
	/* Search box shown only in mobile view and Tablet view */
	display: block;
	text-align: right;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 96%;
}
#content .notOnDesktop input {
	height: 28px;
}
#mainContent {
	/* Container for the blog post */
	padding-top: 0px;
	float: none;
	width: 96%;
}
#sidebar input {
	/* Search box in sidebar */
	display: none;
}
#mainwrapper #content #sidebar {
	/* Sidebar*/
	float: none;
	width: 92%;
	padding-top: 13px;
	overflow: auto;
	margin-top: 3px;
	margin-left: 2%;
	padding-bottom: 13px;
}
#content #sidebar #adimage {
	/* Image in sidebar */
	width: 60%;
	margin-top: 0px;
	float: left;
}
#content #sidebar nav {
	/* Navigation links in sidebar */
	width: 36%;
	float: left;
	padding-left: 4%;
}
#sidebar nav ul {
	margin-top: 0px;
}
footer {
	/* Footer region */
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
}
#content footer article {
	/*Each footer article */
	width: 46%;
}
#mainwrapper header {
	/* Header */
	width: 100%;
}
}

/* Mobile view */
@media screen and (max-width:480px) {

	#mainwrapper {
	/* Container of all content */
	width: 100%;
		}
	

	
	
#content #sidebar #adimage {
	/* Container for image in sidebar */
	width: 100%;
}

#mainwrapper #content #sidebar {
	/* sidebar */
	padding-bottom: 0px;
}
#content .notOnDesktop {
	/* Search box shown only in mobile and tablet view */
	width: 100%;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
}
#content .notOnDesktop input {
	width: 80%;
	text-align: center;
}
#content #mainContent h3 {
	/* Title under maincontent, if any */
	font-size: 14px;
	
}
#content footer article {
	/* Each foter article */
	width: 96%;
}

	
	
}





.back {
	font-size: 16px;
	color: #0070c2;
	font-family: "Comic Sans MS";
	line-height: 2px;
	text-decoration: none;
	margin-bottom: 20px;
}

back a:link {
	color: #0070c2;
	text-decoration: none;
}
.back a:visited {
	color: #0070c2;
	text-decoration: none;
}
.back a:hover {
	color: #004080;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
.back a:active {
    color: #004080;
    text-decoration: none;
    align-content: flex-start;
}

.link_footer {
	color: #277D9E;
	font-weight: normal;
	text-align: center;
}

a   {
	color: #3366FF;
	text-decoration: none;
}
a:link,a:visited   {
	color: #3366FF;
	text-decoration: none;
}
a:hover {
	color: #3366FF;
	text-decoration: underline;
}





#footer p {
	text-align: center;
	top: 20px;
	position: relative;
	padding-top: 8px;
	font-size: 15px;
}


label {
	margin: 0 40px 0 0;
	font-size: 26px;
	line-height: 70px;
	display: none;
	width: 26px;
	float: right;
	color: #333333;
	
	}
	
#toggle {
	display: none;
	}

@media only screen and (max-width: 480px) {

label {	
    display: block;
	cursor: pointer;
}
	
nav {	
    text-align: center;
	width: 100%;
	display: none;

}
	
nav a {	
    display: block;
	border-bottom: 1px solid #EAEAEB;
	margin-top: 35px;
	
}
	

	
	#toggle:checked + nav {
		display: block;
		
		}
}
	

@media print{
	#mainwrapper {
	width: 100%;
	margin-left: 2px;
	margin-right: 2px;
	font-size: 12pt;
	}
	
	#mainwrapper header nav {
    width: 951px;
	}

    
}


/*
    * CSS TABELLA;
    */



body {
  font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
	font-size: 18px;
  line-height: 1.5;
}

table {
    border: 0 solid #ccc;
    border-collapse: collapse;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 100px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    width: 90%;
    table-layout: fixed;
	}

table th,
table td {
  padding: .625em;
  text-align: left;
}

/**
table {
    border: 0 solid #ccc;
    border-collapse: collapse;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 100px;
    padding-top: 99px;
    padding-right: 99px;
    padding-left: 200px;
    padding-bottom: 99px;
    width: 60%;
    table-layout: fixed;


table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #FFFFFF;
  border: 0px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: left;
}
table th{
    padding-top: .625em;
    padding-right: 0em;
    padding-left: 1em;
    padding-bottom: .625em;
    text-align: left;
}
table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}
**/

/**
@media screen and (max-width: 600px) {
  table {
    border: 0;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}

**/

.imgflex {max-width: 35%}

.Testo_comic_sans {
	font-family: "Comic Sans MS", cursive;
	text-align: center;
	color: #F00;
	font-weight: normal;
}
#content_txt .Testo_comic_sans a:link ,#content_txt .Testo_comic_sans a:visited{
	color: #CB4D00;
	line-height: 60px;
	text-decoration: none;
}

#content_txt .Testo_comic_sans a:hover {
	color: #AC2D00;
	line-height: 60px;
	text-decoration: none;
	font-weight: bold;
}

#uno {
width: 200px;
padding-bottom: 20px;
float: left;
}

#due {
width: 450px;	
padding-bottom: 20px;
float: right;
}