/* 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; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

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

/* LAYOUT */

#wrapper {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	background: transparent url(images/bg.jpg) no-repeat top center;
	z-index: 1;
}

#container { 
	margin: 0px auto 0px auto;
	width:950px;
	min-height:650px;
	position:relative;
	z-index: 99;
	z-index: 2;
}

#logo {
	width: 179px;
	height: 179px;
	background: transparent url(images/logo.png) no-repeat 0px 0px;
	position: absolute;
	top: 20px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}

/* NAV */

#menu {
	width: 271px;
	height: 438px;
	position: absolute;
	top: 20px;
	left: 200px;
	background: transparent url(images/menu.png) no-repeat top;
}
#menu ul {
	list-style: none;
}
#menu ul li {
	margin: 15px 0px 18px 0px;
}
#menu li a {
	position:relative;
	display:block;
	line-height:4px;
	height:40px;
	width:100%;
	margin: 0px 0px 0px 0px;
	text-indent: -999em;
}

#home, #home a {
	background: transparent url(images/home.png) no-repeat 0 0;
}
#ristorante, #ristorante a {
	background: transparent url(images/ristorante.png) no-repeat 0 0;
}
#gallery, #gallery a {
	background: transparent url(images/gallery.png) no-repeat 0 0;
}
#eventi, #eventi a {
	background: transparent url(images/eventi.png) no-repeat 0 0;
}
#contatti, #contatti a {
	background: transparent url(images/contatti.png) no-repeat 0 0;
}

#menu a:hover {
	background-position: 0px -46px;
}

#menu a.active {
	background-position: 0px -46px;
}

/* CONTENT */

#content {
	width: 480px;
	height: 300px;
	position: absolute;
	top: 30px;
	left: 495px;
}


/* MISC */

img { border: none; }

.clear { clear: both; }

ul {
	width: auto;
	height: auto;
	list-style: circle;
	margin: 0px;
	padding: 0px;
}
li {
	margin: 15px 0px 15px 0px;
	padding: 0px;
	color: #bcbcbc;
}

a.mappa {
	position: absolute;
	bottom: 15px; right: 0px;
	width: 176px; height: 31px;
	background: transparent url(images/mappa.gif) no-repeat 0 0;
	text-indent: -999em;
	display: block;
	margin: auto;
	cursor: pointer;
}
a.mappa:hover {
	background: transparent url(images/mappa.gif) no-repeat 0px -31px;;
}

a.awesome {
   background: #1d0302;
   display: inline-block;
   padding: 5px 10px 6px;
   color: #9f7003;
   text-decoration: none;
   font-weight: normal;
   line-height: 1;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   position: relative;
   cursor: pointer;
}
a.awesome:hover {
	background: #1d0302;
	color: #fde4ad;
}
.medium.awesome, .medium.awesome:visited { font-size: 13px; font-weight: normal; line-height: 1;  }

#content ul {
	margin: 0px 0px 0px 20px;
}
#content li {
	color: #fde4ad;
	font-size: 13px;
	text-align: justify;
	padding: 0px;
	font-weight: 300;
	margin: 0px 0px 6px 0px;
}

/* GALLERY */
.icon_holder {float:left; margin: 10px 10px 3px 0px;}
.icon {	
	border:1px solid #9f7003;
	padding: 2px;
	border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}


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

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

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

p {
	color: #fde4ad;
	font-size: 15px;
	text-align: justify;
	line-height: 1.8;
	padding: 0px;
	font-weight: 300;
}
p.titolo { 
	color: #9f7003;
	font-size: 18px;
	font-weight: 300;
	text-align: left;
	padding: 0px;
	margin: 0px;
	line-height: 1.6
}
p.evidence { 
	color: #9f7003;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
	padding: 0px;
	margin: 0px;
	line-height: 1.6
}
p.home { 
	color: #9f7003;
	font-size: 24px;
	font-weight: 300;
	text-align: left;
	padding: 0px;
	margin: 0px;
	line-height: 1.6;
}
span.evidence {
	color: #fde4ad;
}

/* FOOTER */
#footer {
	width: 100%;
	height: 30px;
	padding: 5px 0 0;
	margin: 10px 0 0;
	border-top: 1px solid #cccccc;
}
