/*
	Questo è il foglio di stile personalizzato per le
	schede didattiche di css.
*/

body {
	background-color: #daeef3;
}

header {
    background-image: -webkit-linear-gradient(#92cddc, #50aec7, #92cddc);
    background-image: -o-linear-gradient(#92cddc, #50aec7, #92cddc);
    background-image: -ms-linear-gradient(#92cddc, #50aec7, #92cddc);
    background-image: -moz-linear-gradient(#92cddc, #50aec7, #92cddc);
    background-image: -webkit-gradient(linear, center top, center bottom, color-stop(0, #92cddc), color-stop(0.5, #50aec7), color-stop(1, #92cddc));
    background-image: linear-gradient(#92cddc, #50aec7, #92cddc);  
	border-color: #31859c;
}

header div.sinistra {  
	text-shadow: 3px 3px 3px #31859c;
}

header div.destra {  
    color: #31859c;
}

article {
	border-color: #31859c;
}

/*
	parte personalizzata
*/

h1.attivita {
    font-size: 1.2em;
    width: 96%;    
    font-weight: 900;
    color: #1f497d;  
}

ul {
	list-style-type: square;
}

b {
    font-weight: 900;
}

p, ul.miaLista, ul.miaLista > li{  
    font-size: 0.9em;
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    
    /* dicembre 2014
    width: 94%;    
    margin-left: auto;
    margin-right: auto;
    */
}

ul.miaLista{  
    margin-left: 3em;
    width:90%
}


div.titoloCodice {  
  color: white;
  border-color: #31859c;  
  width: 150px;  
  height: 20px;  
  font-size: 1em;  
  line-height: 20px;  
  text-align: center;  
  border-width: 1px;  
  border-bottom-width: 0px;
  border-style: solid;  
  font-weight: bold;
  background-color: #31859c;
}

div.titoloCommento {  
  color: white;
  border-color: #e36c0a;  
  width: 150px;  
  height: 20px;  
  font-size: 1em;  
  line-height: 20px;  
  text-align: center;  
  border-width: 1px;  
  border-bottom-width: 0px;
  border-style: solid;    
  font-weight: bold;
  background-color: #e36c0a;
}

div.titoloSfida {  
  color: white;
  border-color: #76923c;  
  width: 150px;  
  height: 20px;  
  font-size: 1em;  
  line-height: 20px;  
  text-align: center;  
  border-width: 1px;  
  border-bottom-width: 0px;
  border-style: solid;    
  font-weight: bold;
  background-color: #76923c;
}

div.titoloDefinizione {  
  color: white;
  border-color: #BF12D4;  
  width: 150px;  
  height: 20px;  
  font-size: 1em;  
  line-height: 20px;  
  text-align: center;  
  border-width: 1px;  
  border-bottom-width: 0px;
  border-style: solid;    
  font-weight: bold;
  background-color: #BF12D4;
}

div.definizione {
	border-width: 1px;  
	border-style: solid;  
	border-color: #BF12D4;
	padding: 10px;
	font-size: 1em;
	
  clear: both;
  overflow: auto;
	
}

div.sfida {
	border-width: 1px;  
	border-style: solid;  
	border-color: #76923c;
	padding: 10px;
	font-size: 1em;
}

div.commento5 {
  border-width: 1px;  
  border-style: solid;  
  border-color: #e36c0a;  
  height: 215px;
}

div.commento4 {
  border-width: 1px;  
  border-style: solid;  
  border-color: #e36c0a;  
  height: 175px;
}

div.commento3 {
  border-width: 1px;  
  border-style: solid;  
  border-color: #e36c0a;  
  height: 135px;
}

div.commento2 {
  border-width: 1px;  
  border-style: solid;  
  border-color: #e36c0a;  
  height: 95px;
}

div.commento1 {
  border-width: 1px;  
  border-style: solid;  
  border-color: #e36c0a;  
  height: 55px;
}

section.commenti hr {
	margin-top: 40px;
	border-width: 0px;
	border-top-width: 1px;
	color: black;
	background-color: black;
	height: 0px;
	width: 96%;
}

/* dicembre 2014
section {  
    margin: 10px auto;
    width: 96%;    
}
*/


div {  
  border-top-color: #31859c;  
  border-right-color: #31859c;  
  border-bottom-color: #31859c;  
  border-left-color: #31859c;  
  border-top-width: 0px;  
  border-right-width: 0px;  
  border-bottom-width: 0px;  
  border-left-width: 0px;  
  border-top-style: none;  
  border-right-style: none;  
  border-bottom-style: none;  
  border-left-style: none;
}

div.perImmagine {
	text-align: center;
}

div.bisezioneSN {
	width: 50%;
	text-align: center;
	float: left;
}

div.bisezioneDS {
	width: 50%;
	float: right;
	text-align: center;
	
}

h1 > span {
  -moz-border-top-colors: none;  
  -moz-border-right-colors: none;  
  -moz-border-bottom-colors: none;  
  -moz-border-left-colors: none;  -o-border-image: none;
  -webkit-border-image: none;
  border-image: none;  
  font-family: Arial, Helvetica, sans-serif;  
  font-style: ;  
  font-variant: ;  
  font-weight: ;  
  font-size: ;  
  line-height: ;  
  font-size-adjust: ;  
  font-stretch: ;  -moz-font-feature-settings: ;
  -webkit-font-feature-settings: ;
  font-feature-settings: ;  
  -moz-font-language-override: ;  
  vertical-align: baseline;

  
  color: #1f497d;  
  margin-left: 2.3em;
}

section.commenti  table {
	font-size: 1em;
	margin: auto;
	margin-top: 25px;
	
}

section.commenti  th,  section.commenti  td {
	border: black solid 1px;
	height: 30px;
	line-height: 30px;
}