<?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/specialneeds/special.ico' rel='shortcut icon' type='image/icon'/>
    <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  
NAME: Special Needs
DESIGNER: Irene  SITE: http://irenewashere.altervista.org/
Original theme:  http://irenewashere.altervista.org/Templates6/specialneeds.html
Illustration by ??
Words by ARTIST: Placebo SONG: Special Needs

Adapted to Blogger by: Gimbola (http://templatescove.blogspot.com)
Date: 2008/09
(C) Keep credits intact, please. 
======================================
|  Author Info and Copyright 
| 
| Ported to Blogger by Templates-Cove.
| This Blogger Template is adapted for "Blogger XML" by Gimbola, 
| based on the Splinder theme created by DESIGNER of SITE.
| Converted for use with Blogger XML (Blogspot New) layouts 
| by www.templatescove.blogspot.com
| 
| 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. 
| 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="bgcolor" description="Page Background color" type="color" default="#F5E4CA" value="#f5e4ca">
<Variable name="textcolor" description="Text Color" type="color" default="#020927" value="#020927">

<Variable name="blogtitle" description="Blog Title Color" type="color" default="#223344" value="#223344">
<Variable name="descriptioncolor" description="Blog Description Color" type="color" default="#ccbb99" value="#94917d">

<Variable name="mainBgcolor" description="Main Background color" type="color" default="#F8EBD6" value="#F8EBD6">   

<Variable name="titlecolor" description="Post Title Color" type="color" default="#cc5566" value="#cc5566">
<Variable name="datecolor" description="Date Header Color" type="color" default="#223344" value="#223344">
<Variable name="sidebartitlecolor" description="Sidebar Title Color" type="color" default="#fff" value="#ffffff">

<Variable name="linkcolor" description="Link Color" type="color" default="#df4f62" value="#df4f62">
<Variable name="vlinkcolor" description="Visited Link Color" type="color" default="#94917D" value="#94917d">
<Variable name="bordercolor" description="Border Color" type="color" default="#eeddcc" value="#ccbb99">

<Variable name="bodyfont" description="Text Font"
             type="font" default="normal normal 100% Georgia, Serif" value="normal normal 100% Georgia, Serif">
   
<Variable name="blogtitlefont" description="Blog Title Font"
             type="font" default="normal normal 250% Georgia, Serif" value="normal normal 250% Georgia, Serif">

<Variable name="postfont" description="Post Title Font"
             type="font" default="normal normal 78% Verdana,Sans-serif" value="normal normal 95% Verdana,Sans-serif">

<Variable name="footerfont" description="Footer Font"
             type="font" default="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif" value="normal normal 95% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif">
   <Variable name="startSide" description="Side where text starts in blog language"
             type="automatic" default="left" value="left">
   <Variable name="endSide" description="Side where text ends in blog language" 
             type="automatic" default="right" value="right">
*/

body {
  margin: 0;
  background: $bgcolor;
  text-align:center;
  font:x-small Georgia, Times, serif;
  color:$textcolor;
  font-size/* */:/**/small;
  font-size: /**/small;
}

/* Page Structure
================== */
#content-wrapper {
  width:100%;
  margin:0 auto;
  text-align:$startSide;
  font:$bodyfont;
  background: $mainBgcolor;
  }
#main-wrapper {
  width:62%;
  float:$startSide; margin-$startSide: 2%; padding:10px;
  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 {
  width:30%;
  float:$endSide; margin-$endSide: 2%; padding:10px;
  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
=================== */
#header-wrapper {
  background: transparent url(http://digilander.libero.it/bcove/specialneeds/special-bg.jpg) repeat 0 0;
  width: 100%;
  text-align:$startSide;
  margin:0 auto; 
  padding: 0;
  clear:both;/*per lo sfondo di firefox anche nel footer*/
}

#widepic {
	border: 0; display:block;
	width: 62%;
	float: left;
}
#header-tit {
	position: absolute;
	top: 40px;
	right: 50px;
    float: right;text-align: right;
    max-width:50%;
}
/* Title & Description
======================= */
h1.title {
  margin:0 0 .5em;
  line-height: 1.6em;
  font: $blogtitlefont;
  color: $blogtitle;
  text-decoration:none;
}
h1.title a,  h1.title a:visited {
  color: $blogtitle;
  text-decoration:none;
}
h1.title a:hover {
  color: $textcolor;
  text-decoration:none;
}
.description {
  margin:0 0 1.75em;
  font-size: 120%;
  color: $descriptioncolor;
}

/* Links and typography
======================= */
a:link {
  color:$linkcolor; cursor: help;
  }
a:visited, a:active {
  color:$linkcolor;
  }
a:hover {
  color:$vlinkcolor;
  }
a img {border-width:0;}

.quote {
color: $vlinkcolor;
line-height: 1.2em;
margin: 5px 2%;
padding: 5px;
font-size: 110%;}


/* Posts
======================== */
.date-header {
  margin:0 0 .75em;
  color: $datecolor;
  font-size: 95%;
  }
.post {
  margin:0 0 2.5em;
  }
.post-title {
  margin:.25em 0;
  line-height: 1.6em;
  font: $bodyfont;
  font-size: 140%;
  font-weight: bold;
  color:$titlecolor;
  padding:0 0 1px 45px;
text-transform: uppercase;
font-weight: bold;
text-align: center;
}

.post-title a {
  text-decoration:none;
  color:$titlecolor;
}
.post-title a:hover {
  color: $textcolor;
}

.post-body {
  text-align:justify;
  margin:0 0 .75em;
  font:$postfont;
  line-height: 1.5em;
}

.post-body blockquote {
  line-height:1.2em;  
}
.post  p {margin:0;}
.post-header {
  margin: .75em 0;
  font: $footerfont;
  color: $datecolor;
  text-align: center;
}

.uncustomized-post-template .post-footer {
  text-align: $endSide;
  font: $footerfont;
  color: $datecolor;
  line-height: 1.6em;
  padding-bottom: 80px;
  background: url(http://digilander.libero.it/bcove/specialneeds/special-se.jpg) no-repeat 50% 100%;
}

.uncustomized-post-template .post-labels, .uncustomized-post-template .post-author,
.uncustomized-post-template .post-timestamp {
  display: block;
  float: $startSide;
  margin-$endSide: 4px;
  text-align: $startSide;
}

.post-body img {
  margin:5px 0;
  border:4px solid $bordercolor;
  max-width:100%;
  }
.post-body img:hover{
  border:4px solid $descriptioncolor;
  }
.feed-links {
  display: none;
  clear: both;
  line-height: 2.5em;
}

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

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

#blog-pager {   
  text-align: center; 
  border-top:1px solid $bordercolor;
  line-height: 1.6em;
 }

/* Comments
======================= */
#comments {
  margin:0;
  }
#comments h4 {
  margin:0 0 10px;
  border-top:1px solid $bordercolor;
  padding-top:.5em;
  line-height: 1.4em;
  font: $bodyfont;
  color:$titlecolor;
  font-weight:bold;
  font-size:120%;
  }
#comments-block {
  line-height:1.3em;  background: $bgcolor;
  }
.comment-author {
  margin:.5em 0 0;
  padding-top: 0;
  padding-bottom:0;
  padding-$startSide:20px;
  padding-$endSide:20px;
  font-weight:bold;
  }
.comment-body {
  margin:5px; 
  padding-top: 0;
  padding-bottom:0;
  padding-$startSide:20px;
  padding-$endSide:20px; text-align: justify;
  }
.comment-body p {
  margin:0 0 .5em;
  }
.comment-footer {
  margin:0 0 .5em;
  padding:0 0 .75em 20px;
  padding-top: 0;
  padding-bottom:.75em;
  padding-$startSide:20px;
  padding-$endSide:0;
  font: $footerfont;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }
/* More Sidebar Content
============================ */
.sidebar h2 {
  margin:2em 0 .75em;
  line-height: 1.6em;
  font: $bodyfont;
  font-size: 110%;
  text-transform:uppercase;
  letter-spacing:.3em;
  color:$sidebartitlecolor;
  text-align: center;
  background-color:$bordercolor;
  }

.sidebar ul {
  list-style:none;
  margin:.5em 0;
  padding:0 0px;
}
.sidebar .widget { 
  margin: .5em 0 1em;
  padding: 0 0px;
  line-height: 1.5em;
 }

.main .widget { 
  padding-bottom: 1em;
}

.sidebar ul li {
  margin:0;
  padding-top: 0;
  padding-bottom:5px;
  padding-$startSide:15px;
  padding-$endSide:0;
}
.sidebar p {
  margin:0 0 .6em;
  }

/* Profile 
======================= */
.profile-datablock { 
  margin: 0 0 1em;
}

.profile-img { 
  float: $startSide;
  margin-top: 0;
  margin-bottom:5px;
  margin-$startSide:0;
  margin-$endSide:8px;
  border: 4px solid $bordercolor;
}

.profile-data { 
  margin: 0;
  line-height: 1.5em;
}
.profile-textblock { 
  clear: $startSide;
  margin-$startSide: 0;
  line-height: 1.1em;
  font: $footerfont;
}

/* Footer
======================== */

#footer-wrapper {
  clear: both;
  background: url(http://digilander.libero.it/bcove/specialneeds/special-bg.jpg) repeat;
  width: 100%;
  margin:0 auto; 
  padding: 0;
}

.footer {
  clear:both;
  padding:15px ;
}
/* STILE VARI  EXTRA
====================================== */
.clear {clear: both;}
.left, .tecn {float: left;}
.right {float: right;}
.center {text-align:center;}

#fondo {padding: 10px 0; text-align: center; letter-spacing:.1em; font: $footerfont;}
#fondo a {text-decoration: none; color: $textcolor}
#fondo a:hover {background: $mainBgcolor; color: $textcolor}

/* Page structure tweaks for layout editor wireframe */
body#layout #sidebar, body#layout #main,
body#layout #main-wrapper,
body#layout #outer-wrapper,
body#layout #sidebar-wrapper { 
  padding: 0;
}

]]></b:skin>
<meta content='gimbola, il covo dei templates, gimbola templates, templatescove' name='keywords'/> 
<meta name='author' content='Gimbola di TemplatesCove' />
  </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'>
<!-- START HEADER IMG -->
<div id='header-image'>
<a href='/'><img expr:alt='data:blog.title' id='widepic' src='http://digilander.libero.it/bcove/specialneeds/special-hd.jpg' title='homepage'/></a>    
</div><!-- END HEADER IMG -->
<b:section class='header' id='header' />
<b:section class='header' id='header-tit'>
<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:section>

</div><!-- END HEADER WRAPPER-->
 <!-- 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'>
      <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>
      </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' title='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 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='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' title='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'>
        <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: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>
      <!-- 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; Remember me through flash photography and screams.&#187; </p>
  </div>
  <b:include name='quickedit'/>
</b:includable>
</b:widget>
<b:widget id='TextList1' locked='false' title='Elenco' type='TextList'>
<b:includable id='main'>
 <h2><data:title/></h2>
 <div class='widget-content'>
   <ul>
     <b:loop values='data:items' var='item'>
       <li><data:item/></li>
     </b:loop>
   </ul> 
   <b:include name='quickedit'/>
 </div>
</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='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-->
<!-- 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'>
Original design by &#169; <a href='http://irenewashere.altervista.org/home.html' title='Designer site'>IreneWasHere</a> in <a href='http://designermodeon.splinder.com' title='Designer collection'>DMO</a><br/>
Illustration by <a href='http://vitium.altervista.org/index.php' title='Designer resources list'>Header Image</a> 
<br/>
Words by Placebo &#171;Special Needs&#187;<br/>

Adapted to <a href='http://blogger.com' title='Powereded by Blogger'>Blogger</a> 
by <a href='http://templatescove.blogspot.com' title='BlogSpot Templates New/XML'>TemplatesCove</a><br/>
</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 -->
    <div id='footer-wrapper'>
      <b:section class='footer' id='footer'/>
<!-- START validation usability-->
<div id='fondo'>
 |
<a expr:href='data:blog.homepageUrl' 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>
                
