/*
Theme Name: Massimo Baraldi
Theme URI: http://www.tomstardust.com
Description: Handcoded Wordpress Theme for Massimo Baraldi by <a href="http://www.tomstardust.com">Tommaso Baldovino</a>
Author: Tommaso Baldovino
Author URI: http://www.tomstardust.com
*/
body {
	background: #fff url(images/body-new.jpg) repeat-x;
	color: #444;
	font-family: Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

.skip, hr {
	position: absolute;
	left: -9999px;
}

a:link, a:visited {
	color: #a91700;
	text-decoration: underline;
}
a:hover, a:active {
	color: #666;
	text-decoration: none;
}
a img {
	border: none;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}
acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}
acronym, abbr {
	cursor: help;
}
/* blockquote {
	background: #eee url(images/quote.png) no-repeat;
	margin-left: 1.5em;
	padding: 10px 10px 10px 60px;
	border: 1px solid #ddd;
}*/

blockquote {
  font: 14px/20px italic Times, serif;
  padding: 10px 10px 10px 60px;
  /*background-color: #faebbc;
  border-top: 1px solid #e1cc89;
  border-bottom: 1px solid #e1cc89;*/
  margin: 5px;
  background-image: url(images/openquote1.gif);
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: 23px;
  }
  blockquote p {
     display: block;
     background-image: url(images/closequote1.gif);
     background-repeat: no-repeat;
     background-position: bottom right;
   }


cite {
	font-size: 100%;
	font-style: normal;
}

h1{
	font: 260%/1.15 Georgia, serif;
	letter-spacing: -0.2px;
	margin: 0;
	padding: 40px 0 5px 160px;
}
#header h1 a:hover, #header h1 a:active{
	text-decoration: none;
	color: #D70606;
}
p.payoff{
	margin: 0 0 25px 160px;
	padding: 0;
	color: #fff;
	font: 120% Georgia, serif;
}
h2 {
	font: 1.55em Georgia, serif;
	letter-spacing: -0.2px;
	margin: 15px 0 2px 0;
	padding-bottom: 5px;
}
h3 {
	font: 130% Georgia, serif;
	margin-top: 0;
}
h3.related, .links h3{
	margin: 10px 0;
	font-size: 1.25em;
	color: #333;
	text-transform: capitalize;
	font-variant: small-caps;
}
h4{
	font: 115% Georgia, serif;
	margin-top: 0;
}

ol#comments li p {
	font-size: 100%;
}
#commentform #submit{
	width: 300px;
	height: 64px;
	padding: 0;
	margin: 10px 10px 10px 0;
	background: url(images/send_comment.png) no-repeat;
	border: none;
	cursor: pointer;
}

p, li, .feedback {
	font: 13px Arial, Verdana, sans-serif;
	letter-spacing: 0;
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
	font-size: 86%;
}
.feedback a{
	color: #a91700;
}
.feedback a:hover, .feedback a:active{
	text-decoration: none;
}
.comment{
	padding-right: 35px;
	line-height: 24px;
	background: url(images/comment.png) no-repeat right top;
}

.meta {
	font-size: .75em;
}
.meta li, ul.post-meta li {
	display: inline;
}
.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
.meta, .meta a {
	color: #666;
	font-weight: normal;
	letter-spacing: 0;
	font-size: 11px;
}
.meta a{
	text-decoration: underline;
}
.meta a:hover, .meta a:active{
	text-decoration: none;
}
.meta .tags{
	line-height: 16px;
	padding: 0 0 5px 20px;
	background: url(images/tag.png) no-repeat left top;
}

.post{
	padding-bottom: 60px;
	background: url(images/post_bottom-new.jpg) bottom center no-repeat;
	margin-bottom: 10px;
}
.post img{
	margin: 5px;
	border: 1px solid #fff;
}
.post ul{
	margin: 0;
	padding: 0;
}
.post ul li{
	margin: 0;
	padding: 0.2em 20px;
	background: url(images/star.gif) 0 3px no-repeat;
	list-style: none;
}
.post ol{
	margin: 0 25px;
	padding: 0;
}
.post ol li{
	margin: 0;
	padding: 0.2em 0;
}

h2.storytitle{
	width: auto;
	line-height: 22px;
	padding: 5px 0;
	margin-bottom: 10px;
	font-size: 1.15em;
	font-weight: bold;
	border-bottom: 1px dotted #ffd591;
}
.storytitle {
	margin: 0;
	font-variant: small-caps;
}
.storytitle a {
	text-decoration: none;
}
.storytitle a:link, .storytitle a:visited{
	color: #a91700;
	text-decoration: none;
}
.storytitle a:hover, .storytitle a:active{
	color: #333;
}
.storycontent{
	font-size: 13px;
	line-height: 1.4;
}
.storycontent p{
	line-height: 1.4;
}
.storycontent img{margin: 10px;}

div.date p{
	width: 40px;
	height: 50px;
	float: left;
	margin: 0 10px 0 0;
	padding: 5px;
	background: #D70606 url(images/date.jpg) no-repeat;
	color: #fff;
	text-align: center;
	font-size: 70%;
	overflow: hidden;
}
div.date span.mese{
	display: block;
	margin-bottom: 8px;
}
div.date span.giorno{
	font-size: 190%;
	color: #A1200B;
	font-weight: bold;
	line-height: 0.8;
}
div.date p span.anno{
	margin: 0;
	padding: 0;
	color: #A1200B;
	font-size: 0.9em;
	font-family: Tahoma, Arial, sans-serif;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 95%;
	background: #fff6ed;
	border: 1px solid #ffd08e;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}
div.commentbody {
	margin: 10px 60px 10px 30px;
	border: 1px solid #ffc13b;
	background: #ffd9a6;
}
.alt div.commentbody{
	border: 1px solid #ffd9a6;
	background: #ffeaca;
}
div.commentbody p{
  margin: 10px;
}
div.commentbody blockquote {
  background: #800 url(images/comment-quote.png) no-repeat 0 3px;
  color: #fff;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.6em;
  border: none;
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
  padding: 5px 5px 5px 25px;
}
div.commentbody div a:link, div.commentbody div a:visited{
color: #fff;
}
div.commentbody div a:hover{
color: #ddd
}

#container{
	width: 960px;
	margin: 0 auto;
}
#wrapper{
	float: left;
	width: 95%;
	margin-left: -270px;
}
#content {
	margin: 0 0 0 270px;
	padding: 20px 20px 10px 0;
	background: transparent;
}

div.box{
	width: 500px;
	padding: 20px 150px 10px 20px;
	background: url(images/box.jpg) no-repeat;
	min-height: 370px;
}
* html div.box{
	height: 370px;
}

/*-- plugins --*/
div.breadcrumb{
	margin-bottom: 10px;
	font-size: 0.8em;
	padding-bottom: 5px;
	color: #666;
	border-bottom: 1px solid #ffd591;
}
div.social_bookmark{
	color: #666;
	clear: both;
}

#header {
	background: url(images/header.jpg) top center repeat-x;
	font: italic normal Georgia, serif;
	letter-spacing: -0.2px;
	margin: 0;
	padding: 149px 0 0 0;
	position: relative;
}

#header a {
	color: #fff;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

.textwidget{
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
}

#menu {
	padding: 0 9px;
	margin: 10px 0;
	float: right;
	display: inline;
	width: 249px;
	border-left: 1px solid #ffd591;
}

#menu form {
	margin: 0 0 0 13px;
}

#menu input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#menu ul {
	color: #444;
	font-weight: bold;
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
	height: 1%;
}

#menu ul li {
	font: bold 110% Georgia, Times, serif;
	letter-spacing: 0;
	font-variant: small-caps;
	color: #916110;
	padding: 0;
	margin: 5px 0 0 0;
}
#menu ul li span{
	padding: 15px 5px 5px 30px; 	
	background: url(images/sidebar.png) top left no-repeat;
	width: 209px;
	display: block;
}
#menu ul li ul li span {
	padding: 0;
	background: transparent;
	width: auto;
	display: inline;
}

#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: left;
	border: none;
}

#menu ul ul li {
	border: 0;
	font: normal normal 70%/1.7em Arial, Verdana, sans-serif;
	letter-spacing: 0;
	margin-top: 0;
	padding: 3px 0 0 10px;
	background: url(images/star.gif) 0 3px no-repeat;
}
#menu ul ul ul{
	border: none;
}
#menu ul ul ul li{
	font-size: 100%;
}

#menu ul ul li a {
	color: #333;
	text-decoration: none;
}

#menu ul ul li a:hover, #menu ul ul li a:active {
	text-decoration: underline;
}

#menu ul ul ul.children {
	font-size: 100%;
	padding-left: 4px;
}

#menu ul li#rss{
	padding: 0;
	background: 0;
	margin: 5px 0;
}
#menu ul li#rss img{
	margin: 5px 15px;
}
#menu ul li#interviste{
	padding: 0;
	margin-bottom: 15px;
	background: transparent;
}
#menu ul li#interviste span{
	position: absolute;
	left: -9999px;
}
#menu ul li#interviste a{
	display: block;
	width: 250px;
	height: 150px;
}
#menu ul li#interviste a:link, #menu ul li#interviste a:visited {
	background: url(images/banner-interviste.jpg) no-repeat;
}
#menu ul li#interviste a:hover, #menu ul li#interviste a:active {
	background: url(images/banner-interviste.jpg) 0 -151px no-repeat;
}
#menu span.trigger{
	display: block;
	cursor: pointer;
}
#menu span.trigger:hover{
	color: #333;
	background: url(images/sidebar.png) 0 -42px no-repeat;	
	padding-left: 70px;
	width: 169px;
}
#menu ul#partner{
	padding: 10px 0;
}
#menu ul#partner li{
	background: none;
}

#wp-calendar {
	border: none;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
	color: #D70606;
	font-weight: bold;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #444;
	font: normal italic Georgia, serif;
	font-size: 120%;
	margin-bottom: 5px;
	text-align: left;
}

#wp-calendar td {
	color: #999;
	font: normal 100% Arial, Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

#menu1{
	height: 1%;
	overflow: hidden;
}
#menu1 ul{
	margin: 0;
	padding: 0;
}
#menu1 ul li{
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
        font-variant: small-caps;
}
#menu1 ul li a{
	float: left;
	padding: 10px 10px;
	height: 22px;
	line-height: 22px;
	display: block;
	text-decoration: none;
}
#menu1 ul li a:link, #menu1 ul li a:visited{
	background: transparent;
	color: #555;
	border-left: 1px solid #aaa;
	border-right: 1px solid #fff;
}
#menu1 ul li a:hover, #menu1 ul li a:active{
	background: #ffc16a;
	color: #444;
	text-decoration: none;
	border-left: 1px solid #aaa;
	border-right: 1px solid #fff;
}
#menu1 ul li.current_page_item a:link, #menu1 ul li.current_page_item a:visited{
	background: #d70606 url(images/menu_in.jpg) top left repeat-x;
	color: #000;
	border-left: 1px solid #aaa;
	border-right: 1px solid #fff;
}

#contactform{
	padding: 90px 0 10px;
	margin: 0;
	background: url(images/gruppo.jpg) no-repeat 250px top;
}

#contactform fieldset{
	border: 0;
	margin: 0;
	padding: 0;
}
#contactform textarea{
	width: 500px;
}

#outerfooter{
	background: url(images/duck_side.jpg) no-repeat center 20px;
	clear: both;
}
#outerfooter.back{
	background: url(images/duck_back.jpg) no-repeat center 20px;
}
#outerfooter.front{
	background: url(images/duck_front.jpg) no-repeat center 20px;
}
#footer{
	clear: both;
	background: url(images/footer.jpg) repeat-x 0 220px;
	color: #fff;
	margin: 0;
	padding: 220px 80px 0;
	text-align: center;
	font-size: 80%;
	height: 58px;
	position: relative;
}
#footer p{
	padding: 10px;
	margin: 0;
	line-height: 38px;
	font-weight: bold;
	font-family: Georgia, serif;
}
#footer p#admin{
	position: absolute;
	right: 10px;
	top: 225px;
	padding: 0;
	margin: 0;
	height: 48px;
	overflow: hidden;
}
#footer p.up{
	float: right;
}
#footer p.up a{
	padding-right: 20px;
	background: url(images/top.gif) top right no-repeat;
}
#footer a:link, #footer a:visited{
	color: #ddd;
	text-decoration: underline;
}
#footer a:hover, #footer a:active{
	color: #fff;
	text-decoration: none;
}

/* ---- stili custom ----- */
.storycontent hr{
	clear: both;
	position: relative;
	left: 0;
	border: none;
	background: transparent;
}
.storycontent h3, .storycontent h4{
	border-bottom: 1px dotted #FFD591;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-variant: small-caps;
}

/* ---- page navigation --- */
.pagenavigationbox{
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	width: 300px;
	margin: 5px auto;
	padding: 5px 10px;
	border: 1px solid #eee;
	background: #fafafa;
}
.pagenav{
	margin-right: 20px;
}
.pagenavcurrent, .pagelink{
	margin: 0 2px;
}
/* -- Allineamento immagini -- */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* FD foodnotes - mauro mura - xx/7/2009 */
.footnotes {
  font-size: 85%;
  line-height: 1.5em;
  padding: 10px 0 10px 0;
}

.footnotes .footnotedivider {
  width: 120px;
  /*border-bottom: 1px solid #ccc;*/
}
.footnotes ol {list-style-type:decimal; padding-left:30px;}
.footnotes ol {}
.footnotes li {
  margin: 0 0 5px 0;
  color:#666666;
}

sup.footnote a {
  text-decoration: none;
  font-size: 80%;
}

sup.footnote {
  line-height: 0em;
}

.footnotereverse a {
  padding: 0 0 0 5px;
  text-decoration: none;
}

/* pagine e post correlati - mauro mura - 27/7/2009 */
.st-related-posts a {
    font-variant: small-caps;
}
.mm-page-related a {
    font-variant: small-caps;
}

/* widget testo - mauro mura - 27/7/2009*/
.mm-abbuonaci {
    font-variant:none;
    color:#666666;
}