/* Arkitkt 01 - an open source xhtml/css website layout by Scott Benedict--arkitkt.com.
Free to use for any purpose as long as the proper credits are given to the original author.

Version: 1.0 (28 Jun 2006) */

/* @import url(global.css); */

/*global defaults*/

	* {   
		 padding: 0;   /*Resets padding, margin, and borders to 0 for cross-browser consistency*/
		 margin: 0;
		 border: 1; 
	}
	
	body {
	     background-color: transparent; 
	}

	:link, :visited {   
		 text-decoration: none;    /*Removes underline from link/visited for readability*/
	}
	
	ul, ol {
		 list-style: none;    /*Removes bullets from lists*/
	}
	
	a img, :link img, :visited img {
		 border: none;    /*Removes border images*/
	}
	
	option {
		 min-width: 1.5em;    /*Fixes mozilla problem with forms caused by universal reset*/
	}

/* end global defaults */


body {
		 background-image: url(../images/background_yellow.gif);
		 background-repeat: repeat-x;
		 margin: 0 auto;
     font-size: 1em; 
}

#page {
     margin: 0 auto;
     width: 750px;
     position: inherit;
     top: 10px; 
}

#header {
     background-image: url(../images/header.gif);
     width: 750px;
     height: 283px; 
}

#navbar {
     display: inline;
     float: right;
     position: relative;
     top: +19px;
     width: 100%;
     left: -145px;
     z-index: 1; 
}



#navbar a {
     color: #ffffff;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: .75em;
	 font-weight:bolder;
}

#navbar a:hover {
     color: #650B14;
}

#home {
     position: relative;
     width: 75px;
     left: 225px;
     top: -2px; 
}



#servizi {
     position: relative;
     left: 330px;
     top: 54px;
     width: 75px; 
}



#prezzi {
     position: relative;
     left: 460px;
     top: 99px;
     width: 75px; 
}



#raggiungerci {
     position: relative;
     top: 128px;
     width: 75px;
     left: 620px; 
}



#contatti {
     position: relative;
     left: 780px;
     top:128px;
     width: 75px; 
}



#title {
     color: #ffffff;
     font-family: Arial, Helvetica, sans-serif;
     font-weight: bold;
     text-align: right;
     position: relative;
     right: 35px;
     font-size: 2.5em;
     top: -85px;
     }



#slogan {
     color: #ffffff;
     font-family: Arial, Helvetica, sans-serif;
     text-align: left;
     font-size: 1em;
     position: relative;
     right: 40px;
     top: -90px; 
}



#wrapper {
     background-image: url(../images/bg.gif);
     background-repeat: repeat-y;
     width: 750px;
     float: left; 
}

#content {
     width: 451px;
     position: inherit;
     float: left;
     margin-left: 10px;
     font-family: Arial, Helvetica, sans-serif;
     padding-top: 10px;
     padding-right: 10px;
     padding-bottom: 10px;
     padding-left: 25px; 
}

.entrytitle {
     font-family: Georgia, "Times New Roman", Times, serif;
     color: #650b14;
     font-size: 1.2em;
     padding-bottom: 5px; 
}

.entry {
     font-family: Georgia, "Times New Roman", Times, serif;
     color: #5d761b;
     text-align: justify;
     font-size: .75em;
     padding-bottom: 20px;
	 line-height:1.7em;	
}
.entry:first-letter {
font-size:2em;
font-style:italic;
line-height: 0.8em;
}
.entry a {
     color: #650b14;
}

.entry a:visited {
     text-decoration: line-through; 
}

.entry a:hover {
     color: #ae7e0f;
}

#submenu {
     width: 217px;
     float: left;
     position: relative;
     height: 100%;
     top: -90px;
     z-index: 5; 
}
	 
#submenu h3 {
     padding-top: 25px; 
}

.menutitle {
     font-family: Georgia, "Times New Roman", Times, serif;
     color: #650b14;
     font-size: .75em;
     text-decoration: underline overline;
     text-align: center;
     padding-bottom: 10px; 
}

ul a {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     color: #ae7e0f;
     font-size: .7em;
     text-align: center;
	 font-weight:bold;
     display: block;
     padding-bottom: 5px;  
}



ul a:hover {
     color: #5d761b;
}

.menuactive {}

li {
text-align:center;
color:#5d761b;
font-size:1em;}

a {}

#footer {
     width: 750px;
     height: 180px;
     background-image: url(../images/footer.gif);
     clear: both; 
}

.copyright {
     color: #E0EBBA;
     font-family: Arial, Helvetica, sans-serif;
     font-size: .55em;
     position: relative;
     top: 110px;
     left: 25px; 
}
.copyright a:link {
	color:  #ffffff;
	text-decoration: none;
}
.copyright a:visited {
	text-decoration: none;
	color: #ffffff;
}
.copyright a:hover {
	text-decoration: underline;
	color: #650b14;
}
.copyright a:active {
	text-decoration: none;
	color: #ffffff;
}
a:link {}

a:visited {}

a:hover {}

a:active {}

/* *** ie hacks *** */

* html #navbar {
     top: 7px;   /*ie hack*/
}

* html #home {
     top: 10px;   /*ie hack*/
}

* html #news {
     top: 59px;   /*ie hack*/
}

* html #links {
     top: 102px;   /*ie hack*/
}

* html #about {
     top: 126px;   /*ie hack*/
}

* html #contact {
     top: 122px;
}

* html #title {
     top: -105px;   /*ie hack*/
}

* html #slogan {
     top: -110px;   /*ie hack*/
}

* html #submenu ul a {
     height: 15px;
}







.titleAdmin {
     font-family: Georgia, "Times New Roman", Times, serif;
     color: #5d761b;
     text-align: center;
     font-size: 12px;
     padding-bottom: 20px;
	 line-height: 1.5em;
}
.titleAdmin a {
     color: #ae7e0f;
}
.titleAdmin a:hover {
     color: #650b14;
}

/*|||||||||||||||||||||||||||||||||||||||||||||| css per pagina dei contatti */


.form_error {
     font-family: Georgia, Times New Roman, Times, serif;
     color: #FF0000;
     font-size: .7em;
}

.form_text {
     font-family: Georgia, Times New Roman, Times, serif;
     color: #5d761b;
     font-size: .7em;
}
.form_feedbackOK {
     font-family: Georgia, Times New Roman, Times, serif;
     color: #650b14;
     font-size: 1em;
	 padding-top:20px;
	 line-height:1.7em;
}
.form_field {
}

.form_inputButton {
color:#650b14;
font-weight:bold;
}

.form_inputLine {
background-color: #DDDCA4;
color:#650b14;
}

.form_inputField {
background-color: #DDDCA4;
color:#650b14;
}
.Inputselect {width:303px; background-color:#DDDCA4; color:#650b14;}




#proIframe {
     margin-left: 200px;
}
.frame {
	width: 400px;
	height: 350px;
}

















.commenti {
     font-family: Georgia, "Times New Roman", Times, serif;
     color: #5d761b;
     text-align: justify;
     font-size: 12px;
     padding-bottom: 20px;
	 line-height: 1.5em;
}
.commenti a {
     color: #ae7e0f;
}
.commenti a:hover {
     color: #650b14;
}
.commentatori {
     font-family: Georgia, "Times New Roman", Times, serif;
     color: #650b14;
     font-size: 0.9em;
     padding-bottom: 5px;
	 font-weight:bold;
}
.commentatori a:link {
     color: #ae7e0f;
}
.commentatori a:hover {
     color: #5d761b;
}
.commentatori a:active {
     color: #ae7e0f;
}

.quoteA {
width: 27px;
height: 23px;
}
.quoteB {
width: 27px;
height: 23px;
margin-bottom: -14px;
}
.navSign {
     font-family: Georgia, "Times New Roman", Times, serif;
     color: #5d761b;
     text-align: right;
     font-size: 12px;
     padding-bottom: 20px;
	 line-height: 1.5em;
}
.navSign a {
     color: #ae7e0f;
}
.navSign a:hover {
     color: #650b14;
}
.navSign {
     color: #650b14;
     font-size: .8em;
     padding-bottom: 5px; 
}





/*|||||||||||||||||||||||||||||||||||||||||||||| css per pagina dicono di noi */


<!--
.signme { text-align: center;} /* main signme div container */
.signme .txt, .signme td, .signme .txt a { font-size:11px; }
.signme .signtable, .signme .logintable, .signme .signaturetable {margin-left: auto; margin-right: auto; }
.signme .signtable td { text-align:left; }
.signme .small, .signme .small a { font-size: 9px; }
.signme .count { font-size: 9px; text-align: left;}
.signme .input, .signme .field { width:<?=$fieldlength?>px; border:1px solid #cccccc; }
.signme .input:focus, .signme .field:focus { background-color:#f8f8f8; }
.signme .submit { width:<?=$fieldlength?>px; background-color:#ccc; color:#333; font-weight:bold; border:1px solid #888;}
-->

/*|||||||||||||||||||||||||||||||||||||||||||||| css per form signme, come quella per pagina dei contatti */

.signform_error {
     font-family: Georgia, Times New Roman, Times, serif;
     color: #FF0000;
     font-size: .7em;
}

.signform_text {
     font-family: Georgia, Times New Roman, Times, serif;
     color: #5d761b;
     font-size: .7em;
}

.signform_textMandatory {
     font-family: Georgia, Times New Roman, Times, serif;
     color: #5d761b;
     font-size: .7em;
	 text-align:right;
}
.signform_textCounting {
     font-family: Georgia, Times New Roman, Times, serif;
     color: #ae7e0f;
     font-size: .4em;
	 text-align:right;
}
.signform_field {
}

.signform_inputButton {
color: #650b14;
font-weight:bold;
width: 300px;
}

.signform_inputLine {
background-color: #DDDCA4;
color:#650b14;
width: 300px;
}

.signform_inputField {
background-color: #DDDCA4;
color:#650b14;
width: 300px;
}
.signInputselect {width:303px; background-color:#DDDCA4; color:#650b14;}

.signcount {
font-size:10px;
}


/*|||||||||||||||||||||||||||||||||||||||||||||| css per sessione di admin */


#admin_paragrafi {
     font-family: Georgia, "Times New Roman", Times, serif;
     color: #5d761b;
     text-align: justify;
     font-size: .8em;
     padding-bottom: 20px;
}
.admin_titoli {
     color: #650b14;
     font-size: 1em;
     padding-bottom: 15px; 
}
#admin_form {
padding-left:100px;
}

.admin_error {color:#cc0000;}
.admin_field {
display: block;
        width: 140px;
		height: 20px;
		background-color: #CEDDCC;
        background-c: url(images/input_bg.png);
		border-top: 1px solid #E3E4E9;
		border-left: 1px solid #E3E4E9;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		margin-top: 3px;
	    margin-bottom: 3px;
}
 /* ||||||||||||||||||||||| la seguente è una mia mod per il titolo nel WYSIWYG: non cancellare*/
#wysiwyg_title {
     font-size: 1em;
}







 /* ||||||||||||||||||||||| stili di MyGallery e del LightBox |||||||||*/
.ombra {
width:135px;
height:135px;
margin:0px;
padding:0px;
background-image: url(../images/sfondo.gif);
}
.mgtxt {
     font-family: Georgia, "Times New Roman", Times, serif;
     color: #5d761b;
     text-align: left;
     font-size: 0.75em;
	 line-height:1.7em; 
}
.mgtxt_bis {
     font-family: Georgia, "Times New Roman", Times, serif;
     color: #ae7e0f;
     text-align: left;
     font-size: 0.75em;
	 line-height:1.7em;
	 font-weight:bold;
}
.mgtxt a{
	text-decoration: none;
	 font-family: Georgia, "Times New Roman", Times, serif;
     color: #ae7e0f;
     text-align: left;
	 font-weight:bold;
	 line-height:1.7em; 
}
.mgtxt a:hover{
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
     color: #650B14;
     text-align: center;
 	 font-weight:bold;
	 line-height:1.7em; 
}
.mgtxt_slideshow {
     font-family: Georgia, "Times New Roman", Times, serif;
     color: #ae7e0f;
     text-align: center;
     font-size: 0.75em;
	 line-height:1.7em; 
}
.mgtxt_slideshow a{
	text-decoration: none;
	 font-family: Georgia, "Times New Roman", Times, serif;
     color: #ae7e0f;
     text-align: center;
	 font-weight:bold;
	 line-height:1.7em; 
}
.mgtxt_slideshow a:hover{
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
     color: #650B14;
     text-align: left;
 	 font-weight:bold;
	 line-height:1.7em; 
}
.mggalcap{
	font-weight: bold;
}
.mgimgcap{
	font-weight: bold;
}
.mgsmall, .mgsmall a {
	font-weight:normal;
}
.mgimgbrd {
	margin:10px;
	border: 1px solid #666666;
}
.mgadmincap {
	background-color:#4B6B92;
	color: #ffffff;
	font-weight: bold;
}
.mgadmintdbg {
	background-color: #ffffff;
}
.mgaltbgcol {
	background-color: #dedede;
}
.mginputln {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	color:#FF3300;
	font-size: 10px;
	font-weight: normal;
	border: solid 1px #999999;
}
.mginputradio { vertical-align:middle; }
.mggallery{
	margin-bottom:10px; 
	padding-bottom:10px; 
	border-bottom: dotted 1px #999999;
}


/*
LIGHTBOX STYLES
*/

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(<?=$mgConf['pathtoscript']?>lightbox/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(<?=$mgConf['pathtoscript']?>lightbox/images/prevlabel.gif) left 15% no-repeat; background-position:top left; }
#nextLink:hover, #nextLink:visited:hover { background: url(<?=$mgConf['pathtoscript']?>lightbox/images/nextlabel.gif) right 15% no-repeat; background-position:top right }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	color:#111;
	}
#imageData #imageDetails{ width: 60%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: auto; float: right;  padding-bottom: 0.7em;	}	
#imageData #continueSlideshow{ float:right; padding:0 10px 10px 0; }
#imageData #continueSlideshow img{ cursor:hand; cursor:pointer; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

