<?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>
    <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/> - Template per Blogger BlogSpot</title>
    </b:if>
<link href='http://digilander.libero.it/bcove/mymoleskine/mymoleskine.ico' rel='shortcut icon'/>
<link charset='utf-8' href='http://digilander.libero.it/bcove/mymoleskine/mymoleskine-cove.css' media='screen' rel='stylesheet' type='text/css'/>
<b:skin><![CDATA[
/*======================================
Blogger XML Template  
NAME: My Moleskine
AUTHOR: Gimbola (http://templatescove.blogspot.com)
Date: 2008/12
(C) Keep credits intact, please. 
======================================
| 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/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. 
| I merely converted this for use with Blogger. 
| 
| Please respect the original designer of this theme 
| by leaving the attribution intact. 
====================================== */
/* Variable definitions
   ====================
   <Variable name="textcolor" description="Text Color"
             type="color" default="#000000" value="#000000">
   <Variable name="linkcolor" description="Link Color"
             type="color" default="#B64926" value="#B64926">
   <Variable name="pagetitlecolor" description="Blog Title Color"
             type="color" default="#FFB03B" value="#8E2800">
   <Variable name="descriptioncolor" description="Blog Description Color"
             type="color" default="#222222" value="#222222">
   <Variable name="titlecolor" description="Post Title Color"
             type="color" default="#FFB03B" value="#FFB03B">
   <Variable name="bordercolor" description="Border Color"
             type="color" default="#999999" value="#999999">
   <Variable name="addcolor" description="Add Color"
             type="color" default="#FFF0A5" value="#FFF0A5">
   <Variable name="sidebarcolor" description="Sidebar Title Color"
             type="color" default="#468966" value="#468966">
   <Variable name="sidebartextcolor" description="Sidebar Text Color"
             type="color" default="#333" value="#333333">
   <Variable name="hoverlinkcolor" description="Hover Link Color"
             type="color" default="#8E2800" value="#8E2800">
   <Variable name="bodyfont" description="Text Font"
             type="font" default="normal normal 87% Verdana, sans-serif" value="normal normal 85% Verdana, sans-serif">
   <Variable name="headerfont" description="Sidebar Title Font"
             type="font"
             default="normal normal 110% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif" value="normal normal 116% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif">
   <Variable name="pagetitlefont" description="Blog Title Font"
             type="font"
             default="normal normal 290% Georgia, Serif" value="normal normal 250% Georgia, Serif">
   <Variable name="descriptionfont" description="Blog Description Font"
             type="font"
             default="normal normal 100% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif" value="normal normal 115% Georgia, Times, serif">
   <Variable name="postfooterfont" description="Post Footer Font"
             type="font"
             default="normal normal 95% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif" value="normal normal 100% 'Trebuchet MS', Trebuchet, Arial, Verdana, 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 {
  color:$textcolor;
  }
a:link {
  color:$linkcolor;
  }
a:visited {
  color:$linkcolor;
  }
a:hover, a:active {
  color:$hoverlinkcolor;
}
a img {
  border-width:0;
  }

h1.title {
  font: $pagetitlefont;
  color:$pagetitlecolor;
}

h1.title a {
  color:$linkcolor;
}

h1.title a:hover {
   color:$pagetitlecolor;
  }

.description {
  font: $descriptionfont;
  color: $descriptioncolor;
}

/* Outer-Wrapper
----------------------------------------------- */
#outer-wrapper {
  text-align:$startSide;
  font: $bodyfont;
  }

#main-wrapper {
  float: $startSide;
  }

#sidebar-wrapper {
  float: $endSide; padding-$endSide: 19%;
  }

/* Headings
----------------------------------------------- */

.sidebar h2 {
  font:$headerfont;
  color:$sidebarcolor;
font-variant: small-caps;
text-transform: none;
font-size: 160%;
}


/* Posts
----------------------------------------------- */
.post-title {
  font-size:130%;
  font-weight:bold;
  color:$titlecolor;
  background: $addcolor; 
  border: 1px solid $pagetitlecolor;
font-variant: small-caps; text-transform: none;
}

.post-title a, .post-title a:visited, .post-title strong {
  text-decoration:none;
  color:$titlecolor;
  font-weight:bold;
}
.post-title strong, .post-title a:hover {
  color:$linkcolor;
}
.post-footer, .post-header {
  color:$sidebarcolor;
  font: $postfooterfont;
}
.comment-link {
  margin-$startSide:.6em;
  }
.post-body a {
  color:$linkcolor;
  background-color: $addcolor;
  text-decoration:none;
  }
.post-body a:hover, a:active {
  color:$hoverlinkcolor;
  background-color: $addcolor;
  text-decoration:none; border-bottom: 1px solid $hoverlinkcolor;
}
.post-body img {
  padding:4px;  background-color: $bordercolor;
  border:0px solid $bordercolor;
  }
.post blockquote {
  border:1px solid $bordercolor; background:#F2F2E4;
  color:$sidebartextcolor;
  font: $descriptionfont; font-size: 110%;
}
/* Comments
----------------------------------------------- */
#comments h4 {
  color: $sidebarcolor;  font-variant: small-caps; text-transform: none;
  font-size: 110%;
}
.author-comments { 
 border-left: 4px solid $bordercolor; background:#F2F0D8;
 padding: 5px; 
}
/* Sidebar Content
----------------------------------------------- */
.sidebar {color:$sidebartextcolor;}
.sidebar li {
  margin:0;
  padding-top:0;
  padding-$endSide:0;
  padding-bottom:.25em;
  padding-$startSide:-15px;
  text-indent:15px;
  line-height:1.5em;
  }

/* Profile 
----------------------------------------------- */
.profile-img { 
  float: $startSide;
  margin-top: 0;
  margin-$endSide: 5px;
  margin-bottom: 5px;
  margin-$startSide: 0;
  border: 4px solid $bordercolor;
}
.profile-datablock { 
  font: $postfooterfont;
}
#fondo, #creative {
  font: $postfooterfont;
  letter-spacing:-.05em;
  padding:1.3em;
  max-widht:40%;
}
div#fondo a:link{text-decoration:none;}
/* La variabile impazzita
----------------------------------------------- */
#creative {max-widht:40%; float:right; text-align:right; position:absolute; top:90%;left:50%;}
]]></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'>
<!-- START sfondo IMG -->
<div id='sfondo'>
<img id='widepic' src='http://digilander.libero.it/bcove/mymoleskine/mymoleskine.jpg'/>
</div><!-- END  IMG -->
    <!-- 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 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='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'>&#171;&#171;
      <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'><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/></a>&#187;&#187;
      </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'/><div style='clear: both;'/>

    <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='rispondi a questo post, link a ritroso'><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>
      </div>

      <div class='post-footer-line post-footer-line-3'><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>
    </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>

      <ul class='commentlist' style='margin: 0; padding: 0;'> 
<b:loop values='data:post.comments' var='comment'> 
<b:if cond='data:comment.author == data:post.author'>

<li class='author-comments' style='margin: 0 0 10px 0;'> 
<b:if cond='data:post.dateHeader'> 
<div class='commentcount'/> 
</b:if> 
<cite> 
<b:if cond='data:comment.authorUrl'> 
<a expr:href='data:comment.authorUrl'><data:comment.author/></a> 
<b:else/> 
<data:comment.author/> 
</b:if> 
</cite><div class='commentlink-date'><a class='commentlink' expr:href='&quot;#comment-&quot; + data:comment.id' title='comment permalink'> 
<data:comment.timestamp/></a></div><b:include data='comment' name='commentDeleteIcon'/>
<div style='clear: both;'/> 
<p><data:comment.body/></p> 
<div class='clear'/>
</li>
<b:else/>
<li class='general-comments' style='margin: 0 0 10px 0;'> 
<b:if cond='data:post.dateHeader'> 
<div class='commentcount'/> 
</b:if> 
<cite> 
<b:if cond='data:comment.authorUrl'> 
<a expr:href='data:comment.authorUrl'><data:comment.author/></a> 
<b:else/> 
<data:comment.author/> 
</b:if> 
</cite> <div class='commentlink-date'>(<a class='commentlink' expr:href='&quot;#comment-&quot; + data:comment.id' title='comment permalink'><data:comment.timestamp/> 
</a>)</div><b:include data='comment' name='commentDeleteIcon'/>
<br/> 
<div style='clear: both;'/> 

<p><data:comment.body/></p> 
<div class='clear'/> 
</li>

</b:if> 
</b:loop> 
</ul>

      <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:if cond='data:post.dateHeader'>
        <h5 class='date-header'><data:post.dateHeader/></h5>
      </b:if>
      <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 class='top'> | <a href='#main' title='Return to the top'>Top &#8593;</a> |</div>
      </div>
      <!-- END MAIN WRAPPER-->
<!-- START SIDEBAR WRAPPER-->

      <div id='sidebar-wrapper'>
<!-- START IntestazBlog nella SIDEBAR WRAPPER-->
<b:section class='sidebar' id='header-tit'>
<b:widget id='Header1' locked='false' title='Templates Cove - templates per Blogger BlogSpot (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'>
    <h3 class='description'><span><data:description/></span></h3>
  </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:section>
<!-- START SIDEBAR SECTION-->

        <b:section class='sidebar' id='sidebar' preferred='yes'>
<b:widget id='HTML4' locked='false' title='Playlist' type='HTML'>
<b:includable id='main'>
  <!-- only display title if it's non-empty -->
  <b:if cond='data:title != &quot;&quot;'>
    <h2 class='title'><data:title/></h2>
  </b:if>
  <div class='widget-content'>
    <data:content/>
  </div>

  <b:include name='quickedit'/>
</b:includable>
</b:widget>
<b:widget id='Text1' locked='false' title='Regole per l&apos;uso' type='Text'>
<b:includable id='main'>
  <!-- only display title if it's non-empty -->
  <b:if cond='data:title != &quot;&quot;'>
    <h2 class='title'><data:title/></h2>
  </b:if>
  <div class='widget-content'>
    <data:content/>
  </div>

  <b:include name='quickedit'/>
</b:includable>
</b:widget>
<b:widget id='LinkList2' locked='false' title='Come scaricare e installare il template in blogspot' 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='HTML1' locked='false' title='Translate blog content into your language' type='HTML'>
<b:includable id='main'>
  <!-- only display title if it's non-empty -->
  <b:if cond='data:title != &quot;&quot;'>
    <h2 class='title'><data:title/></h2>
  </b:if>
  <div class='widget-content'>
    <data:content/>
  </div>

  <b:include name='quickedit'/>
</b:includable>
</b:widget>
<b:widget id='Slideshow1' locked='false' title='Immagini dei Templates' type='Slideshow'>
<b:includable id='main'>
  <!-- only display title if it's non-empty -->
  <b:if cond='data:title != &quot;&quot;'>
    <h2 class='title'><data:title/></h2>
  </b:if>

  <div class='widget-content'>
    <div class='slideshow-container' expr:id='data:widget.instanceId + &quot;_slideshow&quot;'>
      <span class='slideshow-status'>Loading...</span>
    </div>
  </div>

  <b:include name='quickedit'/>
</b:includable>
</b:widget>
<b:widget id='BlogList1' locked='false' title='Blog utili' type='BlogList'>
<b:includable id='main'>
    <!-- only display title if it's non-empty -->
    <b:if cond='data:title != &quot;&quot;'>
      <div id='blog-list-title'>
        <h2 class='title'><data:title/></h2>
      </div>
    </b:if>

    <div class='widget-content'>
      <div class='blog-list-container' expr:id='data:widget.instanceId + &quot;_container&quot;'>
        <ul expr:id='data:widget.instanceId + &quot;_blogs&quot;'>
          <b:loop values='data:items' var='item'>
            <li expr:style='data:item.displayStyle'>
              <div class='blog-icon'>
                <b:if cond='data:showIcon == &quot;true&quot;'>
                  <input expr:value='data:item.blogIconUrl' type='hidden'/>
                </b:if>
              </div>
              <div class='blog-content'>
                <div class='blog-title'>
                  <a expr:href='data:item.blogUrl' target='_blank'>
                    <data:item.blogTitle/></a>
                </div>
                <div class='item-content'>
                  <b:if cond='data:showItemThumbnail == &quot;true&quot;'>
                    <b:if cond='data:item.itemThumbnail'> 
                      <div class='item-thumbnail'>
                        <a expr:href='data:item.blogUrl' target='_blank'>
                          <img alt='' border='0' expr:height='data:item.itemThumbnail.height' expr:src='data:item.itemThumbnail.url' expr:width='data:item.itemThumbnail.width'/>
                        </a>
                      </div>
                    </b:if>
                  </b:if>
                  <b:if cond='data:showItemTitle == &quot;true&quot;'>
                    <span class='item-title'>
                      <b:if cond='data:item.itemUrl != &quot;&quot;'>
                        <a expr:href='data:item.itemUrl' target='_blank'>
                          <data:item.itemTitle/></a>
                      <b:else/>
                        <data:item.itemTitle/>
                      </b:if>
                    </span>
                  </b:if>
                  <b:if cond='data:showItemSnippet == &quot;true&quot;'> 
                    <b:if cond='data:showItemTitle == &quot;true&quot;'>
                      -
                    </b:if>
                    <span class='item-snippet'>
                      <data:item.itemSnippet/>
                    </span>
                  </b:if>
                  <b:if cond='data:showTimePeriodSinceLastUpdate == &quot;true&quot;'>
                    <div class='item-time'>
                      <data:item.timePeriodSinceLastUpdate/>
                    </div>
                  </b:if>
                </div>
              </div>
              <div style='clear: both;'/>
            </li>
          </b:loop>
        </ul>

        <b:if cond='data:numItemsToShow != 0'>
          <b:if cond='data:totalItems &gt; data:numItemsToShow'>
            <div class='show-option'>
              <span expr:id='data:widget.instanceId + &quot;_show-n&quot;' style='display: none;'>
                <a href='javascript:void(0)' onclick='return false;'><data:showNText/></a>
              </span>
              <span expr:id='data:widget.instanceId + &quot;_show-all&quot;' style='margin-left: 5px;'>
                <a href='javascript:void(0)' onclick='return false;'><data:showAllText/></a>
              </span>
            </div>
          </b:if>
        </b:if>

        <b:include name='quickedit'/>
      </div>
    </div>
  </b:includable>
</b:widget>
<b:widget id='Text2' locked='false' title='Testo' type='Text'>
<b:includable id='main'>
  <!-- only display title if it's non-empty -->
  <b:if cond='data:title != &quot;&quot;'>
    <h2 class='title'><data:title/></h2>
  </b:if>
  <div class='widget-content'>
    <data:content/>
  </div>

  <b:include name='quickedit'/>
</b:includable>
</b:widget>
<b:widget id='LinkList1' locked='false' title='Colori e immagini di' 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='Sono io' 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'>...</dd>
      </b:if>
       </dl>
        </b:if>

     <b:include name='quickedit'/>
    </div>
  </b:includable>
</b:widget>
<b:widget id='HTML2' locked='false' title='Condividi' type='HTML'>
<b:includable id='main'>
  <!-- only display title if it's non-empty -->
  <b:if cond='data:title != &quot;&quot;'>
    <h2 class='title'><data:title/></h2>
  </b:if>
  <div class='widget-content'>
    <data:content/>
  </div>

  <b:include name='quickedit'/>
</b:includable>
</b:widget>
<b:widget id='HTML3' locked='false' title='Statistiche' type='HTML'>
<b:includable id='main'>
  <!-- only display title if it's non-empty -->
  <b:if cond='data:title != &quot;&quot;'>
    <h2 class='title'><data:title/></h2>
  </b:if>
  <div class='widget-content'>
    <data:content/>
  </div>

  <b:include name='quickedit'/>
</b:includable>
</b:widget>
</b:section>
     

<!-- START Creative Commons - se cancelli questa parte 
violi il diritto d'autore e puoi essere 
perseguito secondo la legge vigente-->
<div class='sidebar' id='credits'>
      <h2>Credits</h2>
<div class='widget-content'>
Illustration by &#169;<a href='http://www.flickr.com/photos/sembazuru/6974372/' title='Blank Moleskine Pages'>Sembazuru</a> | <br/>Design by &#169;<a href='http://templatescove.blogspot.com' title='BlogSpot Templates New/XML'>TemplatesCove</a> | Blog <a href='http://blogger.com' title='Powered by Blogger'>Blogger</a>
</div></div>
<!-- END Creative Commons - se cancelli questa parte 
violi il diritto d'autore e puoi essere 
perseguito secondo la legge vigente-->
	  </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 -->
<!-- START FOOTER WRAPPER -->
    <div id='footer-wrapper'>
<!-- START validation usability-->

<div id='fondo'>
 |
<a expr:href='data:blog.homepageUrl' title='Return to homepage'>Home</a>
 | 
<a class='rssfeed' expr:href='data:blog.homepageUrl + &quot;feeds/posts/default?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>
 | 
</div><!-- END validation usability-->	 

</div><!-- END FOOTER WRAPPER-->
<div id='creative'>
<a href='http://creativecommons.org/licenses/by-nc-nd/3.0/' rel='license'><img alt='Creative Commons License' src='http://i.creativecommons.org/l/by-nc-nd/3.0/80x15.png' style='border-width:0'/></a> This opera by <a href='http://templatescove.blogspot.com/' property='cc:attributionName' rel='cc:attributionURL' xmlns:cc='http://creativecommons.org/ns#'>Gimbola</a><br/> is licensed under a <a href='http://creativecommons.org/licenses/by-nc-nd/3.0/' rel='license'>Creative Commons BY-NC -ND 3.0</a>.
</div>
  </div></div> <!-- end outer-wrapper -->



</body>
</html>
                
