/*

CSS FRONT-END VER. 1

CONTENT

© Interattiva e-comunicazione
  www.lineagrafica.it
------------------------------------------------
*/

:focus{-moz-outline-style: none;}
:-moz-any-link:focus {outline: 1px dotted invert;}
:-moz-any-link:focus {outline: none;}

a { color: #496e9c; text-decoration: none; outline: none;}
a:hover { color: #cc0000;}
a:active {outline: none;}
a .reflect { cursor: pointer;}
a#page_print { display: block; float: right; }

.right { float:right;}
.left { float:left;}
img.right {margin: 0 0 .5em 1em;}
img.left {margin: 0 1em .5em 0}
.align_right { text-align: right;}
.align_left { text-align: left;}
.align_center { text-align: center;}
.no-border { border: none;background: transparent;}

/*	IE Fix: Bicubic Scaling for Images	*/
img { -ms-interpolation-mode: bicubic; }

.view_all {font-size: 90%;}
.hidden {display: none;}

b {display: none;}
.inline { display:inline;}
strong { font-weight:bold;}
.thin { height: 5px !important;}

#content p { text-align: justify; }
p {padding-bottom: 1.5em;}
	.box p {padding-bottom: .5em;}
	p.abstract { font-style: italic;font-size: 110%; font-weight: bold;}

    div.hr {
	display: block;
	position: relative;
	clear: both;
	height: 20px;
	margin: 10px 0 0px 0;
	padding: 10px 0 0 0;
	background: transparent url("../images/hr.gif") repeat-x left 10px;}
	div.hr hr {display: none;}

h2, h3, h4 {font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;}
	h2 {
	font-size: 1.5em;
	margin-bottom: .5em;
	font-weight: bold;
	letter-spacing: -1px;
	color: #c00;}
	#footer h2 { color: #fff; font-size: 1.3em; padding-bottom: 1em;}
	h3 {font-size: 1.4em; margin-bottom: .5em; color: #234A8F;}
	h4 {font-size: 1.2em; margin-bottom: .4em; color: #234A8F; font-weight: bold;}

/* -----------------------------------------------
	BREADCRUMBS
----------------------------------------------- */

#breadcrumbs { position: relative;}
#breadcrumbs a { font-size: 0.9em; text-transform: lowercase;}
#breadcrumbs a:hover { text-decoration: underline; color: #0a404a;}
	#breadcrumbs a.selected { font-weight: bold;}
	#breadcrumbs a:hover.selected { text-decoration: none; color: #0a404a;}
		#breadcrumbs span.arrow {padding: 0 5px; color: #c00;}


table.debug td {border: 1px solid red;}
table.standard {width: 100%;}
table.standard thead td {
	padding: 1.2em .5em .5em .5em;
 	font-weight: bold;
	font-size: 90%;
	text-transform: uppercase;
	background: #004473;
	color: white;}
table.standard tbody td {padding: .5em; background: #F8F8FF; vertical-align: middle;}
table.standard tr.striped td {background: #F5F5F5;}

table.illuminazione tr td {vertical-align: top;}
table.illuminazione tr td strong { font-size: 110%; }


table#partners tr td { padding-bottom: 40px; }
table#partners tr td img { display: block; float: right;  }


/* ----- STILE BANNER ------ */
.post-it {
    float: right;
	width: 40%;
	margin: 0 0 1em 1em;
	padding: 1em;
	border: 2px solid #FFD34F;
	background: #FEFFAF;
	text-align: center;
	font-weight: bold;}
    #main .detail .post-it ul li {
	background: none;
    list-style-type: none;
	padding: 0px;
	margin: 0 0 1em 0;}

a.iscriviti {
	display: block;
	position: absolute;
	top: 70px;
	right: 0;
	width: 150px;
	height: 60px;
	padding: 10px 95px 10px 10px;
	background: #FEFFAF url(../images/area_riservata_icon.jpg) no-repeat right top;
	font-weight: bold;
	border: 2px solid #FFD34F;}



p.subscribe {
    padding: .5em 1em .5em 200px; margin: 1em 0 2em 0;
	border: 2px solid #8AA7CE; border-left: none; border-right: none;
	background: #E4EBF3 url(../images/area_riservata.jpg) no-repeat left top;
}

/* ----- lineagrafica credits ------ */
p.credits {
	float: right;
	font-family: "Arial", "Tahoma", Verdana, serif;
	font-size: 10px;
	line-height: 1.1;
	letter-spacing: 0em; }
	p.credits a {
		display: block;
		float: left;
		padding: .2em .5em;
		background: #99CC00;
		color: white; }
		p.credits a:hover { background: white; color: #669900; }

/* ----- aiutaci a migliorare il sito ------ */
#footer a.survey {
	display: block;
	background: transparent url(../images/better_site.gif) no-repeat 5px center;
	padding: 0 0 0 22px;
	text-decoration: none;
	font-size: .9em;
	border: 1px solid transparent;}
	#footer a.survey:hover { border: 1px solid #B0E0E6; color: white;}



