<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html expr:dir='data:blog.languageDirection' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
  <head>
<link href='http://digilander.libero.it/bcove/festoni/festoni.ico' rel='shortcut icon' type='image/icon'/>
<link charset='utf-8' href='http://digilander.libero.it/bcove/-cove.css' media='screen' rel='stylesheet' type='text/css'/>
    <b:include data='blog' name='all-head-content'/>
    <b:if cond='data:blog.pageType == &quot;index&quot;'>
	<title><data:blog.title/></title>
	<b:else/>
	<title><data:blog.pageName/></title>
    </b:if>
<b:skin><![CDATA[/*
======================================
Blogger XML Template  
DESIGNER: Gimbola (http://templatescove.blogspot.com)
Illustration by (c) SpacePotato in Flick
 
Adapted to Blogger by: 
Date: 2008/10
(C) Keep credits intact, please. 
======================================
|  Author Info and Copyright 
| 
| Respect Copyright. 
| All images and graphic designs, used in this work, are propriety of own author.
| This design is released under a Creative Commons License by-nc-nd Italy
| (http://creativecommons.org/licenses/by-nc-nd/3.0/deed.it)
| 
| ATTENTION! you must leave the attribution statements (Credits) 
| within the template in place when you use this theme. 
| Especially the link to graphic designer and header image! 
| We spent a lot of time and hard work in creating this beautiful theme. 
| 
| Please respect the original designer of this theme 
| by leaving the attribution intact. 
=================================================== */
/* Variable definitions
   ====================
   <Variable name="bgcolor" description="Page Background Color"
             type="color" default="#eee" value="#E9E9E9">
   <Variable name="textcolor" description="Text Color"
             type="color" default="#132" value="#163721">
   <Variable name="linkcolor" description="Link Color"
             type="color" default="#c43" value="#CC4837">
   <Variable name="linkside" description="Link Sidebar Color"
             type="color" default="#a43" value="#aa4433">
	<Variable name="addcolor" description="Add Color"
             type="color" default="#bbb" value="#BDBEB3">
   <Variable name="pagetitlecolor" description="Blog Title Color"
             type="color" default="#28a" value="#2180A6">
<Variable name="add2color" description="Add 2 Color"
             type="color" default="#bba" value="#bbbbaa">
<Variable name="titlesidecolor" description="Title Sidebar Color"
             type="color" default="#666" value="#668888">
   <Variable name="descriptioncolor" description="Blog Description Color"
             type="color" default="#999" value="#444433">
   <Variable name="titlecolor" description="Post Title Color"
             type="color" default="#c60" value="#4E7A40">
   <Variable name="bordercolor" description="Border Color"
             type="color" default="#222" value="#444433">
   <Variable name="sidebarcolor" description="Sidebar Title Color"
             type="color" default="#999" value="#9A9875">
   <Variable name="sidebartextcolor" description="Sidebar Text Color"
             type="color" default="#666" value="#444433">
   <Variable name="visitedlinkcolor" description="Visited Link Color"
             type="color" default="#999" value="#821306">
   <Variable name="bodyfont" description="Text Font"
             type="font" default="normal normal 100% Georgia, Serif" value="normal normal 90% Verdana, sans-serif">
   <Variable name="headerfont" description="Sidebar Title Font"
             type="font"
             default="normal normal 200% Georgia, Serif" value="normal normal 200% Trebuchet, Trebuchet MS, Arial, sans-serif">
   <Variable name="titlefont" description="Blog Title Font"
             type="font"
             default="normal normal 200% Georgia, Serif" value="normal normal 200% Trebuchet, Trebuchet MS, Arial, sans-serif">
   <Variable name="quotefont" description="Blog Quote Font"
             type="font"
             default="normal normal 100% Georgia, serif" value="normal normal 105% Georgia, Times, serif">
   <Variable name="postfooterfont" description="Post Footer Font"
             type="font"
             default="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif" value="normal normal 81% Trebuchet, Trebuchet MS, Arial, sans-serif">
   <Variable name="startSide" description="Start side in blog language"
             type="automatic" default="left" value="left">
   <Variable name="endSide" description="End side in blog language"
             type="automatic" default="right" value="right">
*/
body {
  background: url(http://digilander.libero.it/bcove/festoni/festoni-bg.jpg) repeat;
  margin:0;
  width: 100%; height:100%;/*per sfondo ridimensionabile*/
  color:$textcolor;
  font:x-small Georgia Serif;
  font-size/* */:/**/small;
  font-size: /**/small;
  text-align: center;
  }
a:link {
  color:$linkcolor;
  text-decoration:none;
  }
a:visited {
  color:$visitedlinkcolor;  background: transparent;
  text-decoration:none;
  }
a:hover {
  color: $titlecolor;
  text-decoration:underline;
}
a img {
  border-width:0;
  }

/* Header
================ */
#header { 
  margin: 5px;
  text-align: center;
  color:$pagetitlecolor;
}

h1.title {
 margin:1.5em 0 0;
 color:$linkcolor;
 line-height: 1.4em;
 letter-spacing: .1em;
 font: 380% 'Bradley Hand ITC','Mistral', 'Script','French Script MT', fantasy;
 font-weight: 900;
}

h1.title a {
  text-decoration:none;
  }

h1.title a:hover {
 color:$pagetitlecolor;
 background:transparent;
  }

.description {
  padding:0 30px 15px;
  letter-spacing:.1em;
  line-height: 1.4em;
  font: bold 190% 'Bradley Hand ITC', 'Mistral','Script', 'French Script MT', fantasy;
  color: $descriptioncolor;
}
#widepic{
 position: absolute;
 top:0px; left: 0; /*sfondo in alto a sinistra*/
 width: 100%; /*per sfondo ridimensionabile*/
 margin: 0; padding: 0;
 z-index: -1;
}
/* Outer-Wrapper
================== */
#outer-wrapper {  position: relative;
  margin:0 auto;  width: 100%;
  text-align:$startSide;
  font: $bodyfont;  
  }

#main-wrapper {  position: relative;
  margin-$endSide: 4%; padding-top:35%;
  width: 60%;
  float: $endSide;
  display: inline;       /* fix for doubling margin in IE */
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  overflow: hidden;      /* fix for long non-text content breaking IE sidebar float */
  }

#sidebar-wrapper {
  margin-$startSide: 4%;  padding-top:85%; position: relative;
  width: 26%;
  float: $startSide;
  display: inline;       /* fix for doubling margin in IE */
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  overflow: hidden;      /* fix for long non-text content breaking IE sidebar float */
}
#header-wrapper {
 position: relative;
}
/* Headings
=============== */
h2 {
  margin:1.5em 0 .5em;
  line-height: 1.4em;
  text-transform:uppercase;
  text-align:center;
  letter-spacing:.1em;
  color:$pagetitlecolor;
  font:$headerfont;
  border-bottom: 2px solid $titlesidecolor;
}
/* Posts
=============== */
.post {
  margin:.5em 0 2em;
  padding-bottom: 10px;
  }
.post-title {
  margin:.25em 0 0;
  padding:0 0 0 100px;
  height:60px;
  font:$titlefont;
  font-weight:normal;
  line-height:1.4em;
  color:$titlecolor; 
  background: url(http://digilander.libero.it/bcove/festoni/festoni-im.gif) no-repeat bottom left;
}

.post-title a, .post-title a:visited, .post-title strong {
  display:block;
  text-decoration:none;
  color:$titlecolor;
  font-weight:normal;
  border-bottom:2px solid $titlecolor;
}
.post-title a:hover {
  color:$pagetitlecolor;
  text-decoration:none;
}
.post-body {
  margin: .75em 0;
  line-height:1.4em;
  text-align:justify;
}
.post-body a {
  color:$linkcolor;  background: $bgcolor;
  text-decoration:none;
  }
.post-body a:hover {
  color:$bgcolor;
  text-decoration:none;
  background: $pagetitlecolor;
}
.post-header {
font-weight:100;
float:right;
  margin: .25em 0;
  color:$sidebarcolor;
  text-transform:uppercase;
  letter-spacing:.1em;
  font: $postfooterfont; 
  line-height: 1.4em; 
  }

.post-footer {
  margin: .75em 0 ;
  color:$sidebarcolor;
  text-transform:uppercase;
  letter-spacing:.1em;
  font: $postfooterfont;
  line-height: 1.4em; 
  border-left: 4px solid $sidebarcolor; padding-left: 8px;
  border-bottom: 2px solid $linkside;
  }  
.post-footer .span {
  margin-$endSide: .3em;
}
a.comment-link {
  margin-$startSide:.6em;
  color:$pagetitlecolor;
}
.post-body img {
  padding:4px; background:$addcolor;
  border:1px solid $bordercolor;
  max-width:100%;
  }
.post-body img:hover {
  padding:4px; background:transparent;
  border:1px solid $bordercolor;
  }
.post blockquote {
  margin:1em 20px;
  line-height:1.3em;  
  font: $quotefont;
   background: transparent url(http://tinyurl.com/quotetrasp2) no-repeat right bottom;
 display: block;
 text-indent: 20px;
  }
.post blockquote p {
  background: transparent url(http://tinyurl.com/quotetrasp1) no-repeat 0px 0px;
  padding: 20px 30px;  
}
/* Comments
================ */
#imgcomment {
  float:right; 
  margin: 5px;
  padding: 4px; background:$addcolor;
  border: 1px solid $bordercolor;
  width: 60px;}
  
#comments h4 {
  margin:1em 0;
  font-weight: bold;
  line-height: 1.6em;
  letter-spacing:.1em;
  color: $sidebarcolor;  
  }

#comments-block {
  margin:1em 0 1.5em;
  line-height:1.2em;
  }
#comments-block .comment-author {
  margin:.5em 0;
  }
#comments-block .comment-body {
  margin:.25em 0 0;
  }
#comments-block .comment-footer {
  margin:-.25em 0 2em;
  line-height: 1.4em;
  letter-spacing:-.1em;
  }
#comments-block .comment-body p {
  margin:0 0 .75em;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }

.feed-links {
  clear: both;
  line-height: 2.5em;
  display:none;
}

#blog-pager-newer-link {
  float: $startSide;
 }
 
#blog-pager-older-link {
  float: $endSide;
 }

#blog-pager {   
  text-align: center; 
 }

/* Sidebar Content
============================ */
.sidebar { 
  color: $sidebartextcolor;
  line-height: 1.5em;
 }
/* sidebar menu */
.sidebar ul {
	list-style:none;
	margin: 10px 0 15px 0;
	padding: 0;
	border-top: 1px dashed $add2color;	
}
.sidebar ul li {margin:0;
	line-height: 1.5em;
	background:#f4f4f4;
}
.sidebar ul a {
	font-weight:normal;
	color: $linkcolor;
	height: 1.5em;	
	padding:0 0 0 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed $sidebarcolor;
    border-left: 4px solid $sidebarcolor;
	text-decoration:none;
}
.sidebar ul a:hover {
	padding: 0 0 0 10px;
	border-left: 5px solid $pagetitlecolor;font-weight: 900;
	color: $titlesidecolor;	background:$bgcolor;
}
.LinkList ul a { display:block;	background:#f4f4f4;}
  
.sidebar .widget, .main .widget { 
  margin:0 0 1.5em;
  padding:0 0 1.5em;
 }

.main .Blog { 
  border-width: 0;
}

/* Profile 
================ */
.profile-img { 
  float: $startSide;
  margin-top: 0;
  margin-$endSide: 5px;
  margin-bottom: 5px;
  margin-$startSide: 0;
  padding: 4px; background:$addcolor;
  border: 1px solid $bordercolor;
}

.profile-data {
  margin:0;
  color: $sidebarcolor;
  font-weight: bold;
  line-height: 1.6em;
}

.profile-datablock { 
  margin:.5em 0 .5em;  font: $postfooterfont;  font-size:110%;
}

.profile-textblock { 
  margin: 0.5em 0;
  line-height: 1.2em;
}

/* Footer
==============*/
#footer-wrapper {
  margin:0 auto;
  line-height: 1.4em;
  font-size:95%;
  }
#footer {
  width:90%;
  clear:both;
  margin:0 auto;
  padding-top:15px;
  line-height: 1.2em;
  text-align: justify;
}
#fondo {
background: url(http://digilander.libero.it/bcove/festoni/festoni-fo.jpg) repeat center top;  
height:300px;  text-align: center;
border-top: 2px solid $bordercolor;
}
#fondo a {background: $bgcolor;}
/* STILE VARI  EXTRA
====================================== */
.clear {clear: both;}
.fn {font-weight: bold; color:$pagetitlecolor;}
.published {border-bottom:1px dotted $linkcolor;}
 select, input,textarea {
 background-color: $bgcolor;
 color: $textcolor;
 border: 1px solid $bordercolor;
 margin: 2px 0px;
}

]]></b:skin>
<meta content='gimbola, il covo dei templates, gimbola templates, templatescove' name='keywords'/> 
<meta content='Gimbola di TemplatesCove' name='author'/>
  </head>
    <body>
  <div id='outer-wrapper'><div id='wrap2'>

    <!-- skip links for text browsers -->
    <span id='skiplinks' style='display:none;'>
      <a href='#main'>skip to main </a> |
      <a href='#sidebar'>skip to sidebar</a>
    </span>
<!-- START HEADER WRAPPER -->
    <div id='header-wrapper'>
<b:section class='header' id='header' showaddelement='yes'/>
</div><!-- END HEADER WRAPPER-->
  <!-- START sfondo IMG -->
<div id='header-image'>
<img id='widepic' src='http://digilander.libero.it/bcove/festoni/festoni-hd.jpg'/>
</div><!-- END  IMG -->	
<!-- START CONTENT WRAPPER--> 
    <div id='content-wrapper'>
      <div id='crosscol-wrapper' style='text-align:center'>
        <b:section class='crosscol' id='crosscol' showaddelement='no'/>
      </div>
<!-- START MAIN WRAPPER-->
      <div id='main-wrapper'>
        <b:section class='main' id='main' showaddelement='no'>
<b:widget id='Header1' locked='false' title='Gimbola Demo (Intestazione)' type='Header'>
<b:includable id='title'>
  <b:if cond='data:blog.url == data:blog.homepageUrl'>
    <data:title/>
  <b:else/>
    <a expr:href='data:blog.homepageUrl'><data:title/></a>
  </b:if>
</b:includable>
<b:includable id='description'>
  <div class='descriptionwrapper'>
    <p class='description'><span><data:description/></span></p>
  </div>
</b:includable>
<b:includable id='main'>

    <!--No header image -->
    <div id='header-inner'>
      <div class='titlewrapper'>
        <h1 class='title'><b:include name='title'/></h1>
      </div>
      <b:include name='description'/>
    </div>
</b:includable>
</b:widget>
<b:widget id='Blog1' locked='true' title='Post sul blog' type='Blog'>
<b:includable id='nextprev'>
  <div class='blog-pager' id='blog-pager'>
    <b:if cond='data:newerPageUrl'>
      <span id='blog-pager-newer-link'>
      <a class='blog-pager-newer-link' expr:href='data:newerPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-newer-link&quot;' expr:title='data:newerPageTitle'>&#9668;<data:newerPageTitle/></a>
      </span>
    </b:if>

    <b:if cond='data:olderPageUrl'>
      <span id='blog-pager-older-link'>
      <a class='blog-pager-older-link' expr:href='data:olderPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-older-link&quot;' expr:title='data:olderPageTitle'><data:olderPageTitle/>&#9658;</a>
      </span>
    </b:if>

    <b:if cond='data:blog.homepageUrl != data:blog.url'>
      <a class='home-link' expr:href='data:blog.homepageUrl'><data:homeMsg/></a>
      <b:else/>
      <b:if cond='data:newerPageUrl'>
        <a class='home-link' expr:href='data:blog.homepageUrl'><data:homeMsg/></a>
      </b:if>
    </b:if>

  </div>
  <div class='clear'/>
</b:includable>
<b:includable id='backlinks' var='post'>
  <a name='links'/><h4><data:post.backlinksLabel/></h4>
  <b:if cond='data:post.numBacklinks != 0'>
    <dl class='comments-block' id='comments-block'>
      <b:loop values='data:post.backlinks' var='backlink'>
        <div class='collapsed-backlink backlink-control'>
          <dt class='comment-title'>
            <span class='backlink-toggle-zippy'>&#160;</span>
            <a expr:href='data:backlink.url' rel='follow'><data:backlink.title/></a>
            <b:include data='backlink' name='backlinkDeleteIcon'/>
          </dt>
          <dd class='comment-body collapseable'>
            <data:backlink.snippet/>
          </dd>
          <dd class='comment-footer collapseable'>
            <span class='comment-author'><data:post.authorLabel/> <data:backlink.author/></span>
            <span class='comment-timestamp'><data:post.timestampLabel/> <data:backlink.timestamp/></span>
          </dd>
        </div>
      </b:loop>
    </dl>
  </b:if>
  <p class='comment-footer'>
    <a class='comment-link' expr:href='data:post.createLinkUrl' expr:id='data:widget.instanceId + &quot;_backlinks-create-link&quot;' onclick='window.open(this.href);return false' onkeypress='window.open(this.href); return false;' title='apre una nuova finestra'><data:post.createLinkLabel/></a>
  </p>
</b:includable>
<b:includable id='post' var='post'>
  <div class='post hentry uncustomized-post-template'>
    <a expr:name='data:post.id'/>
    <b:if cond='data:post.title'>
      <h3 class='post-title'>
     <b:if cond='data:post.link'>
       <a expr:href='data:post.link'><data:post.title/></a>
     <b:else/>
        <b:if cond='data:post.url'>
          <a expr:href='data:post.url'><data:post.title/></a>
        <b:else/>
          <data:post.title/>
        </b:if>
     </b:if>
      </h3>
    </b:if>

    <div class='post-header'><b:if cond='data:post.dateHeader'>
        <h5 class='date-header'><data:post.dateHeader/></h5>
      </b:if></div>
	<div class='clear'/>

    <div class='post-body'>
      <data:post.body/>
      <div style='clear: both;'/> <!-- clear for photos floats -->
    </div>

    <div class='post-footer'>
    <div class='post-footer-line post-footer-line-1'>
      <span class='post-author vcard'>
        <b:if cond='data:top.showAuthor'>
          <data:top.authorLabel/>
          <span class='fn'><data:post.author/></span>
        </b:if>
      </span>

      <span class='post-timestamp'>
        <b:if cond='data:top.showTimestamp'>
          <data:top.timestampLabel/>
        <b:if cond='data:post.url'>
          <a class='timestamp-link' expr:href='data:post.url' rel='bookmark' title='permanent link'><abbr class='published' title='permanent link'><data:post.timestamp/></abbr></a>
        </b:if>
        </b:if>
      </span>

      <span class='post-comment-link'>
        <b:if cond='data:blog.pageType != &quot;item&quot;'>
          <b:if cond='data:post.allowComments'>
            <a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick' title='scrivi un commento'><b:if cond='data:post.numComments == 1'>1 <data:top.commentLabel/><b:else/><data:post.numComments/> <data:top.commentLabelPlural/></b:if></a>
          </b:if>
        </b:if>
      </span>

       <!-- backlinks -->
       <span class='post-backlinks post-comment-link'>
         <b:if cond='data:blog.pageType != &quot;item&quot;'>
           <b:if cond='data:post.showBacklinks'>
             <a class='comment-link' expr:href='data:post.url + &quot;#links&quot;' title='cita questo post nel tuo blog'><data:top.backlinkLabel/></a>
           </b:if>
         </b:if>
       </span>
       </div>

      <div class='post-footer-line post-footer-line-2'>
      <span class='post-labels'>
        <b:if cond='data:post.labels'>
          <data:postLabelsLabel/>
          <b:loop values='data:post.labels' var='label'>
            <a expr:href='data:label.url' rel='tag'><data:label.name/></a><b:if cond='data:label.isLast != &quot;true&quot;'>,</b:if>
          </b:loop>
        </b:if>
      </span>	  <span class='post-icons'>
        <!-- email post links -->
        <b:if cond='data:post.emailPostUrl'>
          <span class='item-action'>
          <a expr:href='data:post.emailPostUrl' expr:title='data:top.emailPostMsg'>
              <img alt='' class='icon-action' src='http://www.blogger.com/img/icon18_email.gif'/>
          </a>
          </span>
        </b:if>

        <!-- quickedit pencil -->
        <b:include data='post' name='postQuickEdit'/>
      </span>
      </div>

      <div class='post-footer-line post-footer-line-3'/>
    </div>
  </div>
</b:includable>
<b:includable id='commentDeleteIcon' var='comment'>
  <span expr:class='&quot;item-control &quot; + data:comment.adminClass'>
    <a expr:href='data:comment.deleteUrl' expr:title='data:top.deleteCommentMsg'>
      <img src='http://www.blogger.com/img/icon_delete13.gif'/>
    </a>
  </span>
</b:includable>
<b:includable id='status-message'>
  <b:if cond='data:navMessage'>
  <div class='status-msg-wrap'>
    <div class='status-msg-body'>
      <data:navMessage/>
    </div>
    <div class='status-msg-border'>
      <div class='status-msg-bg'>
        <div class='status-msg-hidden'><data:navMessage/></div>
      </div>
    </div>
  </div>
  <div style='clear: both;'/>
  </b:if>
</b:includable>
<b:includable id='feedLinks'>
  <b:if cond='data:blog.pageType != &quot;item&quot;'> <!-- Blog feed links -->
    <b:if cond='data:feedLinks'>
      <div class='blog-feeds'>
        <b:include data='feedLinks' name='feedLinksBody'/>
      </div>
    </b:if>

    <b:else/> <!--Post feed links -->
    <div class='post-feeds'>
      <b:loop values='data:posts' var='post'>
        <b:if cond='data:post.allowComments'>
          <b:if cond='data:post.feedLinks'>
            <b:include data='post.feedLinks' name='feedLinksBody'/>
          </b:if>
        </b:if>
      </b:loop>
    </div>
  </b:if>
</b:includable>
<b:includable id='comment-form' var='post'>
  <div class='comment-form'>
    <a name='comment-form'/>
    <h4 id='comment-post-message'><data:postCommentMsg/></h4>
    <p><data:blogCommentMessage/></p>
    <a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src' style='display: none'/>
    <iframe allowtransparency='true' class='blogger-iframe-colorize' frameborder='0' height='275' id='comment-editor' scrolling='auto' src='' width='100%'/>
    <data:post.iframeColorizer/>
  </div>
</b:includable>
<b:includable id='backlinkDeleteIcon' var='backlink'>
  <span expr:class='&quot;item-control &quot; + data:backlink.adminClass'>
    <a expr:href='data:backlink.deleteUrl' expr:title='data:top.deleteBacklinkMsg'>
      <img src='http://www.blogger.com/img/icon_delete13.gif'/>
    </a>
  </span>
</b:includable>
<b:includable id='feedLinksBody' var='links'>
  <div class='feed-links'>
  <data:feedLinksMsg/>
  <b:loop values='data:links' var='f'>
     <a class='feed-link' expr:href='data:f.url' expr:type='data:f.mimeType' onclick='window.open(this.href);return false' onkeypress='window.open(this.href); return false;' title='apre una nuova finestra'><data:f.name/> (<data:f.feedType/>)</a>
  </b:loop>
  </div>
</b:includable>
<b:includable id='postQuickEdit' var='post'>
  <b:if cond='data:post.editUrl'>
    <span expr:class='&quot;item-control &quot; + data:post.adminClass'>
      <a expr:href='data:post.editUrl' expr:title='data:top.editPostMsg'>
        <img alt='' class='icon-action' src='http://www.blogger.com/img/icon18_edit_allbkg.gif'/>
      </a>
    </span>
  </b:if>
</b:includable>
<b:includable id='comments' var='post'>
  <div class='comments' id='comments'>
    <a name='comments'/>
    <b:if cond='data:post.allowComments'>
      <h4>
        <b:if cond='data:post.numComments == 1'>
          1 <data:commentLabel/>:
        <b:else/>
          <data:post.numComments/> <data:commentLabelPlural/>:
        </b:if>
      </h4>

      <b:if cond='data:post.commentPagingRequired'>
        <span class='paging-control-container'>
          <a expr:class='data:post.oldLinkClass' expr:href='data:post.oldestLinkUrl'><data:post.oldestLinkText/></a>
          &#160;
          <a expr:class='data:post.oldLinkClass' expr:href='data:post.olderLinkUrl'><data:post.olderLinkText/></a>
          &#160;
          <data:post.commentRangeText/>
          &#160;
          <a expr:class='data:post.newLinkClass' expr:href='data:post.newerLinkUrl'><data:post.newerLinkText/></a>
          &#160;
          <a expr:class='data:post.newLinkClass' expr:href='data:post.newestLinkUrl'><data:post.newestLinkText/></a>
        </span>
      </b:if>

      <dl id='comments-block'><img id='imgcomment' src='http://digilander.libero.it/bcove/festoni/festoni-sep.jpg'/>
        <b:loop values='data:post.comments' var='comment'>
          <dt expr:class='&quot;comment-author &quot; + data:comment.authorClass' expr:id='data:comment.anchorName'>
            <a expr:name='data:comment.anchorName'/>
            <b:if cond='data:comment.authorUrl'>
              <a expr:href='data:comment.authorUrl' rel='follow'><data:comment.author/></a>
            <b:else/>
              <data:comment.author/>
            </b:if>
            <data:commentPostedByMsg/>
          </dt>
          <dd class='comment-body'>
            <b:if cond='data:comment.isDeleted'>
              <span class='deleted-comment'><data:comment.body/></span>
            <b:else/>
              <p><data:comment.body/></p>
            </b:if>
          </dd>
          <dd class='comment-footer'>
            <span class='comment-timestamp'>
              <a expr:href='data:comment.url' title='comment permalink'>
                <data:comment.timestamp/>
              </a>
              <b:include data='comment' name='commentDeleteIcon'/>
            </span>
          </dd>
        </b:loop>
      </dl>

      <b:if cond='data:post.commentPagingRequired'>
        <span class='paging-control-container'>
          <a expr:class='data:post.oldLinkClass' expr:href='data:post.oldestLinkUrl'>
            <data:post.oldestLinkText/>
          </a>
          <a expr:class='data:post.oldLinkClass' expr:href='data:post.olderLinkUrl'>
            <data:post.olderLinkText/>
          </a>
          &#160;
          <data:post.commentRangeText/>
          &#160;
          <a expr:class='data:post.newLinkClass' expr:href='data:post.newerLinkUrl'>
            <data:post.newerLinkText/>
          </a>
          <a expr:class='data:post.newLinkClass' expr:href='data:post.newestLinkUrl'>
            <data:post.newestLinkText/>
          </a>
        </span>
      </b:if>

      <p class='comment-footer'>

        <b:if cond='data:post.embedCommentForm'>
          <b:include data='post' name='comment-form'/>
        <b:else/>
          <b:if cond='data:post.allowComments'>
            <a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a>
          </b:if>
        </b:if>

      </p>
    </b:if>

    <div id='backlinks-container'>
    <div expr:id='data:widget.instanceId + &quot;_backlinks-container&quot;'>
       <b:if cond='data:post.showBacklinks'>
         <b:include data='post' name='backlinks'/>
       </b:if>
    </div>
    </div>
  </div>
</b:includable>
<b:includable id='main' var='top'>
  <!-- posts -->
  <div class='blog-posts hfeed'>

    <b:include data='top' name='status-message'/>

    <data:adStart/>
    <b:loop values='data:posts' var='post'>
	<b:include data='post' name='post'/>
      <b:if cond='data:blog.pageType == &quot;item&quot;'>
        <b:include data='post' name='comments'/>
      </b:if>
      <b:if cond='data:post.includeAd'>
        <data:adEnd/>
        <data:adCode/>
        <data:adStart/>
      </b:if>
    </b:loop>
    <data:adEnd/>
  </div>

  <!-- navigation -->
  <b:include name='nextprev'/>

  <!-- feed links -->
  <b:include name='feedLinks'/>
  
  <b:if cond='data:top.showStars'>
    <script src='http://www.google.com/jsapi' type='text/javascript'/>
    <script type='text/javascript'>
      google.load(&quot;annotations&quot;, &quot;1&quot;, {&quot;locale&quot;: &quot;<data:top.languageCode/>&quot;});
      function initialize() {
        google.annotations.setApplicationId(<data:top.blogspotReviews/>);
        google.annotations.createAll();
        google.annotations.fetch();
      }
      google.setOnLoadCallback(initialize);
    </script>
  </b:if>

</b:includable>
</b:widget>
</b:section>
      </div>
      <!-- END MAIN WRAPPER-->
<!-- START SIDEBAR WRAPPER-->
      <div id='sidebar-wrapper'>
<!-- START IntestazBlog nella SIDEBAR WRAPPER-->

<!-- START SIDEBAR SECTION-->
        <b:section class='sidebar' id='sidebar' preferred='yes'>
<b:widget id='Text1' locked='false' title='The Blog' type='Text'>
<b:includable id='main'>
  <b:if cond='data:title'>
    <h2><data:title/></h2>
  </b:if>
  <div class='widget-content'>
<p class='quote'>
&#171;...e Buon Natale a tutti gli uomini di <strong>buona volontà</strong>&#187;</p>
  </div>

  <b:include name='quickedit'/>
</b:includable>
</b:widget>
<b:widget id='Label2' locked='false' title='Labels' type='Label'>
<b:includable id='main'>
  <b:if cond='data:title'>
    <h2><data:title/></h2>
  </b:if>
  <div class='widget-content'>

    &lt;object type=&quot;application/x-shockwave-flash&quot; data=&quot;http://halotemplates.s3.amazonaws.com/wp-cumulus-example/tagcloud.swf&quot; width=&quot;200&quot; height=&quot;250&quot; allowscriptaccess=&quot;always&quot; &gt;
        &lt;param name=&quot;movie&quot; value=&quot;http://halotemplates.s3.amazonaws.com/wp-cumulus-example/tagcloud.swf&quot; /&gt;
        &lt;param name=&quot;bgcolor&quot; value=&quot;#e9e9e9&quot; /&gt;
        &lt;param name=&quot;flashvars&quot; value=&quot;tcolor=0x668888&amp;mode=tags&amp;distr=true&amp;tspeed=100&amp;tagcloud=&lt;tags&gt;
      <b:loop values='data:labels' var='label'>
<a expr:dir='data:blog.languageDirection' expr:href='data:label.url' style='16'><data:label.name/></a>
</b:loop>
&lt;/tags&gt;&quot; /&gt;
        &lt;p&gt;Blogumulus by &lt;a href=&#39;http://www.roytanck.com/&#39;&gt;Roy Tanck&lt;/a&gt; and &lt;a href=&#39;http://www.bloggerbuster.com&#39;&gt;Amanda Fazani&lt;/a&gt;&lt;/p&gt;
    &lt;/object&gt;


  </div>

  <b:include name='quickedit'/>
</b:includable>
</b:widget>
<b:widget id='Label1' locked='false' title='Etichette' type='Label'>
<b:includable id='main'>
  <b:if cond='data:title'>
    <h2><data:title/></h2>
  </b:if>
  <div class='widget-content'>
    <ul>
    <b:loop values='data:labels' var='label'>
      <li>
        <b:if cond='data:blog.url == data:label.url'>
          <span expr:dir='data:blog.languageDirection'>
            <data:label.name/>
          </span>
        <b:else/>
          <a expr:dir='data:blog.languageDirection' expr:href='data:label.url'>
            <data:label.name/>
          </a>
        </b:if>
        <span dir='ltr'>(<data:label.count/>)</span>
      </li>
    </b:loop>
    </ul>
    <b:include name='quickedit'/>
  </div>
</b:includable>
</b:widget>
<b:widget id='LinkList1' locked='false' title='Elenco di link' type='LinkList'>
<b:includable id='main'>

<b:if cond='data:title'><h2><data:title/></h2></b:if>
 <div class='widget-content'>
   <ul>
     <b:loop values='data:links' var='link'>
       <li><a expr:href='data:link.target'><data:link.name/></a></li>
     </b:loop>
   </ul>
   <b:include name='quickedit'/>
 </div>
</b:includable>
</b:widget>
<b:widget id='Profile1' locked='false' title='Informazioni personali' type='Profile'>
<b:includable id='main'>
    <b:if cond='data:title != &quot;&quot;'>
      <h2><data:title/></h2>
    </b:if>
    <div class='widget-content'>
    <b:if cond='data:team == &quot;true&quot;'> <!-- team blog profile -->
      <ul>
        <b:loop values='data:authors' var='i'>
          <li><a expr:href='data:i.userUrl'><data:i.display-name/></a></li>
        </b:loop>
      </ul>

      <b:else/> <!-- normal blog profile -->

      <b:if cond='data:photo.url != &quot;&quot;'>
        <a expr:href='data:userUrl'><img class='profile-img' expr:alt='data:viewProfileMsg' expr:height='data:photo.height' expr:src='data:photo.url' expr:width='data:photo.width'/></a>
      </b:if>

      <dl class='profile-datablock'>
        <dt class='profile-data'><a class='profile-link' expr:href='data:userUrl' expr:title='data:viewProfileMsg'><data:displayname/></a>
      </dt>

       <b:if cond='data:showlocation == &quot;true&quot;'>
         <dd class='profile-data'><data:location/></dd>
       </b:if>

       <b:if cond='data:aboutme != &quot;&quot;'>
         <dd class='profile-textblock'><data:aboutme/></dd>
      </b:if>
       </dl>
        </b:if>

     <b:include name='quickedit'/>
    </div>
  </b:includable>
</b:widget>
</b:section><!-- END SIDEBAR SECTION-->
      </div>
<!-- END SIDEBAR WRAPPER-->

      <!-- spacer for skins that want sidebar and main to be the same height-->
      <div class='clear'>&#160;</div>
    </div> <!-- end content-wrapper -->
    <div id='footer-wrapper'>
      <b:section class='footer' id='footer'/>

<!-- START validation usability-->
<div id='fondo'>
<!-- START Creative Commons - se cancelli questa parte violi il diritto d'autore e puoi essere perseguito secondo la legge vigente-->
Design by &#169; <a href='http://templatescove.blogspot.com' title='Design author Gimbola'>TemplatesCove</a> | Blog <a href='http://blogger.com' title='Powered by Blogger'>Blogger</a> | 
Illustration by &#169; <a href='http://www.flick.it' title='Header Image author'>SpacePotato</a> | 
<br/> |
<a href='/' title='Return to homepage'>Home</a>
 | 
<a style="background: url(http://tinyurl.com/rssfeed12) no-repeat left 1px; padding-left: 17px;" expr:href='data:blog.homepageUrl + &quot;feeds/posts/default?alt=rss&quot;' title='Subscribe to posts feed via RSS'>Posts RSS Feed</a>?alt=rss&quot;' title='Subscribe to posts feed via RSS'>Posts RSS Feed</a>
 | 
<a href='http://validator.w3.org/check?uri=referer' title='xhtml Strict 1.0 validator'>xhtml</a>
 |
<a href='http://jigsaw.w3.org/css-validator/check/referer' title='css validator'>css</a>
 | 
<a expr:href='&quot;http://www.contentquality.com/mynewtester/cynthia.exe?Url1=&quot; + data:blog.homepageUrl' title='content quality'>Accessibility</a>
 |
<a href='#outer-wrapper' title='Return to the top'>Top &#8593;</a>
 |
</div><!-- END validation usability-->
    </div><!-- END footer-wrapper -->

  </div></div> <!-- end outer-wrapper -->
</body>
</html>
                
