28 March 2015

6 Template bán hàng cho Blogger - Phần 2/3

Xem lại phần 1 tại đây.
Nền tảng Blogger (hay BlogSpot) của Google ngày càng phát triển mạnh bởi cộng động người sử dụng lớn, hỗ trợ nhiều tính năng của một blog chuyên nghiệp, hỗ trợ nhiều tính năng, tùy biến cao và dễ quản lý. Hôm nay, mình sẽ giới thiệu những mẫu Template bán hàng miễn phí và chuyên nghiệp.
CHÚ Ý: Để cài đặt những mẫu template sau, bạn vào Template của Blogger sau đó copy code sau và thay thế toàn bộ code có trong phần template cũ của bạn.
* Copy bằng cách nhấp đúp chuột vào các dòng code.

3. Shopping Cart

 
<?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.pageName == &quot;&quot;'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/> | <data:blog.title/></title>
</b:if>
    <b:skin><![CDATA[/*
-----------------------------------------------
Blogger Template Style

Name   : Shopping Cart
Author : Franklin Manuel, Rethnaraj Rambabu 
URL    : http://www.bloggermint.com/
Date   : May 2011

License: This free Blogger template is licensed under the Creative Commons Attribution 3.0 License, which permits both personal and commercial use.
However, to satisfy the 'attribution' clause of the license, you are required to keep the footer links intact which provides due credit to its authors. For more specific details about the license, you may visit the URL below:
http://creativecommons.org/licenses/by/3.0/
----------------------------------------------- */

/* Variable definitions
   ====================
   <Variable name="bgcolor" description="Page Background Color"
             type="color" default="#fff" value="#d8b877">
   <Variable name="textcolor" description="Text Color"
             type="color" default="#333" value="#000000">
   <Variable name="linkcolor" description="Link Color"
             type="color" default="#58a" value="#ff6600">
   <Variable name="pagetitlecolor" description="Blog Title Color"
             type="color" default="#666" value="#ffffff">
   <Variable name="descriptioncolor" description="Blog Description Color"
             type="color" default="#999" value="#ffffff">
   <Variable name="titlecolor" description="Post Title Color"
             type="color" default="#c60" value="#ff6600">
   <Variable name="bordercolor" description="Border Color"
             type="color" default="#ccc" value="#cccccc">
   <Variable name="sidebarcolor" description="Sidebar Title Color"
             type="color" default="#999" value="#ffffff">
   <Variable name="sidebartextcolor" description="Sidebar Text Color"
             type="color" default="#666" value="#d3ad66">
   <Variable name="visitedlinkcolor" description="Visited Link Color"
             type="color" default="#999" value="#ff6600">
   <Variable name="bodyfont" description="Text Font"
             type="font" default="normal normal 100% Georgia, Serif" value="normal normal 100% Arial, Verdana, Tahoma,San-serif">
   <Variable name="headerfont" description="Sidebar Title Font"
             type="font"
             default="normal normal 78% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif" value="normal normal 78% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif">
   <Variable name="pagetitlefont" description="Blog Title Font"
             type="font"
             default="normal normal 200% Georgia, Serif" value="normal normal 200% Georgia, Serif">
   <Variable name="descriptionfont" description="Blog Description Font"
             type="font"
             default="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif" value="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif">
   <Variable name="postfooterfont" description="Post Footer Font"
             type="font"
             default="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif" value="normal normal 78% '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">
*/

/* Use this with templates/template-twocol.html */
#navbar-iframe {display:none;}

body {
    color: black;
    font: 14px/1.6 Arial,Verdana,sans-serif;
    margin: auto;
    width: 940px;
  }

a, a:link, a:active {
color: #555;
text-decoration: none; 
}

a:visited {
  text-decoration:none;
  }
a:hover {
color: #111;
  text-decoration:underline;
}
a img {
  border-width:0;
  }

/* Header
-----------------------------------------------
 */

#header-wrapper {
   height: 140px;
    margin: 0 auto;
    width: 940px;
  }

#header { 
  text-align: left;
  color:$pagetitlecolor;
  overflow: hidden;
  height:140px;
  width: 400px;
  float:left;
}
  
#header h1 {
    color: #000000;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2em;
    margin:40px 0 40px;
}

#header a {
  text-decoration:none;
  }

#header a:hover {
  }

#header .description {
display:none;
 }

#header img {
  margin: 40px 0;
}

#topads {
width:480px;
overflow:hidden;
float:right;
padding-bottom:33px;
padding-top:35px;
}


/* Outer-Wrapper
----------------------------------------------- */
#outer-wrapper {
  width: 100%;
  margin:0 auto;
  text-align:$startSide;
  }

#content-wrapper {
margin: 0 auto; 
overflow: hidden; 
width: 960px; 
}

#main-wrapper {
    float: left;
    width: 715px;
    margin: 8px 0 0;
  float: $startSide;
  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: 225px;
  float: left;
   margin:8px 0 0;
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
}

/* Navigation
-----------------------------------------------
 */

#navigation {
    background: none repeat scroll 0 0 #555555;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    clear: both;
    display: block;
    height: 22px;
    margin-bottom: 15px;
    padding: 10px;
}

#navigation h2 {
    display: none;
}
#navigation ul {
margin:0;
padding:0;
list-style:none;
}

#navigation li {
	float: left;
	list-style: none;
	padding: 0 30px;
	
}

#navigation li a {
	color: white;
        font-weight:bold;
	text-decoration: none;
}

/* Posts
-----------------------------------------------
 */

h2.date-header {
  margin:1.5em 0 .5em;
  }

.post {
    padding: 15px;
    width: 660px;
  }
.post .jump-link {
display:none;
}
.post h3 {
    line-height: 30px;
    margin: 0 0 20px;
    padding: 0 0 5px;
}

.post h3 a, .post h3 a:visited, .post h3 strong {
font-size:30px;
font-weight:bold;
}

.post h3 strong, .post h3 a:hover {
text-decoration:none;
}

.post-body {
  margin:0 0 .75em;
  line-height:1.6em;
}

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

.post-footer {
padding:5px;
}

.post img {
  padding:4px;
  max-width:580px;
  }
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }

/* Comments
----------------------------------------------- */

#comments {
   width: 675px;
}

#comments h4 {
  margin:1em 0;
  font-weight: bold;
  font-size:20px;
  line-height: 1.4em;
  }
#comments a {
font-weight:bold;
}
#comments-block {
  margin:1em 0 1.5em;
  line-height:1.6em;
  }
#comment-box{
    border-bottom: 1px dashed #D9D9D9;
    margin-bottom: 10px;
    padding: 10px;
}
#comments-block .comment-author {
  margin:.5em 0;
  padding:4px;
  }

#comments-block .avatar-image-container img {
}

#comments-block .comment-body {
  margin-top: -10px;
  padding:4px;
  }
#comments-block .comment-footer {
  margin:-.25em 0px 0;
  line-height: 1.4em;
  text-transform:uppercase;
  padding:4px;
  }
#comments-block .comment-body p {
  margin:0 0 .75em;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }
.navigation {
    clear: both;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 50px;
    padding: 5px;
    width: 685px;
}

#blog-pager-newer-link {
  float: left;
  clear:both;
  }
 
#blog-pager-older-link {
  float: right;
  }

#blog-pager { 
  text-align: center;
  margin:0 auto;
 }

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

/* Sidebar Content
----------------------------------------------- */

#sidebar {
    width: 100%;
}

.sidebar { 
  line-height: 1.5em;
 }
.sidebar h2 {
    border-bottom: 1px dashed #d9d9d9;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 12px;
    padding-bottom: 10px;
    text-align: center;
}
.sidebar a {

}
.sidebar ul {
  list-style:none;
  margin:0 0 0;
  padding:0 0 0;
}
.sidebar li {
    display: block;
    line-height: 1.3em;
    margin-bottom: 5px;
    text-decoration: none;
  }

.sidebar li a {

}

.sidebar li a:hover {

}

.sidebar .widget, .main .widget { 
  margin:0 ;
  padding:0;
 }

.sidebar .widget {
margin: 0 0 15px;
    border: 1px solid #d9d9d9;
    border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
    float: left;
    padding: 10px;
width:205px;
}

.main .Blog { 
  border-bottom-width: 0;
}

/* Profile 
----------------------------------------------- */
.profile-img { 
  float: $startSide;
  margin-top: 0;
  margin-$endSide: 5px;
  margin-bottom: 5px;
  margin-$startSide: 0;
  padding: 4px;
  border: 1px solid $bordercolor;
}

.profile-data {
  margin:0;
  text-transform:uppercase;
  letter-spacing:.1em;
  font: $postfooterfont;
  color: $sidebarcolor;
  font-weight: bold;
  line-height: 1.6em;
}

.profile-datablock { 
  margin:.5em 0 .5em;
}

.profile-textblock { 
  margin: 0.5em 0;
  line-height: 1.6em;
}

.profile-link { 
  font: $postfooterfont;
  text-transform: uppercase;
  letter-spacing: .1em;
}
/* Footer
----------------------------------------------- */

#footer-wrapper {
clear:both;
overflow:hidden;
width:100%;
border: 1px solid #d9d9d9;
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
}

#footer {
font-size:14px;
margin:0 auto;
text-align:left;
width:960px;
padding-left:20px;
}

#footer-wrapper .widget {
float:left;
margin:10px;
width:185px;
padding:0px 10px 20px;
}

#footer-wrapper .widget-content {
}

#footer-wrapper ul li {

}

#footer-wrapper ul li:hover {
}

#footer-wrapper ul {
padding-bottom:2px;
list-style:none outside none;
margin:0;
padding:0;
}

#footer-wrapper a {

}

#footer-wrapper a:hover {

}

#footer-wrapper h2 {
   border-bottom: 1px dashed #d9d9d9;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 12px;
    padding-bottom: 10px;
    text-align: center;
}


#credits {
    padding:12px 0;
    width: 940px;
    margin: 1px auto;
    color: #868686;
    position: relative;
    font-size: 11px
    }

#bottomLinks {
    float: right;
    width: 450px
    }

/* Simple Cart 
----------------------------------------------- */

#add-to-cart-widget {   
    border: 1px solid #d9d9d9;
    border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
    float: left;
    margin: 0 0 18px;
    padding: 10px;
    width: 205px;
}

#add-to-cart-widget h2 {
    font-size: 100%;
    font-weight: normal;
    margin: 0 0 10px;
    text-align: center;
}

.item_name{}

.item_Description{
}

.hidden_value {display:none;}

.item_thumb {
    padding: 10px;
}

.item_price{
	display: block;
        width: 100px;
        height: 20px;
        position: absolute;
        bottom: 7px;
        padding:5px 10px;
        left:10px;
        color:#000;
        font-size:13px;
        text-align:left;
   border: 0 none;
}

.simpleCart_items {
    border: 1px dashed #D9D9D9;
    font-size: 80%;
    min-height: 120px;
    padding: 10px;
    display: block;
    margin-left: 0 auto 10px;
    overflow:hidden;
}

.simpleCart_items img {
        padding: 2px;
		border-radius: 5px;
       -moz-border-radius: 5px;
       -webkit-border-radius: 5px;
        border: 1px solid #D9D9D9;
        text-align: left;
        width:40px !important;
        height:40px !important;
}

.cartHeaders{
        display:none;
}

.itemContainer{
	float:left;
	width:175px;
	text-align:center;
	display: block;
	position:relative;
	bottom:0;
}

.itemname{
	font:bold 11px "Helvetica", Arial, sans-serif;
	color:#000;
	text-transform:uppercase;
}

.itemthumb{
   float: left;
    margin: 0;
    width: 58px;
}

.itemQuantity{
    float: left;
    margin: 6px 0;
    width: 35px;
}

.itemQuantity input{
	    border: medium none;
    color: #000000;
    float: left;
    font: bold 11px Arial,sans-serif;
    height: 22px;
    padding: 5px 10px;
    text-align: center;
    width: 35px;
}

.itemQuantity input:focus{
	outline:none;
}

.itemremove a {
    color: red;
    float: left;
    font-weight: bold;
    margin: 12px 0 0 10px;
}

.itemTotal{
   color: #000000;
    float: left;
    font: bold 11px Arial,sans-serif;
    margin: 15px 0 0 10px;
    padding: 0;
    text-align: right;
    width: 55px;
}

#cartTotal {
        font-style: normal; 
        font-size:13px; 
        text-align:center;
        font-weight:bold;
        margin: 10px 0;
}
#cartTotal .simpleCart_total {
        font-weight:normal;
}
a.simpleCart_empty{
    background: none repeat scroll 0 0 #D9D9D9;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    color: black;
    display: block;
    font-size: 14px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    color:#000;
    float: left;
    width: 72px;
    margin: 0 15px 0 0;
}

a.simpleCart_empty:hover {
 background:#333;
 color:white;
}

.cartbuttons {
margin: 10px 0 0 0;
}

a.simpleCart_checkout {
    background: none repeat scroll 0 0 #D9D9D9;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    color: black;
    display: block;
    font-size: 14px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    color:#000;
    float: left;
    width: 72px;
}

a.simpleCart_checkout:hover {
 background:#333;
 color:white;
}


a.item_add{
    bottom: 7px;
    color: #000000;
    display: block;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    right: 15px;
    width: 120px;
} 

input.item_add{
    bottom: 9px;
    font-size: 11px;
    position: absolute;
    right: 15px;
    width: 90px;
} 

#checkout{
	background: #D9D9D9;
	padding: 10px;
	color: black;
	text-decoration: none;
	font-size: 80%;
	display: block;
	text-align: center;
	-moz-border-radius: 5px; /* firefox rounded corner top left */
	border-radius: 5px; /* firefox rounded corner top left */
	-webkit-border-radius: 5px; /* Safari 3 rounded corner top left */
}

#checkout:hover{
	background: #333333;
	color: white;
}


]]></b:skin>

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<style>

.post table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #D9D9D9;
    text-align: left;
    width: 100% !important;
}

.post table th {
    border-color: #D9D9D9;
    text-align: center;
    padding: 5px 0;
    font-weight:bold;
}

.post table td {
    border-color: #D9D9D9;
    padding: 0 10px;
    width: 55% !important;
    word-wrap: break-word;
}

.post table th:first-child {

}

.post table td:first-child {

}

.post #thumb img {
    margin: 0 auto;
    max-height: 300px;
    max-width: 300px;
  }

.item_price {
    bottom: 0;
    height: auto;
    left: 0;
    margin-top: 5px;
    padding: 0;
    position: relative;
    top: 0;
}

input.item_add {
    font-size: 17px;
    height: 40px;
    margin: 5px 0 0 140px;
    position: relative;
    width: 120px;
}
</style>
</b:if>


<b:if cond='data:blog.pageType != &quot;item&quot;'>
<style>

.post{
	border: 1px solid #D9D9D9;
	padding: 10px;
	list-style: none;
	width: 200px;
	float: left;
	margin-right: 16px;
	margin-bottom: 16px;
	text-align: center;
	border-radius: 10px;
	-moz-border-radius: 10px; /* firefox rounded corner top left */
	-webkit-border-radius: 10px; /* Safari 3 rounded corner top left */
	height: 260px;
display:inline;
float:left;
overflow:hidden;
position:relative;
}

.post:hover {
	border: 1px solid #999;
}
.post-footer {
display:none;
}

.comment-link {
top:13px;
left:235px;
position:absolute;
background: #60432E;
padding:5px 15px; 
}
.post-comment-link a {
color:#fff;
}
.post-comment-link a:hover {
text-decoration:none;
}
.post img {height:170px;border:0 none; background:none;}

.post h3{    border: 0 none;
    line-height: 13px;
    margin: 0px 0 10px;
    padding: 5px;
}

.post h3 a, .post h3 a:visited, .post h3 strong {
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    text-shadow: none;
    line-height:20px;
}

.post-labels{font-size:12px;background:rgba(96,68,45,0.5);border:0 none;position:absolute;}

.post-author{display:none;}

.post-body{    height: 230px;
    overflow: hidden;
    padding: 5px;
    width: 190px;
}

</style>
</b:if>

<b:if cond='data:blog.pageType == &quot;static_page&quot;'>
<style>
.post:hover {
	border: 0 none;
}
.post-footer {
display:block;
}

.comment-link {
top:13px;
left:235px;
position:absolute;
background: #60432E;
padding:5px 15px; 
}
.post-comment-link a {
color:#fff;
}
.post-comment-link a:hover {
text-decoration:none;
}
.post img {height:auto;border:0 none; background:none;}

.post h3 {
    line-height: 30px;
    margin: 0 0 20px;
    padding: 0 0 5px;
}

.post h3 a, .post h3 a:visited, .post h3 strong {
font-size:30px;
font-weight:bold;
}

.post h3 strong, .post h3 a:hover {
text-decoration:none;
}


.post-labels{font-size:12px;background:none;border:0 none;position:relative;}

.post-author{display:block;}

.post-body{        height: auto;
    overflow: hidden;
    padding: 25px 25px 0 0;
    width: 675px;
}

.post {
    border: 0 none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    display: inline;
    float: none;
    height: auto;
    list-style: none outside none;
    margin-bottom: 0;
    margin-right: 0;
    overflow: hidden;
    padding: 15px;
    width: 660px;
    position: relative;
    text-align: left;
}


</style>
</b:if>



<script type='text/javascript'> var thumbnail_mode = &quot;no-float&quot; ; summary_noimg = 0; summary_img = 0; img_thumb_height = 170; img_thumb_width = 180; </script>
<script type='text/javascript'>
//<![CDATA[
function removeHtmlTag(strx,chop){
if(strx.indexOf("<")!=-1)
{
var s = strx.split("<");
for(var i=0;i<s.length;i++){
if(s[i].indexOf(">")!=-1){
s[i] = s[i].substring(s[i].indexOf(">")+1,s[i].length);
}
}
strx = s.join("");
}
chop = (chop < strx.length-1) ? chop : strx.length-2;
while(strx.charAt(chop-1)!=' ' && strx.indexOf(' ',chop)!=-1) chop++;
strx = strx.substring(0,chop-1);
return strx+'...';
}
function createSummaryAndThumb(pID){
var div = document.getElementById(pID);
var imgtag = "";
var img = div.getElementsByTagName("img");
if(img.length<=0) {
imgtag = '<span style="float:left;margin: 0px 0 0 0 !important;"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjrVlqJg5it9yViA-WjV2-hzpYS-tP89zJ7QnSxGcxcdm-fq9cNrcjz8rltFW6G_6wK3bf-TaNmyrRep15Z_LJpOMWpBQW7G1JgnlQfMgSn-_2AYnDIbTjQMk2lgG9FAC90lOnICGSTP23l/s1600/nothumb.gif" width="'+img_thumb_width+'px" height="'+img_thumb_height+'px" /></span>';
var summ = summary_noimg;
}
if(img.length>=1) {
imgtag = '<span style="float:left;margin: 0px 0 0 0 !important;"><img src="'+img[0].src+'" width="'+img_thumb_width+'px" height="'+img_thumb_height+'px" /></span>';
summ = summary_img;
}
var summary = imgtag + '<div>' + removeHtmlTag(div.innerHTML,summ) + '</div>';
div.innerHTML = summary;
}


//]]>
</script>
<script src='http://shopppingcart.googlecode.com/files/simplecart.js' type='text/javascript'/>
<script type='text/javascript'>
simpleCart.email = &quot;[email protected]&quot;;
simpleCart.checkoutTo = PayPal;
simpleCart.currency = USD;

simpleCart.cartHeaders = [&quot;thumb_image&quot; , &quot;Quantity_input&quot; ,   &quot;Total&quot;, &quot;remove&quot; ];
	
</script>

  </head>

  <body>
    <!-- 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='1' showaddelement='no'>
<b:widget id='Header1' locked='true' title='Shopping Cart (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'>
    <p class='description'><span><data:description/></span></p>
  </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. You can't really calculate the width
      reliably in JS because margins are not taken into account by any of
      clientWidth, offsetWidth or scrollWidth, so we don't force a minimum
      width if the user is using shrink to fit.
      This results in a margin-width's worth of pixels being cropped. If the
      user is not using shrink to fit then we expand the header.
      -->
      <div expr:style='&quot;background-image: url(\&quot;&quot; + data:sourceUrl + &quot;\&quot;); &quot;                      + &quot;background-position: &quot;                      + data:backgroundPositionStyleStr + &quot;; &quot;                      + data:widthStyleStr                      + &quot;min-height: &quot; + data:height + &quot;px;&quot;                      + &quot;_height: &quot; + data:height + &quot;px;&quot;                      + &quot;background-repeat: no-repeat; &quot;' id='header-inner'>
        <div class='titlewrapper' style='background: transparent'>
          <h1 class='title' style='background: transparent; border-width: 0px'>
            <b:include name='title'/>
          </h1>
        </div>
        <b:include name='description'/>
      </div>
    </b:if>
  <b:else/>
    <!--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:if>
</b:includable>
</b:widget>
</b:section>

          <div id='topads'> 
<b:section class='adslot' id='adslot' maxwidgets='1' preferred='yes'>
<b:widget id='HTML10' locked='true' title='' 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>
      </div>

</div><!-- end #header-wrapper -->


<div id='navigation'>
      <b:section class='nav' id='nav' showaddelement='no'>
<b:widget id='PageList1' locked='true' title='Pages' type='PageList'>
<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'>
        <b:if cond='data:link.isCurrentPage'>
          <li class='selected'><a expr:href='data:link.href'><data:link.title/></a></li>
        <b:else/>
          <li><a expr:href='data:link.href'><data:link.title/></a></li>
        </b:if>
      </b:loop>
    </ul>
    <b:include name='quickedit'/>
  </div>
</b:includable>
</b:widget>
</b:section>
</div><!-- end #Navigation -->


 <div class='clear'/>
<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='Blog Posts' type='Blog'>
<b:includable id='nextprev'>
<div class='navigation'>
  <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'/>
</div>
</b:includable>
<b:includable id='shareButtons' var='post'>
  <a class='share-button sb-email' expr:href='data:post.sharePostUrl + &quot;&amp;target=email&quot;' expr:title='data:top.emailThisMsg' target='_blank'>
    <span class='share-button-link-text'><data:top.emailThisMsg/></span></a>
  <a class='share-button sb-blog' expr:href='data:post.sharePostUrl + &quot;&amp;target=blog&quot;' expr:onclick='&quot;window.open(this.href, \&quot;_blank\&quot;, \&quot;height=270,width=475\&quot;); return false;&quot;' expr:title='data:top.blogThisMsg' target='_blank'>
    <span class='share-button-link-text'><data:top.blogThisMsg/></span></a>
  <a class='share-button sb-twitter' expr:href='data:post.sharePostUrl + &quot;&amp;target=twitter&quot;' expr:title='data:top.shareToTwitterMsg' target='_blank'>
    <span class='share-button-link-text'><data:top.shareToTwitterMsg/></span></a>
  <a class='share-button sb-facebook' expr:href='data:post.sharePostUrl + &quot;&amp;target=facebook&quot;' expr:onclick='&quot;window.open(this.href, \&quot;_blank\&quot;, \&quot;height=430,width=640\&quot;); return false;&quot;' expr:title='data:top.shareToFacebookMsg' target='_blank'>
    <span class='share-button-link-text'><data:top.shareToFacebookMsg/></span></a>
  <a class='share-button sb-buzz' expr:href='data:post.sharePostUrl + &quot;&amp;target=buzz&quot;' expr:onclick='&quot;window.open(this.href, \&quot;_blank\&quot;, \&quot;height=415,width=690\&quot;); return false;&quot;' expr:title='data:top.shareToBuzzMsg' target='_blank'>
    <span class='share-button-link-text'><data:top.shareToBuzzMsg/></span></a>
</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='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;' target='_blank'><data:post.createLinkLabel/></a>
  </p>
</b:includable>
<b:includable id='post' var='post'>
  <div class='post hentry uncustomized-post-template simpleCart_shelfItem'>
    <a expr:name='data:post.id'/>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
    <b:if cond='data:post.title'>
      <h3 class='post-title entry-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>
</b:if>

<b:if cond='data:blog.pageType == &quot;static_page&quot;'>
    <b:if cond='data:post.title'>
      <h3 class='post-title entry-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>
</b:if>

    <div class='post-header-line-1'/>

    <div class='post-body entry-content'>
<b:if cond='data:blog.pageType != &quot;item&quot;'>
<b:if cond='data:blog.pageType != &quot;static_page&quot;'>

<b:if cond='data:post.title'>
      <h3 class='post-title entry-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 expr:id='&quot;summary&quot; + data:post.id'>
<data:post.body/></div>
<data:post.body/>
<script type='text/javascript'>createSummaryAndThumb(&quot;summary<data:post.id/>&quot;);</script>

</b:if>
</b:if>


<b:if cond='data:blog.pageType == &quot;item&quot;'><data:post.body/></b:if>
<b:if cond='data:blog.pageType == &quot;static_page&quot;'><data:post.body/></b:if>
      <div style='clear: both;'/> <!-- clear for photos floats -->
    </div>
  
    <b:if cond='data:post.hasJumpLink'>
      <div class='jump-link'>
        <a expr:href='data:post.url + &quot;#more&quot;'><data:post.jumpText/></a>  
      </div>
    </b:if>
    
    <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' expr:title='data:post.timestampISO8601'><data:post.timestamp/></abbr></a>
        </b:if>
        </b:if>
      </span>
  
      <span class='reaction-buttons'>
        <b:if cond='data:top.showReactions'>
          <table border='0' cellpadding='0' cellspacing='0' width='100%'><tr>
            <td class='reactions-label-cell' nowrap='nowrap' valign='top' width='1%'>
              <span class='reactions-label'>
              <data:top.reactionsLabel/></span>&#160;</td>
            <td><iframe allowtransparency='true' class='reactions-iframe' expr:src='data:post.reactionsUrl' frameborder='0' name='reactions' scrolling='no'/></td>
           </tr></table>
        </b:if>
      </span>

      <span class='star-ratings'>
        <b:if cond='data:top.showStars'>
           <div expr:g:background-color='data:backgroundColor' expr:g:text-color='data:textColor' expr:g:url='data:post.absoluteUrl' g:height='42' g:type='RatingPanel' g:width='280'/>
        </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;'><data:top.backlinkLabel/></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'>
              <img alt='' class='icon-action' height='13' src='http://www.blogger.com/img/icon18_email.gif' width='18'/>
          </a>
          </span>
        </b:if>

        <!-- quickedit pencil -->
        <b:include data='post' name='postQuickEdit'/>
      </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-location'>
        <b:if cond='data:top.showLocation'>
          <b:if cond='data:post.location'>
            <data:postLocationLabel/>
            <a expr:href='data:post.location.mapsUrl' target='_blank'><data:post.location.name/></a>
          </b:if>
        </b:if>
      </span>
      </div>
    </div>
  </div>
</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='comment-form' var='post'>
  <div class='comment-form'>
    <a name='comment-form'/>
    <h4 id='comment-post-message'><data:postCommentMsg/></h4>
    <p><data:blogCommentMessage/></p>
    <data:blogTeamBlogMessage/>
    <a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
    <iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' frameborder='0' height='410' id='comment-editor' name='comment-editor' src='' width='100%'/>
    <data:post.friendConnectJs/>
    <data:post.cmtfpIframe/>
    <script type='text/javascript'>
      BLOG_CMT_createIframe(&#39;<data:post.appRpcRelayPath/>&#39;, &#39;<data:post.communityId/>&#39;);
    </script>
  </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='mobile-nextprev'>
  <div class='blog-pager' id='blog-pager'>
    <b:if cond='data:newerPageUrl'>
      <div class='mobile-link-button' 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'>&amp;lsaquo;</a>
      </div>
    </b:if>

    <b:if cond='data:olderPageUrl'>
      <div class='mobile-link-button' 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'>&amp;rsaquo;</a>
      </div>
    </b:if>

    <div class='mobile-link-button' id='blog-pager-home-link'>
    <a class='home-link' expr:href='data:blog.homepageUrl'><data:homeMsg/></a>
    </div>

    <div class='mobile-desktop-link'>
      <a class='home-link' expr:href='data:desktopLinkUrl'><data:desktopLinkMsg/></a>
    </div>

  </div>
  <div class='clear'/>
</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' height='18' src='http://www.blogger.com/img/icon18_edit_allbkg.gif' width='18'/>
      </a>
    </span>
  </b:if>
</b:includable>
<b:includable id='main' var='top'>
  <!-- posts -->
  <div class='blog-posts hfeed'>

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

    <data:defaultAdStart/>
    <b:loop values='data:posts' var='post'>
      <b:if cond='data:post.dateHeader'>
      </b:if>
      <b:include data='post' name='post'/>
      <b:if cond='data:blog.pageType == &quot;static_page&quot;'>
        <b:include data='post' name='comments'/>
      </b:if>
      <b:if cond='data:blog.pageType == &quot;item&quot;'>
        <b:include data='post' name='comments'/>
      </b:if>
      <b:if cond='data:post.includeAd'>
        <b:if cond='data:post.isFirstPost'>
          <data:defaultAdEnd/>
        <b:else/>
          <data:adEnd/>
        </b:if>
        <div class='inline-ad'>
          <data:adCode/>
        </div>
        <data:adStart/>
      </b:if>
      <b:if cond='data:post.trackLatency'>
        <data:post.latencyJs/>
      </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: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='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-js' var='post'>
  <data:post.friendConnectJs/>
  <data:post.cmtfpIframe/>
  <script type='text/javascript'>
    BLOG_CMT_createIframe(&#39;<data:post.appRpcRelayPath/>&#39;, &#39;<data:post.communityId/>&#39;);
  </script>
</b:includable>
<b:includable id='mobile-index-post' var='post'>
  <b:if cond='data:post.dateHeader'>
    <div class='mobile-index-date'>
      <div class='date-header'>
        <span><data:post.dateHeader/></span>
      </div>
    </div>
  </b:if>

  <div class='mobile-post-outer'>
    <a expr:href='data:post.url'>
      <div class='mobile-index-title-outer'>
        <h3 class='mobile-index-title entry-title'>
          <data:post.title/>
        </h3>
      </div>

      <div>
        <div class='mobile-index-arrow'>
          &amp;rsaquo;
        </div>

        <div class='mobile-index-contents'>
          <b:if cond='data:post.thumbnailUrl'>
            <div class='mobile-index-thumbnail'>
              <div class='Image'>
                <img expr:src='data:post.thumbnailUrl'/>
              </div>
            </div>
          </b:if>

          <div class='post-body'>
            <b:if cond='data:post.snippet'><data:post.snippet/></b:if>
          </div>
        </div>
        <div style='clear: both;'/>
      </div>
    </a>

    <div class='mobile-index-comment'>
      <b:if cond='data:blog.pageType != &quot;item&quot;'>
        <b:if cond='data:blog.pageType != &quot;static_page&quot;'>
          <b:if cond='data:post.allowComments'>
            <b:if cond='data:post.numComments != 0'>
              <a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><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>
        </b:if>
      </b:if>
    </div>
  </div>
</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='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 expr:class='data:post.avatarIndentClass' id='comments-block'>
        <b:loop values='data:post.comments' var='comment'>
	<div id='comment-box'>
          <dt expr:class='&quot;comment-author &quot; + data:comment.authorClass' expr:id='data:comment.anchorName'>
            <b:if cond='data:comment.favicon'>
              <img expr:src='data:comment.favicon' height='16px' style='margin-bottom:-2px;' width='16px'/>
            </b:if>
            <a expr:name='data:comment.anchorName'/>
            <b:if cond='data:blog.enabledCommentProfileImages'>
              <div expr:class='data:comment.avatarContainerClass'>
                <data:comment.authorAvatarImage/>
              </div>
            </b:if>
            <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='data:comment.url' title='comment permalink'>
                <data:comment.timestamp/>
              </a>
              <b:include data='comment' name='commentDeleteIcon'/>
            </span>
          </dd>
</div>
        </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:if cond='data:post.allowNewComments'>
            <b:include data='post' name='comment-form'/>
          <b:else/>
            <data:post.noNewCommentsText/>
          </b:if>
        <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:widget>
</b:section>
      </div><!-- end #main-wrapper -->


      <div id='sidebar-wrapper'>

<!-- Shopping Cart Starts -->
<div id='add-to-cart-widget'>
   <h2>Shopping Cart</h2>
   <div class='simpleCart_items'/> 
   <div id='cartTotal'>
      Total: <span class='simpleCart_total'/>
   </div>
   <div class='cartbuttons'>
      <a class='simpleCart_empty' href='javascript:;'>Empty Cart</a>
      <a class='simpleCart_checkout' href='javascript:;'>Checkout</a>
   </div>
</div>
<!-- Shopping Cart Ends -->

<div class='clear'/>

        <b:section class='sidebar' id='sidebar' preferred='yes'>
<b:widget id='Label1' locked='false' title='Labels' type='Label'>
<b:includable id='main'>
  <b:if cond='data:title'>
    <h2><data:title/></h2>
  </b:if>
  <div expr:class='&quot;widget-content &quot; + data:display + &quot;-label-widget-content&quot;'>
    <b:if cond='data:display == &quot;list&quot;'>
      <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>
          <b:if cond='data:showFreqNumbers'>
            <span dir='ltr'>(<data:label.count/>)</span>
          </b:if>
        </li>
      </b:loop>
      </ul>
    <b:else/>
      <b:loop values='data:labels' var='label'>
        <span expr:class='&quot;label-size label-size-&quot; + data:label.cssSize'>
          <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>
          <b:if cond='data:showFreqNumbers'>
            <span class='label-count' dir='ltr'>(<data:label.count/>)</span>
          </b:if>
        </span>
      </b:loop>
    </b:if>
    <b:include name='quickedit'/>
  </div>
</b:includable>
</b:widget>
<b:widget id='BlogArchive1' locked='false' title='Blog Archive' type='BlogArchive'>
<b:includable id='toggle' var='interval'>
  <b:if cond='data:interval.toggleId'>
  <b:if cond='data:interval.expclass == &quot;expanded&quot;'>
    <a class='toggle' href='javascript:void(0)'>
      <span class='zippy toggle-open'>&#9660;&#160;</span>
    </a>
  <b:else/>
    <a class='toggle' href='javascript:void(0)'>
      <span class='zippy'>
        <b:if cond='data:blog.languageDirection == &quot;rtl&quot;'>
          &#9668;&#160;
        <b:else/>
          &#9658;&#160;
        </b:if>
      </span>
    </a>
  </b:if>
 </b:if>
</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='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='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='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: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:widget>
</b:section>
      </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' showaddelement='yes'>
<b:widget id='Label6' locked='false' title='Labels' type='Label'>
<b:includable id='main'>
  <b:if cond='data:title'>
    <h2><data:title/></h2>
  </b:if>
  <div expr:class='&quot;widget-content &quot; + data:display + &quot;-label-widget-content&quot;'>
    <b:if cond='data:display == &quot;list&quot;'>
      <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>
          <b:if cond='data:showFreqNumbers'>
            <span dir='ltr'>(<data:label.count/>)</span>
          </b:if>
        </li>
      </b:loop>
      </ul>
    <b:else/>
      <b:loop values='data:labels' var='label'>
        <span expr:class='&quot;label-size label-size-&quot; + data:label.cssSize'>
          <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>
          <b:if cond='data:showFreqNumbers'>
            <span class='label-count' dir='ltr'>(<data:label.count/>)</span>
          </b:if>
        </span>
      </b:loop>
    </b:if>
    <b:include name='quickedit'/>
  </div>
</b:includable>
</b:widget>
<b:widget id='Label5' locked='false' title='Labels' type='Label'>
<b:includable id='main'>
  <b:if cond='data:title'>
    <h2><data:title/></h2>
  </b:if>
  <div expr:class='&quot;widget-content &quot; + data:display + &quot;-label-widget-content&quot;'>
    <b:if cond='data:display == &quot;list&quot;'>
      <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>
          <b:if cond='data:showFreqNumbers'>
            <span dir='ltr'>(<data:label.count/>)</span>
          </b:if>
        </li>
      </b:loop>
      </ul>
    <b:else/>
      <b:loop values='data:labels' var='label'>
        <span expr:class='&quot;label-size label-size-&quot; + data:label.cssSize'>
          <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>
          <b:if cond='data:showFreqNumbers'>
            <span class='label-count' dir='ltr'>(<data:label.count/>)</span>
          </b:if>
        </span>
      </b:loop>
    </b:if>
    <b:include name='quickedit'/>
  </div>
</b:includable>
</b:widget>
<b:widget id='Label4' locked='false' title='Labels' type='Label'>
<b:includable id='main'>
  <b:if cond='data:title'>
    <h2><data:title/></h2>
  </b:if>
  <div expr:class='&quot;widget-content &quot; + data:display + &quot;-label-widget-content&quot;'>
    <b:if cond='data:display == &quot;list&quot;'>
      <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>
          <b:if cond='data:showFreqNumbers'>
            <span dir='ltr'>(<data:label.count/>)</span>
          </b:if>
        </li>
      </b:loop>
      </ul>
    <b:else/>
      <b:loop values='data:labels' var='label'>
        <span expr:class='&quot;label-size label-size-&quot; + data:label.cssSize'>
          <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>
          <b:if cond='data:showFreqNumbers'>
            <span class='label-count' dir='ltr'>(<data:label.count/>)</span>
          </b:if>
        </span>
      </b:loop>
    </b:if>
    <b:include name='quickedit'/>
  </div>
</b:includable>
</b:widget>
<b:widget id='Label7' locked='false' title='Labels' type='Label'>
<b:includable id='main'>
  <b:if cond='data:title'>
    <h2><data:title/></h2>
  </b:if>
  <div expr:class='&quot;widget-content &quot; + data:display + &quot;-label-widget-content&quot;'>
    <b:if cond='data:display == &quot;list&quot;'>
      <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>
          <b:if cond='data:showFreqNumbers'>
            <span dir='ltr'>(<data:label.count/>)</span>
          </b:if>
        </li>
      </b:loop>
      </ul>
    <b:else/>
      <b:loop values='data:labels' var='label'>
        <span expr:class='&quot;label-size label-size-&quot; + data:label.cssSize'>
          <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>
          <b:if cond='data:showFreqNumbers'>
            <span class='label-count' dir='ltr'>(<data:label.count/>)</span>
          </b:if>
        </span>
      </b:loop>
    </b:if>
    <b:include name='quickedit'/>
  </div>
</b:includable>
</b:widget>
</b:section>
</div><!-- end #Footer-wrapper -->

<!--
Shopping Cart blogger template comes under a Creative Commons license.
They are free of charge to use as a theme for your blog and 
you can make changes to the templates to suit your needs. 
and please you must keep the footer credit links intact which 
provides credit to its authors. 
-->

<!-- begin #credits -->
	<div id='credits'>
		 2012 <data:blog.title/> | <a href='http://www.bloggermint.com/' target='_blank'>Blogger Templates</a> for <a href='http://newhostgatorcouponcode.com/' target='_blank'>HostGator Coupon Code</a>
		<span id='bottomLinks'>
<b>Sponsors:</b> <a href='http://woothemescouponcodes.net/' target='_blank'>WooThemes Coupon Code</a>, <a href='http://rockablepressdiscountcode.com/' target='_blank'>Rockable Press Discount Code </a> | Distributed By: <a href='http://www.bloggerbulk.com/'>BloggerBulk</a>
</span>
	</div>
<!-- end #credits -->	

</body>
</html>

Demo2 Ecommerce

 
<?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>
<META NAME='description' expr:content='data:blog.pageTitle + &quot;,Blogger Store Template &quot;'/>
<meta content='blogger store, clothing, apparel, accesories, wear, online shop' name='keywords'/>
<meta content='demo2' name='Author'/>
<meta content='all' name='robots'/>
<meta content='index, follow' name='robots'/>
<meta content='en' name='language'/>
    <b:include data='blog' name='all-head-content'/>
    <meta content='IE=EmulateIE7' http-equiv='X-UA-Compatible'/>
    <title><data:blog.pageTitle/></title>
    <b:skin><![CDATA[
      
/* begin Page */
        
      
        
        body
        {
        	margin: 0 auto;
        	padding: 0;
        	background-color: #BFBABE;
        	background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhgIlyWqv6KSZbYidOB32s9z9oLjvuuVRkAYxYEwOcsZ7TsoBI-H1lk6BUzHmdpUW_1WfeAHUg_UbV2HWw7-MWkEbJ0mkeUcAQbhxSZm5EvT3pcr43PrsM2WIbVRXRPsg9CZgoPTPWUNi7u/s320/Page-BgTexture.jpg');
        	background-repeat: repeat;
        	background-attachment: scroll;
        	background-position: top left;
        }
        
        #art-main
        {
        	position: relative;
        	width: 100%;
        	left: 0;
        	top: 0;
        }
        
        
        
        #art-page-background-gradient
        {
        	position: absolute;
        	background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiwsijHOXSTlatVZfT5F27Zk_Xk86l_JivtXdym4nH4CroW25CChvAC0aO_K-5argcL2T-S0Vt6_1sRE8j7pR8hm3uGzTUWLyIQPx83oJj0NJG-SisrcqjTPrPYZBTcealDViKcQDKFTPi-/s320/Page-BgGradient.jpg');
        	background-repeat: repeat-x;
        	top:0;
        	width:100%;
        	height: 225px;
        	
        }
        
        #art-page-background-gradient
        {
        	background-position: top left;
        }
        
        
        .cleared
        {
        	float: none;
        	clear: both;
        	margin: 0;
        	padding: 0;
        	border: none;
        	font-size:1px;
        }
        
        
        form
        {
        	padding:0 !important;
        	margin:0 !important;
        }
        
        table.position
        {
        	position: relative;
        	width: 100%;
        	table-layout: fixed;
        }
        
        
        
        
        #navbar
        {
            position: relative;
            z-index:10;
        }
        #comments{
            padding:0 15px 15px 15px;
        }
        
        #ArchiveList ul li 
        {
            text-indent: -10px !important;
            padding:0 0 0 15px;
        }
        
        
        
        .profile-datablock, .profile-textblock {
            margin:0 0 .75em;
            line-height:1.4em;
        }
        .profile-img {
            float: left;
            margin-top: 0;
            margin-right: 5px;
            margin-bottom: 5px;
            margin-left: 0;
            border: 5px solid #889977;
        }
        .profile-data {
            font-weight: bold;
        }
        
        .blog-pager{
            margin-left:15px;
        }
        
        .post-feeds{
            margin-left:15px;
        }
        
        .blog-feeds
        {
           margin-left:15px;
        }
        
        /* for Blogger Page Elements */
        
        body#layout div.art-Header{
          height: auto;
          width: 100%;
        }
        body#layout .art-contentLayout{
          margin-top: 18px;
          padding-top: 2px;
          width: 100%
        }
        
        body#layout .art-Sheet{
          width: 100%;
        }
        
        body#layout .art-Footer{
          width: 100%;
        }
        
        body#layout .art-sidebar1{
          width: 25%;
        }
        
        body#layout .art-sidebar2{
          width: 25%;
        }
        
        body#layout .art-content{
          width: 50%;
        }
        
        body#layout .art-Footer .art-Footer-text{
          height: 85px;
        }
        
        body#layout .art-BlockContent-body{
          padding: 0;
        }
        
        body#layout .art-Block-body{
            padding: 0;
        }
        
        body#layout .art-nav{
            height: auto;
        }
        
        /* search results  */
        
        #uds-searchControl .gsc-results, #uds-searchControl .gsc-tabhActive
        {
            background-color: transparent !important;
        }/* end Page */
        
        /* begin Box, Sheet */
        .art-Sheet
        {
        	position:relative;
        	z-index:0;
        	margin:0 auto;
        	width: 1000px;
        	min-width:3px;
        	min-height:3px;
        }
        
        .art-Sheet-body
        {
        	position: relative;
        	z-index: 1;
        	padding: 6px;
        }
        
        .art-Sheet-tr, .art-Sheet-tl, .art-Sheet-br, .art-Sheet-bl, .art-Sheet-tc, .art-Sheet-bc,.art-Sheet-cr, .art-Sheet-cl
        {
        	position:absolute;
        	z-index:-1;
        }
        
        .art-Sheet-tr, .art-Sheet-tl, .art-Sheet-br, .art-Sheet-bl
        {
        	width: 2px;
        	height: 2px;
        	background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiBoRFzlJbsPnGVF9VS7Bn89pY_Hr_0ITrkvZKEO1dn6cVxDmr8GY7yolHSOCVYOSghErmP5Ztv527u1mR51UlcY9P8vGlApJMb3OH3ASRStZpv0zApzC9zWItN8GcqpOuvOkqp0zfclerU/s320/Sheet-s.png');
        }
        
        .art-Sheet-tl
        {
        	top:0;
        	left:0;
        	clip: rect(auto, 1px, 1px, auto);
        }
        
        .art-Sheet-tr
        {
        	top: 0;
        	right: 0;
        	clip: rect(auto, auto, 1px, 1px);
        }
        
        .art-Sheet-bl
        {
        	bottom: 0;
        	left: 0;
        	clip: rect(1px, 1px, auto, auto);
        }
        
        .art-Sheet-br
        {
        	bottom: 0;
        	right: 0;
        	clip: rect(1px, auto, auto, 1px);
        }
        
        .art-Sheet-tc, .art-Sheet-bc
        {
        	left: 1px;
        	right: 1px;
        	height: 2px;
        	background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEinl1ytIOQOqWAWGwcU0UpAOIwJaSTha8TArgBGvHYvvM7xD82Pk511lJM4FRq6vqT8di8Vy5BXrJU4g7yVrDLFixGQRZR99z83SxjokoXf06_8on2jQhiIZwllugQo7j77pSd0EhrLTuCF/s320/Sheet-h.png');
        }
        
        .art-Sheet-tc
        {
        	top: 0;
        	clip: rect(auto, auto, 1px, auto);
        }
        
        .art-Sheet-bc
        {
        	bottom: 0;
        	clip: rect(1px, auto, auto, auto);
        }
        
        .art-Sheet-cr, .art-Sheet-cl
        {
        	top: 1px;
        	bottom: 1px;
        	width: 2px;
        	background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgIjkWYZzddrfu5SLLmeVzZSERfTIoXD6DYFDadRHzSlhQ7E19wAmYs0M7JE7mWVe8bbzYoivkNf4FNMdGRQHvlYENDY091L5BHOB0P-8nIVbaDJ0C6k5sXh-axH41DHX7WyXJxkmQtERU_/s320/Sheet-v.png');
        }
        
        .art-Sheet-cr
        {
        	right:0;
        	clip: rect(auto, auto, auto, 1px);
        }
        
        .art-Sheet-cl
        {
        	left:0;
        	clip: rect(auto, 1px, auto, auto);
        }
        
        .art-Sheet-cc
        {
        	position:absolute;
        	z-index:-1;
        	top: 1px;
        	left: 1px;
        	right: 1px;
        	bottom: 1px;
        	background-color: #FDFCFD;
        }
        
        
        .art-Sheet
        {
        	margin-top: -6px !important;
        }
        
        #art-page-background-simple-gradient, #art-page-background-gradient, #art-page-background-glare
        {
        	min-width:1000px;
        }
        
        /* end Box, Sheet */
        
        /* begin Header */
        div.art-Header
        {
        	margin: 0 auto;
        	position: relative;
        	z-index:0;
        	width: 988px;
        	height: 150px;
        }
        
        
        div.art-Header-jpeg
        {
        	position: absolute;
        	z-index:-1;
        	top: 0;
        	left: 0;
        	width: 988px;
        	height: 225px;
        	background-image: url('http://1.bp.blogspot.com/-AkUOpmPYUqI/T2qXbapTGVI/AAAAAAAAAYg/x5T9AHdHrE0/s1600/logo.png');
        	background-repeat: no-repeat;
        	background-position: center center;
        }
        /* end Header */
        
        /* begin Logo */
        .art-Logo
        {
        	display : block;
        	position: absolute;
        	left: 40px;
        	top: 86px;
        	width: 948px;
        }
        
        h1.art-Logo-name
        {
        	display: block;
        	text-align: left;
        }
        
        h1.art-Logo-name, h1.art-Logo-name a, h1.art-Logo-name a:link, h1.art-Logo-name a:visited, h1.art-Logo-name a:hover
        {
        font-family: Arial, Helvetica, Sans-Serif;
        font-size: 25px;
        font-style: normal;
        font-weight: bold;
        text-decoration: none;
        letter-spacing: 2px;
        text-transform: uppercase;
        	padding:0;
        	margin:0;
        	color: #F4E1EA !important;
        }
        
        .art-Logo-text
        {
        	display: block;
        	text-align: left;
        }
        
        .art-Logo-text, .art-Logo-text a
        {
        font-family: Tahoma, Arial, Helvetica, Sans-Serif;
        font-size: 13px;
        font-style: normal;
        font-weight: bold;
        letter-spacing: 1px;
        text-transform: uppercase;
        	padding:0;
        	margin:0;
        	color: #0B0408 !important;
        }
        /* end Logo */
        
        /* begin Menu */
        /* menu structure */
        
        .art-menu a, .art-menu a:link, .art-menu a:visited, .art-menu a:hover
        {
        	text-align:left;
        	text-decoration:none;
        	outline:none;
        	letter-spacing:normal;
        	word-spacing:normal;
        }
        
        .art-menu, .art-menu ul
        {
        	margin: 0;
        	padding: 0;
        	border: 0;
        	list-style-type: none;
        	display: block;
        }
        
        .art-menu li
        {
        	margin: 0;
        	padding: 0;
        	border: 0;
        	display: block;
        	float: left;
        	position: relative;
        	z-index: 5;
        	background:none;
        }
        
        .art-menu li:hover
        {
        	z-index: 10000;
        	white-space: normal;
        }
        
        .art-menu li li
        {
        	float: none;
        }
        
        .art-menu ul
        {
        	visibility: hidden;
        	position: absolute;
        	z-index: 10;
        	left: 0;
        	top: 0;
        	background:none;
        }
        
        .art-menu li:hover>ul
        {
        	visibility: visible;
        	top: 100%;
        }
        
        .art-menu li li:hover>ul
        {
        	top: 0;
        	left: 100%;
        }
        
        .art-menu:after, .art-menu ul:after
        {
        	content: ".";
        	height: 0;
        	display: block;
        	visibility: hidden;
        	overflow: hidden;
        	clear: both;
        }
        .art-menu, .art-menu ul
        {
        	min-height: 0;
        }
        
        .art-menu ul
        {
        	background-image: url(http://lh6.ggpht.com/_ObmIb-UmMEo/TcpvW3ecJQI/AAAAAAAAAdQ/kNjwvfJkvJo/s320/spacer.gif);
        	padding: 10px 30px 30px 30px;
        	margin: -10px 0 0 -30px;
        }
        
        .art-menu ul ul
        {
        	padding: 30px 30px 30px 10px;
        	margin: -30px 0 0 -10px;
        }
        
        
        
        
        
        /* menu structure */
        
        .art-menu
        {
        	padding: 0px 0px 0px 0px;
        }
        
        .art-nav
        {
        	position: relative;
        	height: 29px;
        	z-index: 100;
        }
        
        .art-nav .l, .art-nav .r
        {
        	position: absolute;
        	z-index: -1;
        	top: 0;
        	height: 29px;
        	background-image: url('https://lh6.googleusercontent.com/-a9IzxrZXQkw/T4ahMaHywuI/AAAAAAAAAqc/MDaaR8CjAqk/s512/nav1.jpg');
        }
        
        .art-nav .l
        {
        	left: 0;
        	right:0px;
        }
        
        .art-nav .r
        {
        	right: 0;
        	width: 988px;
        	clip: rect(auto, auto, auto, 988px);
        }
        
        
        /* end Menu */
        
        /* begin MenuItem */
        .art-menu ul li
        {
        	clear: both;
        }
        
        .art-menu a
        {
        	position:relative;
        	display: block;
        	overflow:hidden;
        	height: 29px;
        	cursor: pointer;
        	text-decoration: none;
        	margin-right: 0px;
        	margin-left: 0px;
        }
        
        
        .art-menu a .r, .art-menu a .l
        {
        	position:absolute;
        	display: block;
        	top:0;
        	z-index:-1;
        	height: 87px;
        	background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhjGtVGXQr6VwsvocDoSr9xT6991shljEinW0w0O9vBVimuQVguVlcJVyt3dHxmQPz76gxYiGya33jFZEoXIGpv5KZrTsajeFznj_VxCkwlevZqwdGp64gLUpuoGT3nGpIn-qkj1rTwHFVB/s800/MenuItem.png');
        }
        
        .art-menu a .l
        {
        	left:0;
        	right:0px;
        }
        
        .art-menu a .r
        {
        	width:400px;
        	right:0;
        	clip: rect(auto, auto, auto, 400px);
        }
        
        .art-menu a .t 
        {
        font-family: Tahoma, Arial, Helvetica, Sans-Serif;
        font-size: 11px;
        font-style: normal;
        font-weight: bold;
        letter-spacing: 1px;
        text-transform: uppercase;
        	color: #EBC7D8;
        	padding: 0 17px;
        	margin: 0 0px;
        	line-height: 29px;
        	text-align: center;
        }
        
        .art-menu a:hover .l, .art-menu a:hover .r
        {
        	top:-29px;
        }
        
        .art-menu li:hover>a .l, .art-menu li:hover>a .r
        {
        	top:-29px;
        }
        
        .art-menu li:hover a .l, .art-menu li:hover a .r
        {
        	top:-29px;
        }
        .art-menu a:hover .t
        {
        	color: #DFDDDF;
        }
        
        .art-menu li:hover a .t
        {
        	color: #DFDDDF;
        }
        
        .art-menu li:hover>a .t
        {
        	color: #DFDDDF;
        }
        
        
        .art-menu a.active .l, .art-menu a.active .r
        {
        	top: -58px;
        }
        
        .art-menu a.active .t
        {
        	color: #E4E2E4;
        }
        
        
        /* end MenuItem */
        
        /* begin MenuSeparator */
        .art-nav .art-menu-separator
        {
        	display: block;
        	width: 1px;
        	height: 29px;
        	background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhUsbFZfyBO7CrWkqK5aUux_6vxjRN8ghsjNXCbn2TLkkjDw7ZYY360-l3cL6vaMnZwE9HQRfU8PROVTEmKVPxUXTXquTbg8MnrHbgQmKaaFgu_-DNEzPoZDPdvmXYOkY_uywxzCcu1oQaZ/s320/MenuSeparator.png');
        }
        
        /* end MenuSeparator */
        
        /* begin MenuSubItem */
        .art-menu ul a
        {
        	display:block;
        	text-align: center;
        	white-space: nowrap;
        	height: 20px;
        	width: 180px;
        	overflow:hidden;
        	line-height: 20px;
        	margin-right: auto;
        
        
        	background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiqhBzgeF34DAEFrptEClKQ2Ey7QckoCDPVahqq24ifnY2lRBnK-rX-4mhg8Qzm1CM53c-YCYsRTTfETyJLjJotJMojEw15hn3USwFc0htRzn0nSV2rTg7l3bEOryF2A1senQQPQM8-kztW/s320/subitem-bg.png');
        	background-position: left top;
        	background-repeat: repeat-x;
        	border-width: 1px;
        	border-style: solid;
        	border-color: #B44178;
        }
        
        .art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span
        {
        	display: inline;
        	float: none;
        	margin: inherit;
        	padding: inherit;
        	background-image: none;
        	text-align: inherit;
        	text-decoration: inherit;
        }
        
        .art-menu ul a, .art-menu ul a:link, .art-menu ul a:visited, .art-menu ul a:hover, .art-menu ul a:active, .art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span
        {
        	text-align: left;
        	text-indent: 12px;
        	text-decoration: none;
        	line-height: 20px;
        	color: #E9E7E9;
        font-family: Tahoma, Arial, Helvetica, Sans-Serif;
        font-size: 11px;
        letter-spacing: 1px;
        }
        
        .art-menu ul ul a
        {
        	margin-left: auto;
        }
        
        .art-menu ul li a:hover
        {
        	color: #401C37;
        	border-color: #D68FB1;
        	background-position: 0 -20px;
        }
        
        .art-menu ul li:hover>a
        {
        	color: #401C37;
        	border-color: #D68FB1;
        	background-position: 0 -20px;
        }
        
        .art-nav .art-menu ul li a:hover span, .art-nav .art-menu ul li a:hover span span
        {
        	color: #401C37;
        }
        
        .art-nav .art-menu ul li:hover>a span, .art-nav .art-menu ul li:hover>a span span
        {
        	color: #401C37;
        }
        
        
        /* end MenuSubItem */
        
        /* begin ContentLayout */
        .art-contentLayout
        {
        	position: relative;
        	margin-bottom: 0px;
        	width: 988px;
        }
        /* end ContentLayout */
        
        /* begin Box, Block */
        .art-Block
        {
        	position:relative;
        	z-index:0;
        	margin:0 auto;
        	min-width:3px;
        	min-height:3px;
        }
        
        .art-Block-body
        {
        	position: relative;
        	z-index: 1;
        	padding: 7px;
        }
        
        .art-Block-tr, .art-Block-tl, .art-Block-br, .art-Block-bl, .art-Block-tc, .art-Block-bc,.art-Block-cr, .art-Block-cl
        {
        	position:absolute;
        	z-index:-1;
        }
        
        .art-Block-tr, .art-Block-tl, .art-Block-br, .art-Block-bl
        {
        	width: 2px;
        	height: 2px;
        	background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhTBoTMzQpFYWikHXzkfr94BLWWmw0rOroWIFAff2huERNb9ge92sGDT4zRu8LcK3NheLJXYJOO6ET9lbRxAJTqR1tvoCDPxjKkdKNSMqXivmCf8fkJokmJ-rD0AAcbgctGNnrStWopKC91/s320/Block-s.png');
        }
        
        .art-Block-tl
        {
        	top:0;
        	left:0;
        	clip: rect(auto, 1px, 1px, auto);
        }
        
        .art-Block-tr
        {
        	top: 0;
        	right: 0;
        	clip: rect(auto, auto, 1px, 1px);
        }
        
        .art-Block-bl
        {
        	bottom: 0;
        	left: 0;
        	clip: rect(1px, 1px, auto, auto);
        }
        
        .art-Block-br
        {
        	bottom: 0;
        	right: 0;
        	clip: rect(1px, auto, auto, 1px);
        }
        
        .art-Block-tc, .art-Block-bc
        {
        	left: 1px;
        	right: 1px;
        	height: 2px;
        	background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjZphsSkk2Z2_aKZetlFBYjlRb7ugXKwBQO9aFBHaQmampBNATPkvgUCN9E-QtWhJnPxx1fnrMSRqa-OklWmOg6yMMTHN-TNl3V8nn44UhxpQoTH9Ak0FMo_Ki5ZsoabhsPvxfb5fT7FMCB/s320/Block-h.png');
        }
        
        .art-Block-tc
        {
        	top: 0;
        	clip: rect(auto, auto, 1px, auto);
        }
        
        .art-Block-bc
        {
        	bottom: 0;
        	clip: rect(1px, auto, auto, auto);
        }
        
        .art-Block-cr, .art-Block-cl
        {
        	top: 1px;
        	bottom: 1px;
        	width: 2px;
        	background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiaSJhzKCQ7YvH4j9UI78LbvNNDIukF9G9xwBIapCntGYLacNnonihrNko5-oSdTpY2FRfyG7W0jyZnoykGxlbqOneTB7d_-hcF9VMAOSUpwhgzdTA-7MHWfYYVZlNCgJt0Agtc74WleixB/s320/Block-v.png');
        }
        
        .art-Block-cr
        {
        	right:0;
        	clip: rect(auto, auto, auto, 1px);
        }
        
        .art-Block-cl
        {
        	left:0;
        	clip: rect(auto, 1px, auto, auto);
        }
        
        .art-Block-cc
        {
        	position:absolute;
        	z-index:-1;
        	top: 1px;
        	left: 1px;
        	right: 1px;
        	bottom: 1px;
        	background-color: #E9E7E9;
        }
        
        
        .art-Block
        {
        	margin: 5px;
        }
        
        /* end Box, Block */
        
        /* begin BlockHeader */
        .art-BlockHeader
        {
        	position:relative;
        	z-index:0;
        	height: 30px;
        	padding: 0 7px;
        	margin-bottom: 5px;
        }
        
        .art-BlockHeader .t
        {
        	height: 30px;
        	color: #F3DDE8;
        font-family: Tahoma, Arial, Helvetica, Sans-Serif;
        font-size: 11px;
        font-style: normal;
        font-weight: bold;
        letter-spacing: 0px;
        text-transform: uppercase;
        	white-space : nowrap;
        	padding: 0 6px;
        	line-height: 30px;	
        }
        
        .art-BlockHeader .l, .art-BlockHeader .r
        {
        	display:block;
        	position:absolute;
        	z-index:-1;
        	height: 30px;
        	background-image: url('https://lh6.googleusercontent.com/-d5XRwRyxFp8/T4adf2046PI/AAAAAAAAApw/yYduab6DvM0/s512/BlockHeader1.jpg');
        }
        
        .art-BlockHeader .l
        {
        	left:0;
        	right:0px;
        }
        
        .art-BlockHeader .r
        { 
        	width:998px;
        	right:0;
        	clip: rect(auto, auto, auto, 998px);
        }
        
        
        
        
        
        .art-header-tag-icon
        {
            height: 30px;
        	background-position:left top;
        	background-image: url('https://lh5.googleusercontent.com/-LCTKjjcCfsc/T4adf8D3oEI/AAAAAAAAAp4/D2Fc1JH3N5o/s23/BlockHeaderIcon1.jpg');
        	padding:0 0 0 15px;
        	background-repeat: no-repeat;
        	min-height: 15px;
        	margin: 0 0 0 5px;
        }
        
        
        /* end BlockHeader */
        
        /* begin Box, BlockContent */
        .art-BlockContent
        {
        	position:relative;
        	z-index:0;
        	margin:0 auto;
        	min-width:1px;
        	min-height:1px;
        }
        
        .art-BlockContent-body
        {
        	position: relative;
        	z-index: 1;
        	padding: 8px;
        }
        
        
        
        .art-BlockContent-body
        {
        	color:#5D565C;
        font-family: Tahoma, Arial, Helvetica, Sans-Serif;
        font-size: 11px;
        }
        
        .art-BlockContent-body a:link
        {
        	color: #6E305E;
        font-family: Tahoma, Arial, Helvetica, Sans-Serif;
        text-decoration: none;
        }
        
        .art-BlockContent-body a:visited, .art-BlockContent-body a.visited
        {
        	color: #898088;
        font-family: Tahoma, Arial, Helvetica, Sans-Serif;
        text-decoration: none;
        }
        
        .art-BlockContent-body a:hover, .art-BlockContent-body a.hover
        {
        	color: #91407D;
        font-family: Tahoma, Arial, Helvetica, Sans-Serif;
        text-decoration: none;
        }
        
        .art-BlockContent-body ul
        {
        	list-style-type: none;
        	color: #4A4549;
        	margin:0;
        	padding:0;
        }
        
        .art-BlockContent-body li
        {
        font-family: Tahoma, Arial, Helvetica, Sans-Serif;
        font-size: 11px;
        margin-left: 12px;
        }
        
        
        
        
        /* Variable definitions
           ====================
            <Variable name="textcolor" description="Block Text Color"
                     type="color" default="#5D565C" value="#5D565C">
            
            <Variable name="linkcolor" description="Block Link Color"
                     type="color" default="#6E305E" value="#6E305E">
        
            <Variable name="visitedlinkcolor" description="Block Visited Link Color"
                     type="color" default="#898088" value="#898088">
        
            <Variable name="hoveredlinkcolor" description="Block Hovered Link Color"
                     type="color" default="#91407D" value="#91407D">
        
        */
        
        .art-BlockContent-body
        {
        	color: $textcolor;
        }
        
        .art-BlockContent-body a:link
        {
        	color: $linkcolor;
        }
        
        .art-BlockContent-body a:visited, .art-BlockContent-body a.visited
        {
        	color: $visitedlinkcolor;
        }
        
        .art-BlockContent-body a:hover, .art-BlockContent-body a.hover
        {
        	color: $hoveredlinkcolor;
        }
        
        .toggle span
        {
            color: $linkcolor; 
        }
        
        .gsc-branding-text {
            color: $textcolor !important;
        }
        
        /* end Box, BlockContent */
        
        /* begin Box, Post */
        .art-Post
        {
          float:left;
        	position:relative;
        	z-index:0;
        	margin:0 auto;
        	min-width:1px;
        	min-height:1px;
        }
        
        .art-Post-body
        {
        	position: relative;
        	z-index: 1;
        	padding: 5px;
        }
        
        
        
        .art-Post
        {
        	margin-left: 0;
        }
        
        /* Start images */
        a img
        {
        	border: 0;
        }
        
        .art-article img, img.art-article
        {
        	border: solid 1px #BDB7BC;
        	margin: 1em;
        }
        
        .art-metadata-icons img
        {
        	border: none;
        	vertical-align: middle;
        	margin: 2px;
        }
        /* Finish images */
        
        /* Start tables */
        
        .art-article table, table.art-article
        {
        	border-collapse: collapse;
        	margin: 1px;
        	width:auto;
        }
        
        .art-article table, table.art-article .art-article tr, .art-article th, .art-article td
        {
        	background-color:Transparent;
        }
        
        .art-article th, .art-article td
        {
        	padding: 2px;
        	border: solid 1px #A7A0A6;
        	vertical-align: top;
        	text-align:left;
        }
        
        .art-article th
        {
        	text-align: center;
        	vertical-align: middle;
        	padding: 7px;
        }
        
        /* Finish tables */
        
        pre
        {
        	overflow: auto;
        	padding: 0.1em;
        }
        
        
        
        #uds-searchControl .gsc-results, #uds-searchControl .gsc-tabhActive
        {
        	border-color: #A7A0A6 !important;
        }/* end Box, Post */
        
        /* begin PostHeaderIcon */
        .art-PostHeader
        {
        	text-decoration:none;
        	margin: 0.2em 0;
        	padding: 0;
        	font-weight:normal;
        	font-style:normal;
        	letter-spacing:normal;
        	word-spacing:normal;
        	font-variant:normal;
        	text-decoration:none;
        	font-variant:normal;
        	text-transform:none;
        	text-align:left;
        	text-indent:0;
        	line-height:inherit;
        font-family: Arial, Helvetica, Sans-Serif;
        font-size: 18px;
        font-style: normal;
        font-weight: bold;
        letter-spacing: 2px;
        text-align: left;
        margin-top: 12px;
        margin-bottom: 8px;
        	color: #391931;
        }
        
        .art-PostHeader a, .art-PostHeader a:link, .art-PostHeader a:visited, .art-PostHeader a:hover
        {
        font-family: Arial, Helvetica, Sans-Serif;
        font-size: 18px;
        font-style: normal;
        font-weight: bold;
        letter-spacing: 2px;
        text-align: left;
        margin-top: 12px;
        margin-bottom: 8px;
        	margin:0;
        	color: #391931;
        }
        
        /* end PostHeaderIcon */
        
        /* begin PostHeader */
        .art-PostHeader a:link
        {
        font-family: Arial, Helvetica, Sans-Serif;
        text-decoration: none;
        text-align: left;
          color: #431E3A;
        }
        
        .art-PostHeader a:visited, .art-PostHeader a.visited
        {
        font-family: Arial, Helvetica, Sans-Serif;
        text-decoration: none;
        text-align: left;
          color: #4D474C;
        }
        
        .art-PostHeader a:hover, .art-PostHeader a.hovered
        {
        font-family: Arial, Helvetica, Sans-Serif;
        text-decoration: underline;
        text-align: left;
          color: #7F2E55;
        }
        /* end PostHeader */
        
        /* begin PostIcons */
        .art-PostHeaderIcons
        {
        	padding:1px;
        }
        
        .art-PostHeaderIcons, .art-PostHeaderIcons a, .art-PostHeaderIcons a:link, .art-PostHeaderIcons a:visited, .art-PostHeaderIcons a:hover
        {
        font-family: Tahoma, Arial, Helvetica, Sans-Serif;
        font-size: 10px;
        letter-spacing: 1px;
        	color: #554E54;
        }
        
        .art-PostHeaderIcons a, .art-PostHeaderIcons a:link, .art-PostHeaderIcons a:visited, .art-PostHeaderIcons a:hover
        {
        	margin:0;
        }
        
        .art-PostHeaderIcons a:link
        {
        font-family: Tahoma, Arial, Helvetica, Sans-Serif;
        font-style: normal;
        font-weight: bold;
        text-decoration: none;
        	color: #7F2E55;
        }
        
        .art-PostHeaderIcons a:visited, .art-PostHeaderIcons a.visited
        {
        font-family: Tahoma, Arial, Helvetica, Sans-Serif;
        text-decoration: none;
        letter-spacing: 1px;
        	color: #7F2E55;
        }
        
        .art-PostHeaderIcons a:hover, .art-PostHeaderIcons a.hover
        {
        font-family: Tahoma, Arial, Helvetica, Sans-Serif;
        text-decoration: underline;
        	color: #A3488C;
        }
        /* end PostIcons */
        
        /* begin PostContent */
        /* Content Text Font & Color (Default) */
        body
        {
        font-family: Tahoma, Arial, Helvetica, Sans-Serif;
        font-size: 11px;
        font-style: normal;
        font-weight: normal;
        letter-spacing: 1px;
          color: #6D646B;
        }
        
        
        .art-PostContent p 
        {
        	margin: 0.5em 0;
        }
        
        .art-PostContent, .art-PostContent p
        {
        font-family: Tahoma, Arial, Helvetica, Sans-Serif;
        letter-spacing: 1px;
          color: #6D646B;
        }
        
        .art-PostContent
        {
          margin:0;
        }
        
        
        /* Start Content link style */
        /*
        The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
        http://www.w3schools.com/CSS/css_pseudo_classes.asp
        http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
        */
        a
        {
        font-family: Tahoma, Arial, Helvetica, Sans-Serif;
        text-decoration: underline;
        letter-spacing: 1px;
          color: #522446;
        }
        
        /* Adds special style to an unvisited link. */
        a:link
        {
        font-family: Tahoma, Arial, Helvetica, Sans-Serif;
        text-decoration: underline;
        letter-spacing: 1px;
          color: #522446;
        }
        
        /* Adds special style to a visited link. */
        a:visited, a.visited
        {
        font-family: Tahoma, Arial, Helvetica, Sans-Serif;
        text-decoration: underline;
          color: #5A5359;
        }
        
        /* :hover - adds special style to an element when you mouse over it. */
        a:hover, a.hover
        {
        font-family: Tahoma, Arial, Helvetica, Sans-Serif;
        text-decoration: none;
          color: #7F2E55;
        }
        
        /* Finish Content link style */
        
        /* Resert some headings default style & links default style for links in headings*/
        h1, h2, h3, h4, h5, h6,
        h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
        h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
        h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
        {
          font-weight: normal;
          font-style: normal;
          text-decoration: none;
        }
        
        
        /* Start Content headings Fonts & Colors  */
        h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
        {
        font-family: Arial, Helvetica, Sans-Serif;
        font-size: 20px;
        letter-spacing: 3px;
        text-align: left;
          color: #7F2E55;
        }
        
        h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
        {
        font-family: Arial, Helvetica, Sans-Serif;
        font-size: 18px;
        letter-spacing: 2px;
        text-align: left;
          color: #AC3E73;
        }
        
        h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
        {
        font-family: Arial, Helvetica, Sans-Serif;
        font-size: 16px;
        letter-spacing: 2px;
        text-align: left;
          color: #A3488C;
        }
        
        h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
        {
        font-family: Arial, Helvetica, Sans-Serif;
        font-size: 13px;
        letter-spacing: 2px;
        text-align: left;
          color: #6D646B;
        }
        
        h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
        {
        font-family: Arial, Helvetica, Sans-Serif;
        font-size: 11px;
        letter-spacing: 2px;
        text-align: left;
          color: #6D646B;
        }
        
        h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
        {
        font-family: Arial, Helvetica, Sans-Serif;
        font-size: 11px;
        letter-spacing: 2px;
        text-align: left;
          color: #6D646B;
        }
        /* Finish Content headings Fonts & Colors  */
        
        
        #uds-searchControl .gsc-results,
        #uds-searchControl .gsc-tabhActive
        {
        font-family: Tahoma, Arial, Helvetica, Sans-Serif;
        letter-spacing: 1px;
          color: #6D646B !important;
        }
        
        
        #uds-searchControl a, 
        #uds-searchControl .gs-result .gs-title *,
        #uds-searchControl .gs-visibleUrl ,
        #uds-searchControl .gsc-tabhInactive
        {
        font-family: Tahoma, Arial, Helvetica, Sans-Serif;
        text-decoration: underline;
        letter-spacing: 1px;
          color: #522446 !important;
        }/* end PostContent */
        
        /* begin PostBullets */
        /* Start Content list */
        ol, ul
        {
        	color: #1E0B14;
        	margin:1em 0 1em 2em;
        	padding:0;
        font-family: Tahoma, Arial, Helvetica, Sans-Serif;
        font-size: 11px;
        text-align: left;
        }
        
        li ol, li ul
        {
        	margin:0.5em 0 0.5em 2em;
        	padding:0;
        }
        
        li 
        {
        	margin:0.2em 0;
        	padding:0;
        }
        
        ul
        {
        	list-style-type: none;
        }
        
        ol
        {
        	list-style-position:inside;
        	
        }
        
        
        
        .art-Post li
        {
        	padding:0px 0 0px 15px;
        	line-height:1.2em;
        }
        
        .art-Post ol li, .art-Post ul ol li
        {
        	background: none;
        	padding-left:0;
        }
        
        .art-Post ul li, .art-Post ol ul li 
        {
        	background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgeZN8wMIgvOPko7ye15MuR2sQeJdUBVmFfk57xz9uxGdK4k_BCQq6iM2oWFdfG8qXdkS8MM2VYJIZdiOtZw8RoMUJ9s8xipvQKSaMbsb5wbWlFeL1MaP4o7VVLjc6Q7upbTOOuCFOf5nuZ/s320/PostBullets.png');
        	background-repeat:no-repeat;
        	padding-left:15px;
        }
        
        
        /* Finish Content list */
        /* end PostBullets */
        
        /* begin PostQuote */
        /* Start blockquote */
        blockquote,
        blockquote p,
        .art-PostContent blockquote p
        {
        	color:#100F10;
        font-family: Tahoma, Arial, Helvetica, Sans-Serif;
        font-style: italic;
        font-weight: normal;
        text-align: left;
        }
        
        blockquote,
        .art-PostContent blockquote
        {
        		margin:10px 10px 10px 50px;
        	padding:5px 5px 5px 38px;
        	background-color:#DDDADC;
        	background-image:url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi-EUd1LHuDx4A1p4jKQex8AbxuM3VLbd-L92pMwpVprgdOkP9dH4md2QmHLJOYwk-RABW2zhiQduuDbmyeHU7NrF5L1ZbXEnOMXdHRxgq8jpZmRmFxVnsr3YDf5NHpF4XUt2ncKt7a013f/s320/PostQuote.png');
        	background-position:left top;
        	background-repeat:no-repeat;
        }
        
        
        /* Finish blockuote */
        /* end PostQuote */
        
        /* begin Button */
        .art-button-wrapper .art-button
        {
        	display:inline-block;
        	width: auto;
        	outline:none;
        	border:none;
        	background:none;
        	line-height:25px;
        	margin:0 !important;
        	padding:0 !important;
        	overflow: visible;
        	cursor: default;
        	text-decoration: none !important;
        	z-index:0;
        }
        
        .art-button-wrapper
        {
        	display:inline-block;
        	position:relative;
        	height: 25px;
        	overflow:hidden;
        	white-space: nowrap;
        	width: auto;
        	z-index:0;
        }
        
        .firefox2 .art-button-wrapper
        {
        	display:block;
        	float:left;
        }
        
        .art-button-wrapper .art-button
        {
        	display:block;
        	height: 25px;
        font-family: Tahoma, Arial, Helvetica, Sans-Serif;
        font-size: 11px;
        font-style: normal;
        font-weight: bold;
        letter-spacing: 1px;
        	white-space: nowrap;
        	text-align: left;
        	padding: 0 10px !important;
        	line-height: 25px;
        	text-decoration: none !important;
        	color: #000000 !important;
        }
        
        input, select
        {
        font-family: Tahoma, Arial, Helvetica, Sans-Serif;
        font-size: 11px;
        font-style: normal;
        font-weight: bold;
        letter-spacing: 1px;
        }
        
        .art-button-wrapper.hover .art-button, .art-button:hover
        {
        	color: #302C2F !important;
        	text-decoration: none !important;
        }
        
        .art-button-wrapper.active .art-button
        {
        	color: #F7EDF5 !important;
        }
        
        .art-button-wrapper .l, .art-button-wrapper .r
        {
        	display:block;
        	position:absolute;
        	z-index:-1;
        	height: 75px;
        	background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgZg2CvV8vsCq5VQ3qlDLlEONeCXHNdP5sgyT3YXa3pqH_m4JSxGyMDjphajPUk-TDoI5sDAQZueKJ13ygnN8qWL9ONwwEBDGxJ5F9Fvjj8SWu1DQPFHPpqUQWmTR2sxkm4L34kpKscHLvi/s800/Button.png');
        }
        
        .art-button-wrapper .l
        {
        	left:0;
        	right:1px;
        }
        
        .art-button-wrapper .r
        {
        	width:403px;
        	right:0;
        	clip: rect(auto, auto, auto, 402px);
        }
        
        .art-button-wrapper.hover .l, .art-button-wrapper.hover .r
        {
        	top: -25px;
        }
        
        .art-button-wrapper.active .l, .art-button-wrapper.active .r
        {
        	top: -50px;
        }
        
        
        /* end Button */
        
        /* begin Footer */
        .art-Footer
        {
        	position:relative;
        	z-index:0;
        	overflow:hidden;
        	width: 988px;
        	margin: 5px auto 0px auto;
        }
        
        .art-Footer .art-Footer-inner
        {
        	height:1%;
        	position: relative;
        	z-index: 0;
        	padding: 15px;
        	text-align: center;
        }
        
        .art-Footer .art-Footer-background
        {
        	position:absolute;
        	z-index:-1;
        	background-repeat:no-repeat;
        	background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjHwDF9Jvz-MQhyobg7zFvCtryAU-18uLWRqQRxlIrJb8GA9JDbFaZjoBtydoIs4-0J00vqhsXaB5_Q9oji_kgH9ggk0Yb7B62UZSt4lRWr_NfeE-5CXDxd0Q6EIy_VQNq0m_uA_Un7FuHm/');
        	width: 988px;
        	height: 150px;
        	bottom:0;
        	left:0;
        }
        
        
        .art-rss-tag-icon
        {
        	position: relative;
        	display:block;
        	float:left;
        	background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg3hbZfvyOJHQo-GLxUjBXEElrvllRx_vt3_KKo3BNtEt4MNQESmTfZwvjoZVUzP_OsymXL-5W92zqJCRx3LJoG1Y-w5k-pU_K5AVDmZ9RZPLiQJHetPCJ6mWzCBkTftoZTcXBn071eOHu8/s320/rssIcon.png');
        	background-position: center right;
        	background-repeat: no-repeat;
        	margin: 0 5px 0 0;
        	height: 32px;
        	width: 32px;
            cursor: default;
        }
        
        
        
        
        .art-Footer .art-Footer-text p
        {
        	margin: 0;
        }
        
        .art-Footer .art-Footer-text
        {
        	display:inline-block;
        	color:#454044;
        font-family: Tahoma, Arial, Helvetica, Sans-Serif;
        font-size: 10px;
        letter-spacing: 1px;
        }
        
        .art-Footer .art-Footer-text a:link
        {
        	text-decoration: none;
        	color: #431E3A;
        font-family: Tahoma, Arial, Helvetica, Sans-Serif;
        font-style: normal;
        font-weight: bold;
        text-decoration: none;
        }
        
        .art-Footer .art-Footer-text a:visited
        {
        	text-decoration: none;
        	color: #4D474C;
        font-family: Tahoma, Arial, Helvetica, Sans-Serif;
        text-decoration: none;
        }
        
        .art-Footer .art-Footer-text a:hover
        {
        	text-decoration: none;
        	color: #200E1B;
        font-family: Tahoma, Arial, Helvetica, Sans-Serif;
        text-decoration: underline;
        }
        /* end Footer */
        
        /* begin PageFooter */
        .art-page-footer, .art-page-footer a, .art-page-footer a:link, .art-page-footer a:visited, .art-page-footer a:hover
        {
        	font-family:Arial;
        	font-size:10px;
        	letter-spacing:normal;
        	word-spacing:normal;
        	font-style:normal;
        	font-weight:normal;
        	text-decoration:underline;
        	color:#B6589F;
        }
        
        .art-page-footer
        {
        	margin:1em;
        	text-align:center;
        	text-decoration:none;
        	color:#6A6269;
        }
        /* end PageFooter */
        
        /* begin LayoutCell */
        .art-contentLayout .art-sidebar1
        {
        	position: relative;
        	margin: 0;
        	padding: 0;
        	border: 0;
        	float: left;
        	overflow: hidden;
        	width: 197px;
        }
        /* end LayoutCell */
        
        /* begin LayoutCell */
        .art-contentLayout .art-content
        {
        	position: relative;
        	margin: 0;
        	padding: 0;
        	border: 0;
        	float: left;
        	overflow: hidden;
        	width: 592px;
        }
        .art-contentLayout .art-content-sidebar1
        {
        	position: relative;
        	margin: 0;
        	padding: 0;
        	border: 0;
        	float: left;
        	overflow: hidden;
        	width: 789px;
        }
        .art-contentLayout .art-content-sidebar2
        {
        	position: relative;
        	margin: 0;
        	padding: 0;
        	border: 0;
        	float: left;
        	overflow: hidden;
        	width: 789px;
        }
        .art-contentLayout .art-content-wide
        {
        	position: relative;
        	margin: 0;
        	padding: 0;
        	border: 0;
        	float: left;
        	overflow: hidden;
        	width: 986px;
        }
        /* end LayoutCell */
        
        /* begin LayoutCell */
        .art-contentLayout .art-sidebar2
        {
        	position: relative;
        	margin: 0;
        	padding: 0;
        	border: 0;
        	float: left;
        	overflow: hidden;
        	width: 197px;
        }
        /* end LayoutCell */
        
#header, body#layout #header {width:45%;display:inline-block;float:left;}
#header-right, body#layout #header-right {width:50%;display:inline-block;float:right;padding:5px;}
#header-right .widget {margin:1;}        
      
    ]]></b:skin>
    
    <!--[if IE 6]>
      <style type="text/css">
/* begin Page */
        
        /* Generated with Artisteer version 2.3.0.21098, file checksum is B1FCD26B. */
        
        img
        {
        	filter:expression(fixPNG(this));
        }
        #ArchiveList ul li
        {
            behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="");
        }
        #ArchiveList a.toggle, #ArchiveList a.toggle:link, #ArchiveList a.toggle:visited, #ArchiveList a.toggle:hover
        {
            color: expression(this.parentNode.currentStyle["color"]);
        }
        /* end Page */
        
        /* begin Box, Sheet */
        .art-Sheet, .art-Sheet-body
        {
        	zoom:1;
        }
        
        .art-Sheet-body
        {
        	position:static;
        }
        
        .art-Sheet-tr, .art-Sheet-tl, .art-Sheet-br, .art-Sheet-bl, .art-Sheet-tc, .art-Sheet-bc,.art-Sheet-cr, .art-Sheet-cl
        {
        	font-size: 1px;
        	background: none;
        }
        
        .art-Sheet-tr, .art-Sheet-tl, .art-Sheet-br, .art-Sheet-bl
        {
        	behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + GetStyleUrl()+"https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiBoRFzlJbsPnGVF9VS7Bn89pY_Hr_0ITrkvZKEO1dn6cVxDmr8GY7yolHSOCVYOSghErmP5Ztv527u1mR51UlcY9P8vGlApJMb3OH3ASRStZpv0zApzC9zWItN8GcqpOuvOkqp0zfclerU/s320/Sheet-s.png',sizingMethod='scale')");
        }
        
        .art-Sheet-tl
        {
        	clip: rect(auto 1px 1px auto);
        }
        
        .art-Sheet-tr
        {
        	left: expression(this.parentNode.offsetWidth-2+'px');
        	clip: rect(auto auto 1px 1px);
        }
        
        .art-Sheet-bl
        {
        	top: expression(this.parentNode.offsetHeight-2+'px');
        	clip: rect(1px 1px auto auto);
        }
        
        .art-Sheet-br
        {
        	top: expression(this.parentNode.offsetHeight-2+'px');
        	left: expression(this.parentNode.offsetWidth-2+'px');
        	clip: rect(1px auto auto 1px);
        }
        
        .art-Sheet-tc, .art-Sheet-bc
        {
        	width: expression(this.parentNode.offsetWidth-2+'px');
        	behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + GetStyleUrl()+"https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEinl1ytIOQOqWAWGwcU0UpAOIwJaSTha8TArgBGvHYvvM7xD82Pk511lJM4FRq6vqT8di8Vy5BXrJU4g7yVrDLFixGQRZR99z83SxjokoXf06_8on2jQhiIZwllugQo7j77pSd0EhrLTuCF/s320/Sheet-h.png',sizingMethod='scale')");
        }
        
        .art-Sheet-tc
        {
        	clip: rect(auto auto 1px auto);
        }
        
        .art-Sheet-bc
        {
        	top: expression(this.parentNode.offsetHeight-2+'px');
        	clip: rect(1px auto auto auto);
        }
        
        .art-Sheet-cr, .art-Sheet-cl
        {
        	height: expression(this.parentNode.offsetHeight-2+'px');
        	behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + GetStyleUrl()+"https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgIjkWYZzddrfu5SLLmeVzZSERfTIoXD6DYFDadRHzSlhQ7E19wAmYs0M7JE7mWVe8bbzYoivkNf4FNMdGRQHvlYENDY091L5BHOB0P-8nIVbaDJ0C6k5sXh-axH41DHX7WyXJxkmQtERU_/s320/Sheet-v.png',sizingMethod='scale')");
        }
        
        .art-Sheet-cr
        {
        	left: expression(this.parentNode.offsetWidth-2+'px');
        	clip: rect(auto auto auto 1px);
        }
        
        .art-Sheet-cl
        {
        	clip: rect(auto 1px auto auto);
        }
        
        .art-Sheet-cc
        {
        	font-size: 1px;
        	width: expression(this.parentNode.offsetWidth-2+'px');
        	height: expression(this.parentNode.offsetHeight-2+'px');
        	background-color: #FDFCFD;
        }
        #art-page-background-simple-gradient, #art-page-background-gradient, #art-page-background-glare
        {
        	width:expression(document.body.clientWidth > 1000 ? "100%" : "1000px");
        }
        /* end Box, Sheet */
        
        /* begin Menu */
        
        .art-menu ul
        {
        	height: 1%;
        	width:1px;
        }
        
        .art-menu, .art-menu ul
        {
        	height: 1%;
        }
        
        .art-menu li.art-menuhover
        {
        	z-index: 10000;
        }
        
        .art-menu .art-menuhoverUL
        {
        	visibility: visible;
        }
        
        .art-menu .art-menuhoverUL
        {
        	top: 100%;
        	left: 0;
        }
        
        .art-menu .art-menuhoverUL .art-menuhoverUL
        {
        	top: 0;
        	left: 100%;
        }
        
        .art-menu ul a
        {
        	height: 1%;
        }
        
        .art-menu li li
        {
        	float: left;
        	width: 100%;
        }
        
        .art-menu .art-menuhoverUL .art-menuhoverUL
        {
        	top: 5px;
        	left: 100%;
        }
        
        .art-menu, .art-menu ul
        {
        	height: 1%;
        }
        
        .art-menu li.art-menuhover
        {
        	z-index: 10000;
        }
        
        .art-menu .art-menuhoverUL
        {
        	visibility: visible;
        }
        
        .art-menu .art-menuhoverUL
        {
        	top: 100%;
        	left: 0;
        }
        
        .art-menu .art-menuhoverUL .art-menuhoverUL
        {
        	top: 0;
        	left: 100%;
        }
        
        .art-menu ul a
        {
        	height: 1%;
        }
        
        .art-menu li li
        {
        	float: left;
        	width: 100%;
        }
        
        .art-nav
        {
        	zoom: 1;
        }
        
        .art-nav .l, .art-nav .r
        {
        	font-size: 1px;
        	background: none;
        	behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + GetStyleUrl()+"https://lh6.googleusercontent.com/-a9IzxrZXQkw/T4ahMaHywuI/AAAAAAAAAqc/MDaaR8CjAqk/s512/nav1.jpg',sizingMethod='crop')");
        }
        
        .art-nav .l
        {
        	width: expression(this.parentNode.offsetWidth-0+'px');
        }
        
        .art-nav .r
        {
        	left: expression(this.parentNode.offsetWidth-988+'px');
        	clip: rect(auto auto auto 988px);
        }
        
        /* end Menu */
        
        /* begin MenuItem */
        .art-menu a
        {
        	float:left;
        }
        
        .art-menu a:hover
        {
        	visibility:visible;
        }
        
        .art-menu a .r, .art-menu a .l
        {
        	font-size:1px;
        	background: none;
        	behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + GetStyleUrl()+"https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhjGtVGXQr6VwsvocDoSr9xT6991shljEinW0w0O9vBVimuQVguVlcJVyt3dHxmQPz76gxYiGya33jFZEoXIGpv5KZrTsajeFznj_VxCkwlevZqwdGp64gLUpuoGT3nGpIn-qkj1rTwHFVB/s800/MenuItem.png',sizingMethod='crop')");
        }
        
        .art-menu a .r
        {
        	left: expression(this.parentNode.offsetWidth-400+'px');
        	clip: rect(auto auto auto 400px);
        }
        
        .art-menu a .l
        {
        	width: expression(this.parentNode.offsetWidth-0+'px');
        }
        
        .art-menuhover .art-menuhoverA .t
        {
        	color: #DFDDDF;
        }
        
        .art-menuhover .art-menuhoverA .l, .art-menuhover .art-menuhoverA .r
        {
        	top: -29px;
        }
        /* end MenuItem */
        
        /* begin MenuSeparator */
        .art-nav .art-menu-separator
        {
        	font-size: 1px;
        	zoom:1;
        	background: none;
        	behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + GetStyleUrl()+"https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhUsbFZfyBO7CrWkqK5aUux_6vxjRN8ghsjNXCbn2TLkkjDw7ZYY360-l3cL6vaMnZwE9HQRfU8PROVTEmKVPxUXTXquTbg8MnrHbgQmKaaFgu_-DNEzPoZDPdvmXYOkY_uywxzCcu1oQaZ/s320/MenuSeparator.png',sizingMethod='crop')");
        }
        /* end MenuSeparator */
        
        /* begin MenuSubItem */
        
        .art-menu ul a
        {
        	color: #E9E7E9 !important;
        }
        
        .art-menu ul a:hover {
        	color: #401C37 !important;
        }	
        
        .art-menu ul .art-menuhover .art-menuhoverA
        {
        	color: #401C37 !important;
        	border-color: #D68FB1;
        	background-position: 0 -20px;
        }
        
        .art-nav .art-menu ul a:hover span, .art-nav .art-menu ul a:hover span span
        {
        	color: #401C37 !important;
        }	
        
        .art-nav .art-menu ul .art-menuhover .art-menuhoverA span, .art-nav .art-menu ul .art-menuhover .art-menuhoverA span span
        {
        	color: #401C37 !important;
        }
        
        /* end MenuSubItem */
        
        /* begin Box, Block */
        .art-Block, .art-Block-body
        {
        	zoom:1;
        }
        
        .art-Block-body
        {
        	position:static;
        }
        
        .art-Block-tr, .art-Block-tl, .art-Block-br, .art-Block-bl, .art-Block-tc, .art-Block-bc,.art-Block-cr, .art-Block-cl
        {
        	font-size: 1px;
        	background: none;
        }
        
        .art-Block-tr, .art-Block-tl, .art-Block-br, .art-Block-bl
        {
        	behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + GetStyleUrl()+"https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhTBoTMzQpFYWikHXzkfr94BLWWmw0rOroWIFAff2huERNb9ge92sGDT4zRu8LcK3NheLJXYJOO6ET9lbRxAJTqR1tvoCDPxjKkdKNSMqXivmCf8fkJokmJ-rD0AAcbgctGNnrStWopKC91/s320/Block-s.png',sizingMethod='scale')");
        }
        
        .art-Block-tl
        {
        	clip: rect(auto 1px 1px auto);
        }
        
        .art-Block-tr
        {
        	left: expression(this.parentNode.offsetWidth-2+'px');
        	clip: rect(auto auto 1px 1px);
        }
        
        .art-Block-bl
        {
        	top: expression(this.parentNode.offsetHeight-2+'px');
        	clip: rect(1px 1px auto auto);
        }
        
        .art-Block-br
        {
        	top: expression(this.parentNode.offsetHeight-2+'px');
        	left: expression(this.parentNode.offsetWidth-2+'px');
        	clip: rect(1px auto auto 1px);
        }
        
        .art-Block-tc, .art-Block-bc
        {
        	width: expression(this.parentNode.offsetWidth-2+'px');
        	behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + GetStyleUrl()+"https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjZphsSkk2Z2_aKZetlFBYjlRb7ugXKwBQO9aFBHaQmampBNATPkvgUCN9E-QtWhJnPxx1fnrMSRqa-OklWmOg6yMMTHN-TNl3V8nn44UhxpQoTH9Ak0FMo_Ki5ZsoabhsPvxfb5fT7FMCB/s320/Block-h.png',sizingMethod='scale')");
        }
        
        .art-Block-tc
        {
        	clip: rect(auto auto 1px auto);
        }
        
        .art-Block-bc
        {
        	top: expression(this.parentNode.offsetHeight-2+'px');
        	clip: rect(1px auto auto auto);
        }
        
        .art-Block-cr, .art-Block-cl
        {
        	height: expression(this.parentNode.offsetHeight-2+'px');
        	behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + GetStyleUrl()+"https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiaSJhzKCQ7YvH4j9UI78LbvNNDIukF9G9xwBIapCntGYLacNnonihrNko5-oSdTpY2FRfyG7W0jyZnoykGxlbqOneTB7d_-hcF9VMAOSUpwhgzdTA-7MHWfYYVZlNCgJt0Agtc74WleixB/s320/Block-v.png',sizingMethod='scale')");
        }
        
        .art-Block-cr
        {
        	left: expression(this.parentNode.offsetWidth-2+'px');
        	clip: rect(auto auto auto 1px);
        }
        
        .art-Block-cl
        {
        	clip: rect(auto 1px auto auto);
        }
        
        .art-Block-cc
        {
        	font-size: 1px;
        	width: expression(this.parentNode.offsetWidth-2+'px');
        	height: expression(this.parentNode.offsetHeight-2+'px');
        	background-color: #E9E7E9;
        }
        /* end Box, Block */
        
        /* begin BlockHeader */
        .art-BlockHeader, .art-BlockHeader
        {
        	font-size: 1px;
        }
        .art-BlockHeader .l, .art-BlockHeader .r
        {
        	background: none;
        	behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + GetStyleUrl()+"https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjtAqw-5cBARKOdl1WQ575Zpf3d-R3GuAgnvDPl_auNCH91CPie47caKrdhtlsnSCMi_c5QkJZ-fx9t7qQkYR7WGmKbOWOyO7-zJd4oDM22lPeecV6zhyFRpkKDATG75CS7ei7Qtn1OJLdE/',sizingMethod='crop')");
        }
        
        .art-BlockHeader .r
        {
        	left: expression(this.parentNode.offsetWidth-998+'px');
        	clip: rect(auto auto auto 998px);
        }
        
        .art-BlockHeader .l
        {
        	width: expression(this.parentNode.offsetWidth-0+'px');
        }
        
        .art-header-tag-icon
        {
        	background: none;
        	behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + GetStyleUrl()+"https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiEpIUMABvMPQXUD9Vv6y0Z1uI8yUT7djNKLheq2SzWUIHjyOaMt1mEEKJsHjCujH-14E_NHwXl_97qLX-OluHIHxww1wOK90vpNzj3aFlLtkoTO-L780MWCrUaGPLri439bY1RZ2QzmxgR/s320/BlockHeaderIcon.png',sizingMethod='crop')");
        }
        
        /* end BlockHeader */
        
        /* begin Box, BlockContent */
        .art-BlockContent, .art-BlockContent-body
        {
        	zoom:1;
        }
        
        .art-BlockContent-body
        {
        	position:static;
        }
        
        
        /* end Box, BlockContent */
        
        /* begin Box, Post */
        .art-Post, .art-Post-body
        {
        	zoom:1;
        }
        
        .art-Post-body
        {
        	position:static;
        }
        /* end Box, Post */
        
        /* begin PostContent */
        h1
        {
          margin: 0.67em 0;
        }
        
        h2
        {
          margin: 0.8em 0;
        }
        
        h3
        {
          margin: 1em 0;
        }
        
        h4
        {
          margin: 1.25em 0;
        }
        
        h5
        {
          margin: 1.67em 0;
        }
        
        h6
        {
          margin: 2.33em 0;
        }
        /* end PostContent */
        
        /* begin PostBullets */
        .art-Post ul li, .art-Post ol ul li
        {
        	height:1%;
        	background:none;
        	behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + GetStyleUrl()+"https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgeZN8wMIgvOPko7ye15MuR2sQeJdUBVmFfk57xz9uxGdK4k_BCQq6iM2oWFdfG8qXdkS8MM2VYJIZdiOtZw8RoMUJ9s8xipvQKSaMbsb5wbWlFeL1MaP4o7VVLjc6Q7upbTOOuCFOf5nuZ/s320/PostBullets.png',sizingMethod='crop')");
        }
        
        .art-Post ul ol li
        {
        	background:none;
        	behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="");
        }
        /* end PostBullets */
        
        /* begin PostQuote */
        blockquote,
        .art-PostContent blockquote
        {
        	height:1%;
        	background-image: none;
        	behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + GetStyleUrl()+"https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi-EUd1LHuDx4A1p4jKQex8AbxuM3VLbd-L92pMwpVprgdOkP9dH4md2QmHLJOYwk-RABW2zhiQduuDbmyeHU7NrF5L1ZbXEnOMXdHRxgq8jpZmRmFxVnsr3YDf5NHpF4XUt2ncKt7a013f/s320/PostQuote.png',sizingMethod='crop')");
        }
        /* end PostQuote */
        
        /* begin Button */
        .art-button-wrapper, .art-button-wrapper .l, .art-button-wrapper .r
        {
        	font-size: 1px;
        }
        
        .art-button-wrapper .art-button
        {
        	float:left;
        }
        
        .art-button-wrapper .l, .art-button-wrapper .r
        {
        	background: none;
        	behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + GetStyleUrl()+"https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgZg2CvV8vsCq5VQ3qlDLlEONeCXHNdP5sgyT3YXa3pqH_m4JSxGyMDjphajPUk-TDoI5sDAQZueKJ13ygnN8qWL9ONwwEBDGxJ5F9Fvjj8SWu1DQPFHPpqUQWmTR2sxkm4L34kpKscHLvi/s800/Button.png',sizingMethod='crop')");
        }
        
        .art-button-wrapper .r
        {
        	left: expression(this.parentNode.offsetWidth-403+'px');
        	clip: rect(auto auto auto 402px);
        }
        
        .art-button-wrapper .l
        {
        	width: expression(this.parentNode.offsetWidth-1+'px');
        }
        
        /* end Button */
        
        /* begin Footer */
        .art-Footer .art-Footer-background
        {
        	top: expression(this.parentNode.offsetHeight-150+'px');
        	background: none;
        	behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + GetStyleUrl()+"https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjHwDF9Jvz-MQhyobg7zFvCtryAU-18uLWRqQRxlIrJb8GA9JDbFaZjoBtydoIs4-0J00vqhsXaB5_Q9oji_kgH9ggk0Yb7B62UZSt4lRWr_NfeE-5CXDxd0Q6EIy_VQNq0m_uA_Un7FuHm/',sizingMethod='crop')");
        	zoom: 1;
        	font-size:1px;
        }
        
        .art-rss-tag-icon
        {
        	zoom:1;
        	font-size:1px;
        	background:none;
        	behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + GetStyleUrl()+"https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg3hbZfvyOJHQo-GLxUjBXEElrvllRx_vt3_KKo3BNtEt4MNQESmTfZwvjoZVUzP_OsymXL-5W92zqJCRx3LJoG1Y-w5k-pU_K5AVDmZ9RZPLiQJHetPCJ6mWzCBkTftoZTcXBn071eOHu8/s320/rssIcon.png',sizingMethod='crop')");
        }
        
        /* end Footer */
        
        
      </style>
    <![endif]-->
    <!--[if IE 7]>
      <style type="text/css">
/* begin Box, Sheet */
        .art-Sheet-tl
        {
        	clip: rect(auto 1px 1px auto);
        }
        
        .art-Sheet-tr
        {
        	clip: rect(auto auto 1px 1px);
        }
        
        .art-Sheet-bl
        {
        	clip: rect(1px 1px auto auto);
        }
        
        .art-Sheet-br
        {
        	clip: rect(1px auto auto 1px);
        }
        
        .art-Sheet-tc
        {
        	clip: rect(auto auto 1px auto);
        }
        
        .art-Sheet-bc
        {
        	clip: rect(1px auto auto auto);
        }
        
        .art-Sheet-cr
        {
        	clip: rect(auto auto auto 1px);
        }
        
        .art-Sheet-cl
        {
        	clip: rect(auto 1px auto auto);
        }
        
        .art-Sheet-body
        {
        	zoom: 1;
        }
        /* end Box, Sheet */
        
        /* begin Menu */
        .art-nav .r
        {
        	clip: rect(auto auto auto 988px);
        }
        /* end Menu */
        
        /* begin MenuItem */
        .art-menu a .r
        {
        	clip: rect(auto auto auto 400px);
        }
        /* end MenuItem */
        
        /* begin Box, Block */
        .art-Block-tl
        {
        	clip: rect(auto 1px 1px auto);
        }
        
        .art-Block-tr
        {
        	clip: rect(auto auto 1px 1px);
        }
        
        .art-Block-bl
        {
        	clip: rect(1px 1px auto auto);
        }
        
        .art-Block-br
        {
        	clip: rect(1px auto auto 1px);
        }
        
        .art-Block-tc
        {
        	clip: rect(auto auto 1px auto);
        }
        
        .art-Block-bc
        {
        	clip: rect(1px auto auto auto);
        }
        
        .art-Block-cr
        {
        	clip: rect(auto auto auto 1px);
        }
        
        .art-Block-cl
        {
        	clip: rect(auto 1px auto auto);
        }
        
        .art-Block-body
        {
        	zoom: 1;
        }
        /* end Box, Block */
        
        /* begin BlockHeader */
        .art-BlockHeader .r
        {
        	clip: rect(auto auto auto 998px);
        }
        /* end BlockHeader */
        
        /* begin Box, BlockContent */
        
        .art-BlockContent-body
        {
        	zoom: 1;
        }
        /* end Box, BlockContent */
        
        /* begin Box, Post */
        
        .art-Post-body
        {
        	zoom: 1;
        }
        /* end Box, Post */
        
        /* begin PostContent */
        .art-PostContent
        {
        	height:1%;
        }
        /* end PostContent */
        
        /* begin Button */
        .art-button-wrapper .r
        {
        	clip: rect(auto auto auto 402px);
        }
        /* end Button */
        
        
      </style>
    <![endif]-->

    <script type='text/javascript'>
      /* begin Page */

/* Generated with Artisteer version 2.3.0.21098, file checksum is 4EFC96DD. */

cssFix = function(){
var u = navigator.userAgent.toLowerCase(),
addClass = function(el, val){
	if(! el.className) {
		el.className = val;
	} else {
		var newCl = el.className;
		newCl+=(&#39; &#39;+val);
		el.className = newCl;
	}
},
is = function(t){return (u.indexOf(t)!=-1)};
addClass(document.getElementsByTagName(&#39;html&#39;)[0],[
(!(/opera|webtv/i.test(u))&amp;&amp;/msie (\d)/.test(u))?(&#39;ie ie&#39;+RegExp.$1)
: is(&#39;firefox/2&#39;)?&#39;gecko firefox2&#39;
: is(&#39;firefox/3&#39;)?&#39;gecko firefox3&#39;
: is(&#39;gecko/&#39;)?&#39;gecko&#39;
: is(&#39;chrome/&#39;)?&#39;chrome&#39;
: is(&#39;opera/9&#39;)?&#39;opera opera9&#39;:/opera (\d)/.test(u)?&#39;opera opera&#39;+RegExp.$1
: is(&#39;konqueror&#39;)?&#39;konqueror&#39;
: is(&#39;applewebkit/&#39;)?&#39;webkit safari&#39;
: is(&#39;mozilla/&#39;)?&#39;gecko&#39;:&#39;&#39;,
(is(&#39;x11&#39;)||is(&#39;linux&#39;))?&#39; linux&#39;
: is(&#39;mac&#39;)?&#39; mac&#39;
: is(&#39;win&#39;)?&#39; win&#39;:&#39;&#39;
].join(&#39; &#39;));
}();

var artEventHelper = {
	&#39;bind&#39;: function(obj, evt, fn) {
		if (obj.addEventListener)
			obj.addEventListener(evt, fn, false);
		else if (obj.attachEvent)
			obj.attachEvent(&#39;on&#39; + evt, fn);
		else
			obj[&#39;on&#39; + evt] = fn;
	}
};

var userAgent = navigator.userAgent.toLowerCase();
var browser = {
	version: (userAgent.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/) || [])[1],
	safari: /webkit/.test(userAgent) &amp;&amp; !/chrome/.test(userAgent),
	chrome: /chrome/.test(userAgent),
	opera: /opera/.test(userAgent),
	msie: /msie/.test(userAgent) &amp;&amp; !/opera/.test(userAgent),
	mozilla: /mozilla/.test(userAgent) &amp;&amp; !/(compatible|webkit)/.test(userAgent)
};

var artLoadEvent = (function() {
	

	var list = [];

	var done = false;
	var ready = function() {
		if (done) return;
		done = true;
		for (var i = 0; i &lt; list.length; i++)
			list[i]();
	};

	if (document.addEventListener &amp;&amp; !browser.opera)
		document.addEventListener(&#39;DOMContentLoaded&#39;, ready, false);

	if (browser.msie &amp;&amp; window == top) {
		(function() {
			try {
				document.documentElement.doScroll(&#39;left&#39;);
			} catch (e) {
				setTimeout(arguments.callee, 10);
				return;
			}
			ready();
		})();
	}

	if (browser.opera) {
		document.addEventListener(&#39;DOMContentLoaded&#39;, function() {
			for (var i = 0; i &lt; document.styleSheets.length; i++) {
				if (document.styleSheets[i].disabled) {
					setTimeout(arguments.callee, 10);
					return;
				}
			}
			ready();
		}, false);
	}

	if (browser.safari || browser.chrome) {
		var numStyles;
		(function() {
			if (document.readyState != &#39;loaded&#39; &amp;&amp; document.readyState != &#39;complete&#39;) {
				setTimeout(arguments.callee, 10);
				return;
			}
			if (&#39;undefined&#39; == typeof numStyles) {
				numStyles = document.getElementsByTagName(&#39;style&#39;).length;
				var links = document.getElementsByTagName(&#39;link&#39;);
				for (var i = 0; i &lt; links.length; i++) {
					numStyles += (links[i].getAttribute(&#39;rel&#39;) == &#39;stylesheet&#39;) ? 1 : 0;
				}
				if (document.styleSheets.length != numStyles) {
					setTimeout(arguments.callee, 0);
					return;
				}
			}
			ready();
		})();
	}
	artEventHelper.bind(window, &#39;load&#39;, ready);
	return ({
		add: function(f) {
			list.push(f);
		}
	})
})();

(function() {
	// fix ie blinking
	var m = document.uniqueID &amp;&amp; document.compatMode &amp;&amp; !window.XMLHttpRequest &amp;&amp; document.execCommand;
	try { if (!!m) { m(&#39;BackgroundImageCache&#39;, false, true); } }
	catch (oh) { };
})();

function xGetElementsByClassName(clsName, parentEle, tagName) {
	var elements = null;
	var found = [];
	var s = String.fromCharCode(92);
	var re = new RegExp(&#39;(?:^|&#39; + s + &#39;s+)&#39; + clsName + &#39;(?:$|&#39; + s + &#39;s+)&#39;);
	if (!parentEle) parentEle = document;
	if (!tagName) tagName = &#39;*&#39;;
	elements = parentEle.getElementsByTagName(tagName);
	if (elements) {
		for (var i = 0; i &lt; elements.length; ++i) {
			if (elements[i].className.search(re) != -1) {
				found[found.length] = elements[i];
			}
		}
	}
	return found;
}

var styleUrlCached = null;
function GetStyleUrl() {
    if (null == styleUrlCached) {
        var ns;
        styleUrlCached = &#39;&#39;;
        ns = document.getElementsByTagName(&#39;link&#39;);
        for (var i = 0; i &lt; ns.length; i++) {
            var l = ns[i];
            if (l.href &amp;&amp; /style\.ie6\.css(\?.*)?$/.test(l.href)) {
                return styleUrlCached = l.href.replace(/style\.ie6\.css(\?.*)?$/, &#39;&#39;);
            }
        }

        ns = document.getElementsByTagName(&#39;style&#39;);
        for (var i = 0; i &lt; ns.length; i++) {
            var matches = new RegExp(&#39;import\\s+&quot;([^&quot;]+\\/)style\\.ie6\\.css&quot;&#39;).exec(ns[i].innerHTML);
            if (null != matches &amp;&amp; matches.length &gt; 0)
                return styleUrlCached = matches[1];
        }
    }
    return styleUrlCached;
}

function fixPNG(element) {
	if (/MSIE (5\.5|6).+Win/.test(navigator.userAgent)) {
		var src;
		if (element.tagName == &#39;IMG&#39;) {
			if (/\.png$/.test(element.src)) {
				src = element.src;
				element.src = GetStyleUrl() + &#39;http://lh6.ggpht.com/_ObmIb-UmMEo/TcpvW3ecJQI/AAAAAAAAAdQ/kNjwvfJkvJo/s320/spacer.gif&#39;;
			}
		}
		else {
			src = element.currentStyle.backgroundImage.match(/url\(&quot;(.+\.png)&quot;\)/i);
			if (src) {
				src = src[1];
				element.runtimeStyle.backgroundImage = &#39;none&#39;;
			}
		}
		if (src) element.runtimeStyle.filter = &quot;progid:DXImageTransform.Microsoft.AlphaImageLoader(src=&#39;&quot; + src + &quot;&#39;)&quot;;
	}
}

function artHasClass(el, cls) {
	return (el &amp;&amp; el.className &amp;&amp; (&#39; &#39; + el.className + &#39; &#39;).indexOf(&#39; &#39; + cls + &#39; &#39;) != -1);
}


var block_header_exists = false;
/* end Page */

/* begin Menu */
function gTranslateFix() {
	var menus = xGetElementsByClassName(&quot;art-menu&quot;, document);
	for (var i = 0; i &lt; menus.length; i++) {
		var menu = menus[i];
		var childs = menu.childNodes;
		var listItems = [];
		for (var j = 0; j &lt; childs.length; j++) {
			var el = childs[j];
			if (String(el.tagName).toLowerCase() == &quot;li&quot;) listItems.push(el);
		}
		for (var j = 0; j &lt; listItems.length; j++) {
			var item = listItems[j];
			var a = null;
			var gspan = null;
			for (var p = 0; p &lt; item.childNodes.length; p++) {
				var l = item.childNodes[p];
				if (!(l &amp;&amp; l.tagName)) continue;
				if (String(l.tagName).toLowerCase() == &quot;a&quot;) a = l;
				if (String(l.tagName).toLowerCase() == &quot;span&quot;) gspan = l;
			}
			if (gspan &amp;&amp; a) {
				var t = null;
				for (var k = 0; k &lt; gspan.childNodes.length; k++) {
					var e = gspan.childNodes[k];
					if (!(e &amp;&amp; e.tagName)) continue;
					if (String(e.tagName).toLowerCase() == &quot;a&quot; &amp;&amp; e.firstChild) e = e.firstChild;
					if (e &amp;&amp; e.className &amp;&amp; e.className == &#39;t&#39;) {
						t = e;
						if (t.firstChild &amp;&amp; t.firstChild.tagName &amp;&amp; String(t.firstChild.tagName).toLowerCase() == &quot;a&quot;) {
							while (t.firstChild.firstChild) t.appendChild(t.firstChild.firstChild);
							t.removeChild(t.firstChild);
						}
						a.appendChild(t);
						break;
					}
				}
				gspan.parentNode.removeChild(gspan);
			}
		}
	}
}
artLoadEvent.add(gTranslateFix);

function Insert_Separators() {
	var menus = xGetElementsByClassName(&quot;art-menu&quot;, document);
	for (var i = 0; i &lt; menus.length; i++) {
		var menu = menus[i];
		var childs = menu.childNodes;
		var listItems = [];
		for (var j = 0; j &lt; childs.length; j++) {
			var el = childs[j];
			if (String(el.tagName).toLowerCase() == &quot;li&quot;) listItems.push(el);
		}
		for (var j = 0; j &lt; listItems.length - 1; j++) {
			var item = listItems[j];
			var span = document.createElement(&#39;span&#39;);
			span.className = &#39;art-menu-separator&#39;;
			var li = document.createElement(&#39;li&#39;);
			li.appendChild(span);
			item.parentNode.insertBefore(li, item.nextSibling);
		}
	}
}
artLoadEvent.add(Insert_Separators);

function Menu_IE6Setup() {
	var isIE6 = navigator.userAgent.toLowerCase().indexOf(&quot;msie&quot;) != -1
    &amp;&amp; navigator.userAgent.toLowerCase().indexOf(&quot;msie 7&quot;) == -1;
	if (!isIE6) return;
	var aTmp2, i, j, oLI, aUL, aA;
	var aTmp = xGetElementsByClassName(&quot;art-menu&quot;, document, &quot;ul&quot;);
	for (i = 0; i &lt; aTmp.length; i++) {
		aTmp2 = aTmp[i].getElementsByTagName(&quot;li&quot;);
		for (j = 0; j &lt; aTmp2.length; j++) {
			oLI = aTmp2[j];
			aUL = oLI.getElementsByTagName(&quot;ul&quot;);
			if (aUL &amp;&amp; aUL.length) {
				oLI.UL = aUL[0];
				aA = oLI.getElementsByTagName(&quot;a&quot;);
				if (aA &amp;&amp; aA.length)
					oLI.A = aA[0];
				oLI.onmouseenter = function() {
					this.className += &quot; art-menuhover&quot;;
					this.UL.className += &quot; art-menuhoverUL&quot;;
					if (this.A) this.A.className += &quot; art-menuhoverA&quot;;
				};
				oLI.onmouseleave = function() {
					this.className = this.className.replace(/art-menuhover/, &quot;&quot;);
					this.UL.className = this.UL.className.replace(/art-menuhoverUL/, &quot;&quot;);
					if (this.A) this.A.className = this.A.className.replace(/art-menuhoverA/, &quot;&quot;);
				};
			}
		}
	}
}
artLoadEvent.add(Menu_IE6Setup);
/* end Menu */

/* begin BlockHeader */
block_header_exists = true;/* end BlockHeader */

/* begin Button */


function artButtonsSetupJsHover(className) {
	var tags = [&quot;input&quot;, &quot;a&quot;, &quot;button&quot;];
	for (var j = 0; j &lt; tags.length; j++){
		var buttons = xGetElementsByClassName(className, document, tags[j]);
		for (var i = 0; i &lt; buttons.length; i++) {
			var button = buttons[i];
			if (!button.tagName || !button.parentNode) return;
			if (!artHasClass(button.parentNode, &#39;art-button-wrapper&#39;)) {
				if (!artHasClass(button, &#39;art-button&#39;)) button.className += &#39; art-button&#39;;
				var wrapper = document.createElement(&#39;span&#39;);
				wrapper.className = &quot;art-button-wrapper&quot;;
				if (artHasClass(button, &#39;active&#39;)) wrapper.className += &#39; active&#39;;
				var spanL = document.createElement(&#39;span&#39;);
				spanL.className = &quot;l&quot;;
				spanL.innerHTML = &quot; &quot;;
				wrapper.appendChild(spanL);
				var spanR = document.createElement(&#39;span&#39;);
				spanR.className = &quot;r&quot;;
				spanR.innerHTML = &quot; &quot;;
				wrapper.appendChild(spanR);
				button.parentNode.insertBefore(wrapper, button);
				wrapper.appendChild(button);
			}
			artEventHelper.bind(button, &#39;mouseover&#39;, function(e) {
				e = e || window.event;
				wrapper = (e.target || e.srcElement).parentNode;
				wrapper.className += &quot; hover&quot;;
			});
			artEventHelper.bind(button, &#39;mouseout&#39;, function(e) {
				e = e || window.event;
				button = e.target || e.srcElement;
				wrapper = button.parentNode;
				wrapper.className = wrapper.className.replace(/hover/, &quot;&quot;);
				if (!artHasClass(button, &#39;active&#39;)) wrapper.className = wrapper.className.replace(/active/, &quot;&quot;);
			});
			artEventHelper.bind(button, &#39;mousedown&#39;, function(e) {
				e = e || window.event;
				button = e.target || e.srcElement;
				wrapper = button.parentNode;
				if (!artHasClass(button, &#39;active&#39;)) wrapper.className += &quot; active&quot;;
			});
			artEventHelper.bind(button, &#39;mouseup&#39;, function(e) {
				e = e || window.event;
				button = e.target || e.srcElement;
				wrapper = button.parentNode;
				if (!artHasClass(button, &#39;active&#39;)) wrapper.className = wrapper.className.replace(/active/, &quot;&quot;);
			});
		}
	}
}

artLoadEvent.add(function() { artButtonsSetupJsHover(&quot;art-button&quot;); });
/* end Button */



function artInsertSidebarBlocks(widgetClassName) {
    var widgets = xGetElementsByClassName(widgetClassName, document);
    for (var i = 0; i &lt; widgets.length; i++) {
        var widget = widgets[i];
        if (widget.id == &#39;LinkList99&#39;) continue;
        if (widget.id == &#39;LinkList98&#39;) continue;
        if (widget.id == &#39;Text99&#39;)     continue;
        
        var childs = widget.childNodes;
        var widgetTitle = widget.getElementsByTagName(&quot;h2&quot;);
        var widgetContent = widget.innerHTML;
        var widgetTitleText = &#39;&#39;;
        if (widgetTitle.length != 0){
            widgetTitleText = widgetTitle[0].innerHTML;
        }

        var div1  = document.createElement(&#39;div&#39;); div1.className  = &#39;art-Block&#39;;
        
                        
        var div2  = document.createElement(&#39;div&#39;); div2.className  = &#39;art-Block-tl&#39;; div1.appendChild(div2);
        var div3  = document.createElement(&#39;div&#39;); div3.className  = &#39;art-Block-tr&#39;; div1.appendChild(div3);
        var div4  = document.createElement(&#39;div&#39;); div4.className  = &#39;art-Block-bl&#39;; div1.appendChild(div4);
        var div5  = document.createElement(&#39;div&#39;); div5.className  = &#39;art-Block-br&#39;; div1.appendChild(div5);
        var div6  = document.createElement(&#39;div&#39;); div6.className  = &#39;art-Block-tc&#39;; div1.appendChild(div6);
        var div7  = document.createElement(&#39;div&#39;); div7.className  = &#39;art-Block-bc&#39;; div1.appendChild(div7);
        var div8  = document.createElement(&#39;div&#39;); div8.className  = &#39;art-Block-cl&#39;; div1.appendChild(div8);
        
                        
        var div9  = document.createElement(&#39;div&#39;); div9.className  = &#39;art-Block-cr&#39;; div1.appendChild(div9);
        var div10 = document.createElement(&#39;div&#39;); div10.className = &#39;art-Block-cc&#39;; div1.appendChild(div10);
        
                        
        var divBB   = document.createElement(&#39;div&#39;); divBB.className = &#39;art-Block-body&#39;;  div1.appendChild(divBB);
        if (widgetTitleText &amp;&amp; block_header_exists){
            var divBH   = document.createElement(&#39;div&#39;); divBH.className = &#39;art-BlockHeader&#39;; divBB.appendChild(divBH);
                        var divBHl  = document.createElement(&#39;div&#39;); divBHl.className = &#39;l&#39;; divBH.appendChild(divBHl);
            var divBHr  = document.createElement(&#39;div&#39;); divBHr.className = &#39;r&#39;; divBH.appendChild(divBHr);
                        var divBHti = document.createElement(&#39;div&#39;); divBHti.className = &#39;art-header-tag-icon&#39;; divBH.appendChild(divBHti);
            var divBHt  = document.createElement(&#39;div&#39;); divBHt.className = &#39;t&#39;; divBHti.appendChild(divBHt);
            divBHt.innerHTML = widgetTitleText;
        }

        var divBC   = document.createElement(&#39;div&#39;); divBC.className = &#39;art-BlockContent&#39;; divBB.appendChild(divBC);
        
                        
        var di2  = document.createElement(&#39;div&#39;); di2.className  = &#39;art-BlockContent-tl&#39;; divBC.appendChild(di2);
        var di3  = document.createElement(&#39;div&#39;); di3.className  = &#39;art-BlockContent-tr&#39;; divBC.appendChild(di3);
        var di4  = document.createElement(&#39;div&#39;); di4.className  = &#39;art-BlockContent-bl&#39;; divBC.appendChild(di4);
        var di5  = document.createElement(&#39;div&#39;); di5.className  = &#39;art-BlockContent-br&#39;; divBC.appendChild(di5);
        var di6  = document.createElement(&#39;div&#39;); di6.className  = &#39;art-BlockContent-tc&#39;; divBC.appendChild(di6);
        var di7  = document.createElement(&#39;div&#39;); di7.className  = &#39;art-BlockContent-bc&#39;; divBC.appendChild(di7);
        var di8  = document.createElement(&#39;div&#39;); di8.className  = &#39;art-BlockContent-cl&#39;; divBC.appendChild(di8);
        
                        
        var di9  = document.createElement(&#39;div&#39;); di9.className  = &#39;art-BlockContent-cr&#39;; divBC.appendChild(di9);
        var di10 = document.createElement(&#39;div&#39;); di10.className = &#39;art-BlockContent-cc&#39;; divBC.appendChild(di10);
        
                        
        var divBCb  = document.createElement(&#39;div&#39;); divBCb.className = &#39;art-BlockContent-body&#39;; divBC.appendChild(divBCb);
        
        
        
        if ( (widgetClassName == &#39;widget Gadget&#39;) &amp;&amp; (widgetContent.indexOf(&quot;friendconnect.js&quot;) != -1)){
            
            if (browser.mozilla){
                if (widgetTitle.length != 0){
                    widgetTitle[0].parentNode.removeChild(widgetTitle[0]);
                }
                divBCb.innerHTML = widget.innerHTML;
                widget.innerHTML = &quot;&quot;;
                widget.appendChild(div1);
            }
            if (browser.msie){
                if (widgetTitle.length != 0){
                    widgetTitle[0].parentNode.removeChild(widgetTitle[0]);
                }
                var childsLength = childs.length;
                for (var j = 0; j &lt; childsLength; j++) {
                    divBCb.appendChild(childs[0]);
                }
                widget.appendChild(div1);
            }
            
        } else {
            if (widgetTitle.length != 0){
                widgetTitle[0].parentNode.removeChild(widgetTitle[0]);
            }
            var childsLength = childs.length;
            for (var j = 0; j &lt; childsLength; j++) {
                divBCb.appendChild(childs[0]);
            }
            widget.appendChild(div1);
        }
  
        
        if (widgetClassName == &#39;widget Subscribe&#39;) {
            widget.style.position = &quot;relative&quot;;
            widget.style.zIndex = &quot;2&quot;;
        }
        
    }
}

function artCheckNavBar(){
    var navbar = document.getElementById(&quot;navbar&quot;);
    if (navbar){
        if (false) {
            var el1 = document.getElementById(&quot;art-page-background-glare&quot;);
            if (el1) el1.style.top = &quot;30px&quot;;
            var el2 = document.getElementById(&quot;art-page-background-simple-gradient&quot;);
            if (el2) el2.style.top = &quot;30px&quot;;
            if (!el2) {
                var el3 = document.getElementById(&quot;art-page-background-gradient&quot;);
                if (el3) el3.style.top = &quot;30px&quot;;
            }
        } else {
            navbar.style.display = &#39;none&#39;;
        }
    }
}

function artFixFooterMenu(){
    var widgetLinks = document.getElementById(&quot;LinkList98&quot;);
    var widgetText  = document.getElementById(&quot;Text99&quot;);
    if (widgetLinks) {
        var widgetText = widgetLinks.innerHTML;
        widgetLinks.innerHTML = widgetText.replace(&quot;| |&quot;, &quot;&quot;);
    } else {
        if (widgetText){
            var els = xGetElementsByClassName(&quot;widget-content&quot;, widgetText);
            var el = els[0];
            if (el.innerHTML == &#39;\n&#39;) {
                el.innerHTML = &quot;&lt;br /&gt;&lt;br /&gt;&quot;;
            } else {
                el.innerHTML += &quot;&lt;br /&gt;&quot;;
            }
        }
    }
}

function artFixPostHeaders(){
    var els = xGetElementsByClassName(&quot;art-PostMetadataHeader&quot;, document);
    for (var i = 0; i &lt; els.length; i++) {
        var el = els[i];
        if (el) {
            var elText = el.innerHTML;
            if ((el.getElementsByTagName(&quot;div&quot;).length == 0) &amp;&amp; (el.getElementsByTagName(&quot;h2&quot;).length == 0)) el.style.visibility = &#39;hidden&#39;;
        }
    }
}

artLoadEvent.add(function() { artFixPostHeaders(); });

function artFixPostFooters(){
    var els = xGetElementsByClassName(&quot;art-PostMetadataFooter&quot;, document);
    for (var i = 0; i &lt; els.length; i++) {
        var el = els[i];
        if (el) {
            var els2 = xGetElementsByClassName(&quot;art-PostFooterIcons&quot;, el);
            for (var j = 0; j &lt; els2.length; j++) {
                var el2 = els2[j];
                var elText = el2.innerHTML;
                if ((el.getElementsByTagName(&quot;img&quot;).length == 0) &amp;&amp; (el.getElementsByTagName(&quot;a&quot;).length == 0)) el.style.visibility = &#39;hidden&#39;;
            }
        }
    }
}

artLoadEvent.add(function() { artFixPostFooters(); });

function artFixTopMenu(){
    var topMenu = document.getElementById(&quot;LinkList99&quot;);
    if (!topMenu){
        var navSection = document.getElementById(&quot;navsection&quot;);
        if (navSection){
            if (showHomePage) {
                if (window.location == homePageLink) 
                    var tmpstr = &#39;&lt;a href=&quot;&#39;+homePageLink+&#39;&quot; class=&quot;active&quot;&gt;&#39;;
                else
                    var tmpstr = &#39;&lt;a href=&quot;&#39;+homePageLink+&#39;&quot;&gt;&#39;;
                navSection.innerHTML = &#39;&lt;div&gt;&lt;div class=&quot;l&quot;&gt;&lt;/div&gt;&lt;div class=&quot;r&quot;&gt;&lt;/div&gt;&lt;div class=&quot;art-nav-center&quot;&gt;&lt;ul class=&quot;art-menu&quot;&gt;&lt;li&gt;&#39;+tmpstr+&#39;&lt;span class=&quot;l&quot;&gt;&lt;/span&gt;&lt;span class=&quot;r&quot;&gt;&lt;/span&gt;&lt;span class=&quot;t&quot;&gt;&#39;+homePageName+&#39;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;&#39;;
            } else {
                navSection.innerHTML = &#39;&lt;div&gt;&lt;div class=&quot;l&quot;&gt;&lt;/div&gt;&lt;div class=&quot;r&quot;&gt;&lt;/div&gt;&lt;div class=&quot;art-nav-center&quot;&gt;&lt;/div&gt;&lt;/div&gt;&#39;;
            }
        }
    }
}
artLoadEvent.add(function() { artFixTopMenu(); });

function artDisplayTopMenu(menuitems){
    var i=0;
    var subList = false;
    var menu = new Array();
    for(i=0; i &lt; menuitems.length; i++){
      var item = menuitems[i];
      var itemname = item[0];
      var itemlink = item[1];
      
      if ( (itemname.indexOf(&quot;-&quot;) == 0) &amp;&amp; !subList) document.write(&quot;&lt;ul&gt;&quot;);
      else if ( (itemname.indexOf(&quot;-&quot;) != 0) &amp;&amp; subList) { document.write(&quot;&lt;/ul&gt;&lt;/li&gt;&quot;); subList = false; }
      else if (i != 0) document.write(&quot;&lt;/li&gt;&quot;);
      
      document.write(&quot;&lt;li&gt;&quot;);
      
      if (itemname.indexOf(&quot;-&quot;) != 0){
        if (window.location == itemlink) 
            document.write(&#39;&lt;a href=&quot;&#39;+itemlink+&#39;&quot; class=&quot;active&quot;&gt;&lt;span class=&quot;l&quot;&gt;&lt;/span&gt;&lt;span class=&quot;r&quot;&gt;&lt;/span&gt;&lt;span class=&quot;t&quot;&gt;&#39;+itemname+&#39;&lt;/span&gt;&lt;/a&gt;&#39;);
        else if(itemlink == &quot;http://./&quot;)
            document.write(&#39;&lt;a href=&quot;#&quot;&gt;&lt;span class=&quot;l&quot;&gt;&lt;/span&gt;&lt;span class=&quot;r&quot;&gt;&lt;/span&gt;&lt;span class=&quot;t&quot;&gt;&#39;+itemname+&#39;&lt;/span&gt;&lt;/a&gt;&#39;);
        else
            document.write(&#39;&lt;a href=&quot;&#39;+itemlink+&#39;&quot;&gt;&lt;span class=&quot;l&quot;&gt;&lt;/span&gt;&lt;span class=&quot;r&quot;&gt;&lt;/span&gt;&lt;span class=&quot;t&quot;&gt;&#39;+itemname+&#39;&lt;/span&gt;&lt;/a&gt;&#39;);
      } else {
        document.write(&#39;&lt;a href=&quot;&#39;+itemlink+&#39;&quot;&gt;&#39;+itemname.substr(1,itemname.length)+&#39;&lt;/a&gt;&#39;);
        subList = true;
      }
      if (i==(menuitems.length-1)) document.write(&quot;&lt;/li&gt;&quot;);
    }
}
    </script>


<style>

/* BUNGKUS */
.bungkus {
    border: 0 none;
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 592px;
}

/* INFO */
.info{font-family:Tahoma,sans-serif; font-size:11px; color:#565656; padding:10px 5px 0 5px; margin-bottom:10px; overflow:hidden;}
.info img{float:left;padding:0 10px 0 0;}
.more{padding:10px; display:block}
.info p{width:570px; float:left; padding:0 0 12px 0}
#inside{padding:15px 0 0 17px; float:left
}

/* New Product */
.produkterbaru {
    color: #565656;
    font-family: Tahoma,sans-serif;
    font-size: 11px;
    margin-bottom: 0;
    overflow: hidden;
    padding: 0 5px;
    width: 580px;
}
.produkterbaru h5 {
    border-bottom: 1px solid #EFE7EF;
    bottom: 5px;
    color: #AD3973;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    text-align: left;
}
.produkterbaru img{float:left;padding:0 10px 0 0;}
.more{padding:0; display:block}
.produkterbaru p{width:570px; float:left; padding:0 0 12px 0}
#inside{padding:15px 0 0 17px; float:left
}


#blog-pager-newer-link{float:left}
#blog-pager-newer-link a{background:transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhQkHBoALFFmPmjy5iJ_7Y-y95dSZmbXGDtGLeDy7MX2K4i7KG32bt0wcM8YlyrCG9Ayo-e0uFtH2DufOiv0oek9aTfYi9q0SEaFRIK_X1FkM1N2xJuaiaCQs1YQAuXrdh8PekWqRKXZ4Cf/s1600/arrow-leftpink.png) no-repeat scroll center center; display:block; height:48px; text-indent:-9999px; width:48px}
.home-link{background:transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi2e6RxLs-GP2eaUVkMPJPkYJyOXOzEnuhucVpSwjQSwW01KjQ_I2v6J0XTrsHgmkC7e7_p5bZg8uKp1_6wvlAcjsvts8Ozt9pi6by4-apA_EPBQnSmRF-L0IH9hU6jvcwyY6TtzvN_fx6g/s1600/homepink.png) no-repeat scroll center center; display:block; height:32px; margin:0 auto; text-indent:-9999px; width:32px}
#blog-pager-older-link{float:right}
#blog-pager-older-link a{background:transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj0bFYmVH1ueno-kH7O6-6uxunPh5XuD63EtGaU0hqLIoD5uzTOOFfWpw5-VHkEcwH6HDVvdgcgqBeui5tqwgb1J8uxLYTqtZn9-AvHL8Dbz2ctUhTZOfP86XnoA9vtgklrNXSAPULxNxmu/s1600/arrow-rightpink.png) no-repeat scroll center center; display:block; height:48px; text-indent:-9999px; width:48px}
#blog-pager{padding:30px; clear:both; text-align:center}
.feed-links{}
</style>


<b:if cond='data:blog.pageType != &quot;item&quot;'>
<b:if cond='data:blog.pageType != &quot;static_page&quot;'>
<style>
/* Posts */
h2.date-header{color:#808080; font-size:11px; font-weight:normal}

.post {
    background: none repeat scroll 0 50% #EFE7EF;
    border: 1px solid #BDB5BD;
    display: inline;
    float: left;
    height: 275px;
    margin: 5px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 185px;
}

#post-title-wrapper{clear:both; padding:2px; top:0px;}
.post ul li{background:transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi0KmKDRdiVldXVnbkOlYDIBOxM8khJfUDbQ2rYyoI-Hm6dgen4nexB_z_cDHNPX5kOeq0pMTJCi7vD_rNly5wdalqTLTF-aBhiW0ijMt5V1ZZMKEXS1TMOwMEifhvRDVRAen1MFVE4cQhf/s400/bullet.gif) no-repeat scroll left center; line-height:25px; padding-left:20px}
.post ol li{line-height:25px; list-style-position:inside; list-style-type:decimal}
.post li a{}
.post li a:hover{}
.post h3{text-align:center; bottom:5px; color:#333; font-size:12px; font-weight:bold; margin:0;}
.post h3 a, .post h3 a:visited, .post h3 strong{text-align:center; font-size:12px; font-weight:bold; text-decoration: none;}
.post h3 strong, .post h3 a:hover{text-align:center; color:#000000}
.post-body{color:#333; font-size:14px; line-height:1.4em}
.post-body blockquote{}

.post-footer
{

bottom:10px;
color:#5F5E5E;
font-size:9px;
font-weight:bold;
margin-left:8px;
padding:5px;
position:absolute;
text-align:center;
display:inline;
}

.btorder {
background-color:#FCBCD1;
border:1px solid #BDB5BD;
padding:5px 15px;
text-align:center;
}

.btdetail
{
border:1px solid #BDB5BD;
background-color:#fff;
padding:5px 15px;
text-align:center;
}


.comment-link {}

.post img {
    background: none repeat scroll 0 50% #FFFFFF;
    height: 190px;
    margin-bottom: 9999px;
    margin-left: 5px;
    padding: 5px;
    width: 165px;
}

.post blockquote{background:#808080 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjQrJfGV5cfPcO7brTFm7oqFTxCXvjHhoxnOUZdpqy90hqUSVWecHSwCwMmg9O677YEyMQW8ACuz6GsPhfiZyQeZus7Yq3C6tUrGD5gKGKJRm-qFXrbK3ozmyCAmFr0zFivm_9R887w0_Ps/s400/aspas.png) no-repeat scroll 10px 10px; color:#FFF; font-family:georgia; padding:20px 20px 20px 50px}
.post blockquote p{}
.post-footer-line-1{display:none}
.post-labels{display:none}
</style>
</b:if>
</b:if>

<script type='text/javascript'>
//<![CDATA[
function removeHtmlTag(strx,chop){ 
	if(strx.indexOf("<")!=-1)
	{
		var s = strx.split("<"); 
		for(var i=0;i<s.length;i++){ 
			if(s[i].indexOf(">")!=-1){ 
				s[i] = s[i].substring(s[i].indexOf(">")+1,s[i].length); 
			} 
		} 
		strx =  s.join(""); 
	}
	chop = (chop < strx.length-1) ? chop : strx.length-2; 
	while(strx.charAt(chop-1)!=' ' && strx.indexOf(' ',chop)!=-1) chop++; 
	strx = strx.substring(0,chop-1); 
	return strx+'...'; 
}

function createSummaryAndThumb(pID, pURL, pTITLE){
	var div = document.getElementById(pID);
	var imgtag = "";
	var img = div.getElementsByTagName("img");
	var summ = summary_noimg;
	if(img.length>=1) {	
		imgtag = '<span style="float:left; padding:0px 10px 5px 0px;"><a href="'+ pURL +'" title="'+ pTITLE+'"><img src="'+img[0].src+'" width="'+img_thumb_width+'px" height="'+img_thumb_height+'px"/></a></span>';
		summ = summary_img;
	}
	
	var summary = imgtag + '<div>' + removeHtmlTag(div.innerHTML,summ) + '</div>';
	div.innerHTML = summary;
}
//]]>
</script>

<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js' type='text/javascript'/>
<script type='text/javascript'>
$(function() {
$(&#39;#comments p&#39;).find(&#39;a&#39;).remove();
});
</script>

  </head>

  <body>
  <b:section class='navbar' id='navbar' maxwidgets='1' showaddelement='no'>
    <b:widget id='Navbar1' locked='true' title='Navbar' type='Navbar'>
      <b:includable id='main'>&lt;script type=&quot;text/javascript&quot;&gt;
    function setAttributeOnload(object, attribute, val) {
      if(window.addEventListener) {
        window.addEventListener(&#39;load&#39;,
          function(){ object[attribute] = val; }, false);
      } else {
        window.attachEvent(&#39;onload&#39;, function(){ object[attribute] = val; });
      }
    }
  &lt;/script&gt;
&lt;div id=&quot;navbar-iframe-container&quot;&gt;&lt;/div&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;https://apis.google.com/js/plusone.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
        gapi.load(&quot;iframes-styles-bubble&quot;, function() {
          if (window.iframes &amp;&amp; iframes.open) {
            iframes.open(
                &#39;//www.blogger.com/navbar.g?targetBlogID\0751302635624101818965\46blogName\75Demo2+Blogger+Store\46publishMode\75PUBLISH_MODE_BLOGSPOT\46navbarType\75BLUE\46layoutType\75LAYOUTS\46searchRoot\75http://demo2-bloggerstore.blogspot.com/search\46blogLocale\75en\46v\0752\46homepageUrl\75http://demo2-bloggerstore.blogspot.com/\46vt\75-4536615227833460684&#39;,
                {
                  container: &quot;navbar-iframe-container&quot;,
                  id: &quot;navbar-iframe&quot;
                },
                {
                });
          }
        });
      &lt;/script&gt;&lt;script type=&quot;text/javascript&quot;&gt;
(function() {
var script = document.createElement(&#39;script&#39;);
script.type = &#39;text/javascript&#39;;
script.src = &#39;//pagead2.googlesyndication.com/pagead/js/google_top_exp.js&#39;;
var head = document.getElementsByTagName(&#39;head&#39;)[0];
if (head) {
head.appendChild(script);
}})();
&lt;/script&gt;
</b:includable>
    </b:widget>
  </b:section>

    <div id='art-page-background-gradient'/>
    <script type='text/javascript'>
        artCheckNavBar();
    </script>
    <div id='art-main'>
    <div class='art-Sheet'>
        <div class='art-Sheet-tl'/>
        <div class='art-Sheet-tr'/>
        <div class='art-Sheet-bl'/>
        <div class='art-Sheet-br'/>
        <div class='art-Sheet-tc'/>
        <div class='art-Sheet-bc'/>
        <div class='art-Sheet-cl'/>
        <div class='art-Sheet-cr'/>
        <div class='art-Sheet-cc'/>
        <div class='art-Sheet-body'>
    <b:section class='art-Header' id='header' maxwidgets='1' showaddelement='no'>
      <b:widget id='Header1' locked='true' title='Demo2 Blogger Store (Header)' type='Header'>
        <b:includable id='main'>

  <b:if cond='data:useImage'>
    <b:if cond='data:imagePlacement == &quot;BEHIND&quot;'>
      <!--
      Show image as background to text. You can't really calculate the width
      reliably in JS because margins are not taken into account by any of
      clientWidth, offsetWidth or scrollWidth, so we don't force a minimum
      width if the user is using shrink to fit.
      This results in a margin-width's worth of pixels being cropped. If the
      user is not using shrink to fit then we expand the header.
      -->
      <b:if cond='data:mobile'>
          <div id='header-inner'>
            <div class='titlewrapper' style='background: transparent'>
              <h1 class='title' style='background: transparent; border-width: 0px'>
                <b:include name='title'/>
              </h1>
            </div>
            <b:include name='description'/>
          </div>
        <b:else/>
          <div expr:style='&quot;background-image: url(\&quot;&quot; + data:sourceUrl + &quot;\&quot;); &quot;                        + &quot;background-position: &quot;                        + data:backgroundPositionStyleStr + &quot;; &quot;                        + data:widthStyleStr                        + &quot;min-height: &quot; + data:height                        + &quot;_height: &quot; + data:height                        + &quot;background-repeat: no-repeat; &quot;' id='header-inner'>
            <div class='titlewrapper' style='background: transparent'>
              <h1 class='title' style='background: transparent; border-width: 0px'>
                <b:include name='title'/>
              </h1>
            </div>
            <b:include name='description'/>
          </div>
        </b:if>
    <b:else/>
      <!--Show the image only-->
      <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>
        <!--Show the description-->
        <b:if cond='data:imagePlacement == &quot;BEFORE_DESCRIPTION&quot;'>
          <b:include name='description'/>
        </b:if>
      </div>
    </b:if>
  <b:else/>
    <!--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:if>
</b:includable>
        <b:includable id='description'>
  <div class='descriptionwrapper'>
    <p class='description'><span><data:description/></span></p>
  </div>
</b:includable>
        <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:widget>
    </b:section>
<b:section id='header-right' showaddelement='yes'>
  <b:widget id='HTML6' locked='false' title='' 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>
<div style='clear: both;'/>
    <script type='text/javascript'>
        var menuitems = new Array();
        var showHomePage = false;
        if (true) {
          showHomePage = true;
          var homePageName = &#39;Home&#39;;
          var homePageLink = &#39;<data:blog.homepageUrl/>&#39;;
          menuitems.push(new Array(&#39;Home&#39;,&#39;<data:blog.homepageUrl/>&#39;));
        }
    </script>           

<div class='art-nav section' id='navsection'><div class='widget LinkList' id='LinkList99'>
<div class='l'/>
<div class='r'/>
<ul class='art-menu'>
<script type='text/javascript'>

menuitems.push(new Array(&#39;About Us&#39;,&#39;http://demo2-bloggerstore.blogspot.com/p/about-us.html&#39;));

menuitems.push(new Array(&#39;Order Form&#39;,&#39;http://demo2-bloggerstore.blogspot.com/p/form-pemesanan.html&#39;));

menuitems.push(new Array(&#39;Contact Us&#39;,&#39;http://demo2-bloggerstore.blogspot.com/p/contact-us.html&#39;));

artDisplayTopMenu(menuitems);

</script>
</ul>
</div></div>
    
<div id='crosscol-wrapper' style='text-align:center'>
        <b:section class='crosscol' id='crosscol' showaddelement='no'/>
    </div>
    <div class='art-contentLayout'>
    <b:section class='art-sidebar1' id='sidebar1' preferred='yes'>
      <b:widget id='LinkList1' locked='false' title='Links' 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='PopularPosts1' locked='false' title='Popular Products' type='PopularPosts'>
        <b:includable id='main'>
  <b:if cond='data:title'><h2><data:title/></h2></b:if>
  <div class='widget-content popular-posts'>
    <ul>
      <b:loop values='data:posts' var='post'>
      <li>
        <b:if cond='data:showThumbnails == &quot;false&quot;'>
          <b:if cond='data:showSnippets == &quot;false&quot;'>
            <!-- (1) No snippet/thumbnail -->
            <a expr:href='data:post.href'><data:post.title/></a>
          <b:else/>
            <!-- (2) Show only snippets -->
            <div class='item-title'><a expr:href='data:post.href'><data:post.title/></a></div>
            <div class='item-snippet'><data:post.snippet/></div>
          </b:if>
        <b:else/>
          <b:if cond='data:showSnippets == &quot;false&quot;'>
            <!-- (3) Show only thumbnails -->
            <div class='item-thumbnail-only'>
              <b:if cond='data:post.thumbnail'>
                <div class='item-thumbnail'>
                  <a expr:href='data:post.href' target='_blank'>
                    <img alt='' border='0' expr:height='data:thumbnailSize' expr:src='data:post.thumbnail' expr:width='data:thumbnailSize'/>
                  </a>
                </div>
              </b:if>
              <div class='item-title'><a expr:href='data:post.href'><data:post.title/></a></div>
            </div>
            <div style='clear: both;'/>
          <b:else/>
            <!-- (4) Show snippets and thumbnails -->
            <div class='item-content'>
              <b:if cond='data:post.thumbnail'>
                <div class='item-thumbnail'>
                  <a expr:href='data:post.href' target='_blank'>
                    <img alt='' border='0' expr:height='data:thumbnailSize' expr:src='data:post.thumbnail' expr:width='data:thumbnailSize'/>
                  </a>
                </div>
              </b:if>
              <div class='item-title'><a expr:href='data:post.href'><data:post.title/></a></div>
              <div class='item-snippet'><data:post.snippet/></div>
            </div>
            <div style='clear: both;'/>
          </b:if>
        </b:if>
      </li>
      </b:loop>
    </ul>
    <b:include name='quickedit'/>
  </div>
</b:includable>
      </b:widget>
      <b:widget id='HTML3' locked='false' title='Women Clothes' 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>

<div class='bungkus'>
<b:if cond='data:blog.url == data:blog.homepageUrl'>

<div class='produkterbaru'>
<h5>LATEST PRODUCT</h5>
</div>		
</b:if>

          <b:section class='art-content' id='main' showaddelement='no'>
            <b:widget id='HTML1' locked='false' title='' 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='Blog1' locked='true' title='Blog Posts' type='Blog'>
              <b:includable id='main' var='top'>
              <!-- posts -->
                <b:include data='top' name='status-message'/>
    
                <data:adStart/>
                <b:loop values='data:posts' var='post'>
                  <div class='art-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:if cond='data:post.includeAd'>
                      <data:adEnd/>
                      <data:adCode/>
                      <data:adStart/>
                    </b:if>
                    <b:if cond='data:post.trackLatency'>
                      <data:post.latencyJs/>
                    </b:if>
                  </div>
                </b:loop>
                <data:adEnd/>
    
              <!-- 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: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='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='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;' target='_blank'><data:post.createLinkLabel/></a>
              </p>
            </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>
                <data:blogTeamBlogMessage/>
                <a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
                <iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' frameborder='0' height='275' id='comment-editor' name='comment-editor' scrolling='no' src='' width='100%'/>
                <data:post.friendConnectJs/>
                <data:post.cmtfpIframe/>
                <script type='text/javascript'>
                  BLOG_CMT_createIframe(&#39;<data:post.appRpcRelayPath/>&#39;, &#39;<data:post.communityId/>&#39;);
                </script>
              </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='comment_count_picker' var='post'>
  <b:if cond='data:post.forceIframeComments'>
    <span class='cmt_count_iframe_holder' expr:data-count='data:post.numComments' expr:data-onclick='data:post.addCommentOnclick' expr:data-url='data:post.canonicalUrl'>
    </span>
  <b:else/>
    <b:if cond='data:post.commentSource == 1'>
      <span class='cmt_count_iframe_holder' expr:data-count='data:post.numComments' expr:data-onclick='data:post.addCommentOnclick' expr:data-url='data:post.canonicalUrl'>
      </span>
    <b:else/>
      <a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'>
        <data:post.commentLabelFull/>:
      </a>
    </b:if>
  </b:if>
</b:includable>
              <b:includable id='comment_picker' var='post'>
  <b:if cond='data:post.forceIframeComments'>
    <b:include data='post' name='iframe_comments'/>
    <b:if cond='data:post.showThreadedComments'>
      <b:include data='post' name='threaded_comments'/>
    <b:else/>
      <b:include data='post' name='comments'/>
    </b:if>
  <b:else/>
    <b:if cond='data:post.commentSource == 1'>
      <b:include data='post' name='iframe_comments'/>
    <b:else/>
      <b:if cond='data:post.showThreadedComments'>
        <b:include data='post' name='threaded_comments'/>
      <b:else/>
        <b:include data='post' name='comments'/>
      </b:if>
    </b:if>
  </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'>
                        <b:if cond='data:comment.favicon'>
                          <img expr:src='data:comment.favicon' height='16px' style='margin-bottom:-2px;' width='16px'/>
                        </b:if>
                        <a expr:name='data:comment.anchorName'/>
                        <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='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:if cond='data:post.allowNewComments'>
                        <b:include data='post' name='comment-form'/>
                      <b:else/>
                        <data:post.noNewCommentsText/>
                      </b:if>
                    <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='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='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='iframe_comments' var='post'>

  <b:if cond='data:post.allowIframeComments'>
    <script expr:src='data:post.iframeCommentSrc' type='text/javascript'/>
    <div class='cmt_iframe_holder' expr:data-href='data:post.canonicalUrl' expr:data-viewtype='data:post.viewType'/>

    <b:if cond='data:post.embedCommentForm == &quot;false&quot;'>
      <a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a>
    </b:if>
  </b:if>
</b:includable>
              <b:includable id='mobile-index-post' var='post'>
  <b:if cond='data:post.dateHeader'>
    <div class='mobile-index-date'>
      <div class='date-header'>
        <span><data:post.dateHeader/></span>
      </div>
    </div>
  </b:if>

  <div class='mobile-post-outer'>
    <a expr:href='data:post.url'>
      <div class='mobile-index-title-outer'>
        <h3 class='mobile-index-title entry-title'>
          <data:post.title/>
        </h3>
      </div>

      <div>
        <div class='mobile-index-arrow'>
          &amp;rsaquo;
        </div>

        <div class='mobile-index-contents'>
          <b:if cond='data:post.thumbnailUrl'>
            <div class='mobile-index-thumbnail'>
              <div class='Image'>
                <img expr:src='data:post.thumbnailUrl'/>
              </div>
            </div>
          </b:if>

          <div class='post-body'>
            <b:if cond='data:post.snippet'><data:post.snippet/></b:if>
          </div>
        </div>
        <div style='clear: both;'/>
      </div>
    </a>

    <div class='mobile-index-comment'>
      <b:if cond='data:blog.pageType != &quot;item&quot;'>
        <b:if cond='data:blog.pageType != &quot;static_page&quot;'>
          <b:if cond='data:post.allowComments'>
            <b:if cond='data:post.numComments != 0'>
              <a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><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>
        </b:if>
      </b:if>
    </div>
  </div>
</b:includable>
              <b:includable id='mobile-main' var='top'>
    <!-- posts -->
    <div class='blog-posts hfeed'>

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

      <b:if cond='data:blog.pageType == &quot;index&quot;'>
        <b:loop values='data:posts' var='post'>
          <b:include data='post' name='mobile-index-post'/>
        </b:loop>
      <b:else/>
        <b:loop values='data:posts' var='post'>
          <b:include data='post' name='mobile-post'/>
        </b:loop>
      </b:if>
    </div>

   <b:include name='mobile-nextprev'/>
</b:includable>
              <b:includable id='mobile-nextprev'>
  <div class='blog-pager' id='blog-pager'>
    <b:if cond='data:newerPageUrl'>
      <div class='mobile-link-button' 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>
      </div>
    </b:if>

    <b:if cond='data:olderPageUrl'>
      <div class='mobile-link-button' 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>
      </div>
    </b:if>

    <div class='mobile-link-button' id='blog-pager-home-link'>
    <a class='home-link' expr:href='data:blog.homepageUrl'><data:homeMsg/></a>
    </div>

    <div class='mobile-desktop-link'>
      <a class='home-link' expr:href='data:desktopLinkUrl'><data:desktopLinkMsg/></a>
    </div>

  </div>
  <div class='clear'/>
</b:includable>
              <b:includable id='mobile-post' var='post'>
  <div class='date-outer'>
    <b:if cond='data:post.dateHeader'>
      <h2 class='date-header'><span><data:post.dateHeader/></span></h2>
    </b:if>
    <div class='date-posts'>
      <div class='post-outer'>

        <div class='post hentry uncustomized-post-template'>
          <a expr:name='data:post.id'/>
          <b:if cond='data:post.title'>
            <h3 class='post-title entry-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'>
                  <b:if cond='data:blog.url != data:post.url'>
                    <a expr:href='data:post.url'><data:post.title/></a>
                  <b:else/>
                    <data:post.title/>
                  </b:if>
                <b:else/>
                  <data:post.title/>
                </b:if>
              </b:if>
            </h3>
          </b:if>

          <div class='post-header'>
            <div class='post-header-line-1'/>
          </div>

          <div class='post-body entry-content' expr:id='&quot;post-body-&quot; + data:post.id'>
            <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' expr:title='data:post.timestampISO8601'><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:blog.pageType != &quot;static_page&quot;'>
                    <b:if cond='data:post.allowComments'>
                      <a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><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>
                </b:if>
              </span>
            </div>

            <div class='post-footer-line post-footer-line-2'>
              <b:if cond='data:top.showMobileShare'>
                <div class='mobile-link-button goog-inline-block' id='mobile-share-button'>
                  <a href='javascript:void();'><data:shareMsg/></a>
                </div>
              </b:if>
              <b:if cond='data:top.showDummy'>
                <div class='goog-inline-block dummy-container'><data:post.dummyTag/></div>
              </b:if>
            </div>

          </div>
        </div>

        <b:if cond='data:blog.pageType == &quot;static_page&quot;'>
          <b:include data='post' name='comments'/>
        </b:if>
        <b:if cond='data:blog.pageType == &quot;item&quot;'>
          <b:include data='post' name='comments'/>
        </b:if>
      </div>
    </div>
  </div>
</b:includable>
              <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='post' var='post'>

<div class='post hentry uncustomized-post-template'>
<div id='post-title-wrapper'>
    <a expr:name='data:post.id'/>
    <b:if cond='data:post.title'>
      <h3 class='post-title entry-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>
<div class='post-footer'>
    <div class='post-header-line-1'/>

<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>
<span class='post-comment-link'>
        <b:if cond='data:blog.pageType != &quot;item&quot;'> 
        <b:if cond='data:blog.pageType != &quot;static_page&quot;'>
          <b:if cond='data:post.allowComments'>
<span class='btdetail'><a expr:href='data:post.url'>DETAIL</a></span>
<span class='btorder'><a href='/p/form-pemesanan.html'>ORDER</a></span>
          </b:if>
</b:if>
        </b:if>
      </span>
      </div></div>

    <div class='post-header-line-1'/>

    <div class='post-body entry-content'>

      <script type='text/javascript'>
summary_noimg = 430;
summary_img = 340;
img_thumb_height = 100;
img_thumb_width = 120;
</script>

<b:if cond='data:blog.pageType != &quot;item&quot;'>
<b:if cond='data:blog.pageType != &quot;static_page&quot;'>
<a expr:href='data:post.url'>
<div expr:id='&quot;summary&quot; + data:post.id'>
<data:post.body/></div></a>
<script type='text/javascript'>createSummaryAndThumb(&quot;summary<data:post.id/>&quot;,&quot;<data:post.url/>&quot;,&quot;<data:post.title/>&quot;);</script>
</b:if>
</b:if>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<data:post.body/>


<div class='caraorder'>
<h2><a color='red' href='/p/form-pemesanan.html' target='_blank'>Order Now</a></h2>&#39;
<!-- AddThis Button BEGIN -->
<div class='addthis_toolbox addthis_default_style addthis_32x32_style'>
<a class='addthis_button_preferred_1'/>
<a class='addthis_button_preferred_2'/>
<a class='addthis_button_preferred_3'/>
<a class='addthis_button_preferred_4'/>
<a class='addthis_button_compact'/>
<a class='addthis_counter addthis_bubble_style'/>
</div>
<script rel='nofollow' src='http://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4f868abe321973ad' type='text/javascript'/>
<!-- AddThis Button END -->
</div>

</b:if>

<b:if cond='data:blog.pageType == &quot;static_page&quot;'>
<data:post.body/>
</b:if>
      <div style='clear: both;'/> <!-- clear for photos floats -->

    </div>
  
    <b:if cond='data:post.hasJumpLink'>
      <div class='jump-link'>
        <a expr:href='data:post.url + &quot;#more&quot;'><data:post.jumpText/></a>  
      </div>
    </b:if>
    </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' height='18' src='http://img2.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
      </a>
    </span>
  </b:if>
</b:includable>
              <b:includable id='shareButtons' var='post'>
  <a class='goog-inline-block share-button sb-email' expr:href='data:post.sharePostUrl + &quot;&amp;target=email&quot;' expr:title='data:top.emailThisMsg' target='_blank'>
    <span class='share-button-link-text'><data:top.emailThisMsg/></span></a>
  <a class='goog-inline-block share-button sb-blog' expr:href='data:post.sharePostUrl + &quot;&amp;target=blog&quot;' expr:onclick='&quot;window.open(this.href, \&quot;_blank\&quot;, \&quot;height=270,width=475\&quot;); return false;&quot;' expr:title='data:top.blogThisMsg' target='_blank'>
    <span class='share-button-link-text'><data:top.blogThisMsg/></span></a>
  <a class='goog-inline-block share-button sb-twitter' expr:href='data:post.sharePostUrl + &quot;&amp;target=twitter&quot;' expr:title='data:top.shareToTwitterMsg' target='_blank'>
    <span class='share-button-link-text'><data:top.shareToTwitterMsg/></span></a>
  <a class='goog-inline-block share-button sb-facebook' expr:href='data:post.sharePostUrl + &quot;&amp;target=facebook&quot;' expr:onclick='&quot;window.open(this.href, \&quot;_blank\&quot;, \&quot;height=430,width=640\&quot;); return false;&quot;' expr:title='data:top.shareToFacebookMsg' target='_blank'>
    <span class='share-button-link-text'><data:top.shareToFacebookMsg/></span></a>
  <a class='goog-inline-block share-button sb-buzz' expr:href='data:post.sharePostUrl + &quot;&amp;target=buzz&quot;' expr:onclick='&quot;window.open(this.href, \&quot;_blank\&quot;, \&quot;height=415,width=690\&quot;); return false;&quot;' expr:title='data:top.shareToBuzzMsg' target='_blank'>
    <span class='share-button-link-text'><data:top.shareToBuzzMsg/></span></a>
  <b:if cond='data:top.showDummy'>
    <div class='goog-inline-block dummy-container'><data:post.dummyTag/></div>
  </b:if>
</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='threaded-comment-form' var='post'>
  <div class='comment-form'>
    <a name='comment-form'/>
    <b:if cond='data:mobile'>
      <p><data:blogCommentMessage/></p>
      <data:blogTeamBlogMessage/>
      <a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
      <iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' frameborder='0' height='410' id='comment-editor' name='comment-editor' src='' style='display: none' width='100%'/>
    <b:else/>
      <p><data:blogCommentMessage/></p>
      <data:blogTeamBlogMessage/>
      <a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
      <iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' frameborder='0' height='410' id='comment-editor' name='comment-editor' src='' width='100%'/>
    </b:if>
    <data:post.friendConnectJs/>
    <data:post.cmtfpIframe/>
    <script type='text/javascript'>
      BLOG_CMT_createIframe(&#39;<data:post.appRpcRelayPath/>&#39;, &#39;<data:post.communityId/>&#39;);
    </script>
  </div>
</b:includable>
              <b:includable id='threaded_comment_js' var='post'>
  <script async='async' expr:src='data:post.commentSrc' type='text/javascript'/>

  <script type='text/javascript'>
    (function() {
      var items = <data:post.commentJso/>;
      var msgs = <data:post.commentMsgs/>;
      var config = <data:post.commentConfig/>;

// <![CDATA[
      var cursor = null;
      if (items && items.length > 0) {
        cursor = parseInt(items[items.length - 1].timestamp) + 1;
      }

      var bodyFromEntry = function(entry) {
        if (entry.gd$extendedProperty) {
          for (var k in entry.gd$extendedProperty) {
            if (entry.gd$extendedProperty[k].name == 'blogger.contentRemoved') {
              return '<span class="deleted-comment">' + entry.content.$t + '</span>';
            }
          }
        }
        return entry.content.$t;
      }

      var parse = function(data) {
        cursor = null;
        var comments = [];
        if (data && data.feed && data.feed.entry) {
          for (var i = 0, entry; entry = data.feed.entry[i]; i++) {
            var comment = {};
            // comment ID, parsed out of the original id format
            var id = /blog-(\d+).post-(\d+)/.exec(entry.id.$t);
            comment.id = id ? id[2] : null;
            comment.body = bodyFromEntry(entry);
            comment.timestamp = Date.parse(entry.published.$t) + '';
            if (entry.author && entry.author.constructor === Array) {
              var auth = entry.author[0];
              if (auth) {
                comment.author = {
                  name: (auth.name ? auth.name.$t : undefined),
                  profileUrl: (auth.uri ? auth.uri.$t : undefined),
                  avatarUrl: (auth.gd$image ? auth.gd$image.src : undefined)
                };
              }
            }
            if (entry.link) {
              if (entry.link[2]) {
                comment.link = comment.permalink = entry.link[2].href;
              }
              if (entry.link[3]) {
                var pid = /.*comments\/default\/(\d+)\?.*/.exec(entry.link[3].href);
                if (pid && pid[1]) {
                  comment.parentId = pid[1];
                }
              }
            }
            comment.deleteclass = 'item-control blog-admin';
            if (entry.gd$extendedProperty) {
              for (var k in entry.gd$extendedProperty) {
                if (entry.gd$extendedProperty[k].name == 'blogger.itemClass') {
                  comment.deleteclass += ' ' + entry.gd$extendedProperty[k].value;
                } else if (entry.gd$extendedProperty[k].name == 'blogger.displayTime') {
                  comment.displayTime = entry.gd$extendedProperty[k].value;
                }
              }
            }
            comments.push(comment);
          }
        }
        return comments;
      };

      var paginator = function(callback) {
        if (hasMore()) {
          var url = config.feed + '?alt=json&v=2&orderby=published&reverse=false&max-results=50';
          if (cursor) {
            url += '&published-min=' + new Date(cursor).toISOString();
          }
          window.bloggercomments = function(data) {
            var parsed = parse(data);
            cursor = parsed.length < 50 ? null
                : parseInt(parsed[parsed.length - 1].timestamp) + 1
            callback(parsed);
            window.bloggercomments = null;
          }
          url += '&callback=bloggercomments';
          var script = document.createElement('script');
          script.type = 'text/javascript';
          script.src = url;
          document.getElementsByTagName('head')[0].appendChild(script);
        }
      };
      var hasMore = function() {
        return !!cursor;
      };
      var getMeta = function(key, comment) {
        if ('iswriter' == key) {
          var matches = !!comment.author
              && comment.author.name == config.authorName
              && comment.author.profileUrl == config.authorUrl;
          return matches ? 'true' : '';
        } else if ('deletelink' == key) {
          return config.baseUri + '/delete-comment.g?blogID='
               + config.blogId + '&postID=' + comment.id;
        } else if ('deleteclass' == key) {
          return comment.deleteclass;
        }
        return '';
      };

      var replybox = null;
      var replyUrlParts = null;
      var replyParent = undefined;

      var onReply = function(commentId, domId) {
        if (replybox == null) {
          // lazily cache replybox, and adjust to suit this style:
          replybox = document.getElementById('comment-editor');
          if (replybox != null) {
            replybox.height = '250px';
            replybox.style.display = 'block';
            replyUrlParts = replybox.src.split('#');
          }
        }
        if (replybox && (commentId !== replyParent)) {
          document.getElementById(domId).insertBefore(replybox, null);
          replybox.src = replyUrlParts[0]
              + (commentId ? '&parentID=' + commentId : '')
              + '#' + replyUrlParts[1];
          replyParent = commentId;
        }
      };

      var hash = (window.location.hash || '#').substring(1);
      var startThread, targetComment;
      if (/^comment-form_/.test(hash)) {
        startThread = hash.substring('comment-form_'.length);
      } else if (/^c[0-9]+$/.test(hash)) {
        targetComment = hash.substring(1);
      }

      // Configure commenting API:
      var configJso = {
        'maxDepth': config.maxThreadDepth
      };
      var provider = {
        'id': config.postId,
        'data': items,
        'loadNext': paginator,
        'hasMore': hasMore,
        'getMeta': getMeta,
        'onReply': onReply,
        'rendered': true,
        'initComment': targetComment,
        'initReplyThread': startThread,
        'config': configJso,
        'messages': msgs
      };

      var render = function() {
        if (window.goog && window.goog.comments) {
          var holder = document.getElementById('comment-holder');
          window.goog.comments.render(holder, provider);
        }
      };

      // render now, or queue to render when library loads:
      if (window.goog && window.goog.comments) {
        render();
      } else {
        window.goog = window.goog || {};
        window.goog.comments = window.goog.comments || {};
        window.goog.comments.loadQueue = window.goog.comments.loadQueue || [];
        window.goog.comments.loadQueue.push(render);
      }
    })();
// ]]>
  </script>
</b:includable>
              <b:includable id='threaded_comments' var='post'>
  <div class='comments' id='comments'>
    <a name='comments'/>
    <h4><data:post.commentLabelFull/>:</h4>

    <div class='comments-content'>
      <b:if cond='data:post.embedCommentForm'>
        <b:include data='post' name='threaded_comment_js'/>
      </b:if>
      <div id='comment-holder'>
         <data:post.commentHtml/>
      </div>
    </div>

    <p class='comment-footer'>
      <b:if cond='data:post.allowNewComments'>
        <b:include data='post' name='threaded-comment-form'/>
      <b:else/>
        <data:post.noNewCommentsText/>
      </b:if>
    </p>

    <b:if cond='data:showCmtPopup'>
      <div id='comment-popup'>
        <iframe allowtransparency='true' frameborder='0' id='comment-actions' name='comment-actions' scrolling='no'>
        </iframe>
      </div>
    </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:widget>
            <b:widget id='HTML4' locked='false' title='' 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>

</div>
          <b:section class='art-sidebar2' id='sidebar2' preferred='yes'>
            <b:widget id='Label1' locked='false' title='Categories' type='Label'>
              <b:includable id='main'>
  <b:if cond='data:title'>
    <h2><data:title/></h2>
  </b:if>
  <div expr:class='&quot;widget-content &quot; + data:display + &quot;-label-widget-content&quot;'>
    <b:if cond='data:display == &quot;list&quot;'>
      <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>
          <b:if cond='data:showFreqNumbers'>
            <span dir='ltr'>(<data:label.count/>)</span>
          </b:if>
        </li>
      </b:loop>
      </ul>
    <b:else/>
      <b:loop values='data:labels' var='label'>
        <span expr:class='&quot;label-size label-size-&quot; + data:label.cssSize'>
          <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>
          <b:if cond='data:showFreqNumbers'>
            <span class='label-count' dir='ltr'>(<data:label.count/>)</span>
          </b:if>
        </span>
      </b:loop>
    </b:if>
    <b:include name='quickedit'/>
  </div>
</b:includable>
            </b:widget>
            <b:widget id='HTML7' locked='false' title='WordPress Themes' 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>
          
    </div>
    <div class='cleared'/>
    <div id='footer-wrapper'>
        <b:section class='footer' id='footer'>
          <b:widget id='HTML2' locked='false' title='' 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>
    </div>
    <div class='art-Footer'>
        <div class='art-Footer-inner'>
            <a class='art-rss-tag-icon' href='/feeds/posts/default' title='RSS'/>
            <div class='art-Footer-text'>
    <b:section class='art-footer-nav' id='footersection' maxwidgets='2' showaddelement='no'>
      <b:widget id='LinkList98' locked='true' title='Footer Links' type='LinkList'>
        <b:includable id='main'>
                <b:loop values='data:links' var='link'><a expr:href='data:link.target'><data:link.name/></a> | </b:loop>|
            </b:includable>
      </b:widget>
      <b:widget id='Text99' locked='true' title='Copyright Text' type='Text'>
        <b:includable id='main'>
              <div class='widget-content'>
                <data:content/>
              </div>
            </b:includable>
      </b:widget>
    </b:section>
    
            </div>
            <script type='text/javascript'>
                artFixFooterMenu();
                artInsertSidebarBlocks(&quot;widget Gadget&quot;);
                artInsertSidebarBlocks(&quot;widget Label&quot;);
                artInsertSidebarBlocks(&quot;widget Profile&quot;);
                artInsertSidebarBlocks(&quot;widget Followers&quot;);
                artInsertSidebarBlocks(&quot;widget CustomSearch&quot;);
                artInsertSidebarBlocks(&quot;widget HTML&quot;);
                artInsertSidebarBlocks(&quot;widget Text&quot;);
                artInsertSidebarBlocks(&quot;widget AdSense&quot;);
                artInsertSidebarBlocks(&quot;widget Image&quot;);
                artInsertSidebarBlocks(&quot;widget Slideshow&quot;);
                artInsertSidebarBlocks(&quot;widget VideoBar&quot;);
                artInsertSidebarBlocks(&quot;widget Poll&quot;);
                artInsertSidebarBlocks(&quot;widget BlogList&quot;);
                artInsertSidebarBlocks(&quot;widget LinkList&quot;);
                artInsertSidebarBlocks(&quot;widget TextList&quot;);
                artInsertSidebarBlocks(&quot;widget Feed&quot;);
                artInsertSidebarBlocks(&quot;widget NewsBar&quot;);
                artInsertSidebarBlocks(&quot;widget Subscribe&quot;);
                artInsertSidebarBlocks(&quot;widget BloggerButton&quot;);
                artInsertSidebarBlocks(&quot;widget BlogArchive&quot;);
                artInsertSidebarBlocks(&quot;widget PopularPosts&quot;);
            </script>
        </div>
        <div class='art-Footer-background'/>
    </div>
    
        </div>
    </div>
    <div class='cleared'/>
    <p class='art-page-footer'>Modify by <a href='http://cb-aneka.blogspot.com' target='_blank'>cb aneka</a> <a href='http://www.unas.ac.id'>unas</a> . Original Design by toko-onlineblogspot.info | Distributed By: <a href='http://www.bloggerbulk.com/'>BloggerBulk</a>
 Power By Blogger</p>
    </div>

  </body>
</html>

Related Posts

6 Template bán hàng cho Blogger - Phần 2/3
4/ 5
Oleh

1 nhận xét:

March 31, 2022 at 2:40 PM delete

I loved your post on how to create a template blog post! Your post was easy to read and understand, which is a huge quality for a blog post. I also liked how you included a shopping cart demo and a related posts section. I'm very excited to get started with your tips and tricks!Free Online Photo Editor

Reply
avatar