/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 12px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #444;
}

a:focus {
	outline: 1px dotted invert;
}

a,a:link,a:visited {
	color:#000;
	text-decoration:none;
}

a.white,a.white:link,a.white:visited {
	color:#FFF;
	text-decoration:none;
}

a.green,a.green:link,a.green:visited {
	color:#41AD49;
	text-decoration:none;
}

a:hover, a.white:hover {
	text-decoration:none;
	color: #41AD49;
}

a.green:hover {
	text-decoration:none;
	color: #000;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font: 18px Georgia, Helvetica, Arial;
	font-weight: normal;
	color:#000;
}

.secondaryNews h2, .otherNews h2, .otherInfo h2, #boxEventi h2, #boxNormativa h2 {
	font: 15px Georgia, Helvetica, Arial;
	font-weight: normal;
}

h3 {
	font: 15px Georgia, Helvetica, Arial;
	font-weight: normal;
}

#ultimora h3, #libroSettimana h3, .mainNews h3, .link h3 {
	color: #41AD49;
}

h4 {
	font-size: 11px;
}

h5 {
	font-size: 11px;
}

h6 {
	font-size: 15px;
}

.data {
	font-size: 11px;
}

.sottotitolo {
	font-family: Georgia, Helvetica, Arial;
}

.approfondimento b, .approfondimento strong {
	font-weight: normal; 
}

#libroSettimana table td, #bread  {
	font-size:11px;
}

#boxShop h3, #boxCatalogoAP h3, #aziendaMese h3 a, #prodottoMese h3 a {
	font: 1em arial; 
	font-weight: bold; 
	margin:0;
}

#boxCatalogoAP h3 a, #boxCatalogoAP h3 a:link, #boxCatalogoAP h3 a:visited, #boxShop h3 a, #boxShop h3 a:link, #boxShop h3 a:visited {
	text-decoration: none;
}

#boxCatalogoAP h3 a:hover, #boxShop h3 a:hover {
	color:#41AD49;
	text-decoration:none;
}

#footer .credits  {
	font-size: 11px;
	line-height: 14px;
	color: #CCC;
}

#libreria h2, #riviste h2 {
	font: 12px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-weight: bold;
}

#libreria h3 {
	font: 18px Georgia, Helvetica, Arial;
	font-weight: normal;
}

#schedaProdotto h2 {
	font: 18px Georgia, Helvetica, Arial;
	font-weight: normal;
	margin-bottom: 5px;
}

#schedaProdotto h3 {
	font: 14px Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	margin-top: 20px;
	margin-bottom:5px;
}

#listaProdotti h3 {
	font: 12px Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	margin-bottom:5px;
	font-weight:bold;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

textarea {
	padding:.1em .2em;
}

input {
	padding:.2em .1em;
	font-size: 11px;
}

select {
	padding:.2em .1em 0;
}

select[multiple] {
	margin-bottom:.8em;
}

option {
	padding:0 .4em .1em;
}

button {
	padding:.3em .5em;
}

input[type='radio'] {
	position:relative;
	bottom:-.2em;
}
