/* Ristorante Anchise - CSS StyleSheet */

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#3f2808;
	margin:0;
	padding:0;
	background:#590202 url('../images/body_bg.jpg') top center no-repeat; }
	
a {
	color:#fcc779;
	text-decoration:none;
	outline:none }
	
a:hover {
	color:#f8efc1;
	text-decoration:none }

.content {
	position:relative;
	width:940px;
	margin:0 auto;
	padding:0; }

	
img { border:0 }
.clear { clear:both; display:block; height:1px; font-size:1px }
	


/* ------------------------------------- */
/* Header                                */

#header {
	position:relative;
	width:100%;
	border-bottom:2px solid #4a0c0c }
	
	#header.homepage { height:458px }
	#header.subpage { height:116px }
	
	#header h1, #header h1 a {
		margin:0; padding:0; z-index:5;
		width:357px;
		height:127px;
		margin-left:-9px;
		text-indent:-999em;
		background:url(../images/logo.png) no-repeat; }
		
		#header h1 { position:relative; margin-top:2px; }
		#header h1 a { display:block; padding:10px 0; margin:0; background:none; }
			
		#header h1 span {
			color:#D2B28D;
			letter-spacing:-0.01em;
			display:block;
			margin:0;
			padding:0;
			font-size:20px }*/
			
	#header .address {
		font-size:12px;
		position:absolute;
		top:30px;
		right:0 }
			

/* ------------------------------------- */
/* Navigation                            */

#navigation {
	position:absolute;
	right:0;
	top:0;
	width:522px;
	height:98px;
	z-index:3;
	font-size:18px;
	background:url(../images/bg_navigation.png); }
	
	#navigation.subpage {
		top:-97px !important }
	
	#navigation ul {
		/*height:20px;
		list-style:none;*/
		margin:45px 0 0 0; padding:0; }
	
	#navigation ul li {
		margin:0 0 0 18px;
		position:relative;
		display:inline;
		padding:0 0 5px 0;
		float:left; }
		
	#navigation ul li a {
		padding:0 0 20px 0; }

		#navigation ul li a:hover {
		color:#fff5e6; }
		#navigation ul li.current a {
		color:#fe9e02; }
		#navigation ul li.current li a {
		color:#fff5e6; }
		
		#navigation ul li a span {
		display:block;
		color:#f8efc1;
		font-size:12px;
		font-style:italic; }
	
	/* SUPERFISH DROPDOWNS */
	#nav li ul { display:none; position:absolute; top:40px; left:-20px }
	#nav li > ul { top:40px; left:-20px }
	/*#nav li:hover ul, #nav li.sfHover ul { padding:18px 0 2px 0; position:absolute; top:40px; left:-20px }*/
	
	/*** ESSENTIAL STYLES ***/
	#nav, #nav * { margin:0; padding:0;	list-style:none; }
	/*#nav { line-height:1.0;}*/
	#nav ul { position:	absolute; top:-999em; width:10em; /* left offset of submenus need to match (see below) */ }
	#nav ul li { width:100%; }
	#nav li:hover {	visibility:inherit; /* fixes IE7 'sticky bug' */}
	#nav li { float:left; position:relative; }
	#nav a { display:block; position:relative; }
	#nav li:hover ul,
	#nav li.sfHover ul { top:40px; left:-20px; /* match top ul list item height */	z-index:99;	}
	ul#nav li:hover li ul,
	ul#nav li.sfHover li ul { top:-999em; }
	ul#nav li li:hover ul,
	ul#nav li li.sfHover ul { left:10em; /* match ul width */ top:0; }
	ul#nav li li:hover li ul,
	ul#nav li li.sfHover li ul { top:-999em;}
	ul#nav li li li:hover ul,
	ul#nav li li li.sfHover ul { left:10em; /* match ul width */ top:0; }
	
	/* END SUCKERFISH DROPDOWNS */
	
	
	#nav li ul { z-index:3; width:150px; height:auto; padding:18px 0 2px 0; margin:0; border-top:2px solid #ffd06a;
	background:#b34d27 url('../images/dropdown_arrow.png') no-repeat top center; opacity:.95; filter: alpha(opacity=95); -moz-opacity: 0.95 }
	
	#nav li ul li { float:none; width:150px; margin:0; padding:0 !important; display:block }
	#nav li ul li a { display:block; padding:6px 10px !important; height:auto !important; margin:0 2px; border-bottom:1px solid #b34d27; border-top:1px solid #b34d27; background:none; text-align:left; font-size:15px; color:#ffe7c5; text-transform:uppercase }
	#nav li ul li a:hover { color:#b34d27; background:#edd6aa; border-bottom:1px solid #f8efc1; border-top:1px solid #f8efc1 }

#featured-item {
   width: 661px; /* important to be same as image width */
   height: 310px; /* important to be same as image height */
   position: relative; /* important */
   background:#FCE8CB;
   float:left;
   margin:-9px 0 20px 0;
   display:block;
   overflow: hidden; /* important */
}

#featured-itemContent {
   width: 661px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin:0; padding:0;
   list-style:none;
   margin-left: 0; /* important */
}

.featured-itemImage {
	border:8px solid #FCE8CB; width:645px; height:294px;
   	float: left; /* important */
   	position: relative; /* important */
   	display: none; /* important */
}

.featured-itemImage span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   width: 645px;
   background-color: #2d0101;
   filter: alpha(opacity=85); /* here you can set the opacity of box with text */
   -moz-opacity: 0.85; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.85; /* here you can set the opacity of box with text */
   opacity: 0.85; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */

   bottom: 0; 		/* if you put
   					top: 0; -> the box with text will be shown at the top of the image
       
	   				if you put
       				bottom: 0; -> the box with text will be shown at the bottom of the image */ }
					
.featured-itemImage span strong {
	font-weight:normal;
	font-size:20px; letter-spacing:-1px;
	display:block;
	color:#fff !important;
	margin:15px 0 5px 15px !important; padding:0 }

.featured-itemImage span b {
	font-weight:normal;
	display:block;
	color:#D2B28D;
	margin:3px 0 12px 15px !important; padding:0;
	line-height:18px; font-size:14px;
	width:450px }
	
.featured-itemImage span em.price {
	font-style:normal;
	display:block;
	height:30px;
	padding:5px 0;
	font-size:30px; color:#FFF; letter-spacing:normal;
	position:absolute; right:15px; top:18px }

.featured-itemImage span em.more-info {
	font-style:normal;
	font-size:14px;
	font-weight:bold;
	display:block;
	position:absolute; right:15px; top:52px }

.clear { clear: both } 


/* ------------------------------------- */
/* Homepage Right                        */

#homepage-right {
	line-height:25px;
	float:left;
	margin:-9px 0 0 30px;
	padding:5px 0 23px 0;
	height:264px;
	width:249px }
	
	#homepage-right h3 {
		color:#F3E6D7;
		font-size:22px;
		font-weight:bold;
		margin:0; padding:0;
		letter-spacing:-0.01em }

	#homepage-right h3 span {
		font-size:12px;
		font-weight:normal;
		font-style:italic;
		font-family:"Georgia", Times New Roman, Times, serif;
		vertical-align:super; }
		
	#homepage-right p {
		font-size:18px;
		color:#d2b28d;
		padding:0; margin:0 0 12px 0 }
		
		#homepage-right p.hours {
			font-size:14px; line-height:19px }
			
			p.hours span {
			display:blocK; float:right; width:88px; height:61px; text-indent:-999em; background:url('../images/bg_orari.png') no-repeat 0 2px }
		
			p.hours strong { color:#FFF }
	
		
		#homepage-right p.gmaps {
			padding:3px 0 6px 30px;
			margin:0 0 5px 0;
			background:url('../images/icon_gmaps.png') no-repeat 0 2px  }

		#homepage-right p.phone {
			padding:0 0 0 30px;
			margin:0 0 2px 0;
			background:url('../images/icon_phone.gif') no-repeat 0 2px  }
			
		#homepage-right p.email {
			padding:0 0 0 30px;
			background:url('../images/icon_email.gif') no-repeat 0 2px  }

		#homepage-right p.booking a, #homepage-right p.booking a:visited {
			display:block;
			height:40px;
			line-height:38px;
			padding-left:26px;
			color:#590202;
			font-size:17px;
			background:url('../images/bg_booking.png') no-repeat  }

		#homepage-right p.booking a:hover {
			color:#a6350a;
			background-position:left -40px }
		
		#homepage-right p span { color:#F3E6D7 }


/* ------------------------------------- */
/* Main Content                          */

#main-content {
	position:relative;
	width:100%;
	border-top:1px solid #b17c56;
	border-bottom:1px solid #b87a4e;
	padding:30px 0 30px 0;
	background:#a97048 url('../images/main_content_bg.jpg') top center no-repeat;
	overflow:hidden; }


#main-content #left-text {
	float:left;
	width:620px;
	padding:20px;
	background:#FCE8CB url('../images/menu_skin_bg.jpg') no-repeat; }
	
#main-content h2 {
	font-size:22px;
	font-weight:bold;
	color:#b34d27;
	margin:0 0 10px 0;
	padding:0 }
	
	#main-content h2.menu-title { width:660px; position:relative }
	#main-content h2.menu-title span {
		position:absolute;
		right:0;
		top:5px;
		font-size:12px }
		
	#main-content span a.print {
		display:block;
		position:absolute;
		top:-8px;
		left:400px;
		width:134px;
		height:30px;
		text-align:center;
		text-transform:uppercase;
		font:bold 14px/24px "Trebuchet MS", Verdana;
		color:#fffbf6;
		background:url('../images/button_print.png') no-repeat }

	#main-content span a:hover.print { color:#fff; }
	
#main-content h3 {
	font-size:16px;
	line-height:24px;
	color:#8f6a35;
	display:block;
	font-weight:normal;
	margin:0 0 20px 0;
	padding:0 }
	
#main-content p {
	margin:0  10px 15px;
	padding:0;
	font-size:14px;
	line-height:22px }
	
#main-content p a, #main-content h3 a {
	color:#d25526; }
	
#main-content p a:hover, #main-content h3 a:hover {
	color:#b34d27;
	border-bottom:dotted 1px #b34d27; }

#main-content p.callToAction {
	margin-top:30px;
	padding:2px 0 1px;
	background:#e4cca5;
	border:dotted 1px #3f2808; }
	
#main-content p.callToAction a,
#main-content p.callToAction a:visited {
	display:block;
	color:#7b2d1d;
	font-weight:bold;
	padding-left:20px;
	text-transform:uppercase;
	background:url(../images/arrows_brown.png) no-repeat 4px 50%; }

#main-content p.callToAction a:hover {
	border:none;
	color:#b63e12; }




/* ------------------------------------- */
/* High-Lights BOX                          */

#main-content .high-lights {
	position:relative;
	margin:30px 10px 0; }

#main-content .high-lights h3 { position:absolute; z-index:2; width:222px; height:44px; top:-9px; left:20px; text-indent:-999em; background:url('../images/h3_hiLights.png') no-repeat; }
#main-content span.badge { position:absolute; z-index:2; width:64px; height:67px; top:-2px; right:-2px; text-indent:-999em; background:url('../images/badge-cerimonie.png') no-repeat; }

#main-content .high-lights ul {
	margin:0;
	padding:40px 18px 18px;
	list-style:none;
	background:#b34d27 url('../images/bg_hiLights.png'); }

#main-content .high-lights ul:hover { background:#c6552b; cursor:pointer; }
	
#main-content .high-lights li {
	margin:0;
	padding:3px 0 3px 24px;
	color:#fce8ca;
	font-size:14px;
	font-style:italic;
	background:url('../images/stars.png') no-repeat left 3px; }
	#main-content .high-lights li.last { background:none; padding:0 }
	
	#main-content .high-lights li span a { display:block; position:absolute; top:0; left:0; width:100%; height:100%; text-indent:-999em; background:url('../images/arrows_cerimonie.png') no-repeat 98% 90%; }
	#main-content .high-lights li span a:hover { background:url('../images/arrows_cerimonieHover.png') no-repeat 98% 90%; }

	#main-content .high-lights li strong {font-style:normal; }

	
#main-content blockquote { position:relative; margin:0 0 25px; padding:18px 18px 18px 95px; color:#fce8ca; font:normal italic 16px/1.5em "Georgia", Times New Roman, Times, serif; background:#b34d27 url('../images/bg_hiLights.png'); }
	
	#main-content blockquote span { display:block; position:absolute; width:61px; height:34px; margin:0; top:-8px; left:15px; background:url('../images/bg_quotation.png') no-repeat; text-indent:-999em; }
	
		
/* ------------------------------------- */
/* Form Styling                          */

#main-content form {
	background:#b34d27;
	border:1px solid #984121;
	margin:0;
	padding:20px }
	
	form .input-text{
		border:1px solid #984121;
		color:#1F384A;
		font-size:13px;
		background:#f8efc1;
		font-family:Arial, Helvetica, sans-serif;
		padding:7px;
	}
	
	form input:focus, form textarea:focus {
	border:1px solid #ffc600; outline:0; }
	
	form textarea {
		width:250px;
		line-height:18px;
		height:100px }
	
	form label{
		display:block;
		margin-bottom:10px;
		color:#FDF3E4;
	}
	
	form label span{
		display:block;
		float:left;
		padding:7px 10px 0 0;
		width:70px;
		font-size:12px;
		text-transform:uppercase;
		text-align:right;
		font-weight:bold;
	}
	
	form .submit-button{
		background:#ffd06a;
		padding:0px 10px;
		border:1px solid #8c3c1e;
		border-top:1px solid #F5E8D6;
		border-left:1px solid #F5E8D6;
		height:32px;
		line-height:33px;
		color:#73150d;
		text-transform:uppercase;
		font:bold 14px Arial, Helvetica, sans-serif;
		margin:0 0 0 80px;
		display:inline-block;
		text-decoration:none;
		cursor:pointer;
	}
	form .submit-button:hover {
		background:#fec13c;
	}

	#main-content p.privacy { font-size:12px; font-style:italic; margin-top:10px; }
	
	#main-content form .error { display:block; float:right; margin-top:3px; background:#fec13c; color:#b34d27; padding:0 4px; font-style:italic; font-weight:bold; font-size:12px; }
	

.photo {
		margin:0;
		border:5px solid #FCE8CB }
		
.nocaption { margin:0 0 15px 0 }
		
.caption {
		text-align:center;
		font-size:11px;
		display:block;
		margin:3px 0 15px 0 }


/* ------------------------------------- */
/* Subpage Only                          */

.address {
	border-bottom:1px solid #23475F;
	color:#B5CEDF;
	font-size:14px;
	margin:0 0 20px;
	padding:0 0 10px }
	
	.address .sidebar { text-align:right }
	.address strong { color:#FFF }
	
.left-side {
	float:left;
	width:661px }
	
	
/* ------------------------------------- */
/* Menu Styling                          */

#menu-skin {
	background:#FCE8CB url('../images/menu_skin_bg.jpg') no-repeat;
	padding:20px }
	
	#menu-skin h2 { font-style:italic; color:#06131C; font-weight:bold; margin:0 0 15px }

.left-menu {
	float:left;
	width:532px;
	padding:0 }
	
.right-menu {
	float:right;
	width:318px;
	border-left:1px solid #BFA583;
	display:block;
	padding:0 0 0 20px;
	margin:0 0 0 20px }

dl { display:block; overflow:auto; margin: 0 0 0.7em 10px; background: url('../images/dot.gif') repeat-x 0 14px  }
dt,dd.price { font-size:130%; font-weight:bold }
dt { font-size:16px; background:#FCE8CB; font-weight:normal; float:left; padding-right:5px; color:#3F2808 }
dd { margin:0 }
dd.price { font-weight:normal; font-size:16px; float:right; padding-left:5px; color:#406F0D; background:#FCE8CB }
dd.ingredients { font-size:14px; font-style:italic; font-weight:normal; line-height:20px; float:left; width:100%; padding: 3px 0; color:#8F6A35 }

span.new, span.special {
	color:#FFF8EF;
	font-size:11px;
	font-weight:bold;
	padding:1px 3px 0;
	position:relative;
	text-transform:uppercase;
	top:-2px }
	
span.special { background:#579F09 }
span.new { background:#EF1E0E }
span.pasti { font-size:11px }

span.big-separator { display:block; height:26px; margin:20px 0; background:url('../images/big_menu_separator.gif') no-repeat top center  }
span.sm-separator { display:block; height:25px; margin:20px 0; background:url('../images/sm_menu_separator.gif') no-repeat top center  }

	
/* ------------------------------------- */
/* Sidebar                               */

#main-content .sidebar {
	float:right;
	width:249px;
	display:block;
	margin:0 0 0 30px }

#main-content .sidebar h2 {
	color:#ffcf82; }

#subpage #main-content .sidebar h2 {
	color:#f8efc1; }

#main-content .sidebar h2 span {
	color:#ff7e00;
	font:bold italic 17px "Georgia", Times New Roman, Times, serif;
	letter-spacing:-0.05em; }

#main-content .sidebar p {
	color:#ffcf82;
	margin:0 }
	#main-content .sidebar strong { color:#ffcc5e; }

#subpage #main-content .sidebar p {
	margin-bottom:20px; }

	.sub-sidebar {
		margin:6px 0 15px 30px !important }
	
	.sidebar .sm-featured-item {
		width:239px;
		height:119px;
		position:relative;
		margin:0;
		border:5px solid #FCE8CB }
				
		.sidebar .sm-featured-item img { display:block; margin:0 }
		
		.sidebar .sm-featured-item.bottom { margin:24px 0 0 0 !important }
	
		#subpage .sidebar .sm-featured-item { margin:15px 0 40px; } /* SubPage margin spacing */
		
	.sidebar .sm-featured-item h2 {
		position:absolute;
		top:0; left:0;
		font-size:16px !important;
		background:#472e1e;
		border-bottom:1px solid #2F1803;
		text-align:center;
		width:239px;
		padding:12px 0 !important;
		opacity:.90; filter: alpha(opacity=90); -moz-opacity: 0.9
	}

	#main-content .sidebar p.sm-featured-text a,
	#main-content .sidebar p.sm-featured-text a:visited { display:block; margin:2px 0 0 0; padding:6px 0 6px 24px; font-style:italic; color:#3f2808; background:#ffe7c5 url(../images/arrows_red.png) no-repeat 6px center; border:none; }
	#main-content .sidebar p.green a,
	#main-content .sidebar p.green a:visited { background:#ffe7c5 url(../images/arrows_green.png) no-repeat 6px center; }
	#main-content .sidebar p.sm-featured-text a:hover { background-color:#fed57e; }
	#main-content .sidebar p.sm-featured-text a strong { font-style:normal; font-weight:bold; color:#b34d27; }
	

	
/* ------------------------------------- */
/* Footer                                */

#footer {
	font-size:14px;
	color:#c45e32;
	background:#7d2e1e url(../images/bg_footer.png) repeat-x;
	width:100%; }
	
	#footer .content { position:relative; padding:0; }
	#footer .nav-footer { padding-top:18px; height:32px; }
	#footer .nav-footer a { padding:4px 6px; }
	#footer a#top { position:absolute; width:47px; height:37px; top:14px; right:0; padding:0; line-height:26px; background:url(../images/bg_linkTop.png) no-repeat; text-align:center; font-size:12px; }
	
	#footer #credits { padding-top:12px; height:45px; background:#370707; border-top:1px solid #7e3d21; font-size:13px; }
	#footer #credits p { margin-top:4px; font-size:12px; }
	#footer .right {
		position:absolute;
		right:0; top:0 }
		
	#footer .right em { color:#fff }
