/*

CSS FRONT-END VER. 1

CONTENT

© Interattiva e-comunicazione
  www.lineagrafica.it
------------------------------------------------
*/

/* IE Fix: Bicubic Scaling for Images */
img { -ms-interpolation-mode: bicubic; }

table.debug td {border: 1px solid red;}

a:active {outline: none;}
a {outline: none;}
:focus{-moz-outline-style: none;}
:-moz-any-link:focus {outline: 1px dotted invert;}
:-moz-any-link:focus {outline: none;}

.right { float:right;}
.left { float:left;}

.text_left { text-align: left;}
.text_right { text-align: right;}
.text_center { text-align: center; }

p {padding-bottom: .5em; line-height: 1.3;}

h2.shadow {white-space: normal;}

sub {
	color: red;
	visibility: hidden;
}


p.abstract {
	font-weight: bold;
	font-style: italic;
	padding-bottom: 1em;}

.found {background-color: #FFD700;}


small {font-size: 90%; font-style: italic;}
b {display: none;}

.center { margin: 0 auto;}
.inline { display:inline;}

strong { font-weight:bold;}
em {font-style: italic;}


div.hr {
	display: block;
	position: relative;
	clear: both;
	height: 2em;
	margin: 1em 0 0 0;
	padding: 1em 0 0 0;
	background: transparent url("../images/hr.gif") repeat-x left center;}
	div.hr hr {display: none;}
		.thin { height: 5px !important;}

a {color: #666666;}
a:hover { color: #C21C8D; text-decoration: underline;}

h1, h2, h3, h4 {font-family: Arial, Helvetica, sans-serif; font-weight: bold;}

h1 {font-size: 3.0em; color: #419430; margin-bottom: 0.5em;}
h2 {font-size: 2.0em; color: #ececec; margin-bottom: 0.5em; text-transform: uppercase;}
.bianco h2 {color: #fff;}
.quasi_bianco h2 {color: #f9f9f9;}

h3 {font-size: 1.4em; color: #797979; margin-bottom: 0.2em; text-transform: uppercase;}
h4 {font-size: 1.2em; color: #797979; margin-bottom: 0.3em;}

.magenta { color:#C21C8D;}


.pageTitle { position: relative; border: 0px solid red; height: 2.4em; text-align: center; border: 1px solid red; margin: 0 auto;}
.pageTitle h2 { position: absolute; color: #e8e8e8; z-index: 10; }
.pageTitle span { display: block; text-transform: uppercase; font-size: 2em; position: absolute; top: 2px; left: 2px; z-index: 9; color: #999; }


div.selection {
	float: right; padding: .5em 1em;
	border: 1px solid #ccc;
}


/* ----- lineagrafica credits ------ */
p.credits {
	font-family: "Arial", "Tahoma", Verdana, serif;
	font-size: 10px;
	line-height: 1.1;
	letter-spacing: 0em;}