<?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 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>
<base href='http://yourwebsite.com/'/>
<meta content='index,follow,noodp' name='robots'/>
<title><data:blog.pageTitle/></title>

<b:skin><![CDATA[/*

/* Variable definitions
   ====================
   <Variable name="bgcolor" description="Page Background Color"
             type="color" default="#fff" value="#ffffff">

   <Variable name="textcolor" description="Text Color"
             type="color" default="#000" value="#001a33">

   <Variable name="pagetitlecolor" description="Blog Title Color"
             type="color" default="#000" value="#0066CC">

   <Variable name="titlecolor" description="Post Title Color"
             type="color" default="#000" value="#999999">

   <Variable name="footercolor" description="Date and Footer Color"
             type="color" default="#555" value="#555555">

   <Variable name="linkcolor" description="Link Color"
             type="color" default="#58a" value="#0066CC">

   <Variable name="visitedlinkcolor" description="Visited Link Color"
             type="color" default="#999" value="#999999">

   <Variable name="bordercolor" description="Border Color"
             type="color" default="#999" value="#999999">

   <Variable name="bodyfont" description="Text Font"
             type="font" default="normal normal 100% Georgia,Serif;" value="normal normal 81% Arial, sans-serif">

   <Variable name="pagetitlefont" description="Blog Title Font"
             type="font" default="normal bold 200% Georgia,Serif" value="normal bold 200% Arial, sans-serif">
*/

body {
  margin:0;
  font:$bodyfont;
  background:$bgcolor;
  color:$textcolor;
  margin-left:9%;
  margin-right:9%;
  line-height:144%;
}

a:link {
  color:$linkcolor;
  text-decoration:none;
  }

a:visited {
  color:$visitedlinkcolor;
  text-decoration:none;
  }

a:hover {
  color:$linkcolor;
  text-decoration:underline;
}

a img {
  border-width:0;
}

.title { 
  font-size:1.7em;
  font-weight:bold;
  margin:0pt;
  padding:0pt;
  color: $pagetitlecolor;
}

#outer-wrapper {
  margin: 0px 3em 0 3em;
}

h1 {
  margin-bottom:0px;
  color: $pagetitlecolor;
  font: $pagetitlefont;
}

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

h2 {
  margin:0px;
  padding: 0px;
}

#main .widget {
  padding-bottom:10px;
  margin-bottom:20px;
  border-bottom:dotted 1px $bordercolor;
  clear: both;
}

#main .Header {
  border-bottom-width: 0px;
}

#header-inner {
  font-size:1em;
  text-transform:uppercase;
  background-repeat: no-repeat;
}


h2.date-header {
  padding-top:15px;
  color:$footercolor;
  padding-bottom:0px;
  margin-bottom:0px;
  font-size: 90%;
}

h3.post-title {
  font-size: 140%;
  color: $titlecolor;
}

.post {
  ppadding-left:5%;
  padding-right:10%;
}

.post-footer {
  color:$footercolor;
}

#comments {
  padding-top:30px;
  color:$textcolor;
  padding-bottom:0px;
  margin-bottom:0px;
  font-weight:bold;
}

#comments .comment-footer {
  font-size:1em;
  font-weight:normal;
  color:$footercolor;
  margin-right:10px;
  display:inline;
}

.comment-author {
  margin-top: 3%;
}

.comment-body {
  font-size:1em;
  font-weight:normal;
}

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

.comment-link {
  margin-left:.6em;
}

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

#blog-pager-newer-link {
  float: left;
 }

#blog-pager-older-link {
  float: right;
}
 
#blog-pager {   
  text-align: center; 
 }

.clear {
  clear: both;
}

.profile-img { 
  float: left;
  margin: 0 5px 5px 0;
}

body#layout #outer-wrapper {
  margin: 0px 50px 0 50px;
 }

#fixedbox {
  display:block;
  position:fixed;
  top:0;
  left:0;
  margin:0;
  padding:0;
}

* html #fixedbox {
  position:absolute;
 }


]]></b:skin>
  </head>

<body>
  <div id='outer-wrapper'>
    <b:section class='main' id='main' showaddelement='yes'>
<b:widget id='Header1' locked='false' title='Tour website header' 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'>
    <data:description/>
  </div>
</b:includable>
<b:includable id='main'>

  <b:if cond='data:useImage'>
    <b:if cond='data:imagePlacement == &quot;REPLACE&quot;'>
      <!--Show just the image, no text-->
      <div id='header-inner'>
        <a expr:href='data:blog.homepageUrl' style='display: block'>
          <img expr:alt='data:title' expr:height='data:height' expr:id='data:widget.instanceId + &quot;_headerimg&quot;' expr:src='data:sourceUrl' expr:width='data:width' style='display: block'/>
        </a>
      </div>
    <b:else/>
      <!--Show image as background to text-->
      <div expr:style='&quot;background-image: url(\&quot;&quot; + data:sourceUrl + &quot;\&quot;); &quot;                      + &quot;background-repeat: no-repeat; &quot;                      + &quot;width: &quot; + data:width + &quot;px; &quot;                      + &quot;height: &quot; + data:height + &quot;px;&quot;' id='header-inner'>
        <div class='titlewrapper' style='background: transparent'>
          <strong class='title' style='background: transparent; border-width: 0px'>
            <b:if cond='data:blog.url == data:blog.homepageUrl'>
              <data:title/>
            <b:else/>
              <a expr:href='data:blog.homepageUrl'><data:title/></a>
            </b:if>
          </strong>
        </div>
        <div class='descriptionwrapper'>
          <p class='description'><span><data:description/></span></p>
        </div>
      </div>
    </b:if>
  <b:else/>
    <!--No header image -->
    <div id='header-inner'>

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div style='padding:11px; background:#0066cc;float:right;'>
<span><a href='http://yourwebsite.com/sitemap.html' rel='nofollow' style='color:white;'>SITEMAP</a></span> | <span><a href='http://yourwebsite.com/contact.html' rel='nofollow' style='color:white;'>CONTACT</a></span>
</div>
<b:else/>

<div style='padding:11px; background:#0066cc;float:right;'>
<span><a href='http://yourwebsite.com/sitemap.html' style='color:white;'>SITEMAP</a></span> | <span><a href='http://yourwebsite.com/contact.html' rel='nofollow' style='color:white;'>CONTACT</a></span>
</div>

</b:if>

      <div class='titlewrapper'>
        <p class='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>
        </p>
      </div>
      <div class='descriptionwrapper'>
        <data:description/>
      </div>
    </div>
  </b:if>
</b:includable>
</b:widget>
<b:widget id='Blog1' locked='true' title='Blog Posts' 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' rel='nofollow'><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' rel='nofollow'><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' rel='nofollow'/><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='nofollow'><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;' rel='nofollow' target='_blank'><data:post.createLinkLabel/></a>
  </p>
</b:includable>
<b:includable id='post' var='post'>
  <div class='post uncustomized-post-template'>
    <a expr:name='data:post.id' rel='nofollow'/>
    <b:if cond='data:post.title'>
      <h1 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>
      </h1>
    </b:if>

    <div class='post-header-line-1'/>
<div style='float:right'>

<!--

 Place here your AdSense code...

-->



<br/>
LINKS<br/>
<a href='http://yourwebsite.com/link1.html'>Test link 1</a><br/>
<a href='http://yourwebsite.com/link2.html'>Test link 2</a><br/>
<a href='http://yourwebsite.com/link3.html'>Test link 3</a><br/>
<a href='http://yourwebsite.com/link4.html'>Test link 4</a><br/>
<a href='http://yourwebsite.com/link5.html'>Test link 5</a><br/>
<a href='http://yourwebsite.com/link6.html'>Test link 6</a><br/>
<a href='http://yourwebsite.com/link7.html'>Test link 7</a><br/>
<a href='http://yourwebsite.com/link8.html'>Test link 8</a><br/>



GALLERY<br/>
<a href='http://yourwebsite.com/gallery1.html'>Gallery Collection 1</a><br/>
<a href='http://yourwebsite.com/gallery2.html'>Gallery Collection 2</a><br/>
<a href='http://yourwebsite.com/gallery3.html'>Gallery Collection 3</a><br/>
<a href='http://yourwebsite.com/gallery4.html'>Gallery Collection 4</a><br/>
<a href='http://yourwebsite.com/gallery5.html'>Gallery Collection 5</a><br/>
<a href='http://yourwebsite.com/gallery6.html'>Gallery Collection 6</a><br/>
<a href='http://yourwebsite.com/gallery7.html'>Gallery Collection 7</a><br/>
</div>

    <div class='post-body'>
      <p>
<!-- google_ad_section_start -->
<data:post.body/> 
<!-- google_ad_section_end -->






</p>
      <div style='clear: both;'/> <!-- clear for photos floats -->
    </div>
    <div class='post-footer'>
    <p class='post-footer-line post-footer-line-1'>
      <span class='post-author'>
        <b:if cond='data:top.showAuthor'>
          <data:top.authorLabel/> <data:post.author/>
        </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='nofollow' title='permanent link'><data:post.timestamp/></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' rel='nofollow'><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>

       

      <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' rel='nofollow'>
            <span class='email-post-icon'>&#160;</span>
          </a>
          </span>
        </b:if>

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

   

      <p 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' rel='nofollow'>
      <span class='delete-comment-icon'>&#160;</span>
    </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'/>
    <h3><data:postCommentMsg/></h3>
    <p><data:blogCommentMessage/></p>
    <iframe allowtransparency='true' expr:src='data:post.commentFormIframeSrc' frameborder='0' height='275' id='comment-editor' scrolling='auto' width='100%'/>
  </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' rel='nofollow'>
      <span class='delete-comment-icon'>&#160;</span>
    </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' target='_blank'><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' rel='nofollow'>
        <span class='quick-edit-icon'>&#160;</span>
      </a>
    </span>
  </b:if>
</b:includable>
<b:includable id='comments' var='post'>
  <div class='comments' id='comments'>
    <a name='comments' rel='nofollow'/>
    <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>

      <dl id='comments-block'>
        <b:loop values='data:post.comments' var='comment'>
          <dt class='comment-author' expr:id='&quot;comment-&quot; + data:comment.id'>
            <a expr:name='&quot;comment-&quot; + data:comment.id' rel='nofollow'/>
            <b:if cond='data:comment.authorUrl'>
              <a expr:href='data:comment.authorUrl' rel='nofollow'><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='&quot;#comment-&quot; + data:comment.id' rel='nofollow' title='comment permalink'>
                <data:comment.timestamp/>
              </a>
              <b:include data='comment' name='commentDeleteIcon'/>
            </span>
          </dd>
        </b:loop>
      </dl>

      <p class='comment-footer'>
        <a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick' rel='nofollow'><data:postCommentMsg/></a>
      </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'>

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

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




</b:includable>
</b:widget>
<b:widget id='Text1' locked='false' title='' 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>
</body>
</html>