html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

.principale a {
text-decoration: underline;
color: #B5830B;
}
.principale a:hover {
color: #ffffff;
background-color: #B5830B;
text-decoration: none;
}

body {
background: #fff url(../immagini/sfondo.gif) no-repeat center 120px;
color: #333;
font: 0.55em Georgia, "Times New Roman", Times, serif;
}
p,code,ul {
line-height: 15px;
padding-bottom: 0.8em;
}
p.date {
font-style:italic;
float:right;
font-weight:bold;
font-size:10px;
background: #EEAD0E;
color:#ffffff;
padding: 3px 3px 3px 3px;
margin-top: -4px;
}
.descr{
font-size:10px;
}

li {list-style: none;}

hr{
width:80%;
color: #EEAD0E;
background-color:#EEAD0E;
height: 1px;
}
h1 {
font-family:Monotype Corsiva;
color: #EEAD0E;
font-size: 36px ;
margin-bottom: 2px;
margin-top: 4px;
border-bottom: 1px dotted #EEAD0E;
}
h1.corsi {
font-family:Monotype Corsiva;
color: #C8C866;
font-size: 36px ;
margin-bottom: 2px;
margin-top: 4px;
border-bottom: 1px dotted #C8C866;
}
h1.escursioni {
font-family:Monotype Corsiva;
color: #a248f5;
font-size: 36px ;
margin-bottom: 2px;
margin-top: 4px;
border-bottom: 1px dotted #a248f5;
}
h2 {
font-family:Monotype Corsiva;
color: #EEAD0E;
font-size: 25px ;
margin-bottom: 2px;
margin-top: 0;
text-decoration:underline;
}
h3{
font-size:18px;
font-weight:bold;
padding-bottom: 10px;
}
h4{
color:#FFFFFF;
font-family:Monotype Corsiva;
}
code {
background: #FFF;
border: 1px solid #EEE;
border-left: 6px solid #C1CAD3;
color: #666;
display: block;
line-height: 1.6em;
margin-bottom: 12px;
padding: 8px 10px;
white-space: pre;
}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* Struttura */
.contenitore {
background: #FFF;
font-size: 1.2em;
margin: 0 auto;
padding: 0 10px 0;
width: 780px;
}

/* Testata */
.alto {
padding: 10px 10px 0;
}

/* Testata */
.testata {
background: #ffffff url(../immagini/sfondo_testata.gif) no-repeat top center;
font-size: 1.2em;
height: 232px;
margin: 0 auto;
padding: 30px 10px 0;
width: 780px;
}
.testata .left, .testata .right {
background: #ffffff;
color: #FFF;
height: 235px;	
}
.testata .left {
background: #ffffff url(../Testate/testata_sinistra.jpg) no-repeat top center;
width: 105px;
}
.testata .right {
background: #ffffff;
width: 668px;
height: 235px;
}
.testata .right p,.testata .right h2 {
padding: 0 10px;
}
.testata .right h2 {
font-size:24px;
letter-spacing: 5px;
padding-top: 10px;
border-bottom: 2px solid #ffffff;
border-top: 1px solid #ffffff;
}


/* Globale */
.globale {
background: url(../immagini/colonna_2.jpg) no-repeat top center ;
padding-bottom:30px;
}

/* Menu verticali testata*/
.menuverticali {
font:1.4em;
margin-top: 15px;
margin-right: 12px;
text-align: right;	
float: right;
width: 90px;
}
.menuverticali ul {
padding: 0;
}
.menuverticali li {
padding-left: 15px;
}
.menuverticali li a {
font-weight:bold;
color: #fab80b;
display: block;
padding: 3px 0 5px;
text-decoration: none;
width: 100%;
}
.menuverticali li a:hover {
font-weight:bold;
color: #a92709;
}

/* Menu verticali laterali*/
.menuverticali_lat {
text-align: left;
float: right;
width: 166px;
margin-right:5px;
margin-top: 63px;
margin-bottom: 10px;
}
.menuverticali_lat ul {
padding: 0;
}
.menuverticali_lat li {
border-bottom: 1px solid #f5c960;
padding-left: 5px;
}
.menuverticali_lat li a {
font:0.2em;
font-weight: bold;
color: #fab80b;
display: block;
padding: 5px 0 4px 3px;
text-decoration: none;
width: 99%;
}
.menuverticali_lat li a:hover{
color: #a92709;	
}

/* Principale */
.principale {
float: left;
margin: 10px 0;
padding: 0 16px;
width: 562px;
height:355px;
overflow: auto;
	scrollbar-face-color: #f9eac1;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-highlight-color: #f8de99;
	scrollbar-shadow-color: #f8de99;
	scrollbar-darkshadow-color: #f9eac1;
}

.principale li {
margin-left: 18px;
}

/* Piede */
.piede {
height: 60px;
margin-left:-10px;
margin-right:-10px;
background: #ffffff url(../immagini/sfondo_piede.gif) no-repeat top center;
font-size:10px;
color: #a92709;
line-height: 18px;
text-align: center;
}
.piede a {
text-decoration: underline;
color: #B5830B;
}
.piede a:hover {
color: #ffffff;
background-color: #B5830B;
text-decoration: none;
}

/*Gestione immagini con cornice*/
.floatleft
{
float: left;
margin: 0;
padding: 3px;
}
.floatleft_corsi
{
float: left;
margin: 0 10px 110px 0;
padding: 3px;
}
.floatleft_corsi_2
{
float: left;
margin: 0 10px 10px 0;
padding: 3px;
}
.floatleft_home
{
float: left;
margin: 0 10px 40px 0;
padding: 3px;
}
.floatright
{
float: right;
margin-left: 5px;
margin-top: 0;
margin-bottom: 10px;
padding: 3px;
}

.floatright_special
{
float: right;
margin-right: 4px;
margin-top: 37px;
margin-bottom: 10px;
padding: 3px;
}

.img
{
margin-left: 60px;
}

.img_2
{
width: auto;
margin-top: 25px;
margin-left: 20px;
margin-right: 20px;
margin-bottom: 10px;
border: 1px solid #d8d8d8;
padding: 2px;
text-align: center;
}

.img_3 {
width: 165px;
text-align:center;
margin: 5px 5px 5px 5px;
padding: 0;
border: 1px solid #d8d8d8;
}

/*Slide show testata*/
#slideshow {
border: 2px solid #ffffff;
overflow: hidden;
margin-top: 43px;
margin-right: 36px;
position: relative;
width: 548px;
height: 130px;
}

#slideshow img {
width: 548px;
height: 130px;
margin-right: 2px;
margin-top: 0;
}

#slideshow {
cursor: pointer;
}

#slideshow img {
display: none;
position: absolute;
top: 0;
left: 0;
}

/*Slide show grande*/
#slideshow2 {
border: 1px solid #EEAD0E;
overflow: hidden;
margin-top: 5px;
margin-left: 50px;
position: relative;
width: 465px;
height: 330px;
clear:both;
}
#slideshow2 img {
width: 465px;
height: 348px;
margin-right: 2px;
margin-top: 0;
}
#slideshow2 {
cursor: pointer;
}
#slideshow2 img {
display: none;
position: absolute;
top: 0;
left: 0;
}

/*Form*/
.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
}
.cssform label{
float: left;
margin-left: -155px; /*width of left column*/
width: 190px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}
.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
height: 20px;
border: 1px solid #EEAD0E;
}
.cssform textarea{
width: 250px;
height: 100px;
border: 1px solid #EEAD0E;
}
* html .threepxfix{
margin-left: 3px;
}

/*Box nella homepage*/
#box_alto {
background: #ffffff;
border: 1px solid #EEAD0E;
width:515px;
height: auto;
display:inline;
float:left;
padding-left: 10px;
padding-top: 10px;
line-height: 18px;
padding-right: 10px;
margin-right: 0;
margin-top: 8px;
}

/*Box corsi, articoli e novità*/
ul#split,ul#split li{margin: 0;padding:0;list-style:none}
ul#split li{float:left;width:266px;margin:12px 5px 0 0}
ul#split h4{
font-size: 25px ;
margin:10px;
padding: 0px 0 0;
text-align:center;
}
ul#split p{margin:0;padding:5px 8px 15px}
li#one h4{background: #ffffff; color:#C8C866;}
ul#split div{background: #ffffcc}
li#one div{border:1px solid #C8C866}
li#two h4{background: #ffffff; color:#a248f5;}
li#two div{border:1px solid #a248f5}
li#three h4{background: #ffffff; color:#E3A1C4 ;}
li#three div{border:1px solid #E3A1C4;}

/*Virgolette in homepage*/
blockquote {
width: 340px;
margin: 0;
text-indent: 25px;
background: url(../immagini/aperte.png);
background-position: 5px 0;
background-repeat: no-repeat;
}
blockquote p {
text-align: center;
line-height: 15px;
margin: 0;
display: inline;
padding-right: 20px;
padding-bottom: 5px;
background: url(../immagini/chiuse.png);
background-position: bottom right;
background-repeat: no-repeat;
}
