@charset "UTF-8";
/* CSS Document */
/*
Description: CSS for Azzinari (FEbbraio 2009)
Version: 1.0
Author:Eugenio Marcucci
*/
/*-----------------------------------------------------------------------------------------------
  Global Styles
-----------------------------------------------------------------------------------------------*/
* {
	padding:0;
	margin:0;
	outline:0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { font-weight:normal; }

li, dd { margin-left:5%; }

.clear{ clear:both; height:0px; font-size:0px; line-height:0px; }

a img{ border:none; }

html{
	background:#0c0c0c url(../img/bg_html.jpg) repeat-y center top;
}

body{
	background:transparent url(../img/bg_body.jpg) no-repeat center bottom;
	font-family:'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:20px;
	color:#d9d9d9;
}

#wrapper{
	background:transparent url(../img/bg_wrapper.jpg) no-repeat center top;
}

#container{
	width:900px;
	margin:0 auto;
}

.column{
	width:435px;
}
.left{
	float:left;
}
.right{
	float:right;
}

/* H */
h1 a, h2 a, h3 a{
	text-decoration:none;
}

h1, h1 a{
	
}
h2, h2 a{
	font-size:18px;
	color:#646464;
	margin-bottom:20px;
}
/*--- A ---*/
a, p a, blockquote a, li a{
	color:#fff;
	text-decoration:underline;
}
a:hover, p a:hover, blockquote a:hover, li a:hover{
	color:#bbb;
}

a.more{
	display:block;
	float:left;
	color:#B3B1B1;
	font-size:12px;
	line-height:25px;
	text-decoration:none;
	padding:0 10px 0 0;
	margin:10px 6px 25px 0;
	background:transparent url(../img/bg_sld_a.gif) no-repeat right center;
}
a.more span{
	color:#f7f7f7;
	font-style:normal;
	padding:0 8px 0 15px;
	background:transparent url(../img/bg_sld_a_span.gif) no-repeat left center;
}
a.more:hover{
	background:transparent url(../img/bg_sld_a_hover.gif) no-repeat right center;
}
a.more span{
	color:#f7f7f7;
	font-style:normal;
	padding:6px 6px 6px 15px;
	background:transparent url(../img/bg_sld_a_span.gif) no-repeat left center;
}
a.more:hover span{
	background:transparent url(../img/bg_sld_a_span_hover.gif) no-repeat left center;
}
/*-- istruzioni generiche --*/
p{
	margin-bottom:15px;
}

/*--- Menu ---*/
#menu{
	height:20px;
	padding:13px 0 17px 0;
}
#menu ul li{
	list-style-type:none;
	list-style-image:none;
	display:inline;
	margin:0 15px 0 0;
	padding:0;
}
#menu ul li a, #menu ul li a span{
	color:#B3B1B1;
	font-size:12px;
	text-decoration:none;
	height:auto;
	padding:6px 6px 6px 0;
	margin-right:6px;
}
#menu ul li a:hover, #menu ul li a.selected{
	background:transparent url(../img/bg_sld_a.gif) no-repeat right center;
	margin:0 12px 0 -15px;
}

#menu ul li a:hover span, #menu ul li a.selected span{
	color:#f7f7f7;
	font-style:normal;
	padding:6px 0 6px 15px;
	background:transparent url(../img/bg_sld_a_span.gif) no-repeat left center;

}

/*-----*/
#slideshow{
	height:250px;
	text-align:center;
}


/*--- Content ---*/
#content{
	padding:25px 0 50px 0;
	margin-bottom:25px;
	min-height:700px;
}
#content img, iframe{
	border:4px solid #f0f0f0; 
}

.photo p{
	margin:0; 
	padding:0;
}
.caption{
	font-size:10px;
	color:#6B6B6b;
	background-color:#171717;
	padding:5px;
	margin-bottom:30px;
	float:right;
	clear:both;
}
.caption a, .caption p a{
	color:#6B6B6b;
	text-decoration:underline;
}
.caption a:hover, .caption p a:hover{
	color:#f1f1f1;
}

.gallery{
	margin-bottom:20px;
}
.gallery a{
	display:block;
	float:left;
	height:90px;
	width:90px;
	border:3px solid #f0f0f0;
	padding:0;
	margin:0 5px 10px 5px;
	margin /**/:0 6px 10px 6px;
}
.gallery a:hover{
	border-color:#777;
}
#content .gallery a img{
	height:90px;
	width:90px;
	margin:0;
	padding:0;
	border:none;
}

.post{
	border-bottom:1px solid #222; 
	margin-bottom:20px;
}

ul.elenco_opere li{
	list-style-image:none;
	list-style-type:none;
	margin:0 0 10px 0;
}
/*--- Form per i Contatti ---*/
#f_contact input, #f_contact textarea{
	padding:5px 6px 5px 4px;
	font-size:12px;
	border:1px solid #292929;
	background-color:#0d0d0d;
	color:#b2b0b0;
	margin:2px 0 15px 0;
	width:95%;
	font-family:'Lucida Grande', Arial, Helvetica, sans-serif;
}

#f_contact label{
	display:block;
	color:#b2b0b0;
}

#f_contact input.checkbox{
	width:auto;
	margin:10px 10px 0 0;
	padding:0;
}

/*--- Footer ---*/
#footer{
	font-size:10px;
	color:#4e4e4e;
	text-align:right;
	padding-bottom:220px;
}
#footer a, #footer a:hover{
	color:#4f4f4f;
}