/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc 
	#Custom CAFC
	#Tooltip
	#Tabelle */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}


/* #Basic Styles
================================================== */

body {
	background: url(../images/bg-cafc.gif) top center no-repeat #0071B3;
	font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #444;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	background-attachment: fixed;
}


/* #Typography
================================================== */

h1, h2, h3, h4, h5, h6 {
	color: #181818;
	font-family: 'OswaldLight', sans-serif!important;
	font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}
h1 {
	font-size: 35px;
	line-height: 40px;
	margin-bottom: 30px;
	color: #062f4d;
}
h2 {
	font-size: 35px;
	line-height: 40px;
	margin-bottom: 30px;
	color: #062f4d;
}
h2.testata-sezione {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 8px;
	color: #0075B8;
}
h3 {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 8px;
	color: #0075B8;
}
h4 {
	font-size: 21px;
	line-height: 30px;
	margin-bottom: 4px;
}
h5 {
	font-size: 17px;
	line-height: 24px;
}
h6 {
	font-size: 14px;
	line-height: 21px;
}
.subheader {
	color: #777;
}
p {
	margin: 0 0 20px 0;
}
p img {
	margin: 0;
}
p.lead {
	font-size: 21px;
	line-height: 27px;
	color: #777;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
	color: #333;
}
small {
	font-size: 80%;
}
/*	Blockquotes  */
	blockquote, blockquote p {
	font-size: 17px;
	line-height: 24px;
	color: #777;
	font-style: italic;
}
blockquote {
	margin: 0 0 20px;
	padding: 9px 20px 0 19px;
	border-left: 1px solid #ddd;
}
blockquote cite {
	display: block;
	font-size: 12px;
	color: #555;
}
blockquote cite:before {
	content: "\2014 \0020";
}
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
	color: #555;
}
hr {
	border: solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 30px;
	height: 0;
}


/* #Links
================================================== */

a, a:visited {
	color: #333;
	text-decoration: underline;
	outline: 0;
}
a:hover, a:focus {
	color: #000;
}
p a, p a:visited {
	line-height: inherit;
}


/* #Lists
================================================== */

ul, ol {
	margin-bottom: 0px;
}
ul {
	list-style: none outside;
}
ol {
	list-style: decimal;
}
ol, ul.square, ul.circle, ul.disc {
	margin-left: 30px;
}
ul.square {
	list-style: square outside;
}
ul.circle {
	list-style: circle outside;
}
ul.disc {
	list-style: disc outside;
}
ul ul, ul ol,  ol ol, ol ul {
	margin: 4px 0 5px 30px;
	font-size: 90%;
}
ul ul li, ul ol li,  ol ol li, ol ul li {
	margin-bottom: 6px;
}
li {
	line-height: 21px;
	margin-bottom: 0;
}
ul.large li {
	line-height: 21px;
}
li p {
	line-height: 21px;
}
.quizArea ol ol, ol ul {
	margin: 4px 0 5px 0!important;
	font-size: 100%;
}
.quizResults ol ol, ol ul {
	margin: 4px 0 5px 0!important;
	font-size: 100%;
}
.quizArea label {
	padding-left: 6px;
}
ul.answers {
	padding-bottom: 10px!important;
}


/* #Images
================================================== */


img.scale-with-grid {
	max-width: 100%;
	height: auto;
}


/* #Buttons
================================================== */


.button,  button,  input[type="submit"],  input[type="reset"],  input[type="button"] {
	background: #eee; /* Old browsers */
	border: 1px solid #aaa;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #444;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 20px;
	line-height: normal;
	padding: 8px 10px;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.button:hover,  button:hover,  input[type="submit"]:hover,  input[type="reset"]:hover,  input[type="button"]:hover {
	color: #222;
	background: #ddd; /* Old browsers */
	border: 1px solid #888;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
}
.button:active,  button:active,  input[type="submit"]:active,  input[type="reset"]:active,  input[type="button"]:active {
	border: 1px solid #666;
	background: #ccc; /* Old browsers */
}
.button.full-width,  button.full-width,  input[type="submit"].full-width,  input[type="reset"].full-width,  input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}


/* #Misc
================================================== */

.remove-bottom {
	margin-bottom: 0 !important;
}
.half-bottom {
	margin-bottom: 10px !important;
}
.add-bottom {
	margin-bottom: 20px !important;
}
.add-top {
	border-top: 10px solid #FFF;
}


/* #Custom CAFC
================================================== */

.container {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding-top: 10px!important;
}
.titolo-sezione {
	text-align: center;
	border-bottom: 1px solid #CCC;
	padding-bottom: 20px;
	margin-bottom: 20px!important;
}
.centerlogo {
	text-align: center; /*background: url(../images/header-bg.png) center top no-repeat;*/
}
.torna-cafc {
	background: transparent!important;
	box-shadow: none!important;
	border: none!important;
	margin-bottom: 30px!important;
}
.torna-cafc a {
	color: #FFF;
	padding-left: 10px;
}
.credits {
	width: 40%;
	float: right;
	text-align: right;
}
.credits a {
	color: #FFF;
	padding-right: 10px;
}
.credits abbr {
	color: #FFF;
	padding-right: 10px;
	background: none!important;
	font-weight: normal!important;
}
.vocecapitolo {
	position: relative;
}
.vocecapitolo h2 {
	position: absolute;
	right: 0;
	bottom: 0px;
	font-size: 20px!important;
	line-height: 20px!important;
	background: #FFF;
	padding: 4px 0px 4px 6px!important;
	margin: 0!important;
	border-bottom: none;
	z-index:20;
}
.evidenziato {
	background-color: #d4e7f1;
	padding: 0 2px;
}
.twelve p a {
	color: #F30;
}
ul.documenti li a {
	background:url(../images/icona-pdf.png) left center no-repeat;
	padding: 2px 0 2px 24px;
}
ul.scuole li a {
	background:url(../images/icona-scuole.png) left center no-repeat;
	padding: 2px 0 2px 24px;
}
h3.testata-menu-sezione {
	background: url(../images/testata-menu-sezione.gif) left center no-repeat;
	padding-left: 24px;
}
h3.testata-sezione, h2.testata-sezione {
	background: url(../images/testata-sezione.gif) left center no-repeat;
	padding-left: 22px;
}
h3.testata-sezione a, h2.testata-sezione a {
	text-decoration: none;
}
h3.testata-sezione a:hover, h2.testata-sezione a:hover {
	text-decoration: underline;
}
.menusezione ul li {
	position: relative;
	display: block;
	float: none;
	border-bottom:solid 1px #e7e7e7;
	margin-bottom: 0!important;
}
.menusezione ul li a {
	font-weight: normal;
	line-height: 18px;
	color: #777;
	display: block;
	background: #fff;
	text-decoration: none;
	padding: 9px 0;
}
.menusezione ul li:hover > a {
	color: #153e6b;
}
.menusezione ul li a.activelink {
	color: #153e6b;
	font-weight: bold;
}


/* #Tooltip
================================================== */

abbr { /*border-bottom: 1px dotted #333;*/
	padding-right: 13px;
	background: url(../images/icona-glossario.gif) right top no-repeat;
	font-weight: bold; /*color: #1b5290;*/
}
abbr:hover {
	cursor: pointer;
}
#tooltip {
	text-align: center;
	color: #fff;
	background: #666;
	position: absolute;
	z-index: 100;
	padding: 15px;
	background: #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-top: 1px solid #abaaaa;
	-webkit-box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
	-moz-box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
	box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
}
#tooltip:after /* triangle decoration */ {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #333;
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -10px;
}
#tooltip.top:after {
	border-top-color: transparent;
	border-bottom: 10px solid #111;
	top: -20px;
	bottom: auto;
}
#tooltip.left:after {
	left: 10px;
	margin: 0;
}
#tooltip.right:after {
	right: 10px;
	left: auto;
	margin: 0;
}
#tooltip strong {
	text-transform: uppercase;
	color: #FFF;
}
.mappa-interattiva {
	position: relative;
}
.lista-mappa-interattiva {
	width:100%;
	height: 100%;
	background: transparent;
	position: absolute;
	left: 0;
	top: 0;
}
sub {
	font-size: 75%;
}
sup {
	font-size: 75%;
	margin-bottom: 4px!important;
}
img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}


/* #Tabelle
================================================== */

table.tabella-cafc td { padding: 5px; border: 1px solid #CCC; }

td.colonna1 { width: 35%; }

td.colonna2 { width: 65%; }