Actions

Teknodroidlime

From Able Ability System Wiki

<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html>
<html b:version='2' class='v2' 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>

<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"> </script>
<![endif]-->
<meta content='width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1' name='viewport'/>
<meta content='text/html;charset=UTF-8' http-equiv='Content-Type'/>
<meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible'/>
<b:include data='blog' name='all-head-content'/>

<!-- Title Tag Blogger dioptimalkan -->
<b:if cond='data:blog.pageType in &quot;index&quot; and data:blog.homepageUrl == data:blog.url'>
<title><data:blog.pageTitle/></title>
<b:else/>
<b:if cond='data:blog.pageType in &quot;item&quot;,&quot;static_page&quot;'>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<b:if cond='data:blog.pageType in &quot;index&quot; and data:blog.pageName == &quot;&quot;'>
<title>All Posts | <data:blog.title/></title>
<b:else/>
<b:if cond='data:blog.pageType in &quot;error_page&quot;'>
<title>Page Not Found | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>
</b:if>
</b:if>
</b:if>

<!-- Meta keywords otomatis halaman depan, statis, dan postingan -->
<b:if cond='data:blog.pageType in &quot;index&quot; and data:blog.homepageUrl == data:blog.url'>
<meta expr:content='data:blog.title' name='keywords'/>
</b:if>
<b:if cond='data:blog.pageType in &quot;item&quot;,&quot;static_page&quot;'>
<meta expr:content='data:blog.pageName' name='keywords'/>
</b:if>

<!-- Noindex halaman pencarian, label, dan arsip -->
<b:if cond='data:blog.pageType in &quot;archive&quot; or data:blog.searchLabel or data:blog.searchQuery'>
<meta content='noindex,nofollow' name='robots'/>
</b:if>

<!-- Facebook Open Graph Tag -->
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<meta expr:content='data:blog.pageName' property='og:title'/>
<meta content='article' property='og:type'/>
<b:else/>
<meta expr:content='data:blog.pageTitle' property='og:title'/>
<meta content='website' property='og:type'/>
</b:if>
<meta expr:content='data:blog.canonicalUrl' property='og:url'/>
<!-- Large image, original size -->
<b:if cond='data:blog.postImageUrl'>
<meta expr:content='data:blog.postImageUrl' property='og:image'/>
<b:else/>
<!-- Thumbnail image, 72 &#215; 72 pixels -->
<b:if cond='data:blog.postImageThumbnailUrl'>
<meta expr:content='data:blog.postThumbnailUrl' property='og:image'/>
<b:else/>
<!-- Default, no image -->
<meta content='http://1.bp.blogspot.com/-7vDs5hMaDho/U268E2ecF4I/AAAAAAAADY8/RBHVTTuJrxc/s1600/no-image.png' property='og:image'/>
</b:if>
</b:if>
<b:if cond='data:blog.metaDescription'>
<meta expr:content='data:blog.metaDescription' property='og:description'/>
</b:if>
<meta expr:content='data:blog.title' property='og:site_name'/>
<meta content='FB_ID' property='fb:admins'/>

<b:skin><![CDATA[/*
-----------------------------------------------
Blogger Template Style
Name: BroSense Responsive v2
Designer: Mas Sugeng
URL: http://sugeng.id
----------------------------------------------- */

/* Variable definitions
====================
<Variable name="keycolor" description="Main Color" type="color" default="#117AC9" value="#117AC9"/>

<Group description="Page Text" selector="body">
<Variable name="body.font" description="Font" type="font"
default="normal normal 13px Arial, sans-serif" value="normal normal 13px Arial, sans-serif"/>
<Variable name="body.text.color" description="Main Text Color" type="color" default="#333333" value="#333333"/>
</Group>

<Group description="Links" selector=".main-outer">
<Variable name="link.color" description="Link Color" type="color" default="#0099cc" value="#0099cc"/>
<Variable name="link.visited.color" description="Visited Color" type="color" default="#0099cc" value="#0099cc"/>
<Variable name="link.hover.color" description="Hover Color" type="color" default="#006c8e" value="#006c8e"/>
</Group>

<Group description="Body Backgrounds" selector=".body-fauxcolumns-outer">
<Variable name="body.background.color" description="Outer Background" type="color" default="#dddddd" value="#dddddd"/>
</Group>

<Group description="Wrapper Backgrounds" selector="#wrapper">
<Variable name="wrapper.background.color" description="Wrapper Background" type="color" default="#ffffff" value="#ffffff"/>
</Group>

<Group description="Header Background" selector="#header-wrapper">
<Variable name="header.background.color" description="Header Background" type="color" default="#333333" value="#333333"/>
<Variable name="header.border.color" description="Border Color" type="color" default="#232323" value="#232323"/>
</Group>

<Variable name="body.background" description="Body Background" type="background"
color="$(body.background.color)" default="$(color) none repeat scroll top left" value="$(color) none repeat scroll top left"/>
<Variable name="body.background.override" description="Body Background Override" type="string" default="" value=""/>

<Group description="Blog Title" selector=".header h1.title, .header p.title">
<Variable name="header.font" description="Font" type="font"
default="normal bold 16px Arial, sans-serif" value="normal bold 16px Arial, sans-serif"/>
<Variable name="header.text.color" description="Title Color" type="color" default="#ffffff" value="#ffffff"/>
</Group>

<Group description="Blog Description" selector=".header .description">
<Variable name="description.text.color" description="Description Color" type="color"
default="#ffffff" value="#ffffff"/>
</Group>

<Group description="Post Title" selector="h2.post-title">
<Variable name="post.title.font" description="Font" type="font"
default="normal bold 14px Arial, Helvetica, FreeSans, sans-serif" value="normal bold 14px Arial, Helvetica, FreeSans, sans-serif"/>
<Variable name="post.title.color" description="Text Color" type="color" default="#333333" value="#333333"/>
</Group>

<Group description="Post Author" selector=".post-label-block .profile-block">
<Variable name="post.profile.background.color" description="Background Color" type="color"
default="#A2A2A2" value="#A2A2A2"/>
<Variable name="post.profile.color" description="Text Color" type="color"
default="#ffffff" value="#ffffff"/>
</Group>

<Group description="Post Date" selector=".post-label-block .date-block">
<Variable name="post.date.background.color" description="Background Color" type="color"
default="#89C237" value="#89C237"/>
<Variable name="post.date.color" description="Text Color" type="color"
default="#ffffff" value="#ffffff"/>
</Group>

<Group description="Post Lebel" selector=".post-label-block .label-block">
<Variable name="post.label.background.color" description="Background Color" type="color"
default="#44CCF2" value="#44CCF2"/>
<Variable name="post.label.color" description="Text Color" type="color"
default="#ffffff" value="#ffffff"/>
</Group>

<Group description="Post Thumbnail" selector=".img-thumbnail">
<Variable name="post.thumbnail.background.color" description="Background Color" type="color"
default="#ffffff" value="#ffffff"/>
<Variable name="post.thumbnail.border.background.color" description="Border Color" type="color"
default="#e5e5e5" value="#e5e5e5"/>
</Group>

<Group description="Sidebar Title" selector=".sidebar h2">
<Variable name="widget.title.background.color" description="Background Color" type="color" default="#117AC9" value="#117AC9"/>
<Variable name="widget.title.font" description="Title Font" type="font"
default="bold normal 11px Arial, sans-serif" value="bold normal 11px Arial, sans-serif"/>
<Variable name="widget.title.text.color" description="Title Color" type="color" default="#ffffff" value="#ffffff"/>
</Group>

<Group description="Sidebar Title Border" selector=".sidebar h2">
<Variable name="sidebar.title.border.top.color" description="Border Top Color" type="color" default="#3690D4" value="#3690D4"/>
<Variable name="sidebar.title.border.bottom.color" description="Border Bottom Color" type="color" default="#0F6DB3" value="#0F6DB3"/>
</Group>

<Group description="Navigation Menu" selector="#nav">
<Variable name="navigation.menu.font" description="Font" type="font"
default="bold normal 11px Arial, sans-serif" value="bold normal 11px Arial, sans-serif"/>
<Variable name="menu.background.color" description="Background Color" type="color" default="#117AC9" value="#117AC9"/>
<Variable name="menu.navigation.text.color" description="Text Color" type="color" default="#ffffff" value="#ffffff"/>
<Variable name="menu.navigation.hover.color" description="Hover Color" type="color" default="#333333" value="#333333"/>
</Group>

<Group description="Navigation Menu Border" selector="#nav">
<Variable name="menu.border.top.color" description="Border Top Color" type="color" default="#3690D4" value="#3690D4"/>
<Variable name="menu.border.bottom.color" description="Border Bottom Color" type="color" default="#0F6DB3" value="#0F6DB3"/>
</Group>

<Group description="Search Box" selector="#search-form">
<Variable name="input.background.color" description="Input Background Color" type="color" default="#ffffff" value="#ffffff"/>
<Variable name="button.background.color" description="Button Background Color" type="color" default="#333333" value="#333333"/>
<Variable name="input.color" description="Input Color" type="color" default="#666666" value="#666666"/>
<Variable name="button.color" description="Button Color" type="color" default="#ffffff" value="#ffffff"/>
</Group>

<Group description="Footer" selector="#footer-wrapper">
<Variable name="footer.font" description="Font" type="font"
default="normal normal 11px Arial, sans-serif" value="normal normal 11px Arial, sans-serif"/>
<Variable name="footer.background.color" description="Background Color" type="color" default="#333333" value="#333333"/>
<Variable name="footer.color" description="Footer Color" type="color" default="#ffffff" value="#ffffff"/>
<Variable name="footer.border.color" description="Border Color" type="color" default="#454545" value="#454545"/>
</Group>

*/

/**
* Eric Meyer&#39;s Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,videomargin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;/* HTML5 display-role reset for older browsers */article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,sectiondisplay:block;bodyline-height:1;display:block;*margin:0;padding:0;htmldisplay:block;ol,ullist-style:none;blockquote,qquotes:none;blockquote:before,blockquote:after,q:before,q:aftercontent:&#39;&#39;;content:none;tableborder-collapse:collapse;border-spacing:0;

/* FRAMEWORK */
.section, .widget
margin: 0 0 0 0;

.navbar, .blog-feeds, .feed-links, #backlinks-container
display:none;

strong,bfont-weight:bold;

cite,em,ifont-style:italic;

a:linkcolor:$(link.color);text-decoration:none;outline:none;transition:all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;

a:visitedcolor:$(link.visited.color);text-decoration:none;

a:hovercolor:$(link.hover.color);text-decoration:none;

a imgborder:none;border-width:0;outline:none;

abbr,acronymborder-bottom:1px dotted;cursor:help;

sup,subvertical-align:baseline;position:relative;top:-.4em;font-size:86%;

subtop:.4em;smallfont-size:86%;

kbdfont-size:80%;border:1px solid #999;padding:2px 5px;border-bottom-width:2px;border-radius:3px;

markbackground-color:#ffce00;color:black;

p,blockquote,pre,table,figure,hr,form,ol,ul,dlmargin:1.5em 0;

hrheight:1px;border:none;background-color:#666;

/* heading */
h1,h2,h3,h4,h5,h6font-weight:bold;line-height:normal;margin:0 0 0.6em;

h1font-size:200%

h2font-size:180%

h3font-size:160%

h4font-size:140%

h5font-size:120%

h6font-size:100%

/* list */
ol,ul,dlmargin:.5em 0em .5em 3em

ollist-style:decimal outside

ullist-style:disc outside

limargin:.5em 0

dtfont-weight:bold

ddmargin:0 0 .5em 2em

/* form */
input,button,select,textareafont:inherit;font-size:100%;line-height:normal;vertical-align:baseline;

textareadisplay:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;

/* code blockquote */
pre,codefont-family:&quot;Courier New&quot;,Courier,Monospace;color:inherit;

prewhite-space:pre;word-wrap:normal;overflow:auto;

blockquotebackground:#f8f8f8;margin-left:2em;margin-right:2em;border-left:4px solid #ccc;padding:1em 1em;font-style:italic;

/* table */
.post-body table[border=&quot;1&quot;] th, .post-body table[border=&quot;1&quot;] td, .post-body table[border=&quot;1&quot;] captionborder:1px solid;padding:.2em .5em;text-align:left;vertical-align:top;

.post-body table.tr-caption-container border:1px solid #e5e5e5;

.post-body thfont-weight:bold;

.post-body table[border=&quot;1&quot;] captionborder:none;font-style:italic;

.post-body tablebackground:#f6f6f6;

.post-body td, .post-body thvertical-align:top;text-align:left;font-size:13px;padding:3px 5px;border:1px solid #e5e5e5;

.post-body thbackground:#eee;

.post-body table.tr-caption-container td background:#f6f6f6;border:none;padding:8px;

.post-body img max-width:100%;height:auto;

.post-body img, .post-body table.tr-caption-container max-width:100%;height:auto;

.post-body .separator img max-width:92%;height:auto;

.post-body td.tr-caption color:#666;font-size:80%;padding:0px 8px 8px !important;


img
max-width:100%;
height:auto;
border:0;

table
max-width:100%;

.clear
clear:both;

.clear:after
visibility:hidden;
display:block;
font-size:0;
content:" ";
clear:both;
height:0;


body
background:$(body.background);
margin:0 0 0 0;
padding:0 0 0 0;
color:$(body.text.color);
font:$(body.font);
text-align:left;


/* WRAPPER */
#wrapper
background:$(wrapper.background.color);
max-width:764px;
margin:0 auto;
padding:0;
box-shadow:0px 0px 5px rgba(30, 30, 30, 0.08);



/* HEADER WRAPPER */
#header-wrapper
background:$(header.background.color) url(http://2.bp.blogspot.com/-yNE4A_H3C2o/U1E6RPYNEpI/AAAAAAAADRQ/UOP1mUKaxGE/s1600/line.png) repeat-x top center;
margin:0 auto;
padding:17px 18px 12px;
overflow:hidden;
color:$(header.text.color);
border-bottom:1px solid $(header.border.color);

#header-wrapper a img, .banner728-top a img
display:block;

.header
float:left;
max-width:250px;
width:100%;
margin:0 0;

.header img
max-width:250px;
height:auto;

.header h1.title,.header p.title
font:$(header.font);
margin:0 0 0 0

.header .description
color:$(description.text.color);
margin:0.5em 0 0;
padding:0px 0px 0px 0px;

.header a
color:$(header.text.color);

.header a:hover
color:$(link.color);


.banner468-header
float:right;
max-width:468px;
width:100%;
margin:0 0;



/* MENU NAVIGATION */
#nav
font:$(navigation.menu.font);
background:$(menu.background.color);
border-top: 1px solid $(menu.border.top.color);
border-bottom:1px solid $(menu.border.bottom.color);
margin:0 auto;
padding:0 0;
text-transform:uppercase;
display:inline-block;
max-width:764px;
width:100%;


#nav ul#menu
float:left;
margin:0px 0px 0px 18px;
padding:0px 0px;
height:34px;


#nav li
margin:0px 0px;
padding:0px 0px;
float:left;
display:inline;
list-style:none;
position:relative;


#nav li > a
display:block;
padding:0 10px;
margin:3px 0;
line-height:28px;
text-decoration:none;
color:$(menu.navigation.text.color);

#nav li li > a
display:block;
padding:0 10px;
margin:0 0;
line-height:24px;
text-decoration:none;
color:$(menu.navigation.text.color);


#nav li:hover > a, #nav a:hover
background-color:$(menu.navigation.hover.color);


#nav li ul
background:#555;
margin:0 0;
width:170px;
height:auto;
position:absolute;
top:31px;
left:0px;
z-index:10;
display:none;


#nav li li
display:block;
float:none;


#nav li:hover > ul
display:block;


#nav li ul ul
left:100%;
top:0px;

#search-form
float:right;
margin:0 18px 0 0;
font-weight:bold;

#search-form input#search-box[type="text"]
background:$(input.background.color);
float:left;
height:26px;
line-height:26px;
margin:4px 0;
padding:0 10px;
width:100px;
color:$(input.color);
border:none;

#search-form input#search-button[type="submit"]
float:right;
background:$(button.background.color);
color:$(button.color);
height:26px;
line-height:26px;
margin:4px 0;
padding:0 7px;
border:none;


#search-form input#search-button[type="submit"]:hover
background:#222;
cursor:pointer

#search-form input#search-box[type="text"]:focus
background:#eee;
outline:none;


.banner728-top, .banner728-bottom
padding:0 18px;

.banner728-top h2, .banner728-bottom h2
display:none;

.banner728-top .widget-content
margin:6px 0 0;
max-width:728px;
overflow:hidden;

.banner728-bottom .widget-content
margin:6px 0;
max-width:728px;
overflow:hidden;




/* CONTENT WRAPPER */
#content-wrapper
position:relative;
margin:0 auto;
padding:0 18px;
overflow:hidden;
word-wrap:break-word;


/* POST WRAPPER */
#post-wrapper
float:left;
width:100%;
margin:12px -160px 12px 0

.post-container
margin:0 172px 0 0;
max-width:100%;

.breadcrumbs
font-size:11px;
color:#666;
padding:0 0 5px;
margin:0 0 12px;
border-bottom:1px dotted #ddd;

.post-label-block
margin:0 0 8px;
font-weight:bold;
text-transform:uppercase;
font-size:11px;

.post-label-block .label-block
background:$(post.label.background.color);
color:$(post.label.color);
display:inline-block;
padding:2px 3px;
margin:0 0 2px;

.post-label-block .date-block
background:$(post.date.background.color);
color:$(post.date.color);
display:inline-block;
padding:2px 3px;
margin:0 0 2px;

.post-label-block .profile-block
background:$(post.profile.background.color);
color:$(post.profile.color);
display:inline-block;
padding:2px 3px;
margin:0 0 2px;

.post-label-block .label-block:hover, .post-label-block .date-block:hover
background:#333;

.post-label-block abbr
border-bottom:none;

.post
border-bottom:1px dotted #ddd;
margin:0 0 12px;
padding:0 0 7px;
overflow:hidden;

.post-body
line-height: 1.4;

h2.post-title, h1.post-title
font:$(post.title.font);

h1.post-title
margin-bottom:15px;

h2.post-title a, h1.post-title a, h2.post-title, h1.post-title
color:$(post.title.color);

h2.post-title a:hover, h1.post-title a:hover
color:$(link.color);

.img-thumbnail
background:$(post.thumbnail.background.color);
float:left;
width:74px;
height:74px;
margin:0 10px 5px 0;
padding:8px;
border:1px solid $(post.thumbnail.border.background.color);

.img-thumbnail img
width:74px;
height:74px;

.post-author
color:#999;
font-style:italic;
margin:15px 0 0;
font-size:11px;
font-weight:bold;

.post-author a
color:#999;

.post-author a:hover
border-bottom:1px dotted #ddd;


#blog-pager
margin:0 0;
clear:both !important;
padding:3px 3px;
text-transform:uppercase;
font-size:11px;
font-weight:bold;

#blog-pager-newer-link a
background:#89C237;
float:left;
display:block;
padding:2px 3px;
color:#fff;

#blog-pager-older-link a
background:#89C237;
float:right;
display:block;
padding:2px 3px;
color:#fff;

a.home-link
background:#89C237;
display:inline-block;
padding:2px 3px;
color:#fff;

#blog-pager-older-link a:hover, #blog-pager-newer-link a:hover, a.home-link:hover
background-color:#333;
color:#fff;




/* SIDEBAR WRAPPER */
#sidebar-wrapper
float:right;
width:160px;
margin:12px 0;

.sidebar-container
margin:0 0;

.sidebar h2
font:$(widget.title.font);
background:$(widget.title.background.color);
color:$(widget.title.text.color);
margin:0 0 10px 0;
padding:4px 8px;
text-transform:uppercase;
border-top: 1px solid $(sidebar.title.border.top.color);
border-bottom:1px solid $(sidebar.title.border.bottom.color);

.sidebar .widget
padding:0 0 10px;

.sidebar ul, .sidebar ol
list-style-type:none;
margin:0 0 0 0;
padding:0 0 0 0;

.sidebar li
margin:0 0 0 0;
padding:3px 0;
border-bottom:1px dotted #ddd



/* label */
.label-size-1,.label-size-2,.label-size-3,.label-size-4,.label-size-5
font-size:100%;
filter:alpha(100);
opacity:10

.cloud-label-widget-content
text-align:left

.label-size
display:block;
float:left;
background:#89C237;
margin:0 3px 3px 0;
color:#eee;
font-size:11px;
text-transform:uppercase;
font-weight:bold;

.label-size a,.label-size span
display:inline-block;
color:#fff;
padding:2px 3px;

.label-size:hover
background:#333333

.label-count
white-space:nowrap;
padding-right:3px;
margin-left:-3px;

.label-size
line-height:1.2


/* popular post */
.PopularPosts .item-thumbnail
margin:0 6px 6px 0;
display:inline;
padding:6px;
border:1px solid #e5e5e5;

.PopularPosts .item-thumbnail a img
height:40px;
width:40px;
display:block;
margin:0;
padding:0;

.PopularPosts .widget-content ul li
padding:6px 0px !important;
border-bottom:1px dotted #e2e2e2;

.PopularPosts .item-title
font-weight:bold;

.PopularPosts .item-snippet
font-size:10px;
color:#666;

.profile-img
display:inline;
opaciry:10;
margin:0 6px 3px 0;



/* ==== Related Post Widget Start ==== */

.related-post
margin:15px 0px 0px;
border:1px solid #e5e5e5;
padding:10px;
background:#f6f6f6;

.related-post h4
font-size:14px;
margin:0 0 .5em;
text-transform:uppercase;


.related-post-style-2
margin:0 0 0 0 !important;
padding:0 0 0 0 !important;
list-style:none;

.related-post-style-2 li
margin:0 0 0 0;
padding:0 0 0 0;

.related-post-style-2 li
padding:5px 0 !important;
border-top:1px solid #eee;
overflow:hidden;

.related-post-style-2 li:first-child border-top:none
.related-post-style-2 .related-post-item-thumbnail
width:40px;
height:40px;
max-width:none;
max-height:none;
background:#fff;
border: 1px solid #e5e5e5;
padding:6px;
float:left;
margin:2px 8px 0 0;

.related-post-style-2 .related-post-item-title
font:bold 14px Arial, sans-serif;

.related-post-style-2 .related-post-item-summary
display:block;
overflow:hidden;
font-size:11px;

.related-post-style-2 .related-post-item-more {}



/* share buttons */
.share-buttons-box
height: 67px;
margin:20px 0 0;
overflow:hidden;

.share-buttons
margin:0 0;
height:67px;
float:left;

.share-buttons .share
float:left;
margin-right:10px;
display:inline-block;


/* facebook comments */
.fbbox-comments
box-sizing: border-box;
-moz-box-sizing: border-box;
background:#f6f6f6;
border:1px solid #e5e5e5;
margin: 0 0 20px;

.fb-commentswidth: 100% !important;
.fb-comments iframe[style]width: 100% !important;
.fb-like-boxwidth: 100% !important;
.fb-like-box iframe[style]width: 100% !important;
.fb-comments spanwidth: 100% !important;
.fb-comments iframe span[style]width: 100% !important;
.fb-like-box spanwidth: 100% !important;
.fb-like-box iframe span[style]width: 100% !important;




/* FOOTER WRAPPER */
#footer-wrapper
background:$(footer.background.color);
margin:0 auto;
padding:12px 18px;
overflow:hidden;
color:$(footer.color);
font:$(footer.font);
border-top:1px solid $(footer.border.color);

.footer-left
float:left;

.footer-right
float:right;

#footer-wrapper a
color:$(footer.color);

#footer-wrapper a:hover
color:$(link.color);



.tinynav
background:#fff;
display:none;
margin:4px 0 4px 18px;
padding:6px;
border:none;

.tinynav option
padding:0 4px;



@media only screen and (max-width:768px)
.header, .banner468-header
float:none;
max-width:100%;

.header
margin:0 0 12px;



@media only screen and (max-width:640px)
.tinynav
display: inline-block;

#menu
display:none;



@media only screen and (max-width:480px)
#header-wrapper
padding:17px 10px 12px;

.header, .banner468-header
text-align:center;

#content-wrapper, .banner728-top, .banner728-bottom
padding:0 10px;

#post-wrapper, #sidebar-wrapper
width:100%;
max-width:100%;
float:none;
margin:12px 0 12px 0;

.post-container
margin:0 0 0 0;

#nav ul#menu
margin:0px 0px 0px 10px;

#search-form
margin:0 10px 0 0;

#footer-wrapper
padding:12px 10px;
text-align:center;

.footer-left, .footer-right
float:none;

.tinynav
margin:3px 0 3px 10px;

.comment .comment-thread.inline-thread .comment
margin: 0 0 0 0 !important;

.related-post
padding:8px;

.comments .comments-content
padding:0 8px !important;

.comments .comments-content .comment-thread ol
margin:8px 0 !important;



@media screen and (max-width:320px)
.img-thumbnail
width:70px;
height:70px;
margin:0 6px 3px 0;

.img-thumbnail img
width:70px;
height:70px;

#search-form input#search-box[type="text"]
width:80px;



/* VIEWPORT */
@-wekit-viewportwidth:device-width;max-zoom:1;min-zoom:1
@-moz-viewportwidth:device-width;max-zoom:1;min-zoom:1
@-ms-viewportwidth:device-width;max-zoom:1;min-zoom:1
@-o-viewportwidth:device-width;max-zoom:1;min-zoom:1
@viewportwidth:device-width;max-zoom:1;min-zoom:1


]]></b:skin>

<b:template-skin>
<![CDATA[

/* CSS TATA LETAK */

body#layout div.section
background: transparent;
margin: 0px 0px 15px 0px;
padding: 0px;
border: none;
box-sizing: border-box;

body#layout .section h4
display: none;

body#layout .widget-content
margin-top: 0;


body#layout #header-wrapper, body#layout #content-wrapper
padding: 0 0 0 0;


body#layout #nav
display: none;


]]></b:template-skin>


<b:if cond='data:blog.pageType != &quot;index&quot;'>
<style type='text/css'>
/* COMMENT */

.comment-form
overflow:hidden;

.comments h3
font-weight:bold;
margin:0 0 15px 0;
font-size:14px;
padding:0 0 0 0;

h4#comment-post-message
display:none;
margin:0 0 0 0;

.comments
clear:both;
margin-top:10px;
margin-bottom:0

.comments .comments-content
font-size:13px;
margin-bottom:8px;
background: none repeat scroll 0% 0% #F6F6F6;
padding:0 12px;
border: 1px solid #e5e5e5;


.comments .comments-content .comment-thread ol
text-align:left;
margin:12px 0;
padding:0


.comments .avatar-image-container
background:#fff;
overflow:hidden;
padding:6px;
border:1px solid #e5e5e5;

.comments .comment-block
position:relative;
background:#fff;
padding:10px;
margin-left:60px;
border:1px solid #e5e5e5;


.comments .comments-content .comment-replies
margin:8px 0;
margin-left:60px

.comments .comments-content .comment-thread:empty
display:none

.comments .comment-replybox-single
padding:0;
margin:8px 0;
margin-left:60px;

.comments .comment-replybox-thread
margin:8px 0 0 0;
padding:0;



.comments .comments-content .comment
margin-bottom:6px;
padding:0

.comments .comments-content .comment:first-child
padding:0;
margin:0

.comments .comments-content .comment:last-child
padding:0;
margin:0

.comments .comment-thread.inline-thread .comment, .comments .comment-thread.inline-thread .comment:last-child
margin:0px 0px 5px 30%

.comment .comment-thread.inline-thread .comment:nth-child(6)
margin:0px 0px 5px 25%;

.comment .comment-thread.inline-thread .comment:nth-child(5)
margin:0px 0px 5px 20%;

.comment .comment-thread.inline-thread .comment:nth-child(4)
margin:0px 0px 5px 15%;

.comment .comment-thread.inline-thread .comment:nth-child(3)
margin:0px 0px 5px 10%;

.comment .comment-thread.inline-thread .comment:nth-child(2)
margin:0px 0px 5px 5%;

.comment .comment-thread.inline-thread .comment:nth-child(1)
margin:0px 0px 5px 0;


.comments .comments-content .comment-thread
margin:0;
padding:0

.comments .comments-content .inline-thread
padding:0 0;
margin:0


.comments .comments-content .icon.blog-author
position:absolute;
top:-2px;
right:-2px;
margin:0;
background-image: url(http://3.bp.blogspot.com/-c0gwWErZ6ZI/UbSD539E_qI/AAAAAAAAAPQ/vQuaJw27r1A/s1600/bitmap.png);
width:59px;
height:43px;


.comments .comment .comment-actions a
background:#89C237;
display:inline-block;
color:#fff;
font-weight:bold;
font-size:10px;
line-height:15px;
padding:2px 3px;
margin:4px 8px 0 0;

.comments .comment .comment-actions a:hover, .comments .continue a:hover
text-decoration:none;
background:#333;


.comments .continue a
background:#89C237;
color:#fff;
display:inline-block;
padding:3px 4px;
font-size:10px;


.pesan-komentar
background:#fff;
padding:10px 20px;
margin:0 8px;
border:1px solid #e5e5e5;

.pesan-komentar p
line-height:normal;
margin:0 0;


</style>
</b:if>

<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js'/>
<script>
//<![CDATA[
/*! http://tinynav.viljamis.com v1.2 by @viljamis */
(function(a,k,g)a.fn.tinyNav=function(l)var c=a.extend(active:"selected",header:"",indent:"- ",label:"",l);return this.each(function()g++;var h=a(this),b="tinynav"+g,f=".l_"+b,e=a("<select/>").attr("id",b).addClass("tinynav "+b);if(h.is("ul,ol"))))(jQuery,this,0);
//]]>
</script>
<script>
// TinyNav.js
$(function ()
$(&#39;#menu&#39;).tinyNav();
);
</script>

<b:include data='blog' name='google-analytics'/>
</head>

<body expr:class='&quot;loading&quot; + data:blog.mobileClass'>

<div id='fb-root'/>
<script>
(function(d, s, id)
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = &quot;//connect.facebook.net/id_ID/sdk.js#xfbml=1&amp;version=v2.3&quot;;
fjs.parentNode.insertBefore(js, fjs);
(document, &#39;script&#39;, &#39;facebook-jssdk&#39;));
</script>

<!-- navbar menu start -->
<b:section class='navbar' id='navbar' maxwidgets='1' showaddelement='no'>
<b:widget id='Navbar1' locked='true' title='Navbar' type='Navbar' version='1'>
<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;gapi.iframes:gapi.iframes.style.bubble&quot;, function()
if (gapi.iframes &amp;&amp; gapi.iframes.getContext)
gapi.iframes.getContext().openChild(
url: &#39;https://www.blogger.com/navbar.g?targetBlogID\x3d5078761186890920075\x26blogName\x3dteknodroidlime\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dLIGHT\x26layoutType\x3dLAYOUTS\x26searchRoot\x3dhttps://teknodroidlime.blogspot.com/search\x26blogLocale\x3din\x26v\x3d2\x26homepageUrl\x3dhttps://teknodroidlime.blogspot.com/\x26vt\x3d7860323830630917871&#39;,
where: document.getElementById(&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>
<!-- navbar menu end -->

<!-- wrapper start -->
<div id='wrapper'>

<!-- header wrapper start -->
<header id='header-wrapper'>
<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
<b:widget id='Header1' locked='true' title='teknodroidlime (Header)' type='Header' version='1'>
<b:widget-settings>
<b:widget-setting name='displayUrl'/>
<b:widget-setting name='displayHeight'>0</b:widget-setting>
<b:widget-setting name='sectionWidth'>-1</b:widget-setting>
<b:widget-setting name='useImage'>false</b:widget-setting>
<b:widget-setting name='shrinkToFit'>false</b:widget-setting>
<b:widget-setting name='imagePlacement'>BEHIND</b:widget-setting>
<b:widget-setting name='displayWidth'>0</b:widget-setting>
</b:widget-settings>
<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'>
<b:if cond='data:blog.pageType in &quot;item&quot;,&quot;static_page&quot;'>
<p style='text-indent:-9999px;margin:0 0 0 0;padding:0 0 0 0;height:0px;'><b:include name='title'/></p>
<b:else/>
<h1 style='text-indent:-9999px;margin:0 0 0 0;padding:0 0 0 0;height:0px;'><b:include name='title'/></h1>
</b:if>
<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 cond='data:blog.pageType in &quot;item&quot;,&quot;static_page&quot;'>
<p style='text-indent:-9999px;margin:0 0 0 0;padding:0 0 0 0;height:0px;'><b:include name='title'/></p>
<b:else/>
<h1 style='text-indent:-9999px;margin:0 0 0 0;padding:0 0 0 0;height:0px;'><b:include name='title'/></h1>
</b:if>
</b:if>
</div>
</b:if>
<b:else/>
<!--No header image -->
<div id='header-inner'>
<div class='titlewrapper'>
<b:if cond='data:blog.pageType in &quot;item&quot;,&quot;static_page&quot;'>
<p class='title'><b:include name='title'/></p>
<b:else/>
<h1 class='title'><b:include name='title'/></h1>
</b:if>
<b:include name='description'/>
</div>
</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 class='banner468-header' id='banner468-header' showaddelement='yes'/>

<div class='clear'/>
</header>
<!-- header wrapper end -->

<!-- desktop navigation menu start -->
<nav id='nav'>

<ul id='menu'>
<li><a href='/'>Home</a></li>
<li><a href='#'>Menu 1</a>
<ul>
<li><a href='#'>Sub Menu 1</a></li>
<li><a href='#'>Sub Menu 2</a></li>
<li><a href='#'>Sub Menu 3</a></li>
</ul>
</li>
<li><a href='#'>Menu 2</a>
<ul>
<li><a href='#'>Sub Menu 1</a> </li>
<li><a href='#'>Sub Menu 2</a></li>
<li><a href='#'>Sub Menu 3</a></li>
</ul>
</li>
<li><a href='#'>Menu 3</a></li>
</ul>

<form action='/search' id='search-form' method='get' style='display: inline;'><input id='search-box' name='q' onblur='if(this.value==&apos;&apos;)this.value=this.defaultValue;' onfocus='if(this.value==this.defaultValue)this.value=&apos;&apos;;' type='text' value='Search...' vinput=/> <input id='search-button' type='submit' value='Go'/></form>

</nav>

<div class='clear'/>
<!-- secondary navigation menu end -->

<b:section class='banner728-top' id='banner728-top' showaddelement='yes'/>


<!-- content wrapper start -->
<div id='content-wrapper'>
<!-- post wrapper start -->
<div id='post-wrapper'>
<div class='post-container'>
<b:section class='main' id='main' showaddelement='no'>
<b:widget id='Blog1' locked='true' title='Posting Blog' type='Blog' version='1'>
<b:widget-settings>
<b:widget-setting name='showDateHeader'>true</b:widget-setting>
<b:widget-setting name='style.textcolor'>#333333</b:widget-setting>
<b:widget-setting name='showShareButtons'>true</b:widget-setting>
<b:widget-setting name='authorLabel'>By</b:widget-setting>
<b:widget-setting name='showCommentLink'>true</b:widget-setting>
<b:widget-setting name='style.urlcolor'>#0099cc</b:widget-setting>
<b:widget-setting name='showAuthor'>false</b:widget-setting>
<b:widget-setting name='disableGooglePlusShare'>true</b:widget-setting>
<b:widget-setting name='style.linkcolor'>#0099cc</b:widget-setting>
<b:widget-setting name='style.unittype'>TextAndImage</b:widget-setting>
<b:widget-setting name='style.bgcolor'>#dddddd</b:widget-setting>
<b:widget-setting name='showAuthorProfile'>false</b:widget-setting>
<b:widget-setting name='style.layout'>1x1</b:widget-setting>
<b:widget-setting name='showLabels'>true</b:widget-setting>
<b:widget-setting name='showLocation'>true</b:widget-setting>
<b:widget-setting name='showTimestamp'>true</b:widget-setting>
<b:widget-setting name='postsPerAd'>3</b:widget-setting>
<b:widget-setting name='showBacklinks'>false</b:widget-setting>
<b:widget-setting name='style.bordercolor'>#dddddd</b:widget-setting>
<b:widget-setting name='showInlineAds'>true</b:widget-setting>
<b:widget-setting name='showReactions'>false</b:widget-setting>
</b:widget-settings>
<b:includable id='main' var='top'>
<b:include data='posts' name='breadcrumb'/>
<b:if cond='data:mobile == &quot;false&quot;'>

<!-- 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.isDateStart'>
<b:if cond='data:post.isFirstPost == &quot;false&quot;'>
&lt;/div&gt;&lt;/div&gt;
</b:if>
</b:if>
<b:if cond='data:post.isDateStart'>
&lt;div class=&quot;date-outer&quot;&gt;
</b:if>
<b:if cond='data:post.isDateStart'>
&lt;div class=&quot;date-posts&quot;&gt;
</b:if>
<div class='post-outer'>
<b:include data='post' name='post'/>
<b:if cond='data:blog.pageType == &quot;static_page&quot;'>
<b:include data='post' name='comment_picker'/>
</b:if>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<b:include data='post' name='comment_picker'/>
</b:if>
</div>
<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:loop>
<b:if cond='data:numPosts != 0'>
&lt;/div&gt;&lt;/div&gt;
</b:if>
<data:adEnd/>
</div>

<!-- navigation -->
<b:include name='nextprev'/>


<!-- feed links -->
<b:include name='feedLinks'/>

<b:if cond='data:top.showStars'>
<script src='//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:else/>
<b:include name='mobile-main'/>
</b:if>

<b:if cond='data:top.showDummy'>
<data:top.dummyBootstrap/>
</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='//www.blogger.com/img/icon_delete13.gif'/>
</a>
</span>
</b:includable>
<b:includable id='backlinks' var='post'/>
<b:includable id='breadcrumb' var='posts'>
<b:if cond='data:blog.homepageUrl != data:blog.url'>
<b:if cond='data:blog.pageType == &quot;static_page&quot;'>
<div class='breadcrumbs'><span><a expr:href='data:blog.homepageUrl' rel='nofollow'>Home</a></span> &#187; <span><data:blog.pageName/></span>
</div>
<b:else/>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<b:loop values='data:posts' var='post'>
<b:if cond='data:post.labels'>
<div class='breadcrumbs'><span itemscope=
itemtype='http://data-vocabulary.org/Breadcrumb'><a expr:href='data:blog.homepageUrl' itemprop='url'><span itemprop='title'>Home</span></a></span> &#187; <b:loop values='data:post.labels' var='label'><span itemscope= itemtype='http://data-vocabulary.org/Breadcrumb'><a expr:href='data:label.url + &quot;?&amp;max-results=8&quot;' itemprop='url'><span itemprop='title'><data:label.name/></span></a></span><b:if cond='data:label.isLast != &quot;true&quot;'> &#187; </b:if> </b:loop> &#187; <span><data:post.title/></span>
</div>
<b:else/>
<div class='breadcrumbs'><span><a expr:href='data:blog.homepageUrl' rel='nofollow'>Home</a></span> &#187; <span>Uncategories</span> &#187; <span><data:post.title/></span></div>
</b:if>
</b:loop>
<b:else/>
<b:if cond='data:blog.pageType == &quot;archive&quot;'>
<div class='breadcrumbs'> <span><a expr:href='data:blog.homepageUrl' rel='nofollow'>Home</a></span> &#187; <span>Archive for <data:blog.pageName/></span>
</div>
<b:else/>
<b:if cond='data:blog.searchQuery'>
<div class='breadcrumbs'><span><a expr:href='data:blog.homepageUrl' rel='nofollow'>Home</a></span> &#187; <span><data:blog.pageName/></span>
</div>
<b:else/>
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<div class='breadcrumbs'>
<b:if cond='data:blog.pageName == &quot;&quot;'> <span><a expr:href='data:blog.homepageUrl' rel='nofollow'>Home</a></span> &#187; <span>All post</span>
<b:else/>
<span><a expr:href='data:blog.homepageUrl' rel='nofollow'>Home</a></span> &#187; <span><data:blog.pageName/></span>
</b:if>
</div>
</b:if>
</b:if>
</b:if>
</b:if>
</b:if>
</b:if>
</b:includable>
<b:includable id='comment-form' var='post'>
<div class='comment-form'>
<a name='comment-form'/>
<b:if cond='data:mobile'>
<h4 id='comment-post-message'>
<a expr:id='data:widget.instanceId + &quot;_comment-editor-toggle-link&quot;' href='javascript:void(0)'><data:postCommentMsg/></a></h4>
<div class='pesan-komentar'><p><data:blogCommentMessage/></p></div>
<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:block' width='100%'/>
<b:else/>
<h4 id='comment-post-message'><data:postCommentMsg/></h4>
<div class='pesan-komentar'><p><data:blogCommentMessage/></p></div>
<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='commentDeleteIcon' var='comment'>
<span expr:class='&quot;item-control &quot; + data:comment.adminClass'>
<b:if cond='data:showCmtPopup'>
<div class='goog-toggle-button'>
<div class='goog-inline-block comment-action-icon'/>
</div>
<b:else/>
<a class='comment-delete' expr:href='data:comment.deleteUrl' expr:title='data:top.deleteCommentMsg'>
<img src='//www.blogger.com/img/icon_delete13.gif'/>
</a>
</b:if>
</span>
</b:includable>
<b:includable id='comment_count_picker' var='post'>
<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-post-url='data:post.url' 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:includable>
<b:includable id='comment_picker' var='post'>
<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:includable>
<b:includable id='comments' var='post'>
<div class='comments' id='comments'>
<a name='comments'/>
<b:if cond='data:post.allowComments'>
<h3><b:if cond='data:post.numComments == 0'> 0 Response to &quot;<data:blog.pageName/>&quot;</b:if> <b:if cond='data:post.numComments == 1'> 1 Response to &quot;<data:blog.pageName/>&quot; </b:if> <b:if cond='data:post.numComments &gt; 1'> <data:post.numComments/> Responses to &quot;<data:blog.pageName/>&quot; </b:if></h3>

<b:if cond='data:post.commentPagingRequired'>
<span class='paging-control-container'>
<b:if cond='data:post.hasOlderLinks'>
<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;
</b:if>

<data:post.commentRangeText/>

<b:if cond='data:post.hasNewerLinks'>
&#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>
</b:if>
</span>
</b:if>

<div expr:id='data:widget.instanceId + &quot;_comments-block-wrapper&quot;'>
<dl expr:class='data:post.avatarIndentClass' 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:blog.enabledCommentProfileImages'>
<data:comment.authorAvatarImage/>
</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' expr:id='data:widget.instanceId + data:comment.cmtBodyIdPostfix'>
<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>
</div>

<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>
<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: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'>
<div class='mobile-date-outer date-outer'>

<div class='mobile-post-outer'>
<b:if cond='data:post.thumbnailUrl'>
<div class='mobile-index-thumbnail'>
<div class='Image'>
<img expr:src='data:post.thumbnailUrl'/>
</div>
</div>
<b:else/>
<div class='mobile-index-thumbnail'>
<div class='Image'>
<img expr:alt='data:post.title' expr:title='data:post.title' src='http://3.bp.blogspot.com/-zP87C2q9yog/UVopoHY30SI/AAAAAAAAE5k/AIyPvrpGLn8/w200-h150-c/picture_not_available.png'/>
</div>
</div>
</b:if>
<a expr:href='data:post.url'>
<h3 class='mobile-index-title entry-title' itemprop='name'>
<data:post.title/>
</h3>
</a>

<div class='mobile-index-contents'>
<div class='post-body'>
<b:if cond='data:post.snippet'><data:post.snippet/></b:if>
</div>
</div>

<div style='clear: both;'/>

</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'>&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='mobile-post' var='post'>
<div class='date-outer'>
<div class='date-posts'>
<div class='post-outer'>

<div class='post hentry uncustomized-post-template' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<b:if cond='data:post.thumbnailUrl'>
<meta expr:content='data:post.thumbnailUrl' itemprop='image_url'/>
</b:if>
<meta expr:content='data:blog.blogId' itemprop='blogId'/>
<meta expr:content='data:post.id' itemprop='postId'/>

<a expr:name='data:post.id'/>
<b:if cond='data:post.title'>
<h3 class='post-title entry-title' itemprop='name'>
<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' itemprop='articleBody'>
<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'>
<b:if cond='data:post.authorProfileUrl'>
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta expr:content='data:post.authorProfileUrl' itemprop='url'/>
<a expr:href='data:post.authorProfileUrl' rel='author' title='author profile'>
<span itemprop='name'><data:post.author/></span>
</a>
</span>
<b:else/>
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<span itemprop='name'><data:post.author/></span>
</span>
</b:if>
</b:if>
</span>

<span class='post-timestamp'>
<b:if cond='data:top.showTimestamp'>
<data:top.timestampLabel/>
<b:if cond='data:post.url'>
<meta expr:content='data:post.canonicalUrl' itemprop='url'/>
<a class='timestamp-link' expr:href='data:post.url' rel='bookmark' title='permanent link'><abbr class='published' expr:title='data:post.timestampISO8601' itemprop='datePublished'><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'>
<b:include data='post' name='comment_count_picker'/>
</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(0);'><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='comment_picker'/>
</b:if>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<b:include data='post' name='comment_picker'/>
</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>

<a class='home-link' expr:href='data:blog.homepageUrl'><data:homeMsg/></a>

<b:if cond='data:mobileLinkUrl'>
<div class='blog-mobile-link'>
<a expr:href='data:mobileLinkUrl'><data:mobileLinkMsg/></a>
</div>
</b:if>

</div>
<div class='clear'/>
</b:includable>
<b:includable id='post' var='post'>
<article class='post hentry'>

<b:switch var='data:blog.pageType'>
<b:case value='static_page'/>
<!-- Posting halaman statis -->
<div>
<b:if cond='data:post.title'>
<h1 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>
</h1>
</b:if>
<div class='post-body entry-content' expr:id='&quot;post-body-&quot; + data:post.id'>
<data:post.body/>
<div style='clear: both;'/>
</div>
</div>

<b:case value='item'/>
<!-- Posting halaman item -->
<div itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<b:if cond='data:post.firstImageUrl'>
<meta expr:content='data:post.firstImageUrl' itemprop='image'/>
</b:if>
<a expr:name='data:post.id'/>

<div class='post-label-block'>
<b:if cond='data:top.showAuthor'>
<b:if cond='data:post.authorProfileUrl'>
<span class='author-info'>
<span class='vcard'>
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta expr:content='data:post.authorProfileUrl' itemprop='url'/>
<a class='g-profile profile-block' expr:href='data:post.authorProfileUrl' rel='author' title='author profile'>
By <span itemprop='name'><data:post.author/></span>
</a>
</span>
</span>
</span>
</b:if>
</b:if>
<b:if cond='data:post.dateHeader'>
<span class='date-block'><abbr class='updated published' expr:title='data:post.timestampISO8601' itemprop='datePublished' style='text-decoration:none;border-bottom:none;'><data:post.dateHeader/></abbr></span>
<b:else/>
<b:if cond='data:top.showTimestamp'>
<span class='date-block'><abbr class='updated published' expr:title='data:post.timestampISO8601' itemprop='datePublished' style='text-decoration:none;border-bottom:none;'><data:post.timestamp/></abbr></span>
</b:if>
</b:if>
<b:if cond='data:post.labels'>
<b:loop values='data:post.labels' var='label'>
<a class='label-block' expr:href='data:label.url' rel='tag'><data:label.name/></a><b:if cond='data:label.isLast != &quot;true&quot;'/>
</b:loop>
</b:if>
</div>

<b:if cond='data:post.title'>
<h1 class='post-title entry-title' itemprop='name headline'>
<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>
</h1>
</b:if>

<div class='post-body entry-content' expr:id='&quot;post-body-&quot; + data:post.id' itemprop='description articleBody'>

<!--KODE 1-->
<b:if cond='data:blog.pageType == &quot;item&quot;'><script type='text/javascript'>
//<![CDATA[
var relatedTitles = new Array(); var relatedTitlesNum = 0; var relatedUrls = new Array(); function related_results_labels(json) for (var i = 0; i < json.feed.entry.length; i++) var entry = json.feed.entry[i]; relatedTitles[relatedTitlesNum] = entry.title.$t; for (var k = 0; k < entry.link.length; k++) if (entry.link[k].rel == 'alternate') relatedUrls[relatedTitlesNum] = entry.link[k].href; relatedTitlesNum++; break; function removeRelatedDuplicates() var tmp = new Array(0); var tmp2 = new Array(0); for(var i = 0; i < relatedUrls.length; i++) if(!contains(tmp, relatedUrls[i])) tmp.length += 1; tmp[tmp.length - 1] = relatedUrls[i]; tmp2.length += 1; tmp2[tmp2.length - 1] = relatedTitles[i]; relatedTitles = tmp2; relatedUrls = tmp; function contains(a, e) for(var j = 0; j < a.length; j++) if (a[j]==e) return true; return false; function printRelatedLabels() var r = Math.floor((relatedTitles.length - 1) * Math.random()); var i = 0; document.write('<ul>'); while (i < relatedTitles.length && i < 20) document.write('<li><a href="' + relatedUrls[r] + '">' + relatedTitles[r] + '</a></li>'); if (r < relatedTitles.length - 1) r++; else r = 0; i++; document.write('</ul>');//]]>
</script></b:if>
<b><data:blog.pageName/></b> - Hallo sahabat <a expr:href='data:blog.homepageUrl'><data:blog.title/></a>, Pada Artikel yang anda baca kali ini dengan judul <data:blog.pageName/>, kami telah mempersiapkan artikel ini dengan baik untuk anda baca dan ambil informasi didalamnya. mudah-mudahan isi postingan <b:loop values='data:post.labels' var='label'> <a expr:href='data:label.url' rel='dofollow'>Artikel <data:label.name/></a>,</b:loop> yang kami tulis ini dapat anda pahami. baiklah, selamat membaca.<br/><br/>
Judul : <span itemprop='itemreviewed'><b><data:post.title/></b></span><br/>link : <a expr:href='data:post.url'><data:post.title/></a><br/>
<div expr:id='&quot;post1&quot; + data:post.id'/><div class='related-post'><b:if cond='data:post.labels'><b:loop values='data:post.labels' var='label'><b:if cond='data:blog.pageType == &quot;item&quot;'>
<script expr:src='&quot;/feeds/posts/default/-/&quot; + data:label.name + &quot;?alt=json-in-script&amp;callback=related_results_labels&amp;max-results=5&quot;' type='text/javascript'/></b:if></b:loop></b:if><h4>Baca juga</h4><script type='text/javascript'>removeRelatedDuplicates();printRelatedLabels();</script></div><div expr:id='&quot;post2&quot; + data:post.id'><br/></div><script type='text/javascript'>var obj0=document.getElementById(&quot;post1<data:post.id/>&quot;);var obj1=document.getElementById(&quot;post2<data:post.id/>&quot;);var s=obj1.innerHTML;var t=s.substr(0,s.length/3);var r=t.lastIndexOf(&quot;&lt;br&gt;&quot;);if(r&gt;0) obj0.innerHTML=s.substr(0,r);obj1.innerHTML=s.substr(r+4);</script>
<h1><data:blog.pageName/></h1>

<data:post.body/>

<!--KODE 1-->
<b:if cond='data:blog.pageType == &quot;item&quot;'><div><br/><br/>
<h2>Demikianlah Artikel <data:blog.pageName/></h2><div><span>Sekianlah artikel <data:blog.pageName/> kali ini, mudah-mudahan bisa memberi manfaat untuk anda semua. baiklah, sampai jumpa di postingan artikel lainnya.</span></div></div><b:else/><p><data:post.body/></p></b:if>
<b:if cond='data:blog.pageType == &quot;item&quot;'><div><br/>
Anda sekarang membaca artikel <strong><u><data:blog.pageName/></u></strong> dengan alamat link <strong><data:post.url/></strong></div><b:else/>
</b:if>



<div style='clear: both;'/>

<div class='share-buttons-box'>
<div class='share-buttons'>
<div class='share gplus'><div class='g-plusone' data-size='tall' expr:data-href='data:post.url'/></div>
<div class='share like'><div class='fb-like' data-action='like' data-layout='box_count' data-share='false' data-show-faces='false' expr:data-href='data:post.url'/></div>
<div class='share fbshare'><div class='fb-share-button' data-type='box_count' expr:data-href='data:post.url'/></div>
<div class='share tweet'><a class='twitter-share-button' data-count='vertical' data-lang='en' data-size='normal' expr:data-url='data:post.url' href='https://twitter.com/share'>Tweet</a></div>
<div class='share linkedin'><script src='//platform.linkedin.com/in.js' type='text/javascript'>
lang: en_US </script><script data-counter='top' expr:data-url='data:post.url' type='IN/Share'/></div>
</div>
</div>
<script>!function(d,s,id)var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?&#39;http&#39;:&#39;https&#39;;if(!d.getElementById(id))js=d.createElement(s);js.id=id;js.src=p+&#39;://platform.twitter.com/widgets.js&#39;;fjs.parentNode.insertBefore(js,fjs);(document, &#39;script&#39;, &#39;twitter-wjs&#39;);</script>
<div style='clear: both;'/>


<!-- Related Post Widget Start -->
<div class='related-post' id='related-post'/>
<script type='text/javascript'>
var labelArray = [<b:if cond='data:post.labels'><b:loop values='data:post.labels' var='label'>
&quot;<data:label.name/>&quot;<b:if cond='data:label.isLast != &quot;true&quot;'>,</b:if>
</b:loop></b:if>];
var relatedPostConfig =
homePage: &quot;<data:blog.homepageUrl/>&quot;,
widgetTitle: &quot;&lt;h4&gt;Related Posts :&lt;/h4&gt;&quot;,
numPosts: 5,
summaryLength: 100,
titleLength: &quot;auto&quot;,
thumbnailSize: 60,
noImage: &quot;http://3.bp.blogspot.com/-ltyYh4ysBHI/U04MKlHc6pI/AAAAAAAADQo/PFxXaGZu9PQ/w60-h60-c/no-image.png&quot;,
containerId: &quot;related-post&quot;,
newTabLink: false,
moreText: &quot;Read More...&quot;,
widgetStyle: 2,
callBack: function() {}
;
</script>
<!-- Related Post Widget End -->

<div style='clear: both;'/>

</div>
</div>
<b:default/>
<!-- Posting halaman default (index, arsip, dll.) -->

<b:if cond='data:post.thumbnailUrl'>
<a expr:href='data:post.url'><div class='img-thumbnail'><img expr:alt='data:post.title' expr:src='data:post.thumbnailUrl' expr:title='data:post.title' height='74' width='74'/></div>
</a>
<b:else/>
<b:if cond='data:post.firstImageUrl'>
<a expr:href='data:post.url'><div class='img-thumbnail'><img expr:alt='data:post.title' expr:src='data:post.firstImageUrl' expr:title='data:post.title' height='74' width='74'/></div>
</a>
<b:else/>
<a expr:href='data:post.url'><div class='img-thumbnail'><img expr:alt='data:post.title' expr:title='data:post.title' height='74' src='http://3.bp.blogspot.com/-ltyYh4ysBHI/U04MKlHc6pI/AAAAAAAADQo/PFxXaGZu9PQ/w100-h100-c/no-image.png' width='74'/></div>
</a>
</b:if>
</b:if>

<div class='post-box' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<b:if cond='data:post.firstImageUrl'>
<meta expr:content='data:post.firstImageUrl' itemprop='image'/>
</b:if>
<a expr:name='data:post.id'/>

<div class='post-label-block'>
<b:if cond='data:top.showAuthor'>
<b:if cond='data:post.authorProfileUrl'>
<span class='author-info'>
<span class='vcard'>
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta expr:content='data:post.authorProfileUrl' itemprop='url'/>
<a class='g-profile profile-block' expr:href='data:post.authorProfileUrl' rel='author' title='author profile'>
By <span itemprop='name'><data:post.author/></span>
</a>
</span>
</span>
</span>
</b:if>
</b:if>
<b:if cond='data:post.dateHeader'>
<span class='date-block'><abbr class='updated published' expr:title='data:post.timestampISO8601' itemprop='datePublished' style='text-decoration:none;border-bottom:none;'><data:post.dateHeader/></abbr></span>
<b:else/>
<b:if cond='data:top.showTimestamp'>
<span class='date-block'><abbr class='updated published' expr:title='data:post.timestampISO8601' itemprop='datePublished' style='text-decoration:none;border-bottom:none;'><data:post.timestamp/></abbr></span>
</b:if>
</b:if>
<b:if cond='data:post.labels'>
<b:loop values='data:post.labels' var='label'>
<a class='label-block' expr:href='data:label.url' rel='tag'><data:label.name/></a><b:if cond='data:label.isLast != &quot;true&quot;'/>
</b:loop>
</b:if>
</div>

<b:if cond='data:post.title'>
<h2 class='post-title entry-title' itemprop='name headline'>
<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>
</h2>
</b:if>

<div class='post-body entry-content' expr:id='&quot;post-body-&quot; + data:post.id' itemprop='articleBody description'>
<div expr:id='&quot;summary&quot; + data:post.id'>
<data:post.snippet/>
</div>
</div>

</div>
</b:switch>
</article>

<!-- KOMENTAR FACEBOOK -->
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div class='fbbox-comments' style='width:100%;margin-top:20px'>
<div class='fb-comments' data-num-posts='2' expr:data-href='data:blog.url'/>
</div>
</b:if>

</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'>
<b:if cond='data:top.showEmailButton'><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></b:if><b:if cond='data:top.showBlogThisButton'><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></b:if><b:if cond='data:top.showTwitterButton'><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></b:if><b:if cond='data:top.showFacebookButton'><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></b:if><b:if cond='data:top.showOrkutButton'><a class='goog-inline-block share-button sb-orkut' expr:href='data:post.sharePostUrl + &quot;&amp;target=orkut&quot;' expr:title='data:top.shareToOrkutMsg' target='_blank'><span class='share-button-link-text'><data:top.shareToOrkutMsg/></span></a></b:if><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: jasa layanan aqiqah