/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body
{
	font: 11px/16px Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #000;
}

a:link, a:visited, a:active {
	color: #245784;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus
{
	outline: 1px dotted invert;
}

hr
{
	border-color: #808080;
	border-style: solid;
	border-width: 0.2em 0 0;
	clear: both;
	height: 0;
	margin-bottom: 1.254545em;
}

/* =Headings
--------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #245784;
}

h1
{
	font-size: 1.363636em;
	line-height: 1.066667em;
	margin-bottom: 1.066667em;
}

h2
{
	font-size: 1.181818em;
	line-height: 1.230769em;
	margin-bottom: 1.230769em;
}

h3
{
	font-size: 1.090909em;
	line-height: 1.333333em;
	margin-bottom: 1.333333em;
}

h4, h5, h6, p
{
	font-size: 1em;
	line-height: 1.454545em;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}

ul
{
	list-style: square;
}

li
{
	margin-left: 30px;
}

p,
dl,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
	margin-bottom: 1.454545em;
}
p.categoria_tavolo {
	margin: 0;
}
p.comment {
	font-size: 0.7em;
	margin-left: 22px;
	font-style: italic;
}
