* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: 'Libre Baskerville', serif;
}

/* giallo rgb(242,178,73) */
/* bianco rgb(255,255,254) */

body {

	padding: 20px 0 0 0;
	margin: 0;

	background: rgba(2,51,82,1);
	background: -moz-linear-gradient(top, rgba(2,51,82,1) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(2,51,82,1)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(2,51,82,1) 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(2,51,82,1) 0%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(2,51,82,1) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(2,51,82,1) 0%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#023352', endColorstr='#000000', GradientType=0 );

	color: rgb(255,255,254);
	text-shadow: 0px 2px 1px rgba(0, 0, 0, 1);
	font-size: 15px;
}

p {
	padding: 0;
	margin: 0;
}

#bg1 {
	background: transparent url(../img/bg2.png) repeat-y top right;
	background-size: 66%;
}

#bg2 {
	/*background: transparent url(../img/bg1.png) no-repeat bottom left;
	background-size: 50%;*/
}

#content {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 20px;
}

h1 {
	width: 364px;
	height: 306px;
	margin: 0;
	padding: 0;
	float: left;
	background: transparent url(../img/logo.png) no-repeat top left;
	text-indent: -999em;
}

a {
	color: rgb(242,178,73);
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#socials {
	width: 586px;
	height: 40px;
	float: right;
}

#socials a {
	display: block;
	width: 34px;
	height: 34px;
	float: right;
	margin-left: 10px;
	text-indent: -999em;
}

#socials a.facebook {
	background: transparent url(../img/facebook.png) no-repeat center center;
}

#socials a.twitter {
	background: transparent url(../img/twitter.png) no-repeat center center;
}

#socials a.pinterest {
	background: transparent url(../img/pinterest.png) no-repeat center center;
}

#evento {
	margin-top: 10px;
	width: 586px;
	float: right;
	text-align: center;
}

#evento .claim {
	margin-bottom: 20px;
	color: rgb(242,178,73);
	font-weight: bold;
	font-size: 42px;
}

#evento .luogo {
	margin-bottom: 20px;
	font-size: 22px;
	line-height: 30px;
}

#evento .testo {
	text-align: justify;
	margin-bottom: 18px;
	line-height: 26px;
}

#evento .testo strong {
	color: rgb(242,178,73);
}

#libro {
	margin-top: 0px;
}

#libro .cover {
	width: 364px;
	float: left;
	text-align: right;
}

#libro .claim {
	margin-top: 70px;
	width: 586px;
	float: right;
	font-weight: bold;
	font-size: 32px;
	text-align: center;
	line-height: 48px;
}

#libro .claim strong {
	color: rgb(242,178,73);
}

#libro .comment {
	width: 566px;
	float: right;
	margin-top: 60px;
	font-size: 28px;
	line-height: 42px;
}

#libro .info {
	float: right;
	margin-top: 60px;
	margin-right: 150px;
}

#libro .comment strong {
	color: rgb(242,178,73);
}

#libro .info h2 {
	margin: 0;
	padding: 0;
	font-size: 28px;
	color: rgb(242,178,73);
}

#libro .info ul, #libro .info li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 15px;
	line-height: 20px;
}

#libro .info ul {
	margin-top: 10px;
}

#libro .site {
	width: 586px;
	float: right;
	margin-top: 60px;
	text-align: center;
	font-size: 36px;
}

#libro .site a {
	color: rgb(255,255,254);
}

#footer {
	margin-top: 60px;
	text-align: center;
	font-size: 15px;
}

#copy {
	margin-top: 20px;
	margin-bottom: 40px;
	text-align: center;
}

#viridea-collaborazione {
	width:50%;
	float:left;
	text-align:right;
	margin-top:50px;
}

#viridea {
	width: 50%;
	float: right;
}

#viridea a {
	display: block;
	width: 210px;
	height: 120px;
	/*margin: 0 auto;*/
	text-indent: -999em;
	background: transparent url(../img/logo_viridea.png) no-repeat top left;
}

.clearfix {
	display: block;
	float: none;
	clear: both;
	font-size: 0;
	line-height: 0;
	width: 100%;
	height: 0;
	overflow: hidden;
	content: ".";
} 