<?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'/>
    <title><data:blog.pageTitle/></title>
    <b:skin><![CDATA[/*
 * -----------------------------------------------
 * Blogger Template Style
 * Name:     Mr. Moto Rising (Ellington style)
 * Designer: Jeffrey Zeldman
 * URL:      www.zeldman.com
 * Date:     23 Feb 2004
 * Updated by: Blogger Team
 
Modified by: Templates Cove  
URl: http://templatescove.blogspot.com
Date: 18 Feb 2009
 * ----------------------------------------------- */


/* Variable definitions
   ====================
   <Variable name="mainBgColor" description="Main Background Color"
             type="color" default="#ffffff" value="#ffffff">
   <Variable name="contentColor" description="Content Background Color"
             type="color" default="#fff" value="#ffffff">
   <Variable name="mainTextColor" description="Text Color"
             type="color" default="#555555" value="#555555">
   <Variable name="pageHeaderColor" description="Blog Title Color"
             type="color" default="#ffffee" value="#ffffee">
   <Variable name="blogDescriptionColor" description="Blog Description Color"
             type="color" default="#ffffee" value="#ffffee">
   <Variable name="linkColor" description="Link Color"
             type="color" default="#999988" value="#999988">
   <Variable name="hoverLinkColor" description="Link Hover Color"
             type="color" default="#bbbbaa" value="#bbbbaa">
   <Variable name="dateHeaderColor" description="Date Header Color"
             type="color" default="#555544" value="#555544">
			 <Variable name="bordercolor" description="Border Color"
             type="color" default="#eed" value="#eeeedd">
   <Variable name="sidebarHeaderColor" description="Sidebar Title Color"
             type="color" default="#555544" value="#555544">
   <Variable name="sidebarTextColor" description="Sidebar Text Color"
             type="color" default="#555555" value="#555555">
<Variable name="titleFont" description="Title Font" type="font"
             default="normal normal 100% tahoma, 'Trebuchet MS', lucida, helvetica, sans-serif" value="normal bold 100% tahoma, 'Trebuchet MS', lucida, helvetica, sans-serif">
   <Variable name="bodyFont" description="Text Font" type="font"
             default="normal normal 100% 'tahoma Trebuchet MS', lucida, helvetica, sans-serif" value="normal normal 100% 'tahoma Trebuchet MS', lucida, helvetica, 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">
*/

/* Primary layout */

body {
  margin: 0;
  padding: 0;
  border: 0;
  text-align: center;
  color: $mainTextColor;
  background: #bba url(http://www.blogblog.com/moto_mr/outerwrap.gif) top center repeat-y;
  font-size: small;
}

img {
  border: 0;
  display: block;
  max-width:100%;
}

.clear { 
  clear: both;
}
	/* Wrapper */

#outer-wrapper {
  margin: 0 auto;
  border: 0;
  width: 692px;
  text-align: $startSide;
  background: $mainBgColor url(http://www.blogblog.com/moto_mr/innerwrap.gif) top $endSide repeat-y;
  font: $bodyFont;
}

	/* Header */

#header-wrapper	{
  background: #bba url(http://www.blogblog.com/moto_mr/headbotborder.gif) bottom $startSide repeat-x;
  margin: 0 auto;
  padding-top: 0;
  padding-$endSide: 0;
  padding-bottom: 15px;
  padding-$startSide: 0;
  border: 0;
}

#header h1 {
  text-align: $startSide;
  font-size: 200%;
  color: $pageHeaderColor;
  margin: 0;
  padding-top: 15px;
  padding-$endSide: 20px;
  padding-bottom: 0;
  padding-$startSide: 20px;
  background-image: url(http://www.blogblog.com/moto_mr/topper.gif);
  background-repeat: repeat-x;
  background-position: top $startSide;
}

h1 a, h1 a:link, h1 a:visited {
  color: $pageHeaderColor;
}

#header .description {
  font-size: 110%;
  text-align: $startSide;
  padding-top: 3px;
  padding-$endSide: 20px;
  padding-bottom: 10px;
  padding-$startSide: 23px;
  margin: 0;
  line-height:140%;
  color: $blogDescriptionColor;
}

	
/* Inner layout */

#content-wrapper {
    padding: 0 16px; background-color: $contentColor;
}
	
#main {
  width: 626px;
  margin:0 auto; 
  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 */
}
#bottom {
background: transparent url(http://www.blogblog.com/moto_son/innerwrap.gif) repeat center top;
border-top: 2px solid $bordercolor;
clear: both;
  }
#sidebar-wrapper {
  width: 660px;
  margin:0 auto; 
  clear: both;
  }
#sidebar1, #sidebar2,#sidebar3 {
  width: 190px;
  color: $sidebarTextColor;
  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 */
  padding: 5px ;margin: 0 6px;
text-align: $startSide;
  
}
#sidebar3 {
  float: $endSide;
}
#sidebar1, #sidebar2 {
  float: $startSide;
  
}	
	
/* Bottom layout */

#footer	{
  clear: both;
  margin: 0;
  padding: 0 20px;
  border: 0;
  text-align: $startSide;
}
#footer .widget	{
  text-align: justify;
  margin: 0;
  padding: 10px 0;
  background-color: transparent;  border-top: 2px solid $bordercolor;}


/* Default links 	*/

a:link, a:visited {
  font-weight: bold;
  text-decoration: none;
  color: $linkColor;
  background: transparent;
}

a:hover {
  font-weight: bold;
  text-decoration: underline;
  color: $hoverLinkColor;
  background: transparent;
}

a:active {
  font-weight : bold;
  text-decoration : none;
  color: $hoverLinkColor;
  background: transparent;
}

/* Typography */
	
.main p, .sidebar p, .post-body {
  line-height: 140%;
  margin-top: 5px;
  margin-bottom: 1em;
}

.post-body blockquote {
  line-height:1.3em;  
}

h2, h3, h4, h5	{
  margin: 0;
  padding: 0;
}

h2 {
  font: $titleFont;
  font-size: 130%;
}

.date-header {
  font: $titleFont;
  color: $dateHeaderColor;
  text-align:$endSide;
}

.post h3 {
  font: $titleFont;
  margin-top: 5px;
  font-size: 120%;
}

.post {
  margin: 25px 0;

}
.post-footer, .post-header { 
  font-style: italic;
}
.post-footer span {
  padding-$startSide: 5px;
}
.sidebar h2 { 
  color: $sidebarHeaderColor;
}

.sidebar .widget { 
  margin-top: 12px;
  margin-$endSide: 0;
  margin-bottom: 13px;
  margin-$startSide: 0;
  padding: 0;
  text-align:justify;
}

.main .widget { 
  margin-top: 12px;
  margin-$endSide: 0;
  margin-bottom: 0;
  margin-$startSide: 0;
  text-align:justify;
}

li  {
  line-height: 160%;
}

.sidebar ul { 
  margin-$startSide: 0;
  margin-top: 0;
  padding-$startSide: 0;
}

.sidebar ul li {
  list-style: disc url(http://www.blogblog.com/moto_mr/diamond.gif) inside;
  vertical-align: top;
  padding: 0;
  margin: 0;
}

.widget-content { 
  margin-top: 0.5em;
}


/* Profile 
----------------------------------------------- */

.profile-datablock {
  margin-top: 3px;
  margin-$endSide: 0;
  margin-bottom: 5px;
  margin-$startSide: 0;
  line-height: 140%;
}
.profile-textblock { 
  margin-$startSide: 0;
}

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

#comments  {
  border: 0;
  border-top: 2px dashed #eed;
  margin-top: 10px;
  margin-$endSide: 0;
  margin-bottom: 10px;
  margin-$startSide: 0;
  padding: 0;
}

#comments h4	{
  margin-top: 10px;
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#comments dl dt 	{
  font-weight: bold;
  font-style: italic;
  margin-top: 35px;
  padding-top: 1px;
  padding-$endSide: 0;
  padding-bottom: 0;
  padding-$startSide: 18px;
  background: transparent url(http://www.blogblog.com/moto_mr/commentbug.gif) top $startSide no-repeat;
}

#comments dl dd	{
  padding: 0;
  margin: 0;
}

.deleted-comment {
  font-style:italic;
  color:gray;
  }

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

#blog-pager-newer-link {
  float: $startSide;
 }
 
#blog-pager-older-link {
  float: $endSide;
 }
 
#blog-pager {   
  text-align: center; 
  line-height: 2.5em;
}
.clear {clear: both;}

/** Page structure tweaks for layout editor wireframe */

body#layout #outer-wrapper { 
  padding-top: 0;
 }
body#layout #header,
body#layout #content-wrapper,
body#layout #footer { 
  padding: 0;
 }
]]></b:skin>
  </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>

    <div id='header-wrapper'>
      <b:section class='header' id='header' maxwidgets='2' showaddelement='yes'>
<b:widget id='Header1' locked='true' title='Gimbola Demo (Intestazione)' type='Header'/>
</b:section>
    </div>
 
    <div id='content-wrapper'>

      <div id='crosscol-wrapper' style='text-align:center'>
        <b:section class='crosscol' id='crosscol' showaddelement='no'/>
      </div>

      <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:section>
      </div>

      <!-- spacer for skins that want sidebar and main to be the same height-->
      <div class='clear'>&#160;</div>

    </div> <!-- end content-wrapper -->
<div id='bottom'>
<div id='sidebar-wrapper'>
        <b:section class='sidebar' id='sidebar1' showaddelement='yes'>
<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='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:section>
<b:section class='sidebar' id='sidebar2' showaddelement='yes'>
<b:widget id='Text1' locked='false' title='The Blog' 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='BlogArchive1' locked='false' title='Archivio blog' type='BlogArchive'>
<b:includable id='main'>
  <b:if cond='data:title'>
    <h2><data:title/></h2>
  </b:if>
  <div class='widget-content'>
  <div id='ArchiveList'>
  <div expr:id='data:widget.instanceId + &quot;_ArchiveList&quot;'>
    <b:if cond='data:style == &quot;HIERARCHY&quot;'>
     <b:include data='data' name='interval'/>
    </b:if>
    <b:if cond='data:style == &quot;FLAT&quot;'>
      <b:include data='data' name='flat'/>
    </b:if>
    <b:if cond='data:style == &quot;MENU&quot;'>
      <b:include data='data' name='menu'/>
    </b:if>
  </div>
  </div>
  <b:include name='quickedit'/>
  </div>
</b:includable>
<b:includable id='flat' var='data'>
  <ul>
    <b:loop values='data:data' var='i'>
      <li class='archivedate'>
        <a expr:href='data:i.url'><data:i.name/></a> (<data:i.post-count/>)
      </li>
    </b:loop>
  </ul>
</b:includable>
<b:includable id='menu' var='data'>
  <select expr:id='data:widget.instanceId + &quot;_ArchiveMenu&quot;'>
    <option value=''><data:title/></option>
    <b:loop values='data:data' var='i'>
      <option expr:value='data:i.url'><data:i.name/> (<data:i.post-count/>)</option>
    </b:loop>
  </select>
</b:includable>
<b:includable id='interval' var='intervalData'>
  <b:loop values='data:intervalData' var='i'>
      <ul>
        <li expr:class='&quot;archivedate &quot; + data:i.expclass'>
          <b:include data='i' name='toggle'/>
          <a class='post-count-link' expr:href='data:i.url'><data:i.name/></a>
            <span class='post-count' dir='ltr'>(<data:i.post-count/>)</span>
          <b:if cond='data:i.data'>
            <b:include data='i.data' name='interval'/>
          </b:if>
          <b:if cond='data:i.posts'>
            <b:include data='i.posts' name='posts'/>
          </b:if>
        </li>
      </ul>
  </b:loop>
</b:includable>
<b:includable id='toggle' var='interval'>
  <b:if cond='data:interval.toggleId'>
  <b:if cond='data:interval.expclass == &quot;expanded&quot;'>
    <a class='toggle' expr:href='data:widget.actionUrl + &quot;&amp;action=toggle&quot; +       &quot;&amp;dir=close&amp;toggle=&quot; + data:interval.toggleId +       &quot;&amp;toggleopen=&quot; + data:toggleopen'>
        <span class='zippy toggle-open'>&#9660; </span>
    </a>
  <b:else/>
    <a class='toggle' expr:href='data:widget.actionUrl + &quot;&amp;action=toggle&quot; +         &quot;&amp;dir=open&amp;toggle=&quot; + data:interval.toggleId +         &quot;&amp;toggleopen=&quot; + data:toggleopen'>
          <span class='zippy'>
            <b:if cond='data:blog.languageDirection == &quot;rtl&quot;'>
              &#9668;
            <b:else/>
              &#9658;
            </b:if>
          </span>
    </a>
  </b:if>
 </b:if>
</b:includable>
<b:includable id='posts' var='posts'>
  <ul class='posts'>
    <b:loop values='data:posts' var='i'>
      <li><a expr:href='data:i.url'><data:i.title/></a></li>
    </b:loop>
  </ul>
</b:includable>
</b:widget>
</b:section>
<b:section class='sidebar' id='sidebar3' showaddelement='yes'>
<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>
      </div>
    <div id='footer-wrapper'>
      <b:section class='footer' id='footer'>
<b:widget id='Text2' locked='false' title='Prova 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:section>
    </div>
    </div>
  </div></div> <!-- end outer-wrapper -->
  
 <!-- START credit-->
<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>
 | 
<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 href='http://blogger.com' title='Powered by Blogger'>Blogger</a>
 | 
Mr.Moto modified by <a href='http://templatescove.blogspot.com' title='TemplatesCove'>TC</a>
 |
<a href='#outer-wrapper' title='Return to the top'>Top &#8593; </a>
 |
</div><!-- END --> 
</body>
</html>
