@font-face {
    font-family: 'LatoRegular';
    src: url('lato/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LatoHairline';
    src: url('lato/Lato-Hairline.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LatoItalic';
    src: url('lato/Lato-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LatoBold';
    src: url('lato/Lato-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LatoBoldItalic';
    src: url('lato/Lato-BoldItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
  font: 14px/26px 'LatoRegular', serif;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1em;
	}	
	
a {
	color: #000000;
	}
	
/*** HEADER ***/
	
header {
	display: block;
	width: 900px;
	margin: 0px auto;
	height: 150px;
	padding: 0px;
	background-color:#fff;
	background-image: url(../_img/sfondo.png);
	background-repeat: no-repeat;
	background-position: top right;
	border-left: 1px solid #0B577F;
	border-right: 1px solid #0B577F;
	}

header h1 {
	margin: 0px;
	padding: 2px 0px 5px 10px;
	font-size: 15px;
	}
	
/*** BREADBRUNCH ***/	
nav#top {
	display: block;
	width: 900px;
	margin: 0px auto;
	padding: 0px;
	border-bottom: 1px solid #0B577F;
	border-left: 1px solid #0B577F;
	border-right: 1px solid #0B577F;
	background-color: #DDCFC2;
	}

nav#top h1 {
	display: inline;
	font: 16px/26px 'LatoBoldItalic', serif;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	}
	
nav#top h2 {
	display: inline;
	font: 17px/22px 'LatoBoldItalic', serif;
	margin: 0px;
	padding: 0px;
	}


/*** CONTENUTO CENTRALE ***/

section {
	position: relative;
	display: block;
	width: 900px;
	margin: 0px auto;
	padding: 0px;	
	border-left: 1px solid #0B577F;
	border-right: 1px solid #0B577F;
	border-collapse: collapse;
	border-spacing: 0px;
	}
	
div.content {
	position: relative;
	display: block;
	padding: 5px 10px;
	text-align: justify;
	/* background-color: green; */
	}
	
div.content p {
	margin: 0px;
	padding: 3px 0px;
	line-height: 16px;
	}
	
#curriculum p {
	margin: 0px;
	padding: 10px 0px;
	line-height: 18px;
	}
		
/*** NAV ***/

nav#bottom {
	display: block;
	width: 900px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	border-top: 1px solid #0B577F;
	border-left: 1px solid #0B577F;
	border-right: 1px solid #0B577F;
	background-color: #DDCFC2;
	clear: both;
	}
	
nav#bottom  ul {
	margin: 0px;
	padding: 0px;
	}
	
nav#bottom  ul li {
	display: inline;
	list-style-type: none;
	padding: 5px 10px;
	font: 14px/26px 'LatoRegular', serif;
	color: #000000;
	}
	
nav#bottom  ul li a,
nav#bottom  ul li a:link,
nav#bottom  ul li a:visited {
	text-decoration: none;
	color: #000000;
	}

nav#bottom  ul li a:hover {
	color: #000000;
	text-decoration: underline;
	}



/*** FOOTER ***/
footer {
	position: relative;
	display: block;
	width: 900px;
	margin: 0px auto;
	padding: 0px;
	font: 11px/26px 'LatoItalic', serif;
	text-align: center;
	color: #dddddd;
	background-color: #0B577F;
	border-left: 1px solid #0B577F;
	border-right: 1px solid #0B577F;
	border-bottom-right-radius: 10px;
   border-bottom-left-radius: 10px;
   -moz-border-radius-bottomright: 10px;
   -moz-border-radius-bottomleft: 10px;
   -webkit-border-bottom-right-radius: 10px; 	
   -webkit-border-bottom-left-radius: 10px; 
	}
		
footer p.copyright {
	margin: 0px;
	padding: 5px 0px 2px;
	}
	
footer .info {
	padding: 2px 0px 10px 0px;
	margin: 0px;
	line-height: 13px;	
	}

/*** portfolio ***/

div.content ul#listaLavori {
	/*background-color: red;*/
	margin: 5px 10px;
	padding: 0px;
	}
	
div.content ul#listaLavori li {
	/*background-color: blue;*/
   float: left;
   height: 165px;
   list-style: none outside none;
   margin-bottom: 8px;
   margin-right: 8px;
   padding: 0;
   width: 165px;
	}
	
div.content ul#listaLavori li.last {
	margin-right: 0px;
	}
	
div.content ul#listaLavori li img {
	width: 165px;
	height: 165px;
	border: 0px;
	}
	
/*** tooltip ***/

.tip_copyright .tip {
	color: #FFF;
	min-width: 300px;
	z-index: 13000;
	background-color: #000;
	padding: 5px;
	border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
}
 
.tip_copyright-title {
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding: 2px 2px 2px;
	color:red;
}
 
.tip_copyright-text {
	font-size: 12px;
	padding: 2px 2px 2px;
	color: #FFFFFF;
}


/*** lavoro.php ***/

div#contenutoLavoroTesto {
	width: 525px;
	float: left;
	}
	
div#contenutoLavoroTesto h3,
div#contenutoLavoroTesto h4 {
	margin: 0px;
	padding: 5px 0px;
	font-size: 15px;
	}

div#contenutoLavoroTesto h5 {
	margin: 0px;
	padding: 5px 0px;
	font-size: 14px;
	}
	
div#contenutoLavoroTesto span.titolo {
	font-weight: bold;
	display: block;
	width: 170px;
	float: left;
	}
	
div#contenutoLavoroImmagini {
	width: 345px;
	margin-left: 545px;;
	/*background-color: green;*/
	}
	
div#contenutoLavoroImmagini ul {
	margin: 0px;
	padding: 0px;
	}
	
div#contenutoLavoroImmagini ul li {
	list-style: none;
	/* background-color: red; */
	display: block;
	width: 110px;
	height: 110px;
	float: left;
	margin: 0px 5px 5px 0px;
	background-color: #DDCFC2;
	border-radius: 7px;
   -moz-border-radius: 7px;
   -webkit-border-radius: 7px; 	
	}
	
div#contenutoLavoroImmagini ul li img {
	width: 100px;
	height: 100px;
	}
	
div#contenutoLavoroAltro {
	text-align: right;
	clear: both;
	margin-bottom: 5px;
	}
	
div#contenutoLavoroAltro .button {
	padding: 3px 5px;
	color: #dddddd;
	background-color: #0B577F;
	border-radius: 7px;
   -moz-border-radius: 7px;
   -webkit-border-radius: 7px; 	
   text-decoration: none;
	}
	
/* portfolio.php */

div#showContainer {
	height: 300px;
   width: 400px;
	margin: 20px auto;
	}
	
/* contatti.php */
#map {
	width: 320px;
	height: 320px;
	float: right;
	}
