
/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* You might find the following useful */
br.dirtyLittleTrick { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
div { position:relative } /* This will save you having to declare each div's position as 'relative' and allows you to absolutely position elements inside them */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */

body {
	color: silver;
	background: #474747 url(images/bg-body.jpg) repeat-x;
}

#main {
	width: 960px;
	margin: 10px auto;
	padding: 0px;
}

h2 {
	margin-left: 100px;
	font-size: 18px;
	
}

.header {
	position: relative;
	margin: 0px;
	width: 960px;
	height: 140px;
	background: url(images/header.png) no-repeat;
}

a.title {
	position: absolute;
	display: block;
	width: 204px;
	height: 70px;
	margin-top: 35px;
	margin-left: 230px;
	border: none;
	text-indent: -9999px;
	background: url(images/lucapacilli.png) no-repeat;
	text-decoration: none;
}

.header ul {
	margin-right: 150px;
}
li.menu-header {
	display: inline;
	margin-top: 95px;
	margin-right: 10px;
	float: right;
}

li.menu-header a{
	color: silver;
	background-color: gray;
	}
li.menu-header a:hover{
	color: gray;
	background-color: silver;
	}

li.menu-header a{
	display: block;
	text-decoration: none;
	/* color: rgba(85,85,85, 0.85); */
	color: rgb(73,109,166);
	text-shadow: 0 1px 1px rgba(255,255,255,1);
	padding: 5px 20px; 
	background-color: rgba(255,255,255,0.6);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	font: bold 14px "century gothic", Verdana, Lucida, sans-serif;
	letter-spacing: 0.1em;
	border: 1px solid white;
	text-transform: uppercase;
}

body#contatti li.menu-header a#contatti, body#about li.menu-header a#about, li.menu-header a:hover{
	display: block;
	/* color: rgba(85,85,85, 0.85); */
	color: rgb(73,109,166);
	text-shadow: 0 1px 1px rgba(255,255,255,1);
	background-color: rgba(255,255,255,0.7);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	
	}
	
#ashowcase {
	position: relative;
	width: 900px;
	min-height: 500px;
	background: url(images/lights2.png) no-repeat;
	margin: 0px auto;
}
#asviewg {
	position: relative;
	width: 900px;
	min-height: 500px;
	background: url(images/lights3.png) no-repeat;
	margin: 0px auto;
}
#fotoframe {
	position: absolute;
	margin-left: 156px;
	margin-top: 92px;
	
}

#pageabout {
	width: 650px;
	margin: 10px auto 50px;
	}

#pageabout p, address{
	font-family: "century gothic", Verdana, Lucida, sans-serif;
	font-size: 12px;
	color: silver;
	text-align: justify;
	}
	address{
	text-indent: 15px;
	text-shadow: 0 1px 1px rgba(0,0,0,1);
	}
	p.adr{
	padding: 2px;
	}

h2.titolo{
	font-family: "century gothic", Verdana, Lucida, sans-serif;
	font-size: 16px;
	color: silver;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 40px;
	text-decoration: underline;
	}
	
#pageabout a{
	color: orange;
	text-decoration: none;
	}
	#pageabout a:hover{
	text-decoration: underline;
	}

#footer {
	width: 900px;
	margin: 0px auto;
}
#footer p {
	color: silver;
	text-align: center;
	font-size: 13px;
	font-family: verdana;
	text-shadow: 0 1px 1px rgba(0,0,0,1);
	margin: 1px;
	}
#footer p.firefox {
	font-size: 10px;
	margin-top: 20px;
	}
	#footer p.firefox a {
	text-decoration: none;
	color: orange;
	}
	#footer p.firefox a:hover{
	text-decoration: underline;
	}
div.panel-overlay h2 {	
		text-shadow: 1px 1px 1px #191919;
		color: white;
		font-size: 18px;
		font-weight: bold;
		font-family: "Lucida Grande", Verdana, Arial, sans-serif;
		
	}
/*jquery slide show css*/
#gallery {
	position:absolute;
	margin-top: 92px;
	margin-left: 158px;
	height:260px
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:solid 5px white;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:100px; 
		width:100%; 
		position:absolute;
		bottom:-5px;
		margin-left: 5px;
	}

	#gallery .caption .galcontent {
		margin:7px;
		font-size: 13px;
		font-weight: bold;
	}
	
	#gallery .caption .galcontent h3 {
		font-size: 16px;
		margin:0;
		padding:0;
		/* color:#1DCCEF; */
		color: orange;
	}
/*fine jquery css*/
