/**
 *  CSS v 2.0
 *  Font-size made with EM
 */


body {
	background:#99CCFF url(../images/bg_body.jpg) repeat-x top;
	color:#107eac;
	font-family:Helvetica, Arial, sans-serif;
	font-size:0.75em;
	margin:0;
}


/* LAYOUT */

#main {
	margin:1px auto;
	width:630px;
}

#header {
	padding:20px 0;
}
#header div span,
#header div h1,
#header div h2 {
  display:none;
}

#contenuto {
	width:603px;
	text-align:left;
	margin-left:13px;
}

#info {
	padding-bottom:10px;
}

#footer {
	margin:10px 0;
	width:630px;
	height:185px;
	background:url(../images/bg_footer.gif) no-repeat;
}


/* FOOTER */

#footer .container {
  padding:50px 0 0 25px;  
}

#contatti {
  width:195px;
  height:120px;
  overflow:hidden;
  float:left;
}

#mission {
  color:#107eac;
  width:360px;
  height:120px;
  margin-left:20px;
  overflow:hidden;
  float:left;
}
#contatti dt {
  color:#16b0f0;
  font-size:0.83em;
  font-weight:bold;
}
#contatti dd {
  color:#107eac;
  padding:0;
  margin:0 0 3px 0;
}
#contatti a {
  color:#107eac;
  text-decoration:none;
}
#mission strong {
  color:#16b0f0;  
}


/* CLASSI */

.pulisci { clear:both; font-size:0; }



/* PORTFOLIO */

.entry {
  margin-bottom:5px;
  background:#22425e;
}
.entry .container {
  padding:0 5px;
}
.testi { 
  padding:0 5px; 
}
.thumb {
  margin:0 10px 0 0;
  float:left;
}
.thumb img {
  background-repeat:no-repeat;
}
.thumb a span {
  display:none;
}
.titolo {
  font-size:1.33em;
  /*font-weight:bold;*/
  color:#a6def6;
  /*letter-spacing:-0.1em;*/
  padding:0 0 15px 0;
}
.titolo a {
  font-size:1.00em;
  color:#a6def6;
  text-decoration:none;
}
.titolo a:hover {
  color:#fff;
}
.titolo span {
  border-bottom:1px solid #a6def6;
}
span.anno {
  font-size:0.75em;
  color:#fff;
  border-bottom:none;
  padding-left:0.94em;
}
.descrizione,
.descrizione a {
  color:#caedfc;
  text-decoration:none;
}

.media { float:right; padding-top:3px; }

.corner-top { background:url(../images/ang_tl.gif) no-repeat top left; }
.corner-top div { background:url(../images/ang_tr.gif) no-repeat top right; }
.corner-bottom { background:url(../images/ang_bl.gif) no-repeat bottom left; }
.corner-bottom div { background:url(../images/ang_br.gif) no-repeat bottom right; }

.corner-top, .corner-top div, .corner-bottom, .corner-bottom div { height:5px; font-size:0px; }
