/* 
* Skeleton V1.0.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 5/20/2011
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */
	
/* #Site Styles
================================================== */
#top{
	background-image: url('../images/top.jpg');
	background-position: top;
	background-repeat: repeat-x;
}
header{
	background-image: url('../images/io.png');
	background-position: center 14px;
	background-repeat: no-repeat;
	padding-top: 130px;
	text-align: center;
	margin-bottom: 20px;
}
header h1{
	font-size: 43px;
	
	margin:0;
	line-height: 1;
}
header h1 a{
	color: #3F5976;
}
header h2{
	font-size: 21px;
	color: #b3b3b3;
	margin:0;
	line-height: 1;
}
#frase{
	
	margin-bottom: 20px;
}
#frase h3{
	font-family: "BevanRegular", Georgia, Times, "Times New Roman", serif;
	font-size: 32px;
	line-height: 1.2;
	text-align: center;
}
.chiaro{
	background-image: url('../images/bkg.jpg');
}
.darkgrey{
	color: #454545;
}
.pad1{
  padding: 1em;
}
#lavori img, .dettagli{
	/*-webkit-box-shadow: 0px 0px 5px 0px #333333;
	-moz-box-shadow: 0px 0px 5px 0px #333333;
	box-shadow: 0px 0px 5px 0px #333333;*/
  /*border: 1px solid #ccc;
	margin-bottom: 10px;*/
}
.tutti {
	text-align: center;
	font-size: 20px;
	font-family: "BebasNeueRegular", Helvetica, Arial, sans-serif;
	margin-top: 10px;
	margin-bottom: 20px;
	
}
.tutti a{
	background-image: url('../images/tri.png');
	background-position: left 1px;
	background-repeat: no-repeat;
	padding-left: 14px;
}
.tutti a span{
	background-image: url('../images/tri_2.png');
	background-position: right 2px;
	background-repeat: no-repeat;
	padding-right: 14px;
}
.scuro{
	background-image: url('../images/top.jpg');
	color: #fcfcfc;
	-webkit-text-size-adjust: none;
	text-shadow: 1px 1px 1px #333333;
	filter: dropshadow(color=#333333, offx=1, offy=1);
}
#info{
	padding-top: 20px;
	font-size: 1.1em;
}
#info h2{
	font-size: 20px;
	margin-bottom: 0;
	margin-top: 10px;
	color: #fff;
}
#info p{
	margin-bottom: 10px;
}
#info li{
	margin-bottom: 4px;
	background-image: url('../images/tri_w.png');
	background-position: left 5px;
	background-repeat: no-repeat;
	padding-left: 10px;
}
#info a{
	color:#B5DAFF;
	transition: color 0.2s ease-out;
	-webkit-transition: color 0.2s ease-out;
}
#info a:hover{
	color:#F16529;
	text-decoration: underline;
}
sup {
vertical-align: super;
font-size: smaller;
}
footer{
		font-size: 11px;
		text-align: center;
		padding: 20px;
	}
	.question{
		cursor:help;
	}
div.lavoro{
	position: relative;
  background-color: #ffffff;
  border: 1px solid #ddd;
  margin-bottom: 1em;
  border-bottom-width:2px;
  
}	

.lavoro img{
  border-bottom: 1px solid #eee;
}
.lavoro .ribbon{
  position: absolute;
  left: 0;
  top: 0;
  border: 0px none;
}
#lavori .dettagli{
	
	/*background-color: rgba(0, 0, 0, .2);*/
	/*position: relative;*/
	bottom: 15px;
	/*width: 98%;*/
	color: #EEE;
	padding: 2%;
	/*text-shadow: 1px 1px 1px #000;*/
	font-size: 11px;
	margin-top: 5px;
  min-height: 9em;

}

#lavori .dettagli img{
	margin-bottom: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
}
#lavori .dettagli img:hover{
	cursor: pointer;
}

.tooltip{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#333;
	background-color: rgba(0, 0, 0, .9);
	border: 1px solid #000;
	width: auto;
	padding: 5px;
	margin-left: 5px;
	margin-top: -40px;
	text-shadow: none;
	color:#fff;
}

.dettagli p{
  color: #333333;
  margin-bottom:0;
  font-size: 14px;
  padding: 1em;
}
.dettagli a{
  color:#084380;
  transition: color 0.2s ease-out;
	-webkit-transition: color 0.2s ease-out;
}
.dettagli a:hover{
  color:#E44C26;
}
/* #Page Styles
================================================== */

/* #Media Queries
================================================== */
	
	/* iPad Portrait/Browser */
	/* Note: Design for a width of 768px */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		#frase h3{
			font-size:26px;
		}
		
	}
	/* Mobile/Browser */
	/* Note: Design for a width of 320px */
	@media only screen and (max-width: 767px) {
		#frase h3{
			font-size:18px;
		}
		.lavori header h2{
			margin-bottom: 20px;
		}
		
		
	}
	
	/* Mobile Landscape/Browser */
	/* Note: Design for a width of 480px */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		#frase h3{
			font-size:20px;
		}
		
	}
	
	/* Anything smaller than standard 960 */
	@media only screen and (max-width: 959px) {
		/*occhio questo overrida tutti quelli sotto*/
	}
	
	/* iPad Portrait Only */
	@media only screen and (min-width: 768px) and (max-width: 991px) and (max-device-width: 1000px) {
		
	}
	
	/* Mobile Only */
	@media only screen and (max-width: 767px) and (max-device-width: 1000px) {
		
	}
	
	/* Mobile Landscape Only */
	/* Note: Design for a width of 480px */
	@media only screen and (min-width: 480px) and (max-width: 767px) and (max-device-width: 1000px) {
		
	}
	

/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file 
		Just create a "fonts" folder at the root, 
		copy your FontName into code below and remove
		comment brackets */
		
@font-face {
    font-family: 'BevanRegular';
    src: url('../fonts/Bevan-webfont.eot');
    src: url('../fonts/Bevan-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Bevan-webfont.woff') format('woff'),
         url('../fonts/Bevan-webfont.ttf') format('truetype'),
         url('../fonts/Bevan-webfont.svg#BevanRegular') format('svg');
    font-weight: normal;
    font-style: normal;
	}
@font-face {
	font-family: 'BebasNeueRegular';
	src:	url('../fonts/BebasNeue-webfont.eot');
	src: 	url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
			url('../fonts/BebasNeue-webfont.woff') format('woff'), 
			url('../fonts/BebasNeue-webfont.ttf') format('truetype'), 
			url('../fonts/BebasNeue-webfont.svg#webfont4IUrxseZ') format('svg');
	font-weight: normal;
	font-style: normal;
}
