/*

Theme Name: STUDIO TRIBUTARIO LOMBARDI
Theme URI: 
Description: STUDIO TRIBUTARIO LOMBARDI
Tags: 
Author: http://www.studiotributariolombardi.it/
Author URI: 

*/


@charset "UTF-8";
/* CSS Document */




html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}


.gallery img { float:left; padding:3px; background-color:#FFFFFF; border:#CCCCCC 1px solid; margin-right:10px; margin-bottom:10px; }


h2  { font-size:20px; color:#ea6300; padding:0; margin:0; padding-bottom:5px; font-weight:bold; }






ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* FINITO RESET */
/* FINITO RESET */
/* FINITO RESET */
/* FINITO RESET */
/* FINITO RESET */
/* FINITO RESET */
/* FINITO RESET */


.imago { padding:3px; background-color:#FFFFFF; margin:9px; }



body, td, th {
	color: #ffffff;
	margin-top:0px;
	margin:0px;
	font-size: 14px;
	/*font-family: Arial, Helvetica, sans-serif;*/
font-family: 'Maven Pro', sans-serif;

	line-height:24px;
}
body {

	background-color: #ffffff;
	background-position:top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #ea6300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ea6300;
}
a:hover {
	text-decoration: underline;
	color: #ab4801;
}
a:active {
	text-decoration: none;
	color: #ea6300;
}

/*
#sidebar a:link {
	color: #ffbd68;
	text-decoration: none;
}
#sidebar a:visited {
	text-decoration: none;
	color: #ffbd68;
}
#sidebar a:hover {
	text-decoration: underline;
	color: #fedfa3;
}
#sidebar a:active {
	text-decoration: none;
	color: #ffbd68;
}
*/

#content {
	width:552px;
	float:left;
	margin-left:0px; padding-right:60px;  margin-top:0px; 
	
	  min-height: 700px; 
   height:auto !important; 
   height: 700px;  
	
	
}





#sidebar {
	width:292px;
	float:right;
	margin-right:0px; margin-top:0px; color:#333333; border-left:#c2c2c2 1px dashed; padding-left:40px;
font-size:13px;
	
}
#sidebar h1 {
	color:#000000;
	/* font-family:Arial, Helvetica, sans-serif; */
	font-size:20px;
}

#sidebar h3 {
	
	/* font-family:Arial, Helvetica, sans-serif; */
	font-size:16px; padding-bottom:5px;
}


.interno {
	padding:10px;
}
p {
	padding-bottom:15px;
}
h1 {
	color:#ea6300;
	font-size:24px;
	font-weight:bold;
	/* font-family:'Droid Sans', Arial, Helvetica, sans-serif; */
	padding-bottom:10px; line-height:30px; margin-bottom:0px;
}


#content h1 {
	color:#ea6300;
	font-size:27px;
	font-weight:bold;
	/* font-family:'Droid Sans', Arial, Helvetica, sans-serif; */
	padding-bottom:20px; line-height:30px; margin-bottom:0px; margin-top:0px; padding-top:0px;
}

#content li { padding-bottom:15px; list-style-image : url(img/list.gif); margin-left:20px;  }



#content a:link {
	color: #3333ff;
	text-decoration: none;
}
#content a:visited {
	text-decoration: none;
	color: #9900cc;
}
#content a:hover {
	text-decoration: underline;
	color: #0000ff;
}
#content a:active {
	text-decoration: none;
	color: #3333ff;
}











/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	border-right:	1px solid #e5e5e5;
	border-top:		0px solid #CFDEFF;
	padding: 		.75em 1em; font-size:15px; 
/* font-family:Arial, Helvetica, sans-serif; */
	text-decoration:none;
	
	
	
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#383939; 
}
.sf-menu li {
	
}
.sf-menu li li {
	background:		#b6b6b6; 
}
.sf-menu li li li {
	background:		#b6b6b6;  
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#ea6300; color:#ffffff; 
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('img/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('img/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


/*** adding the class sf-navbar in addition to sf-menu creates an all-horizontal nav-bar menu ***/
.sf-navbar {
	background:		#BDD2FF;
	height:			2.5em;
	padding-bottom:	2.5em;
	position:		relative;
}
.sf-navbar li {
	background:		#AABDE6;
	position:		static;
}
.sf-navbar a {
	border-top:		none;
}
.sf-navbar li ul {
	width:			44em; /*IE6 soils itself without this*/
}
.sf-navbar li li {
	background:		#BDD2FF;
	position:		relative;
}
.sf-navbar li li ul {
	width:			13em;
}
.sf-navbar li li li {
	width:			100%;
}
.sf-navbar ul li {
	width:			auto;
	float:			left;
}
.sf-navbar a, .sf-navbar a:visited {
	border:			none;
}
.sf-navbar li.current {
	background:		#BDD2FF;
}
.sf-navbar li:hover,
.sf-navbar li.sfHover,
.sf-navbar li li.current,
.sf-navbar a:focus, .sf-navbar a:hover, .sf-navbar a:active {
	background:		#BDD2FF;
}
.sf-navbar ul li:hover,
.sf-navbar ul li.sfHover,
ul.sf-navbar ul li:hover li,
ul.sf-navbar ul li.sfHover li,
.sf-navbar ul a:focus, .sf-navbar ul a:hover, .sf-navbar ul a:active {
	background:		#D1DFFF;
}
ul.sf-navbar li li li:hover,
ul.sf-navbar li li li.sfHover,
.sf-navbar li li.current li.current,
.sf-navbar ul li li a:focus, .sf-navbar ul li li a:hover, .sf-navbar ul li li a:active {
	background:		#E6EEFF;
}
ul.sf-navbar .current ul,
ul.sf-navbar ul li:hover ul,
ul.sf-navbar ul li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
}
ul.sf-navbar .current ul ul {
	top: 			-999em;
}

.sf-navbar li li.current > a {
	font-weight:	bold;
}

/*** point all arrows down ***/
/* point right for anchors in subs */
.sf-navbar ul .sf-sub-indicator { background-position: -10px -100px; }
.sf-navbar ul a > .sf-sub-indicator { background-position: 0 -100px; }
/* apply hovers to modern browsers */
.sf-navbar ul a:focus > .sf-sub-indicator,
.sf-navbar ul a:hover > .sf-sub-indicator,
.sf-navbar ul a:active > .sf-sub-indicator,
.sf-navbar ul li:hover > a > .sf-sub-indicator,
.sf-navbar ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/*** remove shadow on first submenu ***/
.sf-navbar > li > ul {
	background: transparent;
	padding: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
}






.style1 {
	font-size: 14px;
	color: #ffbd68;
	font-weight: bold;
}
.style2 {color: #FFFFCC}




.angoli_tondi {
     -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}






/*   SOPRA  */

#over_head { height:30px; border-bottom:#FFF 1px solid; text-align:center; width:100%; background-color:#460202; padding-top:12px; color:#FFF; /* font-family:Arial, Helvetica, sans-serif; */ font-size:14px;   }

.prenota_over2 { background-color:#F90; padding:5px;     }


.prenota_over{
border:1px solid #ffffff; -webkit-border-radius: 10px; -moz-border-radius: 10px;border-radius: 10px;font-size:14px;

/* font-family:arial, helvetica, sans-serif; */


padding: 4px 4px 4px 4px; text-shadow: 1px 1px 0 rgba(0,0,0,0.3);font-weight:bold; text-align: center; color: #FFFFFF; background-color: #FC9803;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FC9803), color-stop(100%, #C97A02));
 background-image: -webkit-linear-gradient(top, #FC9803, #C97A02);
 background-image: -moz-linear-gradient(top, #FC9803, #C97A02);
 background-image: -ms-linear-gradient(top, #FC9803, #C97A02);
 background-image: -o-linear-gradient(top, #FC9803, #C97A02);
 background-image: linear-gradient(top, #FC9803, #C97A02);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FC9803, endColorstr=#C97A02);
}

.prenota_over:hover{
 border:1px solid #c57702; background-color: #FFA408;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFA408), color-stop(100%, #E88310));
 background-image: -webkit-linear-gradient(top, #FFA408, #E88310);
 background-image: -moz-linear-gradient(top, #FFA408, #E88310);
 background-image: -ms-linear-gradient(top, #FFA408, #E88310);
 background-image: -o-linear-gradient(top, #FFA408, #E88310);
 background-image: linear-gradient(top, #FFA408, #E88310);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FFA408, endColorstr=#E88310);
}












#menu {
	width:960px; margin:auto;
	height:38px;
	background-position:center top; clear:both;
	 background-color:#f2f3f3; 
}


#menu_interno { width:960px;  margin:auto; }



/*   CORPO  */



#wrap {
	width:960px;
	margin:auto;

	  margin-top:20px;
}


#header {
width:100%; margin-top:0px;
 }


#header_interno {
width:960px;
 margin:auto; 
}

#logo {
float:left; margin-top:20px; margin-bottom:20px;
}




#instagram { width:960px; height:205px;  background-image:url(img/instagram.png); background-position:top; background-repeat:no-repeat; margin:auto; position:relative; margin-top:-72px; 
    z-index:10;
   }

#instagram img { margin:0px; padding:0px; margin-top:62px; margin-left:2px; }


.sep1 { width:100%; height:1px; clear:both; }

.sep5 { width:100%; height:5px; clear:both; }

.sep10 { width:100%; height:10px; clear:both; }

.sep15 { width:100%; height:15px; clear:both; }

.sep20 { width:100%; height:20px; clear:both; }

.sep30 { width:100%; height:30px; clear:both; }

.sep40 { width:100%; height:40px; clear:both; }


.divisore { border-bottom:#666666 1px dashed; padding-top:5px; padding-bottom:10px; }


#footer { font-size:12px; text-align:center; background-color:#f4f0e7; ;width:100%; color:#333333; }

.img_post_right { float:right; padding-left:20px; padding-bottom:10px; }

#apertura_home {
	
width:960px; margin:auto;
	
	
	}


#slide_home {  width:420px; float:left;  height:390px; }

#apertura_target {  width:540px; float:right;  }

#servizi_home {  width:540px; float:right; background-color:#f5f5f5; height:390px color:#333333; font-size:130%;  }

.interno20 { padding:20px; } .interno30 { padding:30px; } .interno40 { padding:40px; }

#content { color:#333333; }

.date { font-size:13px; color:#bebebd; }


.infox { width:210px; border:1px solid #e5e5e5; background-color:#f5f5f5; height:12px; padding:4px;   float:left; font-size:12px; color:#666; }

.messx  { width:270px; border:1px solid #e5e5e5; background-color:#f5f5f5; height:106px; padding:4px;   float:right; font-size:12px; color:#666;}


.info_div { width:220px; float:left; margin-top:10px; margin-right:20px; font-size:12px; color:#666;  }
.info_div2 { width:280px; float:right; margin-top:10px;  font-size:12px; color:#666;  }