@charset "utf-8";
/* CSS Document */

/* ------------------ PICS & MOVIE ------------------   */

.gallery_centre { 
	text-align: center;
	vertical-align: top;
}

.polaroid	{
	background-color: #fff;
	padding: 5px 5px 15px 5px;
	border: 1px solid #666666;
	-webkit-box-shadow: 6px 6px 10px rgba(50, 50, 50, 0.55);
	-moz-box-shadow: 6px 6px 10px rgba(50, 50, 50, 0.55);
	box-shadow: 6px 6px 10px rgba(50, 50, 50, 0.55);
}  

.polaroid:hover{  
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
} 


.immagine	{
	background-color: #fff;
	padding: 5px 5px 5px 5px;
	border: 1px solid #999999;
	-webkit-box-shadow: 6px 6px 10px rgba(50, 50, 50, 0.55);
	-moz-box-shadow: 6px 6px 10px rgba(50, 50, 50, 0.55);
	box-shadow: 6px 6px 10px rgba(50, 50, 50, 0.55);
}  

.immagine:hover{  
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
} 


img.pic {
	float: left;
	padding-top: 15px;
    background: url(../_img/movie_edge.gif) top;
	background-repeat:repeat-x;
} 

.pic2 {
	float: left;
	padding-bottom: 15px;
    background: url(../_img/movie_edge.gif) bottom;
	background-repeat:repeat-x;
}



/* ------------------POST-IT------------------   */
.post-it {
  background:#ffc;
  height:7em;
  width:14.5em;
  padding-left:2.2em;
  padding-right:1em;
  padding-top:1em;
  padding-bottom:1.5em;
  margin-left:4em;
  -moz-box-shadow:5px 5px 7px rgba(33,33,33,1);
  -webkit-box-shadow: 5px 5px 7px rgba(33,33,33,.7);
  box-shadow: 5px 5px 7px rgba(33,33,33,.7);
  -moz-transition:-moz-transform .15s linear;
  -o-transition:-o-transform .15s linear;
  -webkit-transition:-webkit-transform .15s linear;
  font-family:"Reenie Beanie",arial,sans-serif;
  -webkit-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -moz-transform:rotate(-5deg);
}
.post-it p {
  color:#000;
  font-size: 1em;
}
.post-it:hover {
    box-shadow:10px 10px 7px rgba(0,0,0,.7);
  -moz-box-shadow:10px 10px 7px rgba(0,0,0,.7);
  -webkit-box-shadow: 10px 10px 7px rgba(0,0,0,.7);
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -o-transform: scale(1.25);
  position:relative;
  z-index:5;
}
/* ------------------ICONE------------------   */
.article a {
	font-family: Tahoma, Geneva, sans-serif;
	text-align: left;
	font-size: 0.9em;
	color: #F60;
	font-weight: normal;
}
.PPT a {
	background-image:url(../_img/icon_PPT_25px.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left: 3em;
	text-decoration: none;
	padding-top: 1em;
	padding-bottom: 1em;
}
.PPT a:hover {
	text-decoration: underline;
}
.DOC a {
	background-image: url(../_img/icon_WORD_25px.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left: 3em;
	text-decoration: none;
	padding-top: 1em;
	padding-bottom: 1em;
}
.DOC a:hover {
	text-decoration: underline;
}
.EXCEL a {
	background-image: url(../_img/icon_EXCEL_25px.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left: 3em;
	text-decoration: none;
	padding-top: 1em;
	padding-bottom: 1em;
}
.EXCEL a:hover {
	text-decoration: underline;
}
.PDF a {
	background-image: url(../_img/icon_PDF_25px.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left: 3em;
	text-decoration: none;
	padding-top: 1em;
	padding-bottom: 1em;
}
.PDF a:hover {
	text-decoration: underline;
}