/*

CSS FRONT-END VER. 1

CONTENT

© Interattiva e-comunicazione
  www.lineagrafica.it
------------------------------------------------
*/

/* IE Fix: Bicubic Scaling for Images */
img { -ms-interpolation-mode: bicubic; }

a:active {outline: none;}
a{outline: none;}
:focus{-moz-outline-style: none;}
:-moz-any-link:focus {outline: 1px dotted;}
:-moz-any-link:focus {outline: none;}

a { color: #d9b00d; text-decoration: none;}
a:hover { text-decoration: underline;}

.right { float:right;}
.left { float:left;}

.text_left { text-align: left;}
.text_right { text-align: right;}
.text_center { text-align: center; }

.area p {padding-bottom: 1.2em; line-height: 1.3;}

small {font-size: 90%; font-style: italic;}

b {display: none;}

.inline { display:inline;}

.found {background-color: #FFD700; color: black;}


strong { font-weight:bold;}
em {font-style: italic;}

table.debug td {border: 1px solid red;}

div.hr {
	display: block;
	position: relative;
	clear: both;
	margin:1em 0;
	height: 1px;
	border-bottom: 1px dotted #888;}
	div.hr hr { display: none;}
	div.darker {border-color: #333}


h1, h2, h3, h4 {font-family: Arial, Helvetica, sans-serif; font-weight: bold;}

h1 {font-size: 3.0em; color: #fff; padding-bottom: 0.5em;}
h2 {font-size: 2.0em; color: #CBA50C; padding-bottom: 0.5em;}
#description h1 {font-size: 1.9em; color: #d9b00d; padding-bottom: 0.5em; text-transform: none; font-weight: normal;}
h3 {font-size: 1.4em; color: #fff; padding-bottom: 0.3em;}
h4 {font-size: 1.3em; color: #000; padding-bottom: 0.3em;}



/* ----- lineagrafica credits ------ */
p.credits {
	font-family: "Arial", "Tahoma", Verdana, serif;
	font-size: 10px; margin: 1em 0;
	letter-spacing: 0em; }
	#footer p.credits a {
		display: block; float: left; padding: .2em .5em;
		background: #2d2d2d; text-decoration: none;
		color: #99CC00;}
		#footer p.credits a:hover { color: white; }

		#google_map div { }