/* allworldlyrics */
/* 
.......................
regole generali
.......................
*/

body {
	/*text-align: center;  per IE */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background: #fff;
	color: #999;
	}
/* azzero margin e padding */
body, h1, h2, h3, h4, p, form, fieldset, legend, input, textarea, ul, ol, li, img {
	margin:0;
	padding:0;
	}
/* elimino bordo di defualt */
fieldset {
	border: none;
}
hr {
	display:none;
}
img {
	border:0;
}
a:link, a:visited {
	text-decoration: none;
	color: #03B60C;
}
a:hover {
	color: #fff;
	text-decoration: none;
	background: #87b31c;
}
/*
.......................
Layout
.......................
*/
#container {
	/* contiene tutta la pagina */
	width: 960px;
	margin: 0px auto;
	/*text-align: left;  per IE */
	background: #fff;
}
#header {	
	width:960px;
	/*height:120px;*/
	background: #fff;
	margin:40px 0 0;
}
#contenuti {
	width: 960px;
	background: transparent url(images/bg-grigio.png) repeat-x;
	padding:40px 0 30px;
}
#adv-footer {
	width:960px;
	text-align:center;
	margin:10px 0;
}
#footer{
	width: 960px;
	height: 180px;
	background: transparent url(images/bg-verde.png) repeat-x;
}

/*
.......................
box interni
.......................
*/
/* header */
#logo {
	float:left;
	width:221px;
	height:52px;
	margin-left:33px;
	margin-top:14px;
}
#box-search {
	float:left;
	background:transparent url(images/bg-cerca.png) no-repeat;
	width:421px;
	height:82px;
	margin-left:260px;
	line-height:74px;
}
#box-search form {
	margin-left:80px;
}
.nofloat {
	clear:both;
}
#box-risultati {
	margin:0 33px;
}
/*
...............
Tipografia
...............
*/
h1 {
	font-size:2em;
	font-weight: lighter;
	font-family:Georgia, serif;
	margin-bottom: 1.2em;
	margin-left: 33px;
}
h4 {
	margin-bottom: 0.5em;
	margin-left: 33px;
}
p {
	margin-left:33px;
	margin-bottom:2em;
	line-height:2em;
	font-family:Georgia, serif;
}
ul, ol {
	margin:20px 0 20px 90px;
	line-height:2em;
	font-family:Georgia, serif;
}


