/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

body.custom {
    background:#660000 url(/web/20170815224412im_/http://www.ristorantedaucila.com/en/wp-content/themes/thesis_17/custom/images/tail2.jpg) 0 0 repeat-x;
}

.custom div.testoptop {
background-color: #f3f3f3;
margin-top: 5px;
font-weight: normal;
font-size: 1.3em;
color:#333333;
line-height: 1.4em;
padding-bottom: 5px; padding-top: 5px;
padding-left: 3px; padding-right: 3px;
margin-left:1px; margin-right:1px;
margin-bottom: 6px;
border:1px solid #cccccc;
}

.custom div.testoptop p.question {
font-weight: bold;
color:#00AA00;
 }


.custom .format_text entry-content p.question {
font-weight: bold;
color:#00AA00;
 }




.custom #container {
    margin-top: 3px;
    margin-bottom: 20px;
    padding-left: 0px; padding-top: 0px; padding-bottom: 0px; padding-right: 0px;

}

.custom #header {
padding-left: 5px; padding-top: 5px; padding-bottom: 5px; padding-right: 5px;
}

.custom #page {
padding-left: 3px; padding-top: 3px; padding-bottom: 3px; padding-right: 3px;
border:1px solid #cccccc;
}


.custom #footer {
padding-left: 5px; padding-top: auto; padding-bottom: auto; padding-right: 5px; height: 50px;
border-top:1px solid #cccccc;
}


.custom #footer .footer_testo {color: #000000; text-align:center; padding: 5px 0; font-size: 12px;
line-height: 25px;
 }


#lingue { width: 31.5em; height: 2.3em; list-style: none; }
.qtrans_language_chooser { list-style-type:none;  }
.qtrans_language_chooser li { margin:3px; float:left;  }

.custom .lingua_flag { height:12px; width:18px; display:block; }

.custom .lingua_flag_it { background:url(https://web.archive.org/web/20170815224412im_/http://www.ristorantedaucila.com/wp-content/themes/thesis_17/custom/images/it.png) no-repeat }
.custom .lingua_flag_uk { background:url(https://web.archive.org/web/20170815224412im_/http://www.ristorantedaucila.com/wp-content/themes/thesis_17/custom/images/uk.png) no-repeat }
.custom .lingua_flag_fr { background:url(https://web.archive.org/web/20170815224412im_/http://www.ristorantedaucila.com/wp-content/themes/thesis_17/custom/images/fr.png) no-repeat }



#menu-bar {
	width: 890px;
	height: 25px;
	background: url(/web/20170815224412im_/http://www.ristorantedaucila.com/en/wp-content/themes/thesis_17/custom/img/bg-nav2b.jpg) left top repeat-x;
	margin:0 0 0 5px;
}

.custom ul.menu li a {
  background:#660000;
  color:#ffffff;
}


.custom ul.menu li a:hover {
  
  background:#990000;
  color:#ffffff;
}

.custom .menu {
  background:#660000;
}

/******** inizio slider *********/
  
#slider {
    width: 900px; /* important to be same as image width */
    height: 246px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin: 2px auto;
}
#sliderContent {
    width: 900px; /* important to be same as image width or wider */
	height: 246px;
    position: relative;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 900px;
    /*background-color: #fff;*/
	background-color: #2e2e2e;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    /*color: #025b7d;*/
	color: #fff;
    display: none;
	
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 16px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}


/******** fine slider *********/


.custom #multimedia_box .image_box { margin-top: 6px; padding-top:0em; padding-right:0em; padding-left:0em; padding-bottom:0em;background: #aa0000 }


.custom #image_box { margin-top: 6px; padding-top:0em; padding-right:0em; padding-left:0em; padding-bottom:0em; background: #00AA00 }

/* css code for page navigation menu
-------- wp-pagenavi----------------------------------- */
.wp-pagenavi { margin: 15px 0px 15px 0px; }
.wp-pagenavi a, .wp-pagenavi a:link { font-size:14px; padding: 5px 9px; margin: 2px; text-decoration: none; border: 1px solid #e1e1c8; color: #413f36; background-color: #eeeeee; }
.wp-pagenavi a:visited { font-size:14px; padding: 5px 9px; margin: 2px; text-decoration: none; border: 1px solid #e1e1c8; color: #413f36; background-color: #eeeeee; }
.wp-pagenavi a:hover { font-size:14px; border: 1px solid #608e7a; color: #FFF; background-color: #003366; }
.wp-pagenavi a:active { font-size:14px; padding: 5px 9px; margin: 2px; text-decoration: none; border: 1px solid #e1e1c8; color: #413f36; background-color: #eeeeee; }
.wp-pagenavi span.pages { font-size:14px; padding: 5px 9px; margin: 2px 2px 2px 2px; color: #000000; border: 1px solid #e1e1c8; color: #413f36; background-color: #eeeeee; }
.wp-pagenavi span.current { font-size:14px; padding: 5px 9px; margin: 2px; font-weight: bold; border: 1px solid #608e7a; color: #FFF; background-color: #003366; }
.wp-pagenavi span.extend { font-size:14px; padding: 5px 9px; margin: 2px; border: 1px solid #608e7a; color: #FFF; background-color: #003366; }





/*
     FILE ARCHIVED ON 22:44:12 Aug 15, 2017 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:54:32 Jul 25, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.005
  exclusion.robots: 0.054
  exclusion.robots.policy: 0.033
  esindex: 0.026
  cdx.remote: 63.576
  LoadShardBlock: 128.011 (3)
  PetaboxLoader3.datanode: 182.889 (5)
  load_resource: 318.151 (2)
  PetaboxLoader3.resolve: 149.402 (2)
*/