@CHARSET "UTF-8";

body {
	background-color: #D68700;
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	color: white;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	background-image: url("img/bg.jpg");
	background-attachment: fixed;
	margin: 0px;
}

div.navi {
	background-color: white;
	height: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.navi a, div.navi img {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	font-weight: normal;
	padding-top:4px;	
	vertical-align:middle;
	display:inline-block;
	text-decoration: none;
}

div.navi img {
	padding-right:25px;
	padding-left:25px;
}

div.navi a:hover, div.navi .selected {
	color: #669933;
	background-image: url("../images/navi_bullet.gif");
	background-position: top center;
	background-repeat: no-repeat;
}

img {
	border: 0px;
}

p, h1, h2 {
	margin-top: 0px;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	line-height: 29px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	line-height: 23px;
}

p.ingressi {
	line-height: 23px;
	font-size: 16px;
}

a {
	color: white;
}

a:hover {
	text-decoration: none;
}

div.wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

div.box {
	background-image: url("img/boxbg.png");
	padding: 20px;
	margin-bottom: 20px;
}

div.box-upright {
	width: 170px;
	height: 340px;
	margin-right: 20px;
	float: left;
	padding-top: 45px;
}

div.box-rightmost {
	margin-right: 0px;
}

div.intro {
	width: 50%;
	float: left;
}

div.quote {
	width: 50%;
	position: relative;
	float: right;
	margin: 0px;
	padding-top: 50px;
}

div.quote img {
	position: absolute;

}

div.quote blockquote {
	font-family: Georgia, Times, serif;
	font-style: italic;
	font-size: 20px;
	line-height: 24px;
	width: 260px;
	float: right;
	margin: 0px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

div.quote blockquote span {
	font-size: 150px;
	float: left;
	line-height: 120px;
	margin-right: 30px; 
}

div.imgbrowser {
	width: 900px;
	height: 450px;
	position: relative;
}

div.imgbrowser img {
	border: 2px solid white;
}

div.galleryControls {
	position: relative;
}

.nextControl {
	width: 34px;
	height: 58px;
	background-image: url("img/next.png");
	display: block;
	position:absolute;
	right: -50px;
	top: 190px;
}

.prevControl {
	width: 34px;
	height: 58px;
	background-image: url("img/prev.png");
	display: block;
	position:absolute;
	left: -50px;
	top: 190px;
}

.addthis_default_style {
	color: #999999;
	padding: 5px;
	background-color: white;
}

.addthis_default_style a {
	color: #999999;
}
