/* css che gestisce la stampa di un articolo */
/* by Rampini - giugno 2009 */

@page {
	size: 210mm 297mm; 
	margin: 0;
	padding: 0;
}

#sfTitolo /* riga d'intestazione */
{
	width: 160mm;
	height: 16mm;
	float: center;
	border-top: solid;
	border-bottom: solid;
	border-color: #0000FF;
}

#logo /* è il logo in alto a sx di su18 */
{
	width: 12mm;
	height: 16mm;
	float: left;
	text-align: center;
}

#titolo  /* è il titolo (castello...) */
{
	width: 118mm;
	height: 16mm;
	float: right;
	font-size: 18px;
	font-family: Comic Sans MS, sans-serif;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

#sfondo
{
	width: 185mm;
	height: 260mm; 
    margin: 0;
	padding: 0; 
    border: 0;
	top: 0; 
	left: 0; 
    float: left;
	text-align: center;
	position: relative;
}

.rig1Art /* data + titolo articolo */
{
	width: 160mm;
	height: 10mm;
	float: center;
}

.dataArt /* data */
{
	width: 65mm;
	float: left;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: left;
}

.titoloArt  /* titolo articolo */
{
	width: 95mm;
	float: right;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: right;
}

.rig2Art /* abstract + testo + immagini */
{
	width: 156mm;
	height: 205mm;
	float: center;
	border: #999999;
	border: solid 1px;
	text-align: justify;
	padding: 1mm;
}

.abstract  /* abstract */
{
	width: 156mm;
	float: center;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	font-style: italic;
	text-align: justify;
}

.imgArt /* foto */
{
	width: 73mm;
	float: left;
	font-size: 10px;
	padding: 1mm;
}

.imgArt img 
{
	width: 100%;
}

.testo  /* articolo - le formattazioni "temporanee" vanno fatte all'inserimento dell'articolo (vicino all'immagine) */
{
	width: 76mm;
	float: right;
	font-family: Times New Roman;	
	font-size: 12px;
	text-align: justify;
	padding: 1mm;
}

.rig3Art /* ultima riga in basso */
{
	width: 160mm;
	height: 15mm;
	float: center;
}

.autoreArt /* chi ha pubblicato l'articolo */
{
	width: 100%;
	float: right;
	font-size: 13px;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: right;
	margin-left: 10px;
}

.iconeArt /* non stampa le icone che si vedono a video */
{
	display: none;
}