layout: default


<html>

<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

    <meta name="viewport" content="width=device-width">

<link href=“{{ site.baseurl }}/assets/css/tags-wrap.css” rel=“stylesheet” />

</head>
<body>

{% assign post = page %}

<article> <!– Post Header –> <div id=“headerwrapper”style=“background-image: url('{{ site.baseurl }}/{% if page.header-img %}{{ page.header-img }}{% endif %}{% if page.image %}{{ post.image }}{% endif %}')”> <header class=“intro-header” >

<div class="container">
    <div class="row">
                        <div class="post-heading">
                <h1 style="color: #fff;">{{ page.title }}</h1>
                {% if page.subtitle %}
                <h2 class="subheading">{{ page.subtitle }}</h2>
                {% endif %}
                <!-- <span class="meta">Posted on {{ page.date | date: "%B %-d, %Y" }}</span> -->

<span class=“time-tag-categ” style=“font-size:.7em;background-color: ce51a6;”>

{% if post.tags.size > 0 %}
 &sim; Tagged with <i class="fa fa-tags"></i>{% if post.tags.size == 1 %} {% else %}{% endif %}&nbsp;:&nbsp;{% for tag in page.tags %}<a href="{{ site.baseurl }}/tag/{{  tag | cgi_encode }}/" data-toggle="tooltip" title="Other posts tagged with {{ tag }}" rel="tag">{{ tag }}</a>{% unless forloop.last %}&nbsp;&bull;&nbsp;{% endunless %}{% endfor %}{% endif %}

 {% if post.categories.size > 0 %}
  &sim; Filed in <i class="fa fa-briefcase"></i>{% if post.categories.size == 1 %} {% else %}{% endif %}&nbsp;:&nbsp;{% for tag in page.categories %}<a href="{{ site.baseurl }}/{{ tag | cgi_encode }}/" data-toggle="tooltip" title="Other posts filed in {{ tag }} category" rel="tag">{{ tag }}</a>{% unless forloop.last %}&nbsp;&bull;&nbsp;{% endunless %}{% endfor %%}{% endif %}    

  </span>

           </div>
       </div>
   </div>

</header> </div> <!– Post Content –>

   <div class="container">
       <div class="row" style="position: relative">
       {% if post.image %}
           {% capture imgpath %}{{ post.image | replace: '/art/', 'art/' }}{% endcapture %}
           {% capture imgpath %}{{ imgpath | replace: '/media/', 'media/' }}{% endcapture %}
           {% capture thumbsrc %}{% thumbnail imgpath 800x800 %}{% endcapture %}                            
           <img class="productimg" src="/{{ thumbsrc | replace: "<img src='", "" |  replace: "' />", "" }}" />
       {% endif %}

       {{ content }}

       {% if post.price %}                    
   <!-- BEGIN PAYPAL BUTTON --> 
           <br clear="both">
           <center>

           <div class="addtocart">

           <form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post" >
           <input type="hidden" name="cmd" value="_cart">
           <input type="hidden" name="business" value="{{ site.paypal }}">
           <input type="hidden" name="lc" value="US">
           <input type="hidden" class="item-name" name="item_name" value="{{ post.title }}">
           <input type="hidden" class="item-price" name="amount" value="{{ post.price }}">
           <input type="hidden" name="currency_code" value="USD">
           <input type="hidden" name="button_subtype" value="products">
           <input type="hidden" name="add" value="1">
           <input type="hidden" name="bn" value="PP-ShopCartBF:btn_cart_LG.gif:NonHosted">
           <input class="addtocart-button" onclick="fullcart.add(); dataLayer.push({'event': 'add-to-cart', 'item': '{{ post.title }}', 'price': '{{ post.price }}'}); form.submit(); return false;" type="image" src="/assets/img/add-to-cart.png" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
           <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
           </form>

           <div>
               <h2>${{ post.price }}</h2>
               <sub>Free Shipping inside USA!</sub>
           </div>

           </div>
           </center>

           {% endif %}

   <!-- END PAYPAL BUTTON ADD -->

               <br clear="both">
         <br>
   <br>

              {% include signoff.html %} 
   <hr class="small">
{% if site.share %}{% include share.html %}{% endif %}

{% if site.comments %}{% include disqus_comments.html %}{% endif %}

            <br>

            <ul class="pager">
                {% if page.previous.url %}
                <li class="previous">
                    <a href="{{ page.previous.url | prepend: site.baseurl | replace: '//', '/' }}" data-toggle="tooltip" data-placement="top" title="{{page.previous.title}}">&larr; Previous Post</a>
                </li>
                {% endif %}
                {% if page.next.url %}
                <li class="next">
                    <a href="{{ page.next.url | prepend: site.baseurl | replace: '//', '/' }}" data-toggle="tooltip" data-placement="top" title="{{page.next.title}}">Next Post &rarr;</a>
                </li>
                {% endif %}
            </ul>

    </div>
</div>

</article>


</div>

<!– Custom Theme JavaScript –> <script src=“{{ site.baseurl }}/assets/js/main.min.js ”></script> <!– include image popups –> <script src=“{{ site.baseurl }}/assets/js/jquery.magnific-popup.js”></script>

<script type=“text/javascript”>

$(document).ready(function($) {
  $('a.popup').magnificPopup({
   type: 'image',
    gallery:{
   enabled:true,
   navigateByImgClick: true,
   preload: [0,1] // Will preload 0 - before current, and 1 after the current image
 },

image: {

titleSrc: function(item) {
        return item.el.attr('title') + '&nbsp;' + item.el.attr('data-caption');
      }
  }
    // other options
});

});

</script>

<script src=“{{ site.baseurl }}/assets/js/retina.min.js”></script> <!– include Masonry –> <script src=“{{ site.baseurl }}/assets/js/isotope.pkgd.min.js”></script> <!– include mousewheel plugins –> <script src=“{{ site.baseurl }}/assets/js/jquery.mousewheel.min.js”></script> <!– include carousel plugins –> <script src=“{{ site.baseurl}}/assets/js/jquery.tinycarousel.min.js”></script> <!– include svg line drawing plugin –> <script src=“{{ site.baseurl }}/assets/js/jquery.lazylinepainter.min.js”></script> <!– include custom script –> <script src=“{{ site.baseurl }}/assets/js/scripts.js”></script>

</body> </html>