/* CSS Document */
/***********************************************/
/* StyleFuggire.css                            */
/***********************************************/

/* Stili per layout elastico*/
html,body{
	margin: 0;
	padding:0;
	background-color: #d7ffd7;
}
body {font-family: arial,sans-serif;font-size: 76%;text-align: justify}

div#container {width: 90em; margin: 0 auto; text-align: left; 
	border-left: 2px solid #006600;border-right: 2px solid #006600;}

/* Stili generici */
h1,h2, h3 {margin: 0;padding:0;}
h1 {padding-left: 0.5em; font: bold 2.3em/80px Cooper Black; color:#006600}
h2 {font-size: 1.5em; font-family: Cooper Black; color:#006600}
h3 {font-size: 2.5em; font-family: Cooper Black }

p {padding-left: 0.5em; padding-right: 0.5em; font-family:Arial, Sans-Serif; font-size:100%}

/* Stili generici, per header e footer*/
div#header {background-color: #d7ffd7; color: #006600;}
div#header h1 {font-weight: bold; font-family: Cooper Black; font-size: 26px}
div#header h2 {font-weight: bold; font-family: Cooper Black; font-size: 20px}

div#footer {text-align: justify; padding: 0.5em; background-color: #006600; color: #ffffff; font-size:80%}
div#footer a {color: #ffffff;font-weight: bold;text-decoration: underline}

/* Stili specifici per il layout*/
div#navigation{width: auto; text-align:left}

div#content {
	padding: 1em;
	background-color:#d7ffd7;
	color: #006600;
	font-size:100%;
	text-align:center
}

div#content h3 {color: #006600; font-family:Arial,sans-serif; font-size:140%; text-align:left}
div#content h4 {color: #006600; font-family:Arial,sans-serif; font-size:140%; text-align:center}
div#content p {color: #006600; font-family:Arial,sans-serif; font-size:120%; text-align:justify}
div#content h6 {color: #006600; font-family:Arial,sans-serif; font-size:120%; text-align:center}

div#story {padding: 1em; background-color:#d7ffd7; color: #006600; font-size:100%; text-align:justify }
div#story img {width:50%; height:50%; border:0; margin:6 6 6 6}

div#boxhome {background-color: #ffffff; border-style:solid; border-color:#006600; border-width:thin; width:auto; height:250px}
div#boxhome1 {background-color: #ffffff; border-style:solid; border-color:#006600; border-width:thin; width:auto; height:240px}

div#boxhome2 {background-color: #ffffff; border-style:solid; border-color:#006600; border-width:thin; width:auto; height:250px}
div#boxhome3 {background-color: #ffffff; border-style:solid; border-color:#006600; border-width:thin; width:auto; height:510px}
div#boxhome img {width:80%; height:40%; border:0; margin:6 6 6 6 }	/* Stili per immagini sulla home */

div#boxhomeGreatTitle {background-color: #ffffff; color:#006600; font-family:Cooper Black; font-size:20px}
div#boxhomeNormalTitle {background-color: #ffffff; color:#006600; font-family:arial,sans-serif; font-size:14px}
div#boxhomeNormal {background-color: #ffffff; color:#006600; font-family:arial,sans-serif; font-size:76%}

div#boxPage {background-color: #d7ffd7; border-style:solid; border-color:#006600; border-width:thin; width:auto}

div#titleboxhome {color:#ffffff; font-weight:bold; font-family: arial,sans-serif;
	font-size: 120%;text-align: center}
	
div#imgStd {width:80%; height:80%; border:0; margin: 6 6 6 6}
div#imgItinerario {width:120px; height:54px; border:0; margin: 6 6 6 6}

div#titleSchedeViaggio {color:#ffffff; font-weight:bold; font-family: arial,sans-serif;
	font-size: 120%;text-align: center}
	
div#dataDiari {color:#006600; font-weight:bold; font-family: arial,sans-serif;
	font-size: 140%;text-align: left}
	
div#EventiData {color: #006600; font-family:Arial,sans-serif; font-size:140%; text-align:right; font-weight:bold}
div#EventiLuogo {color: #990000; font-family:Arial,sans-serif; font-size:140%; text-align:left; font-weight:bold}
div#EventiDescrizione {color: #006600; font-family:Arial,sans-serif; font-size:140%; text-align:left; font-weight:bold}

div#immagini img {width:40%; height:40%; border:0; margin:6 6 6 6 }	/* Stili per immagini sulla home */

