  /* SMARTPIXEL print layout  */
  /* E' consentito prendere visione degli elementi e delle tecniche utilizzate in questo CSS e adattarle all'interno dei propri progetti, ma la combinazione unica di immagini, colori, misure, attributi tipografici e di posizionamento ("il design") č Copyright © 2010 Smartpixel e non puņ essere riprodotto. */ 
  /* Ultimo aggiornamento 27 apr 2011 */

@import url(reset.css);

/* Elementi invisibili */
header h1 a span, header div, nav, #search, #portfolio, section#shortcuts, div.cover span, section#pagination, #mailto, aside, footer {display: none;}

/* Elementi generali di layout */
body {font: 14px/24px 'Droid Sans', Arial, Helvetica, sans-serif;}
h1, h3 {
  padding: 5px 0px;
  font-size: 16px;
  color: #000000;
}
p {
  margin-bottom: 5px;
  text-align: justify;
}
a {color: #000000;}
em:before, em:after {content:'"'}
pre {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: normal!important;
  white-space: pre-wrap;
}
small {
  font-size: 11px;
  line-height: 14px;
}

/* Header */
header#title h2 {
  font: 18px/24px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
  margin-bottom: 20px;
}

/* Gestione contenuti principali */
#content #main {width: 90%;}
#content #main h1 {
  margin-top: 20px;
  font-weight: bold;
}
article header.preview {margin-bottom: 20px;}
article header.preview h1, section header h1 {font-weight: bold;}
article img {
  float: left;
  padding-right: 10px;
}
article div.cover img {
  float: none;
  margin-bottom: 10px;
}
article ul.details {padding-bottom: 5px;}
article ul.details li {
  list-style-type: disc ;
  margin-left: 20px;
}
article footer {
  position: relative;
  height: auto;
  margin: 0;
}

/* Area Footer */
footer {margin-top: 20px;}
