/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
table { border-collapse: collapse; border-spacing: 0; }

* { behavior:url(iepngfix.htc); }

html { height: 100% }

body { font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif; font-weight: 300; color: #838383; background: #1e1e1e  url(images/bg_home.jpg) no-repeat 0px 0px; height: 100%; }

/* LAYOUT */

#container { width: 870px; height: 525px; margin: 50px auto; position: relative; }

#logo {
	width: 233px;
	height: 233px;
	background: transparent url(images/logo.png) no-repeat top;
	position: absolute;
	bottom: -50px;
	right: -60px;
	z-index: 9;
}

/* NAV */

#menu {
	width: 125px;
	height: auto;
	position: absolute;
	top: 40px;
	left: 0px;
}
#menu li {
	width: 100%;
	list-style: none;
	margin: 0px 0px 4px 0px;
	padding: 0px;
	text-align: right;
}
#menu li a { 
	font-family: "Helvetica-Condensed", "Helvetica Neue", Helvetica, arial, sans-serif; 
	font-weight: bold; 
	color: #857741;
	font-size: 16px;
	letter-spacing: 1px;
	text-align: right;
	margin: 0px 0px 0px 0px;
	width: auto;
}

#menu li a.active { 
	color: #8f8a79;
}
		
#menu li a:hover {
	color: #8f8a79;
}

/* CONTENT */

#content {
	width: 710px;
	height: 495px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: transparent url(images/content.png) no-repeat top;
	z-index: 2;
	padding: 15px;
	text-align: center;
}

/* MISC */

img { border: none; }

.clear { clear: both; }

#gallery {
	width: 690px;
	margin: auto;
}
#gallery img {
	margin: 13px;
}
#w1, #w2, #w3, #w4, #w5 {
	width: 690px;
	margin: auto;
}
#w1 img, #w2 img, #w3 img, #w4 img, #w5 img {
	margin: 5px;
}
img.eventi {
	float: left;
	margin: 0px 10px 0px 10px;
}
ul {
	margin: auto;
}
ul li {
	text-align: left;
}

/* TYPE */
a { 
	color: #787878;
	text-decoration: none;	
}

a:hover { 
	color: #857741;
	text-decoration: none;	
}

a:active, a:focus{ 
   outline:0;
}

p {
	color: #787878;
	font-size: 12px;
	text-align: justify;
	line-height: 1.8;
	padding: 0px;
	font-weight: 300;
}
p.titolo { 
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif; 
	font-weight: lighter; 
	color: #516064;
	font-size: 32px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	line-height: 1.0;
}
p.intro {
	font-size: 14px;
	letter-spacing: 2px;
	margin: 40px 0px 0px 80px;
	line-height: 2.0;
}
p.pagine {
	font-size: 12px;
	letter-spacing: 2px;
	margin: 20px 10px 0px 10px;
}
span.gold {
	color: #857741;
}
/* FOOTER */
#footer {
	width: 100%;
	height: 30px;
	padding: 5px 0 0;
	margin: 10px 0 0;
	border-top: 1px solid #cccccc;
}
#footer p {
	font-family: "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
	color: #777777;
	font-size: 11px;
	text-align: center;
	padding: 5px 0 0;
	margin: 0px;
	font-weight: normal;
}
#footer p.footer a{
	color: #b1b1b1;
}
#footer p.footer a:hover{
	color: #969696;
}

