/* global */
body { 
	padding: 0; 
	margin: 0; 
	font: 0.74em Verdana, Arial, sans-serif; 
	line-height: 1.2em; 
	background: #f3f3f3; 
	color: #535353;
}

img {
	border: none;
	vertical-align: top;
}

#logo{

padding:0 0 15px 5px
}
a { 
	color: #0E4D8B; 
	background: inherit; 
}
a:hover { 
	background: inherit;
}
a:active {
	outline: none;
}
a:focus {width:0; height:0;}

hr {
	margin: 12px 0 12px 0;
	border: none;
	background-color: #999;
	height: 1px;
	color: #999;
}

h1 { 
	font: 1.5em Verdana, Arial, Sans-Serif; 
	letter-spacing: -1px; 
	padding: 12px 0 0 12px; 
	margin: 0; 

}

h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font: normal 1.7em Verdana, Arial, Sans-Serif;
	letter-spacing: -1px;
	color: #EC9121;
}

h3 {
	font: 110% Verdana, Arial, Sans-Serif;
	margin: 10px 0 5px 0;
	padding: 0;
	color: #5f5f5f;
	clear: left;
	font-weight: bold;
}

.citazione{
font-style: italic;
}
h2.postTit {
font-size: 140%;
font-family: "Lucida Grande", Geneva, Tahoma, Arial, Helvetica, sans-serif;
letter-spacing:-1px;
margin-top:1em
}
.entry p {	
	margin: 0 0 16px 0; 
	line-height: 1.5em; 

}

p {	
	margin: 0 0 0 0; 
	line-height: 1.5em; 
}


/* layout */
.navigation {
	height: 30px;
	margin: 14px auto;
	width: 655px;
	color: #969595;
	text-align: left;
	padding-left: 5px;
	position: relative

}

.nav {
	margin: 0 140px 0 0;
}

.navigation ul {
	margin: 0px;
	padding-top: 14px;
}

.navigation ul li {
	display: inline;
	font-size: .97em;
}

.navigation a {
	font-weight: bold;
	font-family: arial !important;
	font-size: 1.1em;
	color: #a9a8a8;
	text-decoration: none;
}
.navigation a:hover {
	color: #ffba00;
}
.navigation li.selected a {
	color: #666;
	color: #ffba00;
}

.navigation ul li a
{
	padding: 0 13px 0 11px;
	text-decoration: none;
	border-right: 1px solid #dedede;
	/*border-right: 1px solid #e5e5e5;*/
}

.navigation ul li.last a
{
	border-right: 0px solid #ccc;
}

.navigation a img {
	float: left; 
	margin-left: 17px; 
	border: 0px;
}

.content {
position: relative;
z-index:3;
margin: 0px auto;
width: 655px;
background: #FFF  url(../img_layout/bg_middle.gif) repeat-y;
}


/* headers */
.masthead {
	background: #fefefe url(../img_layout/bg_top.gif) no-repeat; 
height: 10px;
}


.banner {
	margin-left: 6px;
	padding: 0 0 0 12px;
	height: 253px;
	position:relative;
	border-bottom: 1px solid #999;
}
#flash_banner{
position: absolute;
top:-5px;
right:0
}


/* breadcrumbs */
.header { 
	color: #c3c3c3;
	margin: 20px 10px 40px 32px; 
}

.header ul {
	margin: 0px;
	padding: 0px;
}

.header li {
	display: inline;
	margin: 0 2px 0 0;
	font-size: .95em;
}

.header a { 
	color: #999;
	text-decoration: none;
}

.header a:hover { 
	color: #0E4D8B;
	text-decoration: underline;
}


/* columns */
.left_column {
	float: left;
	width: 166px;
	padding: 0 0 0 2px;
}
.right_column { float: right; width: 430px; margin: 0 ; }
.left_full { float: left; width: 655px; margin: 0; }
.right_column_full {
	background-image: url(../img_layout/corner-top-left.jpg);
	background-position: left top;
	background-repeat:no-repeat;
	float: left;
	width: 442px;
	margin: 10px 0 0 13px;
	padding: 18px 2px 18px 10px
}

.entry {
	background-image: url(../img_layout/corner-bot-right.jpg);
	background-position: right bottom;
	background-repeat:no-repeat;
	min-height: 320px;
	height: auto !important;
	height: 320px;
	/*	background-color: #006600;*/
	width: 100%

}

#pageContent{padding:15px
}
.left {
	float: left;
	width: 632px;
	margin: 0 0 0 2px;
}

.right { 
	float: right; 
	width: 170px;
	margin: 0 1px 10px 0;
}

.icon_download { float: left; margin: 0 9px 3px 0; padding-bottom: 6px; }

.box_top {
	background: transparent url(left_callout_top.gif) no-repeat;
	color: #808080;
	width: 159px;
	height: 45px;
}

.box_top h2 {
	color: #808080;
	background: inherit;
	font-size: 1.2em;
	padding: 14px 0 0 17px;
	margin: 0;
}

.box {
	font-size: .95em;
	border-left: 1px solid #e2dede;
	border-right: 1px solid #e2dede;
	padding: 0 14px 8px 17px;
	margin: 0;
	width: 124px;
	color: #999;
	background: #F0F0F0;
}
.box p {
	padding: 8px 0 0 0;	
}
.box a:hover {
	text-decoration: underline;
}
.box a {
	text-decoration: none;
}

.box ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.box_bottom {
	background: #fff url(left_callout_bottom.gif) no-repeat;
	color: #000;
	width: 160px;
	height: 13px;
	margin: 0 0 19px 0;
}
.boxImg{
clear: both
}


/* footer and copyright */
.footer {
	clear: both; 
	background: #f3f3f3 url(../img_layout/bg_bottom.gif) no-repeat; 
	color: #fff; 
	height: 38px;
	text-align: center; 
	padding-top: 6px; 
}

.about {
	color: #777;
}

.copyright { 
	clear: both; 
	text-align: center;
	color: #808080;
	background: #f3f3f3;
	padding: 0 0 5px 0;
	font-size: .9em;
}
.copyright p { line-height: 1em; margin-bottom: 18px; }
.copyright a { color: #4F4F4F; text-decoration: none; }




ul.tokens {
	list-style: none;
	height: 100%;
	margin: 0;
	padding: 0;
}

ul.tokens li img {
	float: left;
	margin-right: 16px;
}

ul.tokens li {
	display: block;
	width: 400px;
	height: 150px;
}

  
ul.tokens li a em {
	display: block;
	color: #aaa;
	font-style: normal;
	text-decoration: none;
}


ul.tokens li a {
	color: #ffba00;
	/*color: #0E4D8B; */
	display: block;
	text-decoration: none;
}
ul.tokens li a:hover strong {
	text-decoration: underline;
}

.left {
	text-align: left;
	padding: 16px 0 12px 0;
}
.center {
	text-align: center;
	padding: 16px 0 16px 0;
}

ul.tokens_row {
	list-style: none;
	height: 100%;
	margin: 30px 0 0 0;
	padding: 0;
}

ul.tokens_row li {
	float: left;
	text-align: center;
	margin: 0 13px 13px 13px;
}
ul.tokens_row li a {
	color: #ffba00;
	color: #0E4D8B; 
	text-decoration: none;
}
ul.tokens_row img {
	margin-bottom: 8px;
	border: none;
	text-decoration: none;
}

ul.tokens_row li a:hover {
	text-decoration: underline;
}

.quotations {
	padding-top: 40px;
	clear: both;
}

a.contact_link {
	text-decoration: none;
}
a.contact_link:hover {
	text-decoration: underline;
}
/************* #globalNav styles **************/

#globalNav{
position:relative;
	color: #a8a8a8;
padding: 3px 3px 6px 10px;
margin: 0 10px;
white-space: nowrap;
border-bottom: 1px solid #efefef;

}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 /*	display: block;*/
}

#globalNav a {
	padding: 0 6px; 
	color: #a8a8a8;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-decoration: none;
}
#globalNav a:visited {
color: #a8a8a8;
}
#globalNav a:hover {
color: #f9a022;
text-decoration: underline;
}
#globalNav #active {
color: #f9a022;
	padding: 0 6px; 
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%
}
#globalNav #last {
position:absolute;
right: 0;
top: 0;
}
#sala-stampa{
display:inline; border: none;
}

#navBar{
	position:relative;
	width:120px;
	padding: 18px;
	float: left;
	background-image: url(../img_layout/corner-top-left.jpg);
	background-position: left top;
	background-repeat:no-repeat;
	min-height: 270px;
	height: auto !important;
	height: 270px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}


/*********** #sectionLinks styles ***********/

.sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	border-bottom-style: none;
}

.sectionLinks p{
	margin-top: 8px
}
.sectionLinks p a:link{
padding: 0;
border-bottom: none
}
.sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

.sectionLinks a:link{
display: block;
	padding: 2px 0 2px 10px;
	border-bottom: 1px dashed #cccccc;
	width: 95%;
	  voice-family: "\"}\""; 
	  voice-family:inherit;
	color: #757575;
	height: auto

}
.sectionLinks div{
	padding: 2px 0 2px 10px;
	border-bottom: 1px dashed #cccccc;
	width: 95%;
	  voice-family: "\"}\""; 
	  voice-family:inherit;
	background: url(../img_layout/sottomenu_over.gif) top left no-repeat;

}

.sectionLinks a:visited{
	display: block;
	padding: 2px 0 2px 10px;
	border-bottom: 1px dashed #cccccc;
	width: 95%;
	  voice-family: "\"}\""; 
	  voice-family:inherit;
	color: #757575;
	height: auto

}

.sectionLinks a:hover{
	color: #0E4D8B;
	/*padding: 2px 0px 2px 10px;*/
	text-decoration:none;
}
.sectionLinks ul {list-style: none; margin: 0; padding: 0;}
.sectionLinks ul a:link, .sectionLinks ul a:visited { text-decoration:none;height:auto}


/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
.sectionLinks li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body .sectionLinks li {border-bottom: none;}


/************** #advert styles **************/

#advert{
	position: absolute;
	bottom: 0;
	padding: 10px 15px 10px 0;
	font-size: 80%;
	background-image: url(../img_layout/corner-bot-right.jpg);
	background-position: bottom right;
	background-repeat:no-repeat;
	width: 130px;
	/*min-height: 120px;*/
}

#advert img{
	display: block;
	margin: 10px 0;
}

/*********** #navBar link styles ***********/




/* css per ricerca vini */

h3.risultati{
	width: 97%;
	background-color:#dddddd;
	padding:0.5em;
	border-bottom: solid 1px #f0940d;
}

p.nomeVino{
color: #f0940d;
font-weight: bold;
margin:0;
padding: 0;
}
p.tipoVino{

margin: 0.4em 0 0 0;
padding: 0;
}
p.produttore{
margin: 0.4em 0 0 0;
padding: 0;
font-style:italic
}
div.risultatiRicerca{
border-bottom: solid 1px #f0940d;
position: relative;width: 90%;
padding: 10px;
background-color: #FFF;
 min-height: 65px;
}
.risultatiRicerca img{
float:left;
padding-right: 5px

}

.piclink{display:block;float:left; padding: 5px 5px 0 0;}


#img-right{
z-index: 1;
position: absolute;
top: -14px;
right: -60px
}
/* image replacement per titoli*/


div.pic{width:90px;height:90px;line-height:100px;text-align:center;
	float:left}
div.pic img{vertical-align: middle;border: 4px solid  #CCCCCC}




.mir {letter-spacing: -1000em}
/* Per Opera 7 e IE/MAC: */
/*\*/html>body .mir{letter-spacing: normal;
    text-indent: -999em;overflow: hidden}
	
h2#ristorante{width: 100%;height: 21px;
    background: url(../img/tit-ristorante.gif) no-repeat;
	border-bottom: 1px solid #de880b;
	margin-bottom: 7px
	}
h2#locale{width: 100%;height: 21px;
    background: url(../img/tit-locale.gif) no-repeat;
	border-bottom: 1px solid #de880b;
	margin-bottom: 7px
	}
h2#staff{width: 100%;height: 21px;
    background: url(../img/tit-staff.gif) no-repeat;
	border-bottom: 1px solid #de880b;
	margin-bottom: 7px
	}	
h2#catering{width: 100%;height: 21px;
    background: url(../img/tit-catering.gif) no-repeat;
	border-bottom: 1px solid #de880b;
	margin-bottom: 7px
	}	
h2#menu{width: 100%;height: 21px;
    background: url(../img/tit-menu.gif) no-repeat;
	border-bottom: 1px solid #de880b;
	margin-bottom: 7px
}	
h2#fotogallery{width: 100%;height: 21px;
    background: url(../img/tit-fotogallery.gif) no-repeat;
	border-bottom: 1px solid #de880b;
	margin-bottom: 7px
}	
h2#contatti{width: 100%;height: 21px;
    background: url(../img/tit-contatti.gif) no-repeat;
	border-bottom: 1px solid #de880b;
	margin-bottom: 7px
}
h2#link{width: 100%;height: 21px;
    background: url(../img/tit-link.gif) no-repeat;
	border-bottom: 1px solid #de880b;
	margin-bottom: 7px
}			
h2#dove{width: 100%;height: 21px;
    background: url(../img/tit-dove.gif) no-repeat;
	border-bottom: 1px solid #de880b;
	margin-bottom: 7px
}			
h2#prenota{width: 100%;height: 21px;
    background: url(../img/tit-prenota.gif) no-repeat;
	border-bottom: 1px solid #de880b;
	margin-bottom: 7px
}
h2#sala_stampa{width: 100%;height: 21px;
    background: url(../img/tit-salastampa.gif) no-repeat;
	border-bottom: 1px solid #de880b;
	margin-bottom: 7px
}	

img.cooking{
	/*padding: 5px;
	margin: 0 5px 15px 0;*/
	
	/*border: 1px  solid #F60;*/
	}
.ricetta{
	width: 188px;
	background-color: #F6F6F6;
	border: 1px dotted #666;
	float: left;
	margin: 0 5px 10px 0;
	padding: 5px;
	height: 280px;
	}	
.chef{
	width: 380px;
	background-color: #F6F6F6;
	border: 1px dotted #666;
	margin: 0 5px 10px 0;
	padding: 5px;
	height: 130px;
	}		
	.chef img {
		float: left;
		margin: 0 15px 10px 0;
		}
