/*
27/11/2008
Clara&Giovanni Padovani - screen stylesheet
author: Alessandro Chinazzo
*/

/* Reset style - Eric Meyer */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/*vertical-align: baseline;*/
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* -------------------- */

body.home {
	margin: 0 0 30px 0; padding: 0;
	font-family: 'Helvetica Neue', 'HelveticaNeue', Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 62.5%;
	text-align: center;
	background: #fff url('../../images/bg.jpg') no-repeat center 244px;
}

body {
	margin: 0 0 30px 0; padding: 0;
	font-family: 'Helvetica Neue', 'HelveticaNeue', Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 62.5%;
	text-align: center;
	background: #fff url('../../images/bg.jpg') no-repeat center 101px;
}

h1, h2 {
	font-family: Rockwell, 'Bookman Old Style', Georgia, serif;
}

strong { font-weight: bold }

em { font-style: italic }

img { border: 0 }

/* ------ Layout ------ */

#main {
	width: 868px;
	margin: 0 auto;
	text-align: center;
}

#header.home {
	width: 804px;
	height: 271px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

#header {
	width: 804px;
	height: 128px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

#content {
	position: relative;
	width: 784px;
	padding: 10px 42px 25px;
	margin: 0 auto;
	text-align: left;
	background: transparent url('../../images/bg-content.png') no-repeat 0 100px;
}

#bg-bottom-left {
	position: absolute;
	bottom: 0; left: 0;
	width: 32px;
	height: 185px;
	background: transparent url('../../images/bg-content-bottom-left.png') 0 0 no-repeat;
}

#bg-bottom-right {
	position: absolute;
	bottom: 0; left: 836px;
	width: 32px;
	height: 185px;
	background: transparent url('../../images/bg-content-bottom-right.png') 0 0 no-repeat;
}

#footer {
	padding: 30px 0 0 0;
	background: transparent url('../../images/bg-footer.png') 0 0 no-repeat;
}

/* -------------------- */

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

#logo {
	position: absolute;
	top: 28px; left: 0;
	width: 215px; height: 64px;
	background: transparent url('../../images/logo.png') 0 0 no-repeat;
}

#logo.home {
	top: 28px; left: -66px;
	width: 365px; height: 151px;
	background: transparent url('../../images/logo-home.png') 0 0 no-repeat;
}

#logo h1 {
	text-indent: -9999px;
}

#top-nav {
	float: right;
	margin: 17px 0 0 0;
	font-size: 1.2em;
	font-family: Helvetica, Verdana, Tahoma, sans-serif;
	background: repeat-x scroll 0 0 transparent;
}

#top-nav li {
	float: left;
	margin-left: 10px;
}

body.home #top-nav {
	float: right;
	margin: 0;
	font-size: 1.2em;
	font-family: Helvetica, Verdana, Tahoma, sans-serif;
}

body.home #top-nav li {
        margin:0px;
        padding-left:5px;
	padding-top:10px;
}

body.home #top-nav li a {
	text-decoration:none;
	color:#fff;
	background: url("../../images/tabs/tab-left-yellow.gif") no-repeat scroll left bottom transparent;
	padding-left: 5px;
	padding-bottom:5px;
	padding-top:10px;
}

body.home #top-nav li span {
	padding-right: 5px;
	padding-bottom:5px;
	padding-top:10px;
	background: url("../../images/tabs/tab-right-yellow.gif") no-repeat scroll right bottom transparent;
}

body.home #top-nav li a.verde { background: url("../../images/tabs/tab-left-green.gif") no-repeat scroll left bottom transparent;}
body.home #top-nav li a.verde span { background: url("../../images/tabs/tab-right-green.gif") no-repeat scroll right bottom transparent;}

body.home #top-nav li a.blu { background: url("../../images/tabs/tab-left-blue.gif") no-repeat scroll left bottom transparent;}
body.home #top-nav li a.blu span { background: url("../../images/tabs/tab-right-blue.gif") no-repeat scroll right bottom transparent;}

body.home #top-nav li a.rosso { background: url("../../images/tabs/tab-left-red.gif") no-repeat scroll left bottom transparent;}
body.home #top-nav li a.rosso span { background: url("../../images/tabs/tab-right-red.gif") no-repeat scroll right bottom transparent;}

body.home #top-nav li a.arancio { background: url("../../images/tabs/tab-left-orange.gif") no-repeat scroll left bottom transparent;}
body.home #top-nav li a.arancio span { background: url("../../images/tabs/tab-right-orange.gif") no-repeat scroll right bottom transparent;}


.link-home {
	color: #6c340c;
	text-decoration: none;
}

#lang-nav, .simple-translator {
	position: absolute;
	right: 0; top: 54px;
	width: 118px; height: 19px;
	background: transparent url('../../images/bg-lang-nav-four.png') 0 0 no-repeat;
}

#lang-nav li, .simple-translator li {
	float: left;
	width: 27px;
	margin-right: 2px;
}

#lang-nav li,
#lang-nav li a, .simple-translator li, .simple-translator li a {
	display: block;
	height: 19px;
}

#lang-nav li a, .simple-translator li a {
	text-indent: -9999px;
	text-decoration: none;
}

#recipes-home a.btn-recipes {
	display: block;
	margin-top: 8px;
	padding: 0;
}

#main-nav {
	position: absolute;
	right: 10px; bottom: 18px;
	font-family: Georgia, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 1.6em;
}

#main-nav li {
	float: left;
	margin-left: 15px;
	padding-bottom: 1px;
}

#main-nav li a {
	color: #6c340c;
	text-decoration: none;
        vertical-align:sub;
}

#main-nav li a:hover,
#main-nav li a.active {
	color: #000;
}

#header.home #rss {
	position: absolute;
	left: 0; top: 233px;
	font-family: Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 1.1em;
	color: #58321f;
	text-decoration: none;
}

#header.home #rss img {
	vertical-align: middle;
}

#header.home #search {
	position: absolute;
	top: 104px; right: 0;
        width:200px;
}

#header.home #search #q {
	float: left;
	width: 142px;
	height: 25px;
	padding: 13px 9px 0 9px;
	border: none;
	background: transparent url('../../images/bg-search-input.png') no-repeat 0 0;
	font-size: 1.2em;
	color: #6c340c;
}

#search {
	padding: 0 0 15px 0;
}

#search #q {
	float: left;
	width: 129px;
	height: 25px;
	padding: 13px 9px 0 9px;
	border: none;
	background: transparent url('../../images/bg-search-input.png') no-repeat 0 0;
	font-size: 1.2em;
	color: #6c340c;
}


/* -------------------- */

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

h3.title {
	font-family: 'Snell Roundhand Black', 'Helvetica Neue', 'HelveticaNeue', Helvetica, Verdana, Tahoma, sans-serif;
	line-height: 1em;
	font-size: 2em;
	padding: 0 0 10px 0;
	text-align: center;
	font-style: italic;
	color: #b7243d;
}

#book-desc h3.title {
	color: #452918;
}

.box {
	padding: 7px;
}

#news.home .box {
	padding: 0;
}

#books.home .box {
	padding: 20px;
}

#books .box {
	padding: 20px;
}

#books .book-box {
	padding: 14px;
}

.book-box p.press{
margin-bottom:1em;
}

#books .book-box li {
	font-size:1em;
	line-height:1em;
	padding:1em 0;
}

h5.press{
	font-size:1.6em;
	line-height:1em;
	font-weight:bold;
}

h5.press span{
	display:block;
	font-size:0.8em;
	font-weight:lighter;
}

#books .book-box li img {
	float:left;
	display:inline;
	margin: 0 1em 1em 0;
}

#events .box {
	padding: 0;
}

#content-main {
	float: left;
	width: 578px;
        min-height:600px;
}

#content-sidenav {
	float: right;
	width: 185px;
}

#books.home {
	float: left;
	width: 371px;
	background-color: #fff;
}

#news.home {
	float: right;
	width: 185px;
	background-color: #fff;
}

#news.news {
	background-color: #fff;
        float: left;
	width: 100%;
}

#events {
	clear: left;
	background-color: #fff;
}

#books-slider.home {
	clear: left;
}

#books.home h2, 
#books h2 {
	position: relative;
	height: 25px;
	padding: 9px 0 0 0;
	font-size: 1.6em;
	color: #fff;
	background: transparent url('../../images/bg-header-books.png') repeat-x 0 0;
	text-align: center;
}

#books h2 a {
	position: absolute;
	top: 9px; left: 7px;
}

#news.home h2, 
#news h2 {
	height: 25px;
	padding: 9px 0 0 0;
	font-size: 1.6em;
	color: #fff;
	background: transparent url('../../images/bg-header-news.png') repeat-x 0 0;
	text-align: center;
}

#books-slider.home h2 {
	height: 25px;
	padding: 9px 0 0 0;
	font-size: 1.6em;
	color: #fff;
	background: transparent url('../../images/bg-header-books-slider.png') repeat-x 0 0;
	text-align: center;
}

#events h2 {
	height: 25px;
	padding: 9px 0 0 0;
	font-size: 1.6em;
	color: #fff;
	background: transparent url('../../images/bg-header-events.png') repeat-x 0 0;
	text-align: center;
}

#books .editor {
	display: block;
	margin: 0 0 17px 0;
	text-align: center;
	font-size: 1.3em;
	color: #010101;
	font-weight: lighter;
}

#books.home p {
	font-size: 1.3em;
	color: #000;
	line-height: 1.8em;
	text-align: justify;
}

#books h4 {
	clear: both;
	padding: 10px 0;
	height: auto;
	font-family: Georgia, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 1.5em;
	color: #010101;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #b8263f;
	border-bottom: 1px solid #edc9cf;
}

#books.home h4 {
	margin: 0 0 0 20px;
	padding: 10px 0;
	height: auto;
	font-family: Georgia, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 1.4em;
	color: #010101;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #b8263f;
	border-bottom: 1px solid #edc9cf;
}

#books ul {
	padding: 15px 15px 20px 10px;
	font-family: Helvetica, Verdana, Tahoma, sans-serif;
	border-bottom: none;
}

#books.home ul {
	margin: 0 0 0 20px;
	padding: 15px 15px 0 10px;
	font-family: Helvetica, Verdana, Tahoma, sans-serif;
	border-bottom: 1px solid #edc9cf;
}

#books ul li {
        position: relative;
	font-size: 1.2em;
}

/* Link leggi tutto  in basso a destra*/
#books ul li p a {
        position:absolute;
        bottom:0px;
        right:0;
}

#books ul li .editor {
        display:block;
        width:100%; text-align:right; clear:left;
	font-size: 1em;
        padding-top:3px; padding-bottom:6px;
}

#books ul li a {
	float: left;
	clear: right;
	color: #b8253e;
	text-decoration: none;
	font-weight: bold;
}
#books ul li a img {
        float: left;
}

#books ul.list li a{
	clear:none;
	display:block;
	float:none;
	line-height:2em;
}

#news.home ul li {
	font-family: Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 1.2em;
	border-bottom: 1px solid #f1d6bf;
}

#news.home ul li a {
	display: block;
	padding: 5px 5px 3px 5px;
	color: #c95b00;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.8em;
}

#news.home ul li.news-lastampa {
        padding-left:15px;
        background:url(/images/icon_lastampa.jpg) no-repeat 5px 10px;      
}

#events #news.home ul li.news-lastampa {
        font-size:1em;
}

#events h3 {
	padding: 10px 0;
	font-size: 1.3em;
	color: #000;
	border-bottom: 1px solid #ccdcf3;
	text-align: center;
}

#events ol {
	font-family: Helvetica, Verdana, Tahoma, sans-serif;
	border-bottom: 1px solid #3573d1;
	padding-bottom: 5px;
}

#events ol li {
	position: relative;
}

#events a {
	display: block;
	font-size: 1.2em;
	padding: 10px 10px 7px 50px;
	color: #5695d9;
	font-weight: bold;
	text-decoration: none;
}

#events a.link {
        font-size:100%;
        font-weight:inherit;
        padding:0;
}

#events a .day {
	position: absolute;
	display: block;
	width: 23px; height: 16px;
	padding: 10px 0 0 12px;
	top: 0; left: 0;
	color: #000;
	text-align: center;
	font-weight: normal;
}

#recipes-home {
	margin: 22px 0;
	padding: 12px;
	font-size: 1.2em;
	background: transparent url('../../images/bg-recipes-home.png') 0 0 no-repeat;
	text-align: left;
	height:113px;
}

#recipes-home h2,
#nutella-home h2 {
	padding: 0;
	background: none;
	text-align: right;
}

#recipes-home h2 { text-align: left; }

#recipes-home p {
	margin: 2px 0;
	font-size: .9em;
	color: #ffffff;
	line-height: 1.4em;
}

#nutella-home, #slowfood-home {
	width: 161px; height: 113px;
	margin: 22px 0;
	padding: 12px;
	font-size: 1.2em;
	background: transparent url('../../images/bg-nutella-home-64.jpg') 0 0 no-repeat;
	text-align: left;
}
#slowfood-home { background: transparent url('../../images/bg-slowfood-home.jpg') 0 0 no-repeat; }
#slowfood-home a { height:100%; width:100% }
#nutella-home h2 {
        color: #fff;
	font-size: 1.4em;
}

#nutella-home p {
	margin: 16px 0;
	font-size: .9em;
        color: #fff;
	line-height: 1.4em;
	text-align: right;
}

#books-slider.home {
	padding: 50px 0 0 0;
}

#books-slider.home .book {
	width: 110px;
	float: left;
	text-align: center;
}

#slider-container { 
	position: relative; /* important */  
    overflow: hidden; /* important */  
    width: 500px; /* important */  
    height: 200px; /* important */  
    margin: 0 auto;
}

#slider {
	width: 5418px;
	position: absolute;  
	top: 0;
	margin-left: 30px;
}

#frame { position: relative; }

#frame #btn_previous {
	float: left;
}

#frame #btn_next {
	float: right;
}

#somewhere-else {
	clear: left;
	padding: 50px 0 0 0;
}

#somewhere-else h3 {
	margin: 0 0 27px 0;
	font-size: 1.6em;
	color: #6fa52d;
	font-weight: bold;
}

#somewhere-else .ext-link {
	float: left;
	padding: 0 6px;
	border-left: 1px solid #c8c8c8;
}

#books p {
	font-size: 1.3em;
	color: #58321f;
	line-height: 1.8em;
       margin-top:20px;
}

#books a {
	text-decoration: none;
	color: #6fa52d;
}

.textinfo {
margin-bottom:1em;
}

#book-cover, 
#book-desc {
	padding-bottom: 30px;
}

#book-cover.home {
        padding-top: 12px;
	padding-bottom: 0px;
}

#book-desc {
	position:relative;
        z-index:-1;
}

#book-cover {
    text-align:center;
	width: 138px;
	float: left;
       padding-right:40px;
        padding-top: 40px;
       position: relative;
       z-index: 1;
}

#book-cover img{
	margin-bottom:1em;
}

#book-cover a img {
	margin-bottom: 8px;
}

#author-editor, .date {
	color:#010101;
	font-size:1.3em;
	font-weight:lighter;
	margin:0 0 17px;
	text-align:center;
        width:100%;
}

#book-desc {
	text-align:justify;
       z-index: 0;
}

#book-desc.home {
	/*width: 170px;
	float: right;*/
        z-index: 500;
}

#news-desc {
       width:100%;
	padding: 14px;
	padding-bottom: 30px;
}

#news-desc h3.title {
	color: #452918;
}

/*appuntamenti dettaglio*/

#news-desc p {
color:#58321F;
font-size:1.3em;
line-height:1.8em;
margin-top:20px;
}

	#events h3.year-link {
		cursor:pointer;
		color:#5695D9;
	}

	#events .month-list li {	
	border-bottom:1px solid #3573D1;
	}

	#events .month-list li span{	
	color:#000;
	display:block;
	font-size:1.2em;
	padding:10px 10px 7px 50px;
	text-decoration:none;
}


	#events .articles a {
		padding-left:10px;
	}
	
	#events .calendarBG a {
		padding:0;
	}

	#events .calendarBG {
		width:100%;
		font-size:1.3em;		
		text-align:center;
	}	

	.calendarBG  caption,.calendarBG  th,.calendarBG  td {
		border-bottom:1px solid #CCDCF3;
		font-weight:normal;
		padding:5px 0;
		text-align:center;
	}
	
	.calendarBG  th, .calendarDayHeading {
		padding:10px 0;
		font-weight:bold;
	}

	.calendarToday {
		font-weight:bold;
	}


	#contact_form input, #contact_form textarea{
		border:solid 2px #D9D9D9;
		color:#6C340C;
		float:left;
	}

     #contact_form textarea,#contact_form input[type=text]{
width:70%;
}

	#contact_form input.not-valid, #contact_form textarea.not-valid{
		background-color:lightYellow;
		border:2px solid #6C340C;
	}

	#contact_form label{
		float:left;
		color:#6C340C;
		font-weight:bold;
		
  }

  ul.list {
		clear:left;
		display:block;
		font-size:1.2em;
		height:2.4em;
		line-height:2.4em;
	}

	h5.title {
		color:#B8253E;
		font-size:140%;
		font-weight:bold;
		margin-bottom:0.5em;
		margin-left:0;
		margin-right:0;
		margin-top:1em;
	}
	
	#photo-tags {
		font-size:130%;
	}

/* -------------------- */

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

#copyright {
	color: #58321f;
}

#copyright ul {
	display: inline;
}

#copyright ul li {
	display: inline;
	margin: 7px;
}

#copyright ul a {
	color: #58321f;
	text-decoration: none;
	font-weight: bold;
}

/* -------------------- */

/* Utils */

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

/* ------ */

span.artiCiocTitle {
clear:both;
color:#010101;
font-family:Georgia,Helvetica,Verdana,Tahoma,sans-serif;
font-size:14px;
font-weight:bold;
height:auto;
padding:10px 0;
text-align:left;
color:#8F0808;
}
hr{
border-color:#EDC9CF;
border-style:solid;
border-width:0 0 1px;
color:#EDC9CF;
}
hr.artiCioc {
border-color:#EDC9CF;
border-style:solid;
border-width:0 0 1px;
color:#EDC9CF;
}

p.hiddenP {
height:0px;
margin:0px;
padding:0px;
}
h5.ciocArtSubTitle {
    font-size:1.2em;
    font-weight:bold;
    border-bottom:1px solid #EDC9CF;
    /*border-top:1px solid #B8263F;*/
    padding: 7px 0 0 0;
}
span.citazioneLibro {
    padding-top:9px;
    font-size:85%;
    display:inline-block;
    width:100%;
    line-height:1.2em;
    text-align:right;
}

/*style for newsletter page*/
#mailinglist_form input{
margin-left:10px;
}
span.stitem {
   width: 20px; height:14px;
  display:inline-block;
  background-position: 0 2px;
  background-image:url("images/star.png");
  background-repeat:no-repeat;
}
span.stitem span { display:none; }

span.todo{
font-style:italic;
font-size:10px;
}

#events a.sidereviews {
padding:15px 0 4px 0px;
}

li.categoria {
	color: #999;
}

li.galleria a { margin-left:15px; }

.video-dida {
    padding: 6px 2px 0;
    color: #6c340c;
    width:148px; 
    font-size:1.2em;
    line-height:1.3;
    text-align:center;
}

.entry-stampa {
	display:inline:block;
	border-bottom: 1px dotted #fdd;
	width:410px;
    font-size:1.2em;
	color: #6c340c;
	text-decoration: none;
	margin-top:22px;
	position:relative;
}
.entry-stampa div {
    display:inline-block;
	padding:4px 10px; 
}
.entry-stampa img {
    top:6px;
}

.apice  {
font-size:60%;
vertical-align:15%;
color:#B8263F;
}
.apice:hover {
background:#B8263F;
color:#ffffff
}

.nutellaR { font-size: 70%; vertical-align:40%; }

/* photo-slider: multimedia, libro-dettaglio */
.buttons{padding:5px;}
.buttons span{color:#B8253E;padding:0 5px;cursor:pointer;font:10px}
.buttons span.active, .buttons span:hover{background:#B8253E;color:#fff}
