· 6 years ago · Mar 24, 2020, 01:38 AM
1<?xml version="1.0" encoding="UTF-8" ?>
2<!DOCTYPE html>
3<html b:version='2' class='v2' expr:dir='data:blog.languageDirection' lang='en-US' 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'>
4<head>
5<meta charset='UTF-8'/>
6<meta content='width=device-width, initial-scale=1' name='viewport'/>
7<b:include data='blog' name='all-head-content'/>
8<link href='https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i&subset=latin-ext' rel='stylesheet' type='text/css'/>
9<link href='https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css' rel='stylesheet'/>
10<link href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0/css/bootstrap.min.css' rel='stylesheet'/>
11<b:if cond='data:blog.pageType == "index"'>
12<title><data:blog.pageTitle/></title>
13<b:else/>
14<b:if cond='data:blog.pageType != "error_page"'>
15<title><data:blog.pageName/> ~ <data:blog.title/></title>
16<b:else/>
17<title>404 ~ Page Not Found!</title>
18</b:if>
19</b:if>
20<!--[if lt IE 9]>
21<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
22<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
23<![endif]-->
24
25<b:skin><![CDATA[/*
26-----------------------------------------------
27Template Name : Monza
28Author : NewBloggerThemes.com
29Author URL : https://newbloggerthemes.com/
30Theme URL : https://newbloggerthemes.com/monza-blogger-template/
31Created Date : Tuesday, June 26, 2018
32License : GNU General Public License v2 or later
33----------------------------------------------- */
34/* Variable definitions
35 ====================
36*/
37
38/* Use this with templates/template-twocol.html */
39
40.section,.widget{margin:0;padding:0;}
41.section,.widget{margin:0;padding:0;line-height:1.5;}
42.widget ul,.widget li{margin:0;padding:0;line-height:1.5;}
43
44/*--------------------------------------------------------------
45# Normalize
46--------------------------------------------------------------*/
47/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
48
49/* Document
50 ========================================================================== */
51
52/**
53 * 1. Correct the line height in all browsers.
54 * 2. Prevent adjustments of font size after orientation changes in iOS.
55 */
56
57html {
58 line-height: 1.15; /* 1 */
59 -webkit-text-size-adjust: 100%; /* 2 */
60}
61
62/* Sections
63 ========================================================================== */
64
65/**
66 * Remove the margin in all browsers.
67 */
68
69body {
70 margin: 0;
71}
72
73/**
74 * Correct the font size and margin on `h1` elements within `section` and
75 * `article` contexts in Chrome, Firefox, and Safari.
76 */
77
78h1 {
79 font-size: 2em;
80 margin: 0.67em 0;
81}
82
83/* Grouping content
84 ========================================================================== */
85
86/**
87 * 1. Add the correct box sizing in Firefox.
88 * 2. Show the overflow in Edge and IE.
89 */
90
91hr {
92 box-sizing: content-box; /* 1 */
93 height: 0; /* 1 */
94 overflow: visible; /* 2 */
95}
96
97/**
98 * 1. Correct the inheritance and scaling of font size in all browsers.
99 * 2. Correct the odd `em` font sizing in all browsers.
100 */
101
102pre {
103 font-family: monospace, monospace; /* 1 */
104 font-size: 1em; /* 2 */
105}
106
107/* Text-level semantics
108 ========================================================================== */
109
110/**
111 * Remove the gray background on active links in IE 10.
112 */
113
114a {
115 background-color: transparent;
116}
117
118/**
119 * 1. Remove the bottom border in Chrome 57-
120 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
121 */
122
123abbr[title] {
124 border-bottom: none; /* 1 */
125 text-decoration: underline; /* 2 */
126 text-decoration: underline dotted; /* 2 */
127}
128
129/**
130 * Add the correct font weight in Chrome, Edge, and Safari.
131 */
132
133b,
134strong {
135 font-weight: bolder;
136}
137
138/**
139 * 1. Correct the inheritance and scaling of font size in all browsers.
140 * 2. Correct the odd `em` font sizing in all browsers.
141 */
142
143code,
144kbd,
145samp {
146 font-family: monospace, monospace; /* 1 */
147 font-size: 1em; /* 2 */
148}
149
150/**
151 * Add the correct font size in all browsers.
152 */
153
154small {
155 font-size: 80%;
156}
157
158/**
159 * Prevent `sub` and `sup` elements from affecting the line height in
160 * all browsers.
161 */
162
163sub,
164sup {
165 font-size: 75%;
166 line-height: 0;
167 position: relative;
168 vertical-align: baseline;
169}
170
171sub {
172 bottom: -0.25em;
173}
174
175sup {
176 top: -0.5em;
177}
178
179/* Embedded content
180 ========================================================================== */
181
182/**
183 * Remove the border on images inside links in IE 10.
184 */
185
186img {
187 border-style: none;
188}
189
190/* Forms
191 ========================================================================== */
192
193/**
194 * 1. Change the font styles in all browsers.
195 * 2. Remove the margin in Firefox and Safari.
196 */
197
198button,
199input,
200optgroup,
201select,
202textarea {
203 font-family: inherit; /* 1 */
204 font-size: 100%; /* 1 */
205 line-height: 1.15; /* 1 */
206 margin: 0; /* 2 */
207}
208
209/**
210 * Show the overflow in IE.
211 * 1. Show the overflow in Edge.
212 */
213
214button,
215input { /* 1 */
216 overflow: visible;
217}
218
219/**
220 * Remove the inheritance of text transform in Edge, Firefox, and IE.
221 * 1. Remove the inheritance of text transform in Firefox.
222 */
223
224button,
225select { /* 1 */
226 text-transform: none;
227}
228
229/**
230 * Correct the inability to style clickable types in iOS and Safari.
231 */
232
233button,
234[type="button"],
235[type="reset"],
236[type="submit"] {
237 -webkit-appearance: button;
238}
239
240/**
241 * Remove the inner border and padding in Firefox.
242 */
243
244button::-moz-focus-inner,
245[type="button"]::-moz-focus-inner,
246[type="reset"]::-moz-focus-inner,
247[type="submit"]::-moz-focus-inner {
248 border-style: none;
249 padding: 0;
250}
251
252/**
253 * Restore the focus styles unset by the previous rule.
254 */
255
256button:-moz-focusring,
257[type="button"]:-moz-focusring,
258[type="reset"]:-moz-focusring,
259[type="submit"]:-moz-focusring {
260 outline: 1px dotted ButtonText;
261}
262
263/**
264 * Correct the padding in Firefox.
265 */
266
267fieldset {
268 padding: 0.35em 0.75em 0.625em;
269}
270
271/**
272 * 1. Correct the text wrapping in Edge and IE.
273 * 2. Correct the color inheritance from `fieldset` elements in IE.
274 * 3. Remove the padding so developers are not caught out when they zero out
275 * `fieldset` elements in all browsers.
276 */
277
278legend {
279 box-sizing: border-box; /* 1 */
280 color: inherit; /* 2 */
281 display: table; /* 1 */
282 max-width: 100%; /* 1 */
283 padding: 0; /* 3 */
284 white-space: normal; /* 1 */
285}
286
287/**
288 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
289 */
290
291progress {
292 vertical-align: baseline;
293}
294
295/**
296 * Remove the default vertical scrollbar in IE 10+.
297 */
298
299textarea {
300 overflow: auto;
301}
302
303/**
304 * 1. Add the correct box sizing in IE 10.
305 * 2. Remove the padding in IE 10.
306 */
307
308[type="checkbox"],
309[type="radio"] {
310 box-sizing: border-box; /* 1 */
311 padding: 0; /* 2 */
312}
313
314/**
315 * Correct the cursor style of increment and decrement buttons in Chrome.
316 */
317
318[type="number"]::-webkit-inner-spin-button,
319[type="number"]::-webkit-outer-spin-button {
320 height: auto;
321}
322
323/**
324 * 1. Correct the odd appearance in Chrome and Safari.
325 * 2. Correct the outline style in Safari.
326 */
327
328[type="search"] {
329 -webkit-appearance: textfield; /* 1 */
330 outline-offset: -2px; /* 2 */
331}
332
333/**
334 * Remove the inner padding in Chrome and Safari on macOS.
335 */
336
337[type="search"]::-webkit-search-decoration {
338 -webkit-appearance: none;
339}
340
341/**
342 * 1. Correct the inability to style clickable types in iOS and Safari.
343 * 2. Change font properties to `inherit` in Safari.
344 */
345
346::-webkit-file-upload-button {
347 -webkit-appearance: button; /* 1 */
348 font: inherit; /* 2 */
349}
350
351/* Interactive
352 ========================================================================== */
353
354/*
355 * Add the correct display in Edge, IE 10+, and Firefox.
356 */
357
358details {
359 display: block;
360}
361
362/*
363 * Add the correct display in all browsers.
364 */
365
366summary {
367 display: list-item;
368}
369
370/* Misc
371 ========================================================================== */
372
373/**
374 * Add the correct display in IE 10+.
375 */
376
377template {
378 display: none;
379}
380
381/**
382 * Add the correct display in IE 10.
383 */
384
385[hidden] {
386 display: none;
387}
388
389/*--------------------------------------------------------------
390# Typography
391--------------------------------------------------------------*/
392body,
393button,
394input,
395select,
396optgroup,
397textarea {
398 color: #434343;
399 font-family: Roboto, sans-serif;
400 font-size: 10px;
401 line-height: 1.5;
402 font-weight: 300;
403}
404
405h1, h2, h3, h4, h5, h6 {
406 clear: both;
407 color: #333;
408 font-family: Roboto;
409 font-weight: 300;
410}
411
412p {
413 margin-bottom: 1.5em;
414}
415
416dfn, cite, em, i {
417 font-style: italic;
418}
419
420blockquote {
421 margin: 0 1.5em;
422}
423
424address {
425 margin: 0 0 1.5em;
426}
427
428pre {
429 background: #eee;
430 font-family: "Courier 10 Pitch", Courier, monospace;
431 font-size: 10px;
432 font-size: 0.9375rem;
433 line-height: 1.6;
434 margin-bottom: 1.6em;
435 max-width: 100%;
436 overflow: auto;
437 padding: 1.6em;
438}
439
440code, kbd, tt, var {
441 font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
442 font-size: 15px;
443 font-size: 0.9375rem;
444}
445
446abbr, acronym {
447 border-bottom: 1px dotted #666;
448 cursor: help;
449}
450
451mark, ins {
452 background: #fff9c0;
453 text-decoration: none;
454}
455
456big {
457 font-size: 125%;
458}
459
460/*--------------------------------------------------------------
461# Elements
462--------------------------------------------------------------*/
463html {
464 box-sizing: border-box;
465}
466
467*,
468*:before,
469*:after {
470 /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
471 box-sizing: inherit;
472}
473
474body {
475 background: #fff;
476 /* Fallback for when there is no custom background color defined. */
477}
478
479hr {
480 background-color: #ccc;
481 border: 0;
482 height: 1px;
483 margin-bottom: 1.5em;
484}
485
486ul, ol {
487 margin: 0 0 1.5em 3em;
488}
489
490ul {
491 list-style: disc;
492}
493
494ol {
495 list-style: decimal;
496}
497
498li > ul,
499li > ol {
500 margin-bottom: 0;
501 margin-left: 1.5em;
502}
503
504dt {
505 font-weight: bold;
506}
507
508dd {
509 margin: 0 1.5em 1.5em;
510}
511
512img {
513 height: auto;
514 /* Make sure images are scaled correctly. */
515 max-width: 100%;
516 /* Adhere to container width. */
517}
518
519figure {
520 margin: 1em 0;
521 /* Extra wide images within figure tags don't overflow the content area. */
522}
523
524table {
525 margin: 0 0 1.5em;
526 width: 100%;
527}
528
529/*--------------------------------------------------------------
530# Forms
531--------------------------------------------------------------*/
532button,
533input[type="button"],
534input[type="reset"],
535input[type="submit"] {
536 border: 1px solid;
537 border-color: #ccc #ccc #bbb;
538 border-radius: 3px;
539 background: #e6e6e6;
540 color: rgba(0, 0, 0, 0.8);
541 font-size: 12px;
542 font-size: 0.75rem;
543 line-height: 1;
544 padding: .6em 1em .4em;
545}
546
547button:hover,
548input[type="button"]:hover,
549input[type="reset"]:hover,
550input[type="submit"]:hover {
551 border-color: #ccc #bbb #aaa;
552}
553
554button:active, button:focus,
555input[type="button"]:active,
556input[type="button"]:focus,
557input[type="reset"]:active,
558input[type="reset"]:focus,
559input[type="submit"]:active,
560input[type="submit"]:focus {
561 border-color: #aaa #bbb #bbb;
562}
563
564input[type="text"],
565input[type="email"],
566input[type="url"],
567input[type="password"],
568input[type="search"],
569input[type="number"],
570input[type="tel"],
571input[type="range"],
572input[type="date"],
573input[type="month"],
574input[type="week"],
575input[type="time"],
576input[type="datetime"],
577input[type="datetime-local"],
578input[type="color"],
579textarea {
580 color: #666;
581 border: 1px solid #ccc;
582 border-radius: 3px;
583 padding: 3px;
584}
585
586input[type="text"]:focus,
587input[type="email"]:focus,
588input[type="url"]:focus,
589input[type="password"]:focus,
590input[type="search"]:focus,
591input[type="number"]:focus,
592input[type="tel"]:focus,
593input[type="range"]:focus,
594input[type="date"]:focus,
595input[type="month"]:focus,
596input[type="week"]:focus,
597input[type="time"]:focus,
598input[type="datetime"]:focus,
599input[type="datetime-local"]:focus,
600input[type="color"]:focus,
601textarea:focus {
602 color: #111;
603}
604
605select {
606 border: 1px solid #ccc;
607}
608
609textarea {
610 width: 100%;
611}
612
613/*--------------------------------------------------------------
614# Navigation
615--------------------------------------------------------------*/
616/*--------------------------------------------------------------
617## Links
618--------------------------------------------------------------*/
619a {
620 color: #ad8353;
621}
622
623a:visited {
624 color: #000;
625}
626
627a:hover, a:focus, a:active {
628 color: #ad8353;
629}
630
631a:focus {
632 outline: thin dotted;
633}
634
635a:hover, a:active {
636 outline: 0;
637}
638
639/*--------------------------------------------------------------
640## Menus
641--------------------------------------------------------------*/
642.monza-main-navigation {
643 clear: both;
644 display: block;
645 float: left;
646 width: 100%;
647}
648
649.monza-main-navigation ul {
650 display: none;
651 list-style: none;
652 margin: 0;
653 padding-left: 0;
654}
655
656.monza-main-navigation ul ul {
657 box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
658 float: left;
659 position: absolute;
660 top: 100%;
661 left: -999em;
662 z-index: 99999;
663}
664
665.monza-main-navigation ul ul ul {
666 left: -999em;
667 top: 0;
668}
669
670.monza-main-navigation ul ul li:hover > ul,
671.monza-main-navigation ul ul li.focus > ul {
672 left: 100%;
673}
674
675.monza-main-navigation ul ul a {
676 width: 200px;
677}
678
679.monza-main-navigation ul li:hover > ul,
680.monza-main-navigation ul li.focus > ul {
681 left: auto;
682}
683
684.monza-main-navigation li {
685 float: left;
686 position: relative;
687}
688
689.monza-main-navigation a {
690 display: block;
691 text-decoration: none;
692}
693
694/* Small menu. */
695.monza-menu-toggle,
696.monza-main-navigation.toggled ul {
697 display: block;
698}
699
700@media screen and (min-width: 37.5em) {
701 .monza-menu-toggle {
702 display: none;
703 }
704 .monza-main-navigation ul {
705 display: block;
706 }
707}
708
709/*--------------------------------------------------------------
710# Accessibility
711--------------------------------------------------------------*/
712/* Text meant only for screen readers. */
713.screen-reader-text {
714 border: 0;
715 clip: rect(1px, 1px, 1px, 1px);
716 clip-path: inset(50%);
717 height: 1px;
718 margin: -1px;
719 overflow: hidden;
720 padding: 0;
721 position: absolute !important;
722 width: 1px;
723 word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
724}
725
726.screen-reader-text:focus {
727 background-color: #f1f1f1;
728 border-radius: 3px;
729 box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
730 clip: auto !important;
731 clip-path: none;
732 color: #21759b;
733 display: block;
734 font-size: 14px;
735 font-size: 0.875rem;
736 font-weight: bold;
737 height: auto;
738 left: 5px;
739 line-height: normal;
740 padding: 15px 23px 14px;
741 text-decoration: none;
742 top: 5px;
743 width: auto;
744 z-index: 100000;
745 /* Above WP toolbar. */
746}
747
748/* Do not show the outline on the skip link target. */
749#monza-content[tabindex="-1"]:focus {
750 outline: 0;
751}
752
753/*--------------------------------------------------------------
754# Alignments
755--------------------------------------------------------------*/
756.alignleft {
757 display: inline;
758 float: left;
759 margin-right: 1.5em;
760}
761
762.alignright {
763 display: inline;
764 float: right;
765 margin-left: 1.5em;
766}
767
768.aligncenter {
769 clear: both;
770 display: block;
771 margin-left: auto;
772 margin-right: auto;
773}
774
775/*--------------------------------------------------------------
776# Clearings
777--------------------------------------------------------------*/
778.clear:before,
779.clear:after,
780.entry-content:before,
781.entry-content:after,
782.monza-site-header:before,
783.monza-site-header:after,
784.monza-site-content:before,
785.monza-site-content:after,
786.monza-site-footer:before,
787.monza-site-footer:after {
788 content: "";
789 display: table;
790 table-layout: fixed;
791}
792
793.clear:after,
794.entry-content:after,
795.monza-site-header:after,
796.monza-site-content:after,
797.monza-site-footer:after {
798 clear: both;
799}
800
801/*--------------------------------------------------------------
802# Widgets
803--------------------------------------------------------------*/
804.monza-widget-area .widget {
805 margin: 0 0 1.5em;
806 /* Make sure select elements fit in widgets. */
807}
808
809.widget select {
810 max-width: 100%;
811}
812
813/*--------------------------------------------------------------
814# Content
815--------------------------------------------------------------*/
816/*--------------------------------------------------------------
817## Posts and pages
818--------------------------------------------------------------*/
819.sticky {
820 display: block;
821}
822
823.hentry {
824 margin: 0 0 1.5em;
825}
826
827.page-content,
828.entry-content,
829.entry-summary {
830 margin: 1.5em 0 0;
831}
832
833/*--------------------------------------------------------------
834# Media
835--------------------------------------------------------------*/
836
837/* Make sure embeds and iframes fit their containers. */
838embed,
839iframe,
840object {
841 max-width: 100%;
842}
843
844/* Make sure logo link wraps around logo image. */
845.custom-logo-link {
846 display: inline-block;
847}
848
849/*--------------------------------------------------------------
850## Site Title
851--------------------------------------------------------------*/
852.monza-site-title {
853 margin-bottom: 10px;
854 font-size: 50px;
855 text-transform: uppercase;
856 line-height: 1;
857 margin: 0;
858}
859
860.monza-site-title a {
861 text-decoration: none;
862 color: #333;
863}
864
865/*--------------------------------------------------------------
866## Site Navigation
867--------------------------------------------------------------*/
868.monza-main-navigation {
869 background: #f5f5f5;
870}
871
872.monza-main-navigation a {
873 color: #333;
874 text-transform: uppercase;
875 font-size: 14px;
876 letter-spacing: 0.5px;
877}
878
879.monza-main-navigation .nav-menu > li > a {
880 padding: 20px 0;
881}
882
883.monza-main-navigation .sub-menu {
884 text-align: left;
885}
886
887.monza-main-navigation .nav-menu {
888 text-align: center;
889}
890
891.monza-main-navigation .nav-menu > li {
892 display: inline-block;
893 float: inherit;
894 margin: 0 20px;
895}
896
897.monza-main-navigation .nav-menu > li:first-child {
898 margin-left: 0;
899}
900
901.monza-main-navigation .nav-menu > li:last-child {
902 margin-right: 0;
903}
904
905.monza-main-navigation ul ul {
906 background: #f5f5f5;
907}
908
909.monza-main-navigation ul ul a {
910 text-transform: inherit;
911 padding: 10px 10px;
912 border-bottom: 1px solid #dfdfdf;
913 width: 215px;
914}
915
916.monza-main-navigation ul ul li:last-child > a {
917 border: none;
918}
919
920/*--------------------------------------------------------------
921## Site Content
922--------------------------------------------------------------*/
923.monza-site-branding {
924 text-align: center;
925 margin: 70px 0;
926}
927
928.monza-site-content {
929 margin-top: 50px;
930}
931
932.monza-site-description {
933 color: #999;
934}
935/*--------------------------------------------------------------
936## Article
937--------------------------------------------------------------*/
938.post {
939 margin-bottom: 60px;
940}
941
942.post .entry-header {
943 text-align: center;
944 padding-left: 0;
945 padding-right: 0;
946}
947
948.entry-content, .entry-header {
949 margin-top: 20px;
950}
951
952.single .post .entry-content {
953 text-align: inherit;
954 padding-left: 0;
955 padding-right: 0;
956}
957
958.posted-on, .posted-on a {
959 color: #999;
960}
961
962.post-tags a {
963 color: #999;
964}
965
966.entry-meta, .entry-meta span, .entry-meta a {
967 color: #999;
968}
969
970.page.type-page a {
971 color: #ad8353;
972}
973
974.monza-entry-cat a {
975 color: #ad8353;
976 font-size: 11px;
977 text-transform: uppercase;
978 letter-spacing: 2px;
979 font-weight: 400;
980}
981
982.entry-title {
983 margin-top: 10px;
984 margin-bottom: 15px;
985 font-size: 26px;
986 word-wrap: break-word;
987}
988
989.entry-title a {
990 color: inherit;
991 text-decoration: none;
992}
993.entry-title a:hover {opacity: 0.7;}
994
995.monza-entry-more {
996 margin-top: 10px;
997}
998
999.monza-entry-more a {
1000 text-transform: uppercase;
1001 font-size: 11px;
1002 letter-spacing: 2px;
1003 color: #ad8353;
1004 border: 1px solid #eee;
1005 border-radius: 10000px;
1006 padding: 10px 20px;
1007 text-decoration: none;
1008 font-weight: 400;
1009}
1010
1011.monza-entry-more a:hover, .entry-share .social-icon:hover {
1012 background: #ad8353;
1013 color: #fff;
1014 border-color: #ad8353;
1015}
1016
1017.entry-share {
1018 margin-top: 35px;
1019}
1020
1021.entry-share .social-icon {
1022 display: inline-block;
1023 border: 1px solid #eee;
1024 width: 40px;
1025 height: 40px;
1026 text-align: center;
1027 line-height: 40px;
1028 border-radius: 3px;
1029 margin: 0 3px;
1030 color: #000;
1031}
1032/*--------------------------------------------------------------
1033## Widget
1034--------------------------------------------------------------*/
1035.monza-widget-area .widget {
1036 margin: 0 0 1.5em;
1037 border: 1px solid #ddd;
1038 padding: 20px;
1039}
1040
1041.monza-widget-area .widget h2 {
1042 font-size: 14px;
1043 text-transform: uppercase;
1044 font-weight: 400;
1045 letter-spacing: 1px;
1046 margin-top: 5px;
1047 border-bottom: 1px solid #ddd;
1048 padding-bottom: 23px;
1049 margin-bottom: 23px;
1050}
1051
1052/*--------------------------------------------------------------
1053## Button
1054--------------------------------------------------------------*/
1055button, input[type="button"], input[type="reset"], input[type="submit"] {
1056 background: #ad8353;
1057 color: #fff;
1058 text-transform: uppercase;
1059 font-size: 12px;
1060 letter-spacing: 2px;
1061 border: none;
1062 padding: 10px 20px;
1063 border-radius: 10000px;
1064}
1065
1066.monza-widget-area .widget ul {
1067 margin-left: 0;
1068 padding-left: 0;
1069 list-style: none;
1070}
1071
1072.monza-widget-area .widget li {
1073 padding: 3px 0 3px 0;
1074}
1075
1076.monza-widget-area .widget ul ul {
1077 padding-left: 15px;
1078}
1079
1080.monza-widget-area .widget a {
1081 color: #ad8353;
1082}
1083/*--------------------------------------------------------------
1084## Footer
1085--------------------------------------------------------------*/
1086.monza-site-footer {
1087 text-align: center;
1088 border-top: 1px solid #eee;
1089 padding: 100px 0;
1090 margin-top: 50px;
1091}
1092
1093.monza-site-footer a {
1094 color: #ad8353;
1095}
1096
1097@media(max-width: 767px){
1098 .post .entry-header, .post .entry-content, .post .monza-entry-more {
1099 padding-left: 20px;
1100 padding-right: 20px;
1101 }
1102
1103 .monza-main-navigation .monza-menu-toggle {
1104 margin: 0 auto;
1105 }
1106}
1107
1108.label-size-1,.label-size-2,.label-size-3,.label-size-4,.label-size-5{font-size:100%;filter:alpha(100);opacity:10;}
1109.cloud-label-widget-content{text-align:left;}
1110.label-size{-moz-transition:all .25s;-webkit-transition:all .25s;transition:all .25s;background:#333333 !important;display:block;float:left;margin:0 3px 3px 0;color:#ffffff;font-size:11px;text-transform:uppercase;}
1111.label-size a,.label-size span{display:inline-block;color:#ffffff !important;padding:6px 4px;font-weight:normal;}
1112.label-size:hover{color:#ffffff !important;background:#000000 !important;}
1113.label-count{white-space:nowrap;padding-right:3px;margin-left:-3px;background:#000000;color:#ffffff !important;display:none !important;}
1114.label-size{line-height:1.2;}
1115
1116.FollowByEmail .follow-by-email-inner{position:relative;}
1117.follow-by-email-inner{padding:0;margin:0;}
1118.follow-by-email-inner:before{content:'Enter your email address to subscribe to this blog and receive notifications of new posts by email.';}
1119.FollowByEmail .follow-by-email-inner input{font-family:inherit;font-size:inherit;}
1120.FollowByEmail .follow-by-email-inner::-webkit-input-placeholder,.FollowByEmail .follow-by-email-inner input:-moz-placeholder{font-family:inherit;font-size:inherit;color:inherit;}
1121.FollowByEmail .follow-by-email-inner .follow-by-email-address{border:1px solid #ddd;background-color:#f6f6f6;height:auto;width:100%;padding:8px 12px 6px 15px;margin:0 0 2px 0;font-size:13px;}
1122.FollowByEmail .follow-by-email-inner .follow-by-email-submit{background:#000;border:0 none;color:#ffffff;cursor:pointer;height:auto;margin:0;padding:10px 6px 10px 6px;width:100%;z-index:0;font:normal normal 11px Domine, sans-serif;text-transform:uppercase;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;text-shadow:none;}
1123.FollowByEmail .follow-by-email-inner .follow-by-email-submit:hover{background:#222222;color:#ffffff;}
1124.follow-by-email-inner table{margin:0;padding:0;border:none !important;}
1125.follow-by-email-inner tbody{border:none !important;}
1126.follow-by-email-inner tr{border:none !important;}
1127.follow-by-email-inner td{border:medium none !important;display:block;margin:0;padding:10px 0 0;width:100%;}
1128
1129.FeaturedPost h3{font-size:120%;line-height:inherit;font-weight:bold;margin:0 0 5px 0;}
1130.FeaturedPost p{margin:5px 0 10px;}
1131.FeaturedPost .post-summary{padding:0;}
1132
1133h2.date-header{margin:10px 0;display:none;}
1134.main .widget{margin:0 0 5px;padding:0 0 2px;}
1135.main .Blog{border-bottom-width:0;}
1136#header .description{}
1137#comments{padding:10px;margin-bottom:20px;}
1138#comments h4{font-size:22px;margin-bottom:10px;}
1139.deleted-comment{font-style:italic;color:gray;}
1140#blog-pager-newer-link{float:left;}
1141#blog-pager-older-link{float:right;}
1142#blog-pager{text-align:center;padding:5px;margin:10px 0;}
1143.feed-links{clear:both;}
1144#navbar-iframe{height:0;visibility:hidden;display:none;}
1145.author-profile{background:#f6f6f6;border:1px solid #eeeeee;margin:10px 0 10px 0;padding:8px;overflow:hidden;}
1146.author-profile img{border:1px solid #ddd;float:left;margin-right:10px;}
1147.post-iconspbt{margin:5px 0 0 0;padding:0;}
1148.post-locationpbt{margin:5px 0;padding:0;}
1149.related-postbwrap{margin:10px auto 0;}
1150.related-postbwrap h4{margin:10px 0 10px;}
1151.related-post-style-3,.related-post-style-3 li{margin:0;padding:0;list-style:none;word-wrap:break-word;overflow:hidden;}
1152.related-post-style-3 .related-post-item{display:block;float:left;width:160px;height:auto;padding:10px;border-left:0 solid #eee;margin-bottom:-989px;padding-bottom:999px;}
1153.related-post-style-3 .related-post-item:first-child{border-left:none;}
1154.related-post-style-3 .related-post-item-thumbnail{display:block;margin:0 0 10px;width:140px;height:auto;max-width:100%;max-height:none;background-color:transparent;border:none;padding:0;}
1155.related-post-style-3 .related-post-item-title{font-weight:normal;text-decoration:none;}
1156.pbt-share-buttons{overflow:hidden;padding:0;margin:10px 0;float:none;}
1157.pbt-share-buttons a{padding:5px;font-size:10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:20px;height:20px;display:inline-block;background:#333;color:#fff !important;margin:0 4px 2px 2px;line-height:10px !important;text-align:center;}
1158.separator a[style="margin-left: 1em; margin-right: 1em;"] {margin-left: auto!important;margin-right: auto!important;}
1159.separator a[style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"] {clear: none !important; float: none !important; margin-bottom: 0em !important; margin-right: 0em !important;}
1160.separator a[style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"] img {float: left !important; margin: 0px 10px 10px 0px;}
1161.separator a[style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"] {clear: none !important; float: none !important; margin-bottom: 0em !important; margin-left: 0em !important;}
1162.separator a[style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"] img {float: right !important; margin: 0px 0px 10px 10px;}
1163.PopularPosts .widget-content ul li{padding:6px 0;}
1164.reaction-buttons table{border:none;margin-bottom:5px;}
1165.reaction-buttons table,.reaction-buttons td{border:none !important;}
1166.pbtthumbimg{float:left;margin:0 10px 5px 0;padding:4px;border:0 solid #eee;background:none;width:200px;height:auto;}
1167.status-msg-wrap{margin:10px auto 25px;}
1168.PopularPosts img{display:block;}
1169.CSS_LIGHTBOX{/*z-index:1000 !important;*/}
1170
1171]]></b:skin>
1172
1173<b:template-skin>
1174<![CDATA[
1175body#layout ul{list-style-type:none;list-style:none;}
1176body#layout ul li{list-style-type:none;list-style:none;}
1177body#layout #skiplinks{display:none;}
1178body#layout .widget_searchnbt{display:none;}
1179body#layout div.section{background:transparent;margin:0 0 15px 0;padding:0 10px;border:0;box-sizing:border-box;}
1180body#layout .add_widget,body#layout .widget-content{padding:12px;}
1181body#layout .add_widget a{margin-left:0;font-size:14px;}
1182body#layout div.layout-title{font-size:14px;}
1183body#layout div.layout-widget-description{font-size:12px;}
1184body#layout .editlink{color:#FFFFFF !important;background:#BBB;border-radius:15px;padding:4px 6px;}
1185body#layout .section h4{font-size:13px;font-weight:normal;text-transform:uppercase;}
1186]]>
1187</b:template-skin>
1188
1189<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js' type='text/javascript'/>
1190
1191<script type='text/javascript'>
1192//<![CDATA[
1193
1194/*! jQuery Migrate v1.4.1 | (c) jQuery Foundation and other contributors | jquery.org/license */
1195"undefined"==typeof jQuery.migrateMute&&(jQuery.migrateMute=!0),function(a,b,c){function d(c){var d=b.console;f[c]||(f[c]=!0,a.migrateWarnings.push(c),d&&d.warn&&!a.migrateMute&&(d.warn("JQMIGRATE: "+c),a.migrateTrace&&d.trace&&d.trace()))}function e(b,c,e,f){if(Object.defineProperty)try{return void Object.defineProperty(b,c,{configurable:!0,enumerable:!0,get:function(){return d(f),e},set:function(a){d(f),e=a}})}catch(g){}a._definePropertyBroken=!0,b[c]=e}a.migrateVersion="1.4.1";var f={};a.migrateWarnings=[],b.console&&b.console.log&&b.console.log("JQMIGRATE: Migrate is installed"+(a.migrateMute?"":" with logging active")+", version "+a.migrateVersion),a.migrateTrace===c&&(a.migrateTrace=!0),a.migrateReset=function(){f={},a.migrateWarnings.length=0},"BackCompat"===document.compatMode&&d("jQuery is not compatible with Quirks Mode");var g=a("<input/>",{size:1}).attr("size")&&a.attrFn,h=a.attr,i=a.attrHooks.value&&a.attrHooks.value.get||function(){return null},j=a.attrHooks.value&&a.attrHooks.value.set||function(){return c},k=/^(?:input|button)$/i,l=/^[238]$/,m=/^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,n=/^(?:checked|selected)$/i;e(a,"attrFn",g||{},"jQuery.attrFn is deprecated"),a.attr=function(b,e,f,i){var j=e.toLowerCase(),o=b&&b.nodeType;return i&&(h.length<4&&d("jQuery.fn.attr( props, pass ) is deprecated"),b&&!l.test(o)&&(g?e in g:a.isFunction(a.fn[e])))?a(b)[e](f):("type"===e&&f!==c&&k.test(b.nodeName)&&b.parentNode&&d("Can't change the 'type' of an input or button in IE 6/7/8"),!a.attrHooks[j]&&m.test(j)&&(a.attrHooks[j]={get:function(b,d){var e,f=a.prop(b,d);return f===!0||"boolean"!=typeof f&&(e=b.getAttributeNode(d))&&e.nodeValue!==!1?d.toLowerCase():c},set:function(b,c,d){var e;return c===!1?a.removeAttr(b,d):(e=a.propFix[d]||d,e in b&&(b[e]=!0),b.setAttribute(d,d.toLowerCase())),d}},n.test(j)&&d("jQuery.fn.attr('"+j+"') might use property instead of attribute")),h.call(a,b,e,f))},a.attrHooks.value={get:function(a,b){var c=(a.nodeName||"").toLowerCase();return"button"===c?i.apply(this,arguments):("input"!==c&&"option"!==c&&d("jQuery.fn.attr('value') no longer gets properties"),b in a?a.value:null)},set:function(a,b){var c=(a.nodeName||"").toLowerCase();return"button"===c?j.apply(this,arguments):("input"!==c&&"option"!==c&&d("jQuery.fn.attr('value', val) no longer sets properties"),void(a.value=b))}};var o,p,q=a.fn.init,r=a.find,s=a.parseJSON,t=/^\s*</,u=/\[(\s*[-\w]+\s*)([~|^$*]?=)\s*([-\w#]*?#[-\w#]*)\s*\]/,v=/\[(\s*[-\w]+\s*)([~|^$*]?=)\s*([-\w#]*?#[-\w#]*)\s*\]/g,w=/^([^<]*)(<[\w\W]+>)([^>]*)$/;a.fn.init=function(b,e,f){var g,h;return b&&"string"==typeof b&&!a.isPlainObject(e)&&(g=w.exec(a.trim(b)))&&g[0]&&(t.test(b)||d("$(html) HTML strings must start with '<' character"),g[3]&&d("$(html) HTML text after last tag is ignored"),"#"===g[0].charAt(0)&&(d("HTML string cannot start with a '#' character"),a.error("JQMIGRATE: Invalid selector string (XSS)")),e&&e.context&&e.context.nodeType&&(e=e.context),a.parseHTML)?q.call(this,a.parseHTML(g[2],e&&e.ownerDocument||e||document,!0),e,f):(h=q.apply(this,arguments),b&&b.selector!==c?(h.selector=b.selector,h.context=b.context):(h.selector="string"==typeof b?b:"",b&&(h.context=b.nodeType?b:e||document)),h)},a.fn.init.prototype=a.fn,a.find=function(a){var b=Array.prototype.slice.call(arguments);if("string"==typeof a&&u.test(a))try{document.querySelector(a)}catch(c){a=a.replace(v,function(a,b,c,d){return"["+b+c+'"'+d+'"]'});try{document.querySelector(a),d("Attribute selector with '#' must be quoted: "+b[0]),b[0]=a}catch(e){d("Attribute selector with '#' was not fixed: "+b[0])}}return r.apply(this,b)};var x;for(x in r)Object.prototype.hasOwnProperty.call(r,x)&&(a.find[x]=r[x]);a.parseJSON=function(a){return a?s.apply(this,arguments):(d("jQuery.parseJSON requires a valid JSON string"),null)},a.uaMatch=function(a){a=a.toLowerCase();var b=/(chrome)[ \/]([\w.]+)/.exec(a)||/(webkit)[ \/]([\w.]+)/.exec(a)||/(opera)(?:.*version|)[ \/]([\w.]+)/.exec(a)||/(msie) ([\w.]+)/.exec(a)||a.indexOf("compatible")<0&&/(mozilla)(?:.*? rv:([\w.]+)|)/.exec(a)||[];return{browser:b[1]||"",version:b[2]||"0"}},a.browser||(o=a.uaMatch(navigator.userAgent),p={},o.browser&&(p[o.browser]=!0,p.version=o.version),p.chrome?p.webkit=!0:p.webkit&&(p.safari=!0),a.browser=p),e(a,"browser",a.browser,"jQuery.browser is deprecated"),a.boxModel=a.support.boxModel="CSS1Compat"===document.compatMode,e(a,"boxModel",a.boxModel,"jQuery.boxModel is deprecated"),e(a.support,"boxModel",a.support.boxModel,"jQuery.support.boxModel is deprecated"),a.sub=function(){function b(a,c){return new b.fn.init(a,c)}a.extend(!0,b,this),b.superclass=this,b.fn=b.prototype=this(),b.fn.constructor=b,b.sub=this.sub,b.fn.init=function(d,e){var f=a.fn.init.call(this,d,e,c);return f instanceof b?f:b(f)},b.fn.init.prototype=b.fn;var c=b(document);return d("jQuery.sub() is deprecated"),b},a.fn.size=function(){return d("jQuery.fn.size() is deprecated; use the .length property"),this.length};var y=!1;a.swap&&a.each(["height","width","reliableMarginRight"],function(b,c){var d=a.cssHooks[c]&&a.cssHooks[c].get;d&&(a.cssHooks[c].get=function(){var a;return y=!0,a=d.apply(this,arguments),y=!1,a})}),a.swap=function(a,b,c,e){var f,g,h={};y||d("jQuery.swap() is undocumented and deprecated");for(g in b)h[g]=a.style[g],a.style[g]=b[g];f=c.apply(a,e||[]);for(g in b)a.style[g]=h[g];return f},a.ajaxSetup({converters:{"text json":a.parseJSON}});var z=a.fn.data;a.fn.data=function(b){var e,f,g=this[0];return!g||"events"!==b||1!==arguments.length||(e=a.data(g,b),f=a._data(g,b),e!==c&&e!==f||f===c)?z.apply(this,arguments):(d("Use of jQuery.fn.data('events') is deprecated"),f)};var A=/\/(java|ecma)script/i;a.clean||(a.clean=function(b,c,e,f){c=c||document,c=!c.nodeType&&c[0]||c,c=c.ownerDocument||c,d("jQuery.clean() is deprecated");var g,h,i,j,k=[];if(a.merge(k,a.buildFragment(b,c).childNodes),e)for(i=function(a){return!a.type||A.test(a.type)?f?f.push(a.parentNode?a.parentNode.removeChild(a):a):e.appendChild(a):void 0},g=0;null!=(h=k[g]);g++)a.nodeName(h,"script")&&i(h)||(e.appendChild(h),"undefined"!=typeof h.getElementsByTagName&&(j=a.grep(a.merge([],h.getElementsByTagName("script")),i),k.splice.apply(k,[g+1,0].concat(j)),g+=j.length));return k});var B=a.event.add,C=a.event.remove,D=a.event.trigger,E=a.fn.toggle,F=a.fn.live,G=a.fn.die,H=a.fn.load,I="ajaxStart|ajaxStop|ajaxSend|ajaxComplete|ajaxError|ajaxSuccess",J=new RegExp("\\b(?:"+I+")\\b"),K=/(?:^|\s)hover(\.\S+|)\b/,L=function(b){return"string"!=typeof b||a.event.special.hover?b:(K.test(b)&&d("'hover' pseudo-event is deprecated, use 'mouseenter mouseleave'"),b&&b.replace(K,"mouseenter$1 mouseleave$1"))};a.event.props&&"attrChange"!==a.event.props[0]&&a.event.props.unshift("attrChange","attrName","relatedNode","srcElement"),a.event.dispatch&&e(a.event,"handle",a.event.dispatch,"jQuery.event.handle is undocumented and deprecated"),a.event.add=function(a,b,c,e,f){a!==document&&J.test(b)&&d("AJAX events should be attached to document: "+b),B.call(this,a,L(b||""),c,e,f)},a.event.remove=function(a,b,c,d,e){C.call(this,a,L(b)||"",c,d,e)},a.each(["load","unload","error"],function(b,c){a.fn[c]=function(){var a=Array.prototype.slice.call(arguments,0);return"load"===c&&"string"==typeof a[0]?H.apply(this,a):(d("jQuery.fn."+c+"() is deprecated"),a.splice(0,0,c),arguments.length?this.bind.apply(this,a):(this.triggerHandler.apply(this,a),this))}}),a.fn.toggle=function(b,c){if(!a.isFunction(b)||!a.isFunction(c))return E.apply(this,arguments);d("jQuery.fn.toggle(handler, handler...) is deprecated");var e=arguments,f=b.guid||a.guid++,g=0,h=function(c){var d=(a._data(this,"lastToggle"+b.guid)||0)%g;return a._data(this,"lastToggle"+b.guid,d+1),c.preventDefault(),e[d].apply(this,arguments)||!1};for(h.guid=f;g<e.length;)e[g++].guid=f;return this.click(h)},a.fn.live=function(b,c,e){return d("jQuery.fn.live() is deprecated"),F?F.apply(this,arguments):(a(this.context).on(b,this.selector,c,e),this)},a.fn.die=function(b,c){return d("jQuery.fn.die() is deprecated"),G?G.apply(this,arguments):(a(this.context).off(b,this.selector||"**",c),this)},a.event.trigger=function(a,b,c,e){return c||J.test(a)||d("Global events are undocumented and deprecated"),D.call(this,a,b,c||document,e)},a.each(I.split("|"),function(b,c){a.event.special[c]={setup:function(){var b=this;return b!==document&&(a.event.add(document,c+"."+a.guid,function(){a.event.trigger(c,Array.prototype.slice.call(arguments,1),b,!0)}),a._data(this,c,a.guid++)),!1},teardown:function(){return this!==document&&a.event.remove(document,c+"."+a._data(this,c)),!1}}}),a.event.special.ready={setup:function(){this===document&&d("'ready' event is deprecated")}};var M=a.fn.andSelf||a.fn.addBack,N=a.fn.find;if(a.fn.andSelf=function(){return d("jQuery.fn.andSelf() replaced by jQuery.fn.addBack()"),M.apply(this,arguments)},a.fn.find=function(a){var b=N.apply(this,arguments);return b.context=this.context,b.selector=this.selector?this.selector+" "+a:a,b},a.Callbacks){var O=a.Deferred,P=[["resolve","done",a.Callbacks("once memory"),a.Callbacks("once memory"),"resolved"],["reject","fail",a.Callbacks("once memory"),a.Callbacks("once memory"),"rejected"],["notify","progress",a.Callbacks("memory"),a.Callbacks("memory")]];a.Deferred=function(b){var c=O(),e=c.promise();return c.pipe=e.pipe=function(){var b=arguments;return d("deferred.pipe() is deprecated"),a.Deferred(function(d){a.each(P,function(f,g){var h=a.isFunction(b[f])&&b[f];c[g[1]](function(){var b=h&&h.apply(this,arguments);b&&a.isFunction(b.promise)?b.promise().done(d.resolve).fail(d.reject).progress(d.notify):d[g[0]+"With"](this===e?d.promise():this,h?[b]:arguments)})}),b=null}).promise()},c.isResolved=function(){return d("deferred.isResolved is deprecated"),"resolved"===c.state()},c.isRejected=function(){return d("deferred.isRejected is deprecated"),"rejected"===c.state()},b&&b.call(c,c),c}}}(jQuery,window);
1196
1197//]]>
1198</script>
1199
1200<script type='text/javascript'>
1201//<![CDATA[
1202
1203function monza_thumbnail_resize(image_url, post_url, post_title) {
1204
1205 if (image_url == "") { return ""; }
1206
1207 image_tag = '<a href="' + post_url + '" title="' + post_title + '" class="monza-post-thumbnail"><img src="' + image_url.replace('/s72-c/', '/w825-h550-c/') + '" alt="' + post_title + '"/></a>';
1208
1209 yimage_tag = '<a href="' + post_url + '" title="' + post_title + '" class="monza-post-thumbnail"><img src="' + image_url.replace('default', '0') + '" alt="' + post_title + '"/></a>';
1210
1211 if ((image_url.indexOf("img.youtube.com") != -1) || (image_url.indexOf("ytimg.com") != -1)) {
1212 return yimage_tag;
1213 } else if (image_url != "") {
1214 return image_tag;
1215 } else {
1216 return "";
1217 }
1218
1219}
1220
1221//]]>
1222</script>
1223
1224<script type='text/javascript'>
1225//<![CDATA[
1226
1227function showrecentcomments(json){for(var i=0;i<a_rc;i++){var b_rc=json.feed.entry[i];var c_rc;if(i==json.feed.entry.length)break;for(var k=0;k<b_rc.link.length;k++){if(b_rc.link[k].rel=='alternate'){c_rc=b_rc.link[k].href;break;}}c_rc=c_rc.replace("#","#comment-");var d_rc=c_rc.split("#");d_rc=d_rc[0];var e_rc=d_rc.split("/");e_rc=e_rc[5];e_rc=e_rc.split(".html");e_rc=e_rc[0];var f_rc=e_rc.replace(/-/g," ");f_rc=f_rc.link(d_rc);var g_rc=b_rc.published.$t;var h_rc=g_rc.substring(0,4);var i_rc=g_rc.substring(5,7);var j_rc=g_rc.substring(8,10);var k_rc=new Array();k_rc[1]="Jan";k_rc[2]="Feb";k_rc[3]="Mar";k_rc[4]="Apr";k_rc[5]="May";k_rc[6]="Jun";k_rc[7]="Jul";k_rc[8]="Aug";k_rc[9]="Sep";k_rc[10]="Oct";k_rc[11]="Nov";k_rc[12]="Dec";if("content" in b_rc){var l_rc=b_rc.content.$t;}else if("summary" in b_rc){var l_rc=b_rc.summary.$t;}else var l_rc="";var re=/<\S[^>]*>/g;l_rc=l_rc.replace(re,"");if(m_rc==true)document.write('On '+k_rc[parseInt(i_rc,10)]+' '+j_rc+' ');document.write('<a href="'+c_rc+'">'+b_rc.author[0].name.$t+'</a> commented');if(n_rc==true)document.write(' on '+f_rc);document.write(': ');if(l_rc.length<o_rc){document.write('<i>“');document.write(l_rc);document.write('”</i><br/><br/>');}else{document.write('<i>“');l_rc=l_rc.substring(0,o_rc);var p_rc=l_rc.lastIndexOf(" ");l_rc=l_rc.substring(0,p_rc);document.write(l_rc+'…”</i>');document.write('<br/><br/>');}}}
1228
1229function rp(json){document.write('<ul>');for(var i=0;i<numposts;i++){document.write('<li>');var entry=json.feed.entry[i];var posttitle=entry.title.$t;var posturl;if(i==json.feed.entry.length)break;for(var k=0;k<entry.link.length;k++){if(entry.link[k].rel=='alternate'){posturl=entry.link[k].href;break}}posttitle=posttitle.link(posturl);var readmorelink="(more)";readmorelink=readmorelink.link(posturl);var postdate=entry.published.$t;var cdyear=postdate.substring(0,4);var cdmonth=postdate.substring(5,7);var cdday=postdate.substring(8,10);var monthnames=new Array();monthnames[1]="Jan";monthnames[2]="Feb";monthnames[3]="Mar";monthnames[4]="Apr";monthnames[5]="May";monthnames[6]="Jun";monthnames[7]="Jul";monthnames[8]="Aug";monthnames[9]="Sep";monthnames[10]="Oct";monthnames[11]="Nov";monthnames[12]="Dec";if("content"in entry){var postcontent=entry.content.$t}else if("summary"in entry){var postcontent=entry.summary.$t}else var postcontent="";var re=/<\S[^>]*>/g;postcontent=postcontent.replace(re,"");document.write(posttitle);if(showpostdate==true)document.write(' - '+monthnames[parseInt(cdmonth,10)]+' '+cdday);if(showpostsummary==true){if(postcontent.length<numchars){document.write(postcontent)}else{postcontent=postcontent.substring(0,numchars);var quoteEnd=postcontent.lastIndexOf(" ");postcontent=postcontent.substring(0,quoteEnd);document.write(postcontent+'...'+readmorelink)}}document.write('</li>')}document.write('</ul>')}
1230
1231//]]>
1232</script>
1233
1234<script type='text/javascript'>
1235summary_noimg = 400;
1236summary_img = 300;
1237img_thumb_height = 150;
1238img_thumb_width = 200;
1239</script>
1240<script type='text/javascript'>
1241//<![CDATA[
1242
1243function removeHtmlTag(strx,chop){
1244 if(strx.indexOf("<")!=-1)
1245 {
1246 var s = strx.split("<");
1247 for(var i=0;i<s.length;i++){
1248 if(s[i].indexOf(">")!=-1){
1249 s[i] = s[i].substring(s[i].indexOf(">")+1,s[i].length);
1250 }
1251 }
1252 strx = s.join("");
1253 }
1254 chop = (chop < strx.length-1) ? chop : strx.length-2;
1255 while(strx.charAt(chop-1)!=' ' && strx.indexOf(' ',chop)!=-1) chop++;
1256 strx = strx.substring(0,chop-1);
1257 return strx+'...';
1258}
1259
1260function createSummaryAndThumb(pID, url){
1261 var div = document.getElementById(pID);
1262 var posturl = url;
1263 var imgtag = "";
1264 var img = div.getElementsByTagName("img");
1265 var summ = summary_noimg;
1266 if(img.length>=1) {
1267 imgtag = '<a href="'+posturl+'" class="pbtthumblink"><img src="'+img[0].src+'" class="pbtthumbimg"/></a>';
1268 summ = summary_img;
1269 }
1270 var summary = '<div>' + removeHtmlTag(div.innerHTML,summ) + '</div>';
1271 div.innerHTML = summary;
1272}
1273
1274//]]>
1275</script>
1276
1277<b:if cond='data:blog.pageType == "static_page"'>
1278<style type='text/css'>
1279.post-body img {padding:0px;background:transparent;border:none;}
1280.pbt-share-buttons {float:none;text-align:center;}
1281</style>
1282</b:if>
1283<b:if cond='data:blog.pageType == "item"'>
1284<style type='text/css'>
1285.post-body img {padding:0px;background:transparent;border:none;}
1286.pbt-share-buttons {float:none;text-align:center;}
1287</style>
1288</b:if>
1289<b:if cond='data:blog.pageType != "static_page"'>
1290<b:if cond='data:blog.pageType != "item"'>
1291<style type='text/css'>
1292.post .entry-header,.post .entry-content,.post .monza-entry-more{text-align:center;padding-left:0;padding-right:0;}
1293</style>
1294</b:if>
1295</b:if>
1296
1297<b:include data='blog' name='google-analytics'/>
1298
1299</head>
1300
1301<body>
1302<div class='monza-site' id='monza-page'>
1303<a class='skip-link screen-reader-text' href='#monza-content'>Skip to content</a>
1304
1305<header class='monza-site-header' id='monza-masthead'>
1306
1307<div class='container'>
1308<div class='monza-site-branding'>
1309<b:section class='siteheaderwarea' id='siteheaderwarea' maxwidgets='1' name='Header' showaddelement='no'>
1310 <b:widget id='Header1' locked='true' title='Nikki's Profile (Header)' type='Header' version='1'>
1311 <b:widget-settings>
1312 <b:widget-setting name='displayUrl'/>
1313 <b:widget-setting name='displayHeight'>0</b:widget-setting>
1314 <b:widget-setting name='sectionWidth'>-1</b:widget-setting>
1315 <b:widget-setting name='useImage'>false</b:widget-setting>
1316 <b:widget-setting name='shrinkToFit'>false</b:widget-setting>
1317 <b:widget-setting name='imagePlacement'>BEHIND</b:widget-setting>
1318 <b:widget-setting name='displayWidth'>0</b:widget-setting>
1319 </b:widget-settings>
1320 <b:includable id='main'>
1321 <b:if cond='data:useImage'>
1322 <b:if cond='data:imagePlacement == "REPLACE"'>
1323 <!--Show just the image, no text-->
1324 <div id='header-inner'>
1325 <a expr:href='data:blog.homepageUrl' style='display: block'>
1326 <img expr:alt='data:title' expr:height='data:height' expr:id='data:widget.instanceId + "_headerimg"' expr:src='data:sourceUrl' expr:width='data:width' style='display: block;padding:0;margin:0 auto;'/>
1327 </a>
1328 </div>
1329 <b:else/>
1330 <!--
1331 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
1332 clientWidth, offsetWidth or scrollWidth, so we don't force a minimum width if the user is using shrink to fit.
1333 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.
1334 -->
1335 <div expr:style='"background-image: url(\"" + data:sourceUrl + "\"); " + "background-position: " + data:backgroundPositionStyleStr + "; " + data:widthStyleStr + "min-height: " + data:height + "px;" + "_height: " + data:height + "px;" + "background-repeat: no-repeat; "' id='header-inner'>
1336 <div class='titlewrapper' style='background: transparent'>
1337<b:if cond='not data:view.isSingleItem'>
1338<h1 class='monza-site-title' style='background: transparent; border-width: 0px'><b:include name='title'/></h1>
1339</b:if>
1340<b:if cond='data:view.isSingleItem'>
1341<h1 class='monza-site-title' style='background: transparent; border-width: 0px'><b:include name='title'/></h1>
1342</b:if>
1343 </div>
1344 <b:include name='description'/>
1345 </div>
1346 </b:if>
1347 <b:else/>
1348 <!--No header image -->
1349 <div id='header-inner'>
1350 <div class='titlewrapper'>
1351<b:if cond='not data:view.isSingleItem'>
1352<h1 class='monza-site-title'><b:include name='title'/></h1>
1353</b:if>
1354<b:if cond='data:view.isSingleItem'>
1355<h1 class='monza-site-title'><b:include name='title'/></h1>
1356</b:if>
1357 </div>
1358 <b:include name='description'/>
1359 </div>
1360 </b:if>
1361</b:includable>
1362 <b:includable id='description'>
1363<b:if cond='not data:view.isSingleItem'>
1364<p class='monza-site-description'><data:description/></p>
1365</b:if>
1366<b:if cond='data:view.isSingleItem'>
1367<p class='monza-site-description'><data:description/></p>
1368</b:if>
1369</b:includable>
1370 <b:includable id='title'>
1371 <a expr:href='data:blog.homepageUrl'><data:title/></a>
1372</b:includable>
1373 </b:widget>
1374</b:section>
1375</div><!-- .monza-site-branding -->
1376</div>
1377
1378<nav class='monza-main-navigation' id='monza-site-navigation'>
1379<div class='container'>
1380<button aria-controls='monza-primary-menu' aria-expanded='false' class='monza-menu-toggle'>Primary Menu</button>
1381
1382</div>
1383</nav><!-- #monza-site-navigation -->
1384
1385</header><!-- #monza-masthead -->
1386
1387<div class='monza-site-content' id='monza-content'>
1388<div class='container'>
1389<div class='row'>
1390
1391<div class='col-md-9 col-sm-8'>
1392<b:section class='sitemainblogsec' id='sitemainblogsec' name='Blog Area' showaddelement='no'>
1393 <b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog' version='1'>
1394 <b:widget-settings>
1395 <b:widget-setting name='showDateHeader'>true</b:widget-setting>
1396 <b:widget-setting name='style.textcolor'>#000000</b:widget-setting>
1397 <b:widget-setting name='showShareButtons'>true</b:widget-setting>
1398 <b:widget-setting name='authorLabel'>By</b:widget-setting>
1399 <b:widget-setting name='showCommentLink'>true</b:widget-setting>
1400 <b:widget-setting name='style.urlcolor'>#008000</b:widget-setting>
1401 <b:widget-setting name='showAuthor'>true</b:widget-setting>
1402 <b:widget-setting name='disableGooglePlusShare'>true</b:widget-setting>
1403 <b:widget-setting name='style.linkcolor'>#0000ff</b:widget-setting>
1404 <b:widget-setting name='style.unittype'>TextAndImage</b:widget-setting>
1405 <b:widget-setting name='style.bgcolor'>#ffffff</b:widget-setting>
1406 <b:widget-setting name='showAuthorProfile'>true</b:widget-setting>
1407 <b:widget-setting name='style.layout'>1x1</b:widget-setting>
1408 <b:widget-setting name='showLabels'>true</b:widget-setting>
1409 <b:widget-setting name='showLocation'>true</b:widget-setting>
1410 <b:widget-setting name='showTimestamp'>true</b:widget-setting>
1411 <b:widget-setting name='postsPerAd'>1</b:widget-setting>
1412 <b:widget-setting name='showBacklinks'>true</b:widget-setting>
1413 <b:widget-setting name='style.bordercolor'>#ffffff</b:widget-setting>
1414 <b:widget-setting name='showInlineAds'>false</b:widget-setting>
1415 <b:widget-setting name='showReactions'>true</b:widget-setting>
1416 </b:widget-settings>
1417 <b:includable id='main' var='top'>
1418 <b:if cond='!data:mobile'>
1419 <!-- posts -->
1420 <div class='blog-posts hfeed'>
1421
1422 <b:include data='top' name='status-message'/>
1423
1424 <b:loop values='data:posts' var='post'>
1425 <b:if cond='data:post.isDateStart and not data:post.isFirstPost'>
1426 </div></div>
1427 </b:if>
1428 <b:if cond='data:post.isDateStart'>
1429 <div class="date-outer">
1430 </b:if>
1431 <b:if cond='data:post.isDateStart'>
1432 <div class="date-posts">
1433 </b:if>
1434 <div class='post-outer'>
1435 <b:include data='post' name='post'/>
1436 <b:include cond='data:blog.pageType in {"static_page","item"}' data='post' name='comment_picker'/>
1437 </div>
1438
1439 <!-- Ad -->
1440 <b:if cond='data:post.includeAd'>
1441 <div class='inline-ad'>
1442 <data:adCode/>
1443 </div>
1444 </b:if>
1445 </b:loop>
1446 <b:if cond='data:numPosts != 0'>
1447 </div></div>
1448 </b:if>
1449 </div>
1450
1451 <div style='clear: both;'/>
1452 <b:if cond='data:blog.pageType != "item"'>
1453 <!-- navigation -->
1454 <b:include name='nextprev'/>
1455 </b:if>
1456
1457 <!-- feed links -->
1458
1459 <b:else/>
1460 <b:include name='mobile-main'/>
1461 </b:if>
1462
1463 <b:include cond='data:top.showPlusOne' name='googlePlusBootstrap'/>
1464
1465</b:includable>
1466 <b:includable id='backlinkDeleteIcon' var='backlink'>
1467 <span expr:class='"item-control " + data:backlink.adminClass'>
1468 <a expr:href='data:backlink.deleteUrl' expr:title='data:top.deleteBacklinkMsg'>
1469 <img src='https://resources.blogblog.com/img/icon_delete13.gif'/>
1470 </a>
1471 </span>
1472</b:includable>
1473 <b:includable id='backlinks' var='post'>
1474 <a name='links'/><h4><data:post.backlinksLabel/></h4>
1475 <b:if cond='data:post.numBacklinks != 0'>
1476 <dl class='comments-block' id='comments-block'>
1477 <b:loop values='data:post.backlinks' var='backlink'>
1478 <div class='collapsed-backlink backlink-control'>
1479 <dt class='comment-title'>
1480 <span class='backlink-toggle-zippy'> </span>
1481 <a expr:href='data:backlink.url' rel='nofollow'><data:backlink.title/></a>
1482 <b:include data='backlink' name='backlinkDeleteIcon'/>
1483 </dt>
1484 <dd class='comment-body collapseable'>
1485 <data:backlink.snippet/>
1486 </dd>
1487 <dd class='comment-footer collapseable'>
1488 <span class='comment-author'><data:post.authorLabel/> <data:backlink.author/></span>
1489 <span class='comment-timestamp'><data:post.timestampLabel/> <data:backlink.timestamp/></span>
1490 </dd>
1491 </div>
1492 </b:loop>
1493 </dl>
1494 </b:if>
1495 <p class='comment-footer'>
1496 <a class='comment-link' expr:href='data:post.createLinkUrl' expr:id='data:widget.instanceId + "_backlinks-create-link"' target='_blank'><data:post.createLinkLabel/></a>
1497 </p>
1498</b:includable>
1499 <b:includable id='comment-form' var='post'>
1500 <div class='comment-form'>
1501 <a name='comment-form'/>
1502 <b:if cond='data:mobile'>
1503 <h4 id='comment-post-message'>
1504 <a expr:id='data:widget.instanceId + "_comment-editor-toggle-link"' href='javascript:void(0)'><data:postCommentMsg/></a></h4>
1505 <p><data:blogCommentMessage/></p>
1506 <data:blogTeamBlogMessage/>
1507 <a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
1508 <iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' expr:height='data:cmtIframeInitialHeight' frameborder='0' id='comment-editor' name='comment-editor' src='' style='display: none' width='100%'/>
1509 <b:else/>
1510 <h4 id='comment-post-message'><data:postCommentMsg/></h4>
1511 <p><data:blogCommentMessage/></p>
1512 <data:blogTeamBlogMessage/>
1513 <a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
1514 <iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' expr:height='data:cmtIframeInitialHeight' frameborder='0' id='comment-editor' name='comment-editor' src='' width='100%'/>
1515 </b:if>
1516 <data:post.cmtfpIframe/>
1517 <script type='text/javascript'>
1518 BLOG_CMT_createIframe('<data:post.appRpcRelayPath/>');
1519 </script>
1520 </div>
1521</b:includable>
1522 <b:includable id='commentDeleteIcon' var='comment'>
1523 <span expr:class='"item-control " + data:comment.adminClass'>
1524 <b:if cond='data:showCmtPopup'>
1525 <div class='goog-toggle-button'>
1526 <div class='goog-inline-block comment-action-icon'/>
1527 </div>
1528 <b:else/>
1529 <a class='comment-delete' expr:href='data:comment.deleteUrl' expr:title='data:top.deleteCommentMsg'>
1530 <img src='https://resources.blogblog.com/img/icon_delete13.gif'/>
1531 </a>
1532 </b:if>
1533 </span>
1534</b:includable>
1535 <b:includable id='comment_count_picker' var='post'>
1536 <b:if cond='data:post.commentSource == 1'>
1537 <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.url.canonical.http'>
1538 </span>
1539 <b:else/>
1540 <a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'>
1541 <data:post.commentLabelFull/>
1542 </a>
1543 </b:if>
1544</b:includable>
1545 <b:includable id='comment_picker' var='post'>
1546 <b:if cond='data:post.commentSource == 1'>
1547 <b:include data='post' name='iframe_comments'/>
1548 <b:elseif cond='data:post.showThreadedComments'/>
1549 <b:include data='post' name='threaded_comments'/>
1550 <b:else/>
1551 <b:include data='post' name='comments'/>
1552 </b:if>
1553</b:includable>
1554 <b:includable id='comments' var='post'>
1555 <div class='comments' id='comments'>
1556 <a name='comments'/>
1557 <b:if cond='data:post.allowComments'>
1558 <h4><data:post.commentLabelFull/>:</h4>
1559
1560 <b:if cond='data:post.commentPagingRequired'>
1561 <span class='paging-control-container'>
1562 <b:if cond='data:post.hasOlderLinks'>
1563 <a expr:class='data:post.oldLinkClass' expr:href='data:post.oldestLinkUrl'><data:post.oldestLinkText/></a>
1564  
1565 <a expr:class='data:post.oldLinkClass' expr:href='data:post.olderLinkUrl'><data:post.olderLinkText/></a>
1566  
1567 </b:if>
1568
1569 <data:post.commentRangeText/>
1570
1571 <b:if cond='data:post.hasNewerLinks'>
1572  
1573 <a expr:class='data:post.newLinkClass' expr:href='data:post.newerLinkUrl'><data:post.newerLinkText/></a>
1574  
1575 <a expr:class='data:post.newLinkClass' expr:href='data:post.newestLinkUrl'><data:post.newestLinkText/></a>
1576 </b:if>
1577 </span>
1578 </b:if>
1579
1580 <div expr:id='data:widget.instanceId + "_comments-block-wrapper"'>
1581 <dl expr:class='data:post.avatarIndentClass' id='comments-block'>
1582 <b:loop values='data:post.comments' var='comment'>
1583 <dt expr:class='"comment-author " + data:comment.authorClass' expr:id='data:comment.anchorName'>
1584 <b:if cond='data:comment.favicon'>
1585 <img expr:src='data:comment.favicon' height='16px' style='margin-bottom:-2px;' width='16px'/>
1586 </b:if>
1587 <a expr:name='data:comment.anchorName'/>
1588 <b:if cond='data:blog.enabledCommentProfileImages'>
1589
1590 <data:comment.authorAvatarImage/>
1591 </b:if>
1592 <b:if cond='data:comment.authorUrl'>
1593 <a expr:href='data:comment.authorUrl' rel='nofollow'><data:comment.author/></a>
1594 <b:else/>
1595 <data:comment.author/>
1596 </b:if>
1597 <data:commentPostedByMsg/>
1598 </dt>
1599 <dd class='comment-body' expr:id='data:widget.instanceId + data:comment.cmtBodyIdPostfix'>
1600 <b:if cond='data:comment.isDeleted'>
1601 <span class='deleted-comment'><data:comment.body/></span>
1602 <b:else/>
1603 <p>
1604 <data:comment.body/>
1605 </p>
1606 </b:if>
1607 </dd>
1608 <dd class='comment-footer'>
1609 <span class='comment-timestamp'>
1610 <a expr:href='data:comment.url' title='comment permalink'>
1611 <data:comment.timestamp/>
1612 </a>
1613 <b:include data='comment' name='commentDeleteIcon'/>
1614 </span>
1615 </dd>
1616 </b:loop>
1617 </dl>
1618 </div>
1619
1620 <b:if cond='data:post.commentPagingRequired'>
1621 <span class='paging-control-container'>
1622 <b:if cond='data:post.hasOlderLinks'>
1623 <a expr:class='data:post.oldLinkClass' expr:href='data:post.oldestLinkUrl'><data:post.oldestLinkText/></a>
1624  
1625 <a expr:class='data:post.oldLinkClass' expr:href='data:post.olderLinkUrl'><data:post.olderLinkText/></a>
1626  
1627 </b:if>
1628
1629 <data:post.commentRangeText/>
1630
1631 <b:if cond='data:post.hasNewerLinks'>
1632  
1633 <a expr:class='data:post.newLinkClass' expr:href='data:post.newerLinkUrl'><data:post.newerLinkText/></a>
1634  
1635 <a expr:class='data:post.newLinkClass' expr:href='data:post.newestLinkUrl'><data:post.newestLinkText/></a>
1636 </b:if>
1637 </span>
1638 </b:if>
1639
1640 <p class='comment-footer'>
1641 <b:if cond='data:post.embedCommentForm'>
1642 <b:if cond='data:post.allowNewComments'>
1643 <b:include data='post' name='comment-form'/>
1644 <b:else/>
1645 <data:post.noNewCommentsText/>
1646 </b:if>
1647 <b:elseif cond='data:post.allowComments'/>
1648 <a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a>
1649 </b:if>
1650 </p>
1651 </b:if>
1652 <b:if cond='data:showCmtPopup'>
1653 <div id='comment-popup'>
1654 <iframe allowtransparency='true' frameborder='0' id='comment-actions' name='comment-actions' scrolling='no'>
1655 </iframe>
1656 </div>
1657 </b:if>
1658 </div>
1659</b:includable>
1660 <b:includable id='feedLinks'>
1661 <b:if cond='data:blog.pageType != "item"'> <!-- Blog feed links -->
1662 <b:if cond='data:feedLinks'>
1663 <div class='blog-feeds'>
1664 <b:include data='feedLinks' name='feedLinksBody'/>
1665 </div>
1666 </b:if>
1667
1668 <b:else/> <!--Post feed links -->
1669 <div class='post-feeds'>
1670 <b:loop values='data:posts' var='post'>
1671 <b:include cond='data:post.allowComments and data:post.feedLinks' data='post.feedLinks' name='feedLinksBody'/>
1672 </b:loop>
1673 </div>
1674 </b:if>
1675</b:includable>
1676 <b:includable id='feedLinksBody' var='links'>
1677 <div class='feed-links'>
1678 <data:feedLinksMsg/>
1679 <b:loop values='data:links' var='f'>
1680 <a class='feed-link' expr:href='data:f.url' expr:type='data:f.mimeType' target='_blank'><data:f.name/> (<data:f.feedType/>)</a>
1681 </b:loop>
1682 </div>
1683</b:includable>
1684 <b:includable id='iframe_comments' var='post'>
1685 <b:if cond='data:post.allowIframeComments'>
1686 <script expr:src='data:post.iframeCommentSrc' type='text/javascript'/>
1687 <div class='cmt_iframe_holder' expr:data-href='data:post.url.canonical' expr:data-viewtype='data:post.viewType'/>
1688 <b:if cond='data:post.embedCommentForm == "false"'>
1689 <a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a>
1690 </b:if>
1691 </b:if>
1692</b:includable>
1693 <b:includable id='mobile-index-post' var='post'>
1694 <div class='mobile-date-outer date-outer'>
1695 <b:if cond='data:post.dateHeader'>
1696 <div class='date-header'>
1697 <span><data:post.dateHeader/></span>
1698 </div>
1699 </b:if>
1700
1701 <div class='mobile-post-outer'>
1702 <a expr:href='data:post.url'>
1703 <h3 class='mobile-index-title entry-title' itemprop='name'>
1704 <data:post.title/>
1705 </h3>
1706
1707 <div class='mobile-index-arrow'>›</div>
1708
1709 <div class='mobile-index-contents'>
1710 <b:if cond='data:post.thumbnailUrl'>
1711 <div class='mobile-index-thumbnail'>
1712 <div class='Image'>
1713 <img expr:src='data:post.thumbnailUrl'/>
1714 </div>
1715 </div>
1716 </b:if>
1717
1718 <div class='post-body'>
1719 <b:if cond='data:post.snippet'><data:post.snippet/></b:if>
1720 </div>
1721 </div>
1722
1723 <div style='clear: both;'/>
1724 </a>
1725
1726 <div class='mobile-index-comment'>
1727 <b:include cond='data:blog.pageType != "static_page" and data:post.allowComments and data:post.numComments != 0' data='post' name='comment_count_picker'/>
1728 </div>
1729 </div>
1730 </div>
1731</b:includable>
1732 <b:includable id='mobile-main' var='top'>
1733 <!-- posts -->
1734 <div class='blog-posts hfeed'>
1735
1736 <b:include data='top' name='status-message'/>
1737
1738 <b:if cond='data:blog.pageType == "index"'>
1739 <b:loop values='data:posts' var='post'>
1740 <b:include data='post' name='mobile-index-post'/>
1741 </b:loop>
1742 <b:else/>
1743 <b:loop values='data:posts' var='post'>
1744 <b:include data='post' name='mobile-post'/>
1745 </b:loop>
1746 </b:if>
1747 </div>
1748
1749 <b:include name='mobile-nextprev'/>
1750</b:includable>
1751 <b:includable id='mobile-nextprev'>
1752 <div class='blog-pager' id='blog-pager'>
1753 <b:if cond='data:newerPageUrl'>
1754 <div class='mobile-link-button' id='blog-pager-newer-link'>
1755 <a class='blog-pager-newer-link' expr:href='data:newerPageUrl' expr:id='data:widget.instanceId + "_blog-pager-newer-link"' expr:title='data:newerPageTitle'>‹</a>
1756 </div>
1757 </b:if>
1758
1759 <b:if cond='data:olderPageUrl'>
1760 <div class='mobile-link-button' id='blog-pager-older-link'>
1761 <a class='blog-pager-older-link' expr:href='data:olderPageUrl' expr:id='data:widget.instanceId + "_blog-pager-older-link"' expr:title='data:olderPageTitle'>›</a>
1762 </div>
1763 </b:if>
1764
1765 <div class='mobile-link-button' id='blog-pager-home-link'>
1766 <a class='home-link' expr:href='data:blog.homepageUrl'><data:homeMsg/></a>
1767 </div>
1768
1769 <div class='mobile-desktop-link'>
1770 <a class='home-link' expr:href='data:desktopLinkUrl'><data:desktopLinkMsg/></a>
1771 </div>
1772
1773 </div>
1774 <div class='clear'/>
1775</b:includable>
1776 <b:includable id='mobile-post' var='post'>
1777 <div class='date-outer'>
1778 <b:if cond='data:post.dateHeader'>
1779 <h2 class='date-header'><span><data:post.dateHeader/></span></h2>
1780 </b:if>
1781 <div class='date-posts'>
1782 <div class='post-outer'>
1783
1784 <div class='post hentry uncustomized-post-template' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
1785 <b:if cond='data:post.thumbnailUrl'>
1786 <meta expr:content='data:post.thumbnailUrl' itemprop='image_url'/>
1787 </b:if>
1788 <meta expr:content='data:blog.blogId' itemprop='blogId'/>
1789 <meta expr:content='data:post.id' itemprop='postId'/>
1790 <a expr:name='data:post.id'/>
1791 <b:if cond='data:post.title'>
1792 <h3 class='post-title entry-title' itemprop='name'>
1793 <b:if cond='data:post.link'>
1794 <a expr:href='data:post.link'><data:post.title/></a>
1795 <b:elseif cond='data:post.url and data:blog.url != data:post.url'/>
1796 <a expr:href='data:post.url'><data:post.title/></a>
1797 <b:else/>
1798 <data:post.title/>
1799 </b:if>
1800 </h3>
1801 </b:if>
1802
1803 <div class='post-header'>
1804 <div class='post-header-line-1'/>
1805 </div>
1806
1807 <div class='post-body entry-content' expr:id='"post-body-" + data:post.id' itemprop='articleBody'>
1808 <data:post.body/>
1809 <div style='clear: both;'/> <!-- clear for photos floats -->
1810 </div>
1811
1812 <div class='post-footer'>
1813 <!-- post-author -->
1814 <div class='post-footer-line post-footer-line-1'>
1815 <span class='post-author vcard'>
1816 <b:if cond='data:top.showAuthor'>
1817 <b:if cond='data:post.authorProfileUrl'>
1818 <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
1819 <meta expr:content='data:post.authorProfileUrl' itemprop='url'/>
1820 <a expr:href='data:post.authorProfileUrl' rel='author' title='author profile'>
1821 <span itemprop='name'><data:post.author/></span>
1822 </a>
1823 </span>
1824 <b:else/>
1825 <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
1826 <span itemprop='name'><data:post.author/></span>
1827 </span>
1828 </b:if>
1829 </b:if>
1830 </span>
1831 <!-- post-timestamp -->
1832 <span class='post-timestamp'>
1833 <b:if cond='data:top.showTimestamp'>
1834 <data:top.timestampLabel/>
1835 <b:if cond='data:post.url'>
1836 <meta expr:content='data:post.url.canonical' itemprop='url'/>
1837 <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>
1838 </b:if>
1839 </b:if>
1840 </span>
1841 <!-- post-comment-link -->
1842 <span class='post-comment-link'>
1843 <b:include cond='data:blog.pageType not in {"item","static_page"} and data:post.allowComments' data='post' name='comment_count_picker'/>
1844 </span>
1845 </div>
1846
1847 <div class='post-footer-line post-footer-line-2'>
1848 <!-- mobile-share-button -->
1849 <b:if cond='data:top.showMobileShare'>
1850 <div class='mobile-link-button goog-inline-block' id='mobile-share-button'>
1851 <a href='javascript:void(0);'><data:shareMsg/></a>
1852 </div>
1853 </b:if>
1854 <b:if cond='data:top.showDummy'>
1855 <div class='goog-inline-block dummy-container'><data:post.dummyTag/></div>
1856 </b:if>
1857 </div>
1858
1859 </div>
1860 </div>
1861
1862 <b:include cond='data:blog.pageType in {"static_page","item"}' data='post' name='comment_picker'/>
1863 </div>
1864 </div>
1865 </div>
1866</b:includable>
1867 <b:includable id='nextprev'>
1868 <div class='blog-pager' id='blog-pager'>
1869 <b:if cond='data:newerPageUrl'>
1870 <span id='blog-pager-newer-link'>
1871 <a class='blog-pager-newer-link' expr:href='data:newerPageUrl' expr:id='data:widget.instanceId + "_blog-pager-newer-link"' expr:title='data:newerPageTitle'>&larr;&nbsp;<data:newerPageTitle/></a>
1872 </span>
1873 </b:if>
1874
1875 <b:if cond='data:olderPageUrl'>
1876 <span id='blog-pager-older-link'>
1877 <a class='blog-pager-older-link' expr:href='data:olderPageUrl' expr:id='data:widget.instanceId + "_blog-pager-older-link"' expr:title='data:olderPageTitle'><data:olderPageTitle/>&nbsp;&rarr;</a>
1878 </span>
1879 </b:if>
1880
1881 <a class='home-link' expr:href='data:blog.homepageUrl'><data:homeMsg/></a>
1882
1883 <b:if cond='data:mobileLinkUrl'>
1884 <div class='blog-mobile-link'>
1885 <a expr:href='data:mobileLinkUrl'><data:mobileLinkMsg/></a>
1886 </div>
1887 </b:if>
1888
1889 </div>
1890 <div class='clear'/>
1891</b:includable>
1892 <b:includable id='post' var='post'>
1893<article class='post hentry'>
1894<b:if cond='data:post.firstImageUrl'>
1895 <meta expr:content='data:post.firstImageUrl' itemprop='image'/>
1896</b:if>
1897<a expr:name='data:post.id'/>
1898
1899<b:if cond='data:blog.pageType != "static_page"'>
1900<b:if cond='data:blog.pageType != "item"'>
1901<b:if cond='data:post.thumbnailUrl'>
1902<div class='monza-thumbnail-holder'><script type='text/javascript'>document.write(monza_thumbnail_resize("<data:post.thumbnailUrl/>","<data:post.url/>","<data:post.title.escaped/>"));</script></div>
1903</b:if>
1904</b:if>
1905</b:if>
1906
1907<header class='entry-header'>
1908<b:if cond='data:top.showPostLabels and data:post.labels'><div class='monza-entry-cat'><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 != "true"'>, </b:if></b:loop></div></b:if>
1909
1910<b:if cond='data:post.title'>
1911<h2 class='post-title entry-title' itemprop='headline'>
1912 <b:if cond='data:post.link'>
1913 <a expr:href='data:post.link'><data:post.title/></a>
1914 <b:else/>
1915 <b:if cond='data:post.url'>
1916 <a expr:href='data:post.url'><data:post.title/></a>
1917 <b:else/>
1918 <data:post.title/>
1919 </b:if>
1920 </b:if>
1921</h2>
1922</b:if>
1923
1924<b:if cond='data:blog.pageType != "static_page"'>
1925<div class='postmeta-primary'>
1926<b:if cond='data:top.showAuthor'><span class='entry-postmeta-author post-author vcard'><i class='fa fa-user'/>&nbsp;<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 class='g-profile url' 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></span>&nbsp;&nbsp;</b:if>
1927<b:if cond='data:top.showTimestamp'><b:if cond='data:post.url'><meta expr:content='data:post.url.canonical' itemprop='url'/><span class='entry-postmeta-date'><i class='fa fa-calendar'/>&nbsp;<a class='timestamp-link' expr:href='data:post.url' rel='bookmark' title='permanent link'><time class='published updated' expr:datetime='data:post.timestampISO8601' expr:title='data:post.timestampISO8601' itemprop='datePublished'><data:post.timestamp/></time></a></span></b:if>&nbsp;&nbsp;</b:if>
1928<b:if cond='data:post.allowComments'><span class='entry-postmeta-comments'><i class='fa fa-comments'/>&nbsp;<b:include data='post' name='comment_count_picker'/></span></b:if>
1929<b:include data='post' name='postQuickEdit'/>
1930</div>
1931</b:if>
1932</header>
1933
1934<div class='post-header-line-1'/>
1935
1936<div class='post-body entry-content' expr:id='"post-body-" + data:post.id'>
1937<b:if cond='data:blog.pageType != "static_page"'>
1938<b:if cond='data:blog.pageType != "item"'>
1939<div expr:id='"summary" + data:post.id'><data:post.body/></div>
1940<script type='text/javascript'>createSummaryAndThumb("summary<data:post.id/>","<data:post.url/>");</script>
1941</b:if>
1942</b:if>
1943<b:if cond='data:blog.pageType == "item"'><data:post.body/></b:if>
1944<b:if cond='data:blog.pageType == "static_page"'><data:post.body/></b:if>
1945
1946<b:if cond='data:blog.pageType != "static_page"'>
1947<div class='pbt-share-buttons'>
1948Share: <a expr:href='"https://www.facebook.com/share.php?u=" + data:post.url.canonical' onclick='window.open(this.href,"sharer","toolbar=0,status=0,width=626,height=436"); return false;' rel='nofollow' style='background:#3b5998;' target='_blank' title='Share this on Facebook'><i class='fa fa-facebook'/></a><a expr:href='"https://twitter.com/intent/tweet?text=" + data:post.title + "&url=" + data:post.url.canonical' rel='nofollow' style='background:#1da1f2;' target='_blank' title='Tweet This!'><i class='fa fa-twitter'/></a><a expr:href='"https://plus.google.com/share?url=" + data:post.url.canonical' onclick='javascript:window.open(this.href, "", "menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600");return false;' rel='nofollow' style='background:#dd4b39;' target='_blank' title='Share this on Google+'><i class='fa fa-google-plus'/></a><b:if cond='data:post.firstImageUrl'><a expr:href='"https://pinterest.com/pin/create/button/?url=" + data:post.url.canonical + "&media=" + data:post.firstImageUrl + "&description=" + data:post.title' rel='nofollow' style='background:#bd081c;' target='_blank' title='Share on Pinterest'><i class='fa fa-pinterest'/></a></b:if><a expr:href='"https://www.linkedin.com/shareArticle?mini=true&title=" + data:post.title + "&url=" + data:post.url.canonical' rel='nofollow' style='background:#0077b5;' target='_blank' title='Share this on Linkedin'><i class='fa fa-linkedin'/></a>
1949</div>
1950</b:if>
1951
1952<div style='clear: both;'/> <!-- clear for photos floats -->
1953</div>
1954
1955<b:if cond='data:blog.pageType != "static_page"'>
1956<b:if cond='data:blog.pageType != "item"'>
1957<div class='monza-entry-more'><a expr:href='data:post.url'>Read More</a></div>
1958</b:if>
1959</b:if>
1960
1961<b:if cond='data:blog.pageType == "item"'>
1962
1963<div class='post-iconspbt'>
1964
1965<span class='post-icons' style='padding-right:10px;'>
1966<!-- email post links -->
1967<b:if cond='data:post.emailPostUrl'>
1968 <span class='item-action'>
1969 <a expr:href='data:post.emailPostUrl' expr:title='data:top.emailPostMsg'>
1970 <img alt='' class='icon-action' height='13' src='https://resources.blogblog.com/img/icon18_email.gif' width='18'/>
1971 </a>
1972 </span>
1973</b:if>
1974</span>
1975
1976<!-- share buttons -->
1977<div class='post-share-buttons goog-inline-block'>
1978<b:include cond='data:post.sharePostUrl' data='post' name='shareButtons'/>
1979</div>
1980
1981<div style='clear: both;'/>
1982</div>
1983
1984<div class='post-location post-locationpbt'>
1985<b:if cond='data:top.showLocation and data:post.location'>
1986 <data:postLocationLabel/>
1987 <a expr:href='data:post.location.mapsUrl' target='_blank'><data:post.location.name/></a>
1988</b:if>
1989</div>
1990
1991<b:if cond='data:post.authorAboutMe'>
1992<div class='author-profile' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
1993 <b:if cond='data:post.authorPhoto.url'>
1994 <img expr:src='data:post.authorPhoto.url' itemprop='image' width='50px'/>
1995 <b:else/>
1996 <img itemprop='image' src='https://1.bp.blogspot.com/-JNIOn2bYVAY/U-LrAZ5hx5I/AAAAAAAAMwU/qyca43soga8/s1600/no-avatar-50.png' width='50px'/>
1997 </b:if>
1998 <div>
1999 <a class='g-profile' expr:href='data:post.authorProfileUrl' itemprop='url' rel='author' title='author profile'>
2000 <span itemprop='name'><data:post.author/></span>
2001 </a>
2002 </div>
2003 <span itemprop='description'><data:post.authorAboutMe/></span>
2004</div>
2005</b:if>
2006
2007</b:if>
2008
2009<b:if cond='data:blog.pageType == "item"'>
2010<div class='related-postbwrap' id='bpostrelated-post'/>
2011<div style='clear: both;'/>
2012<script type='text/javascript'>
2013var labelArray = [<b:if cond='data:post.labels'><b:loop values='data:post.labels' var='label'>
2014 "<data:label.name/>"<b:if cond='data:label.isLast != "true"'>,</b:if>
2015</b:loop></b:if>];
2016var relatedPostConfig = {
2017homePage: "<data:blog.homepageUrl/>",
2018widgetTitle: "<h4>Related Posts:</h4>",
2019numbrelatedPosts: 5,
2020summaryLength: 150,
2021titleLength: "auto",
2022thumbnailSize: 140,
2023noImage: "https://2.bp.blogspot.com/-MRMwGgZhdsM/VsmJ1VEpD0I/AAAAAAAAREk/Jcx4UNhVRT8/s1600/no_image.jpg",
2024containerId: "bpostrelated-post",
2025newTabLink: false,
2026moreText: "Read More",
2027widgetStyle: 3,
2028callBack: function() {}
2029};
2030</script>
2031<script type='text/javascript'>
2032//<![CDATA[
2033
2034/*! Related Post Widget for Blogger by Taufik Nurrohman => http://gplus.to/tovic */
2035var randomRelatedIndex,showRelatedPost;(function(n,m,k){var d={widgetTitle:"<h4>Artikel Terkait:</h4>",widgetStyle:1,homePage:"http://www.dte.web.id",numbrelatedPosts:7,summaryLength:370,titleLength:"auto",thumbnailSize:72,noImage:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAA3NCSVQICAjb4U/gAAAADElEQVQImWOor68HAAL+AX7vOF2TAAAAAElFTkSuQmCC",containerId:"related-post",newTabLink:false,moreText:"Baca Selengkapnya",callBack:function(){}};for(var f in relatedPostConfig){d[f]=(relatedPostConfig[f]=="undefined")?d[f]:relatedPostConfig[f]}var j=function(a){var b=m.createElement("script");b.type="text/javascript";b.src=a;k.appendChild(b)},o=function(b,a){return Math.floor(Math.random()*(a-b+1))+b},l=function(a){var p=a.length,c,b;if(p===0){return false}while(--p){c=Math.floor(Math.random()*(p+1));b=a[p];a[p]=a[c];a[c]=b}return a},e=(typeof labelArray=="object"&&labelArray.length>0)?"/-/"+l(labelArray)[0]:"",h=function(b){var c=b.feed.openSearch$totalResults.$t-d.numbrelatedPosts,a=o(1,(c>0?c:1));j(d.homePage.replace(/\/$/,"")+"/feeds/posts/summary"+e+"?alt=json-in-script&orderby=updated&start-index="+a+"&max-results="+d.numbrelatedPosts+"&callback=showRelatedPost")},g=function(z){var s=document.getElementById(d.containerId),x=l(z.feed.entry),A=d.widgetStyle,c=d.widgetTitle+'<ul class="related-post-style-'+A+'">',b=d.newTabLink?' target="_blank"':"",y='<span style="display:block;clear:both;"></span>',v,t,w,r,u;if(!s){return}for(var q=0;q<d.numbrelatedPosts;q++){if(q==x.length){break}t=x[q].title.$t;w=(d.titleLength!=="auto"&&d.titleLength<t.length)?t.substring(0,d.titleLength)+"…":t;r=("media$thumbnail" in x[q]&&d.thumbnailSize!==false)?x[q].media$thumbnail.url.replace(/\/s[0-9]+(\-c)?/,"/s"+d.thumbnailSize+"-c"):d.noImage;u=("summary" in x[q]&&d.summaryLength>0)?x[q].summary.$t.replace(/<br ?\/?>/g," ").replace(/<.*?>/g,"").replace(/[<>]/g,"").substring(0,d.summaryLength)+"…":"";for(var p=0,a=x[q].link.length;p<a;p++){v=(x[q].link[p].rel=="alternate")?x[q].link[p].href:"#"}if(A==2){c+='<li><img alt="" class="related-post-item-thumbnail" src="'+r+'" width="'+d.thumbnailSize+'" height="'+d.thumbnailSize+'"><a class="related-post-item-title" title="'+t+'" href="'+v+'"'+b+">"+w+'</a><span class="related-post-item-summary"><span class="related-post-item-summary-text">'+u+'</span> <a href="'+v+'" class="related-post-item-more"'+b+">"+d.moreText+"</a></span>"+y+"</li>"}else{if(A==3||A==4){c+='<li class="related-post-item" tabindex="0"><a class="related-post-item-title" href="'+v+'"'+b+'><img alt="" class="related-post-item-thumbnail" src="'+r+'" width="'+d.thumbnailSize+'" height="'+d.thumbnailSize+'"></a><div class="related-post-item-tooltip"><a class="related-post-item-title" title="'+t+'" href="'+v+'"'+b+">"+w+"</a></div>"+y+"</li>"}else{if(A==5){c+='<li class="related-post-item" tabindex="0"><a class="related-post-item-wrapper" href="'+v+'" title="'+t+'"'+b+'><img alt="" class="related-post-item-thumbnail" src="'+r+'" width="'+d.thumbnailSize+'" height="'+d.thumbnailSize+'"><span class="related-post-item-tooltip">'+w+"</span></a>"+y+"</li>"}else{if(A==6){c+='<li><a class="related-post-item-title" title="'+t+'" href="'+v+'"'+b+">"+w+'</a><div class="related-post-item-tooltip"><img alt="" class="related-post-item-thumbnail" src="'+r+'" width="'+d.thumbnailSize+'" height="'+d.thumbnailSize+'"><span class="related-post-item-summary"><span class="related-post-item-summary-text">'+u+"</span></span>"+y+"</div></li>"}else{c+='<li><a title="'+t+'" href="'+v+'"'+b+">"+w+"</a></li>"}}}}}s.innerHTML=c+="</ul>"+y;d.callBack()};randomRelatedIndex=h;showRelatedPost=g;j(d.homePage.replace(/\/$/,"")+"/feeds/posts/summary"+e+"?alt=json-in-script&orderby=updated&max-results=0&callback=randomRelatedIndex")})(window,document,document.getElementsByTagName("head")[0]);
2036
2037//]]>
2038</script>
2039</b:if>
2040
2041</article>
2042<div style='clear: both;'/>
2043
2044<b:if cond='data:blog.pageType == "item"'>
2045<!-- navigation -->
2046<b:include name='nextprev'/>
2047</b:if>
2048
2049</b:includable>
2050 <b:includable id='postQuickEdit' var='post'>
2051 <b:if cond='data:post.editUrl'>
2052 <span expr:class='"item-control " + data:post.adminClass'>
2053 <a expr:href='data:post.editUrl' expr:title='data:top.editPostMsg'>
2054 <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
2055 </a>
2056 </span>
2057 </b:if>
2058</b:includable>
2059 <b:includable id='shareButtons' var='post'>
2060<b:if cond='data:top.showEmailButton'><a class='goog-inline-block share-button sb-email' expr:href='data:post.sharePostUrl + "&target=email"' 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 + "&target=blog"' expr:onclick='"window.open(this.href, \"_blank\", \"height=270,width=475\"); return false;"' 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 + "&target=twitter"' 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 + "&target=facebook"' expr:onclick='"window.open(this.href, \"_blank\", \"height=430,width=640\"); return false;"' 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.showPinterestButton'><a class='goog-inline-block share-button sb-pinterest' expr:href='data:post.sharePostUrl + "&target=pinterest"' expr:title='data:top.shareToPinterestMsg' target='_blank'><span class='share-button-link-text'><data:top.shareToPinterestMsg/></span></a></b:if><b:if cond='data:top.showPlusOne'><div class='goog-inline-block google-plus-share-container'><data:post.googlePlusShareTag/></div></b:if>
2061</b:includable>
2062 <b:includable id='status-message'>
2063 <b:if cond='data:navMessage'>
2064 <div class='status-msg-wrap'>
2065 <div class='status-msg-body'>
2066 <data:navMessage/>
2067 </div>
2068 <div class='status-msg-border'>
2069 <div class='status-msg-bg'>
2070 <div class='status-msg-hidden'><data:navMessage/></div>
2071 </div>
2072 </div>
2073 </div>
2074 <div style='clear: both;'/>
2075 </b:if>
2076</b:includable>
2077 <b:includable id='threaded-comment-form' var='post'>
2078 <div class='comment-form'>
2079 <a name='comment-form'/>
2080 <b:if cond='data:mobile'>
2081 <p><data:blogCommentMessage/></p>
2082
2083 <data:blogTeamBlogMessage/>
2084 <a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
2085 <iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' expr:height='data:cmtIframeInitialHeight' frameborder='0' id='comment-editor' name='comment-editor' src='' style='display: none' width='100%'/>
2086 <b:else/>
2087 <p><data:blogCommentMessage/></p>
2088
2089 <data:blogTeamBlogMessage/>
2090 <a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
2091 <iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' expr:height='data:cmtIframeInitialHeight' frameborder='0' id='comment-editor' name='comment-editor' src='' width='100%'/>
2092 </b:if>
2093 <data:post.cmtfpIframe/>
2094 <script type='text/javascript'>
2095 BLOG_CMT_createIframe('<data:post.appRpcRelayPath/>');
2096 </script>
2097 </div>
2098</b:includable>
2099 <b:includable id='threaded_comment_js' var='post'>
2100 <script async='async' expr:src='data:post.commentSrc' type='text/javascript'/>
2101
2102 <script type='text/javascript'>
2103(function() {
2104 var items = <data:post.commentJso/>;
2105 var msgs = <data:post.commentMsgs/>;
2106 var config = <data:post.commentConfig/>;
2107
2108// <![CDATA[
2109 var cursor = null;
2110 if (items && items.length > 0) {
2111 cursor = parseInt(items[items.length - 1].timestamp) + 1;
2112 }
2113
2114 var bodyFromEntry = function(entry) {
2115 if (entry.gd$extendedProperty) {
2116 for (var k in entry.gd$extendedProperty) {
2117 if (entry.gd$extendedProperty[k].name == 'blogger.contentRemoved') {
2118 return '<span class="deleted-comment">' + entry.content.$t + '</span>';
2119 }
2120 }
2121 }
2122 return entry.content.$t;
2123 }
2124
2125 var parse = function(data) {
2126 cursor = null;
2127 var comments = [];
2128 if (data && data.feed && data.feed.entry) {
2129 for (var i = 0, entry; entry = data.feed.entry[i]; i++) {
2130 var comment = {};
2131 // comment ID, parsed out of the original id format
2132 var id = /blog-(\d+).post-(\d+)/.exec(entry.id.$t);
2133 comment.id = id ? id[2] : null;
2134 comment.body = bodyFromEntry(entry);
2135 comment.timestamp = Date.parse(entry.published.$t) + '';
2136 if (entry.author && entry.author.constructor === Array) {
2137 var auth = entry.author[0];
2138 if (auth) {
2139 comment.author = {
2140 name: (auth.name ? auth.name.$t : undefined),
2141 profileUrl: (auth.uri ? auth.uri.$t : undefined),
2142 avatarUrl: (auth.gd$image ? auth.gd$image.src : undefined)
2143 };
2144 }
2145 }
2146 if (entry.link) {
2147 if (entry.link[2]) {
2148 comment.link = comment.permalink = entry.link[2].href;
2149 }
2150 if (entry.link[3]) {
2151 var pid = /.*comments\/default\/(\d+)\?.*/.exec(entry.link[3].href);
2152 if (pid && pid[1]) {
2153 comment.parentId = pid[1];
2154 }
2155 }
2156 }
2157 comment.deleteclass = 'item-control blog-admin';
2158 if (entry.gd$extendedProperty) {
2159 for (var k in entry.gd$extendedProperty) {
2160 if (entry.gd$extendedProperty[k].name == 'blogger.itemClass') {
2161 comment.deleteclass += ' ' + entry.gd$extendedProperty[k].value;
2162 } else if (entry.gd$extendedProperty[k].name == 'blogger.displayTime') {
2163 comment.displayTime = entry.gd$extendedProperty[k].value;
2164 }
2165 }
2166 }
2167 comments.push(comment);
2168 }
2169 }
2170 return comments;
2171 };
2172
2173 var paginator = function(callback) {
2174 if (hasMore()) {
2175 var url = config.feed + '?alt=json&v=2&orderby=published&reverse=false&max-results=50';
2176 if (cursor) {
2177 url += '&published-min=' + new Date(cursor).toISOString();
2178 }
2179 window.bloggercomments = function(data) {
2180 var parsed = parse(data);
2181 cursor = parsed.length < 50 ? null
2182 : parseInt(parsed[parsed.length - 1].timestamp) + 1
2183 callback(parsed);
2184 window.bloggercomments = null;
2185 }
2186 url += '&callback=bloggercomments';
2187 var script = document.createElement('script');
2188 script.type = 'text/javascript';
2189 script.src = url;
2190 document.getElementsByTagName('head')[0].appendChild(script);
2191 }
2192 };
2193 var hasMore = function() {
2194 return !!cursor;
2195 };
2196 var getMeta = function(key, comment) {
2197 if ('iswriter' == key) {
2198 var matches = !!comment.author
2199 && comment.author.name == config.authorName
2200 && comment.author.profileUrl == config.authorUrl;
2201 return matches ? 'true' : '';
2202 } else if ('deletelink' == key) {
2203 return config.baseUri + '/delete-comment.g?blogID='
2204 + config.blogId + '&postID=' + comment.id;
2205 } else if ('deleteclass' == key) {
2206 return comment.deleteclass;
2207 }
2208 return '';
2209 };
2210
2211 var replybox = null;
2212 var replyUrlParts = null;
2213 var replyParent = undefined;
2214
2215 var onReply = function(commentId, domId) {
2216 if (replybox == null) {
2217 // lazily cache replybox, and adjust to suit this style:
2218 replybox = document.getElementById('comment-editor');
2219 if (replybox != null) {
2220 replybox.height = '250px';
2221 replybox.style.display = 'block';
2222 replyUrlParts = replybox.src.split('#');
2223 }
2224 }
2225 if (replybox && (commentId !== replyParent)) {
2226 replybox.src = '';
2227 document.getElementById(domId).insertBefore(replybox, null);
2228 replybox.src = replyUrlParts[0]
2229 + (commentId ? '&parentID=' + commentId : '')
2230 + '#' + replyUrlParts[1];
2231 replyParent = commentId;
2232 }
2233 };
2234
2235 var hash = (window.location.hash || '#').substring(1);
2236 var startThread, targetComment;
2237 if (/^comment-form_/.test(hash)) {
2238 startThread = hash.substring('comment-form_'.length);
2239 } else if (/^c[0-9]+$/.test(hash)) {
2240 targetComment = hash.substring(1);
2241 }
2242
2243 // Configure commenting API:
2244 var configJso = {
2245 'maxDepth': config.maxThreadDepth
2246 };
2247 var provider = {
2248 'id': config.postId,
2249 'data': items,
2250 'loadNext': paginator,
2251 'hasMore': hasMore,
2252 'getMeta': getMeta,
2253 'onReply': onReply,
2254 'rendered': true,
2255 'initComment': targetComment,
2256 'initReplyThread': startThread,
2257 'config': configJso,
2258 'messages': msgs
2259 };
2260
2261 var render = function() {
2262 if (window.goog && window.goog.comments) {
2263 var holder = document.getElementById('comment-holder');
2264 window.goog.comments.render(holder, provider);
2265 }
2266 };
2267
2268 // render now, or queue to render when library loads:
2269 if (window.goog && window.goog.comments) {
2270 render();
2271 } else {
2272 window.goog = window.goog || {};
2273 window.goog.comments = window.goog.comments || {};
2274 window.goog.comments.loadQueue = window.goog.comments.loadQueue || [];
2275 window.goog.comments.loadQueue.push(render);
2276 }
2277 })();
2278// ]]>
2279 </script>
2280</b:includable>
2281 <b:includable id='threaded_comments' var='post'>
2282 <div class='comments' id='comments'>
2283 <a name='comments'/>
2284 <h4><data:post.commentLabelFull/>:</h4>
2285
2286 <div class='comments-content'>
2287 <b:include cond='data:post.embedCommentForm' data='post' name='threaded_comment_js'/>
2288 <div id='comment-holder'>
2289 <data:post.commentHtml/>
2290 </div>
2291 </div>
2292
2293 <p class='comment-footer'>
2294 <b:if cond='data:post.allowNewComments'>
2295 <b:include data='post' name='threaded-comment-form'/>
2296 <b:else/>
2297 <data:post.noNewCommentsText/>
2298 </b:if>
2299 </p>
2300
2301 <b:if cond='data:showCmtPopup'>
2302 <div id='comment-popup'>
2303 <iframe allowtransparency='true' frameborder='0' id='comment-actions' name='comment-actions' scrolling='no'>
2304 </iframe>
2305 </div>
2306 </b:if>
2307 </div>
2308</b:includable>
2309 </b:widget>
2310</b:section>
2311</div>
2312
2313<div class='col-md-3 col-sm-4 sidebar'>
2314<div class='monza-widget-area' id='monza-secondary'>
2315<b:section class='sidebarwidgetsarea' id='sidebarwidgetsarea' name='Sidebar' preferred='yes'>
2316 <b:widget id='PopularPosts1' locked='false' title='Popular Posts' type='PopularPosts'>
2317 <b:widget-settings>
2318 <b:widget-setting name='numItemsToShow'>3</b:widget-setting>
2319 <b:widget-setting name='showThumbnails'>true</b:widget-setting>
2320 <b:widget-setting name='showSnippets'>true</b:widget-setting>
2321 <b:widget-setting name='timeRange'>LAST_YEAR</b:widget-setting>
2322 </b:widget-settings>
2323 <b:includable id='main'>
2324 <b:if cond='data:title != ""'><h2><data:title/></h2></b:if>
2325 <div class='widget-content popular-posts'>
2326 <ul>
2327 <b:loop values='data:posts' var='post'>
2328 <li>
2329 <b:if cond='!data:showThumbnails'>
2330 <b:if cond='!data:showSnippets'>
2331 <!-- (1) No snippet/thumbnail -->
2332 <a expr:href='data:post.href'><data:post.title/></a>
2333 <b:else/>
2334 <!-- (2) Show only snippets -->
2335 <div class='item-title'><a expr:href='data:post.href'><data:post.title/></a></div>
2336 <div class='item-snippet'><data:post.snippet/></div>
2337 </b:if>
2338 <b:else/>
2339 <!-- (3) Show only thumbnails or (4) Snippets and thumbnails. -->
2340 <div expr:class='data:showSnippets ? "item-content" : "item-thumbnail-only"'>
2341 <b:if cond='data:post.featuredImage.isResizable or data:post.thumbnail'>
2342 <div class='item-thumbnail'>
2343 <a expr:href='data:post.href' target='_blank'>
2344 <b:with value='data:post.featuredImage.isResizable ? resizeImage(data:post.featuredImage, 72, "1:1") : data:post.thumbnail' var='image'>
2345 <img alt='' border='0' expr:src='data:image'/>
2346 </b:with>
2347 </a>
2348 </div>
2349 </b:if>
2350 <div class='item-title'><a expr:href='data:post.href'><data:post.title/></a></div>
2351 <b:if cond='data:showSnippets'>
2352 <div class='item-snippet'><data:post.snippet/></div>
2353 </b:if>
2354 </div>
2355 <div style='clear: both;'/>
2356 </b:if>
2357 </li>
2358 </b:loop>
2359 </ul>
2360 <b:include name='quickedit'/>
2361 </div>
2362</b:includable>
2363 </b:widget>
2364 <b:widget id='Feed1' locked='false' title='' type='Feed'>
2365 <b:widget-settings>
2366 <b:widget-setting name='feedUrl'>https://www.bloggertipandtrick.net/feed/</b:widget-setting>
2367 <b:widget-setting name='openLinksInNewWindow'>false</b:widget-setting>
2368 <b:widget-setting name='numItemsShow'>5</b:widget-setting>
2369 <b:widget-setting name='showItemDate'>false</b:widget-setting>
2370 <b:widget-setting name='showItemAuthor'>false</b:widget-setting>
2371 </b:widget-settings>
2372 <b:includable id='main'>
2373 <h2><data:title/></h2>
2374 <div class='widget-content' expr:id='data:widget.instanceId + "_feedItemListDisplay"'>
2375 <span style='filter: alpha(25); opacity: 0.25;'>
2376 <a expr:href='data:feedUrl'><data:loadingMsg/></a>
2377 </span>
2378 </div>
2379 <b:include name='quickedit'/>
2380 </b:includable>
2381 </b:widget>
2382 <b:widget id='HTML1' locked='false' title='Recent Posts' type='HTML'>
2383 <b:widget-settings>
2384 <b:widget-setting name='content'><script>var numposts =5; var showpostdate = false; var showpostsummary = false; var numchars = 100; </script>
2385<script src="/feeds/posts/default?orderby=published&alt=json-in-script&callback=rp">
2386</script></b:widget-setting>
2387 </b:widget-settings>
2388 <b:includable id='main'>
2389 <!-- only display title if it's non-empty -->
2390 <b:if cond='data:title != ""'>
2391 <h2 class='title'><data:title/></h2>
2392 </b:if>
2393 <div class='widget-content'>
2394 <data:content/>
2395 </div>
2396
2397 <b:include name='quickedit'/>
2398</b:includable>
2399 </b:widget>
2400 <b:widget id='Label1' locked='false' title='Categories' type='Label'>
2401 <b:widget-settings>
2402 <b:widget-setting name='sorting'>ALPHA</b:widget-setting>
2403 <b:widget-setting name='display'>CLOUD</b:widget-setting>
2404 <b:widget-setting name='selectedLabelsList'/>
2405 <b:widget-setting name='showType'>ALL</b:widget-setting>
2406 <b:widget-setting name='showFreqNumbers'>false</b:widget-setting>
2407 </b:widget-settings>
2408 <b:includable id='main'>
2409 <b:if cond='data:title != ""'>
2410 <h2><data:title/></h2>
2411 </b:if>
2412 <div expr:class='"widget-content " + data:display + "-label-widget-content"'>
2413 <b:if cond='data:display == "list"'>
2414 <ul>
2415 <b:loop values='data:labels' var='label'>
2416 <li>
2417 <b:if cond='data:blog.url == data:label.url'>
2418 <span expr:dir='data:blog.languageDirection'><data:label.name/></span>
2419 <b:else/>
2420 <a expr:dir='data:blog.languageDirection' expr:href='data:label.url'><data:label.name/></a>
2421 </b:if>
2422 <b:if cond='data:showFreqNumbers'>
2423 <span dir='ltr'>(<data:label.count/>)</span>
2424 </b:if>
2425 </li>
2426 </b:loop>
2427 </ul>
2428 <b:else/>
2429 <b:loop values='data:labels' var='label'>
2430 <span expr:class='"label-size label-size-" + data:label.cssSize'>
2431 <b:if cond='data:blog.url == data:label.url'>
2432 <span expr:dir='data:blog.languageDirection'><data:label.name/></span>
2433 <b:else/>
2434 <a expr:dir='data:blog.languageDirection' expr:href='data:label.url'><data:label.name/></a>
2435 </b:if>
2436 <b:if cond='data:showFreqNumbers'>
2437 <span class='label-count' dir='ltr'>(<data:label.count/>)</span>
2438 </b:if>
2439 </span>
2440 </b:loop>
2441 </b:if>
2442 <b:include name='quickedit'/>
2443 </div>
2444</b:includable>
2445 </b:widget>
2446 <b:widget id='HTML2' locked='false' title='Unordered List' type='HTML'>
2447 <b:widget-settings>
2448 <b:widget-setting name='content'><ul>
2449 <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>
2450 <li>Aliquam tincidunt mauris eu risus.</li>
2451 <li>Vestibulum auctor dapibus neque.</li>
2452</ul></b:widget-setting>
2453 </b:widget-settings>
2454 <b:includable id='main'>
2455 <!-- only display title if it's non-empty -->
2456 <b:if cond='data:title != ""'>
2457 <h2 class='title'><data:title/></h2>
2458 </b:if>
2459 <div class='widget-content'>
2460 <data:content/>
2461 </div>
2462
2463 <b:include name='quickedit'/>
2464</b:includable>
2465 </b:widget>
2466 <b:widget id='Text2' locked='false' title='Text Widget' type='Text'>
2467 <b:widget-settings>
2468 <b:widget-setting name='content'>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation test link ullamco laboris nisi ut aliquip ex ea commodo consequat.</b:widget-setting>
2469 </b:widget-settings>
2470 <b:includable id='main'>
2471 <!-- only display title if it's non-empty -->
2472 <b:if cond='data:title != ""'>
2473 <h2 class='title'><data:title/></h2>
2474 </b:if>
2475 <div class='widget-content'>
2476 <data:content/>
2477 </div>
2478
2479 <b:include name='quickedit'/>
2480</b:includable>
2481 </b:widget>
2482 <b:widget id='PageList1' locked='false' title='Pages' type='PageList'>
2483 <b:widget-settings>
2484 <b:widget-setting name='pageListJson'>{}</b:widget-setting>
2485 <b:widget-setting name='homeTitle'>Home</b:widget-setting>
2486 </b:widget-settings>
2487 <b:includable id='main'>
2488 <b:if cond='data:title != ""'><h2><data:title/></h2></b:if>
2489 <div class='widget-content'>
2490 <b:if cond='data:mobile'>
2491 <select expr:id='data:widget.instanceId + "_select"'>
2492 <b:loop values='data:links' var='link'>
2493 <option expr:value='data:link.href'>
2494 <b:attr cond='data:link.isCurrentPage' name='selected' value='selected'/>
2495 <data:link.title/>
2496 </option>
2497 </b:loop>
2498 </select>
2499 <span class='pagelist-arrow'>&#9660;</span>
2500 <b:else/>
2501 <ul>
2502 <b:loop values='data:links' var='link'>
2503 <li>
2504 <b:class cond='data:link.isCurrentPage' name='selected'/>
2505 <a expr:href='data:link.href'><data:link.title/></a>
2506 </li>
2507 </b:loop>
2508 </ul>
2509 </b:if>
2510 <b:include name='quickedit'/>
2511 </div>
2512</b:includable>
2513 </b:widget>
2514 <b:widget id='BlogArchive1' locked='false' title='Blog Archive' type='BlogArchive'>
2515 <b:widget-settings>
2516 <b:widget-setting name='showStyle'>HIERARCHY</b:widget-setting>
2517 <b:widget-setting name='yearPattern'>yyyy</b:widget-setting>
2518 <b:widget-setting name='showWeekEnd'>true</b:widget-setting>
2519 <b:widget-setting name='monthPattern'>MMMM</b:widget-setting>
2520 <b:widget-setting name='dayPattern'>MMM dd</b:widget-setting>
2521 <b:widget-setting name='weekPattern'>MM/dd</b:widget-setting>
2522 <b:widget-setting name='chronological'>false</b:widget-setting>
2523 <b:widget-setting name='showPosts'>true</b:widget-setting>
2524 <b:widget-setting name='frequency'>MONTHLY</b:widget-setting>
2525 </b:widget-settings>
2526 <b:includable id='main'>
2527 <b:if cond='data:title != ""'>
2528 <h2><data:title/></h2>
2529 </b:if>
2530 <div class='widget-content'>
2531 <div id='ArchiveList'>
2532 <div expr:id='data:widget.instanceId + "_ArchiveList"'>
2533 <b:include cond='data:style == "HIERARCHY"' data='data' name='interval'/>
2534 <b:include cond='data:style == "FLAT"' data='data' name='flat'/>
2535 <b:include cond='data:style == "MENU"' data='data' name='menu'/>
2536 </div>
2537 </div>
2538 <b:include name='quickedit'/>
2539 </div>
2540</b:includable>
2541 <b:includable id='flat' var='data'>
2542 <ul class='flat'>
2543 <b:loop values='data:data' var='i'>
2544 <li class='archivedate'>
2545 <a expr:href='data:i.url'><data:i.name/></a> (<data:i.post-count/>)
2546 </li>
2547 </b:loop>
2548 </ul>
2549</b:includable>
2550 <b:includable id='interval' var='intervalData'>
2551 <b:loop values='data:intervalData' var='interval'>
2552 <ul class='hierarchy'>
2553 <li expr:class='"archivedate " + data:interval.expclass'>
2554 <b:include cond='data:interval.toggleId' data='interval' name='toggle'/>
2555 <a class='post-count-link' expr:href='data:interval.url'>
2556 <data:interval.name/>
2557 </a>
2558 <span class='post-count' dir='ltr'>(<data:interval.post-count/>)</span>
2559 <b:include cond='data:interval.data' data='interval.data' name='interval'/>
2560 <b:include cond='data:interval.posts' data='interval.posts' name='posts'/>
2561 </li>
2562 </ul>
2563 </b:loop>
2564</b:includable>
2565 <b:includable id='menu' var='data'>
2566 <select expr:id='data:widget.instanceId + "_ArchiveMenu"'>
2567 <option value=''><data:title/></option>
2568 <b:loop values='data:data' var='i'>
2569 <option expr:value='data:i.url'><data:i.name/> (<data:i.post-count/>)</option>
2570 </b:loop>
2571 </select>
2572</b:includable>
2573 <b:includable id='posts' var='posts'>
2574 <ul class='posts'>
2575 <b:loop values='data:posts' var='post'>
2576 <li><a expr:href='data:post.url'><data:post.title/></a></li>
2577 </b:loop>
2578 </ul>
2579</b:includable>
2580 <b:includable id='toggle' var='interval'>
2581 <a class='toggle' href='javascript:void(0)'>
2582 <span expr:class='"zippy" + (data:interval.expclass == "expanded" ? " toggle-open" : "")'>
2583 <b:if cond='data:interval.expclass == "expanded"'>
2584 ▼ 
2585 <b:elseif cond='data:blog.languageDirection == "rtl"'/>
2586 ◄ 
2587 <b:else/>
2588 ► 
2589 </b:if>
2590 </span>
2591 </a>
2592</b:includable>
2593 </b:widget>
2594 <b:widget id='BlogSearch1' locked='false' title='Search This Blog' type='BlogSearch'>
2595 <b:includable id='main'>
2596 <!-- only display title if it's non-empty -->
2597 <b:if cond='data:title != ""'>
2598 <h2 class='title'><data:title/></h2>
2599 </b:if>
2600
2601 <div class='widget-content'>
2602 <div expr:id='data:widget.instanceId + "_form"'>
2603 <form class='gsc-search-box' expr:action='data:blog.searchUrl'>
2604 <b:attr cond='not data:view.isPreview' name='target' value='_top'/>
2605 <table cellpadding='0' cellspacing='0' class='gsc-search-box'>
2606 <tbody>
2607 <tr>
2608 <td class='gsc-input'>
2609 <input autocomplete='off' class='gsc-input' expr:value='data:view.isSearch ? data:view.search.query.escaped : ""' name='q' size='10' title='search' type='text'/>
2610 </td>
2611 <td class='gsc-search-button'>
2612 <input class='gsc-search-button' expr:value='data:messages.search' title='search' type='submit'/>
2613 </td>
2614 </tr>
2615 </tbody>
2616 </table>
2617 </form>
2618 </div>
2619 </div>
2620
2621 <b:include name='quickedit'/>
2622 </b:includable>
2623 </b:widget>
2624 <b:widget id='AdSense1' locked='false' title='' type='AdSense'>
2625 <b:includable id='main'>
2626 <div class='widget-content'>
2627 <data:adCode/>
2628 <b:include name='quickedit'/>
2629 </div>
2630</b:includable>
2631 </b:widget>
2632 <b:widget id='AdSense2' locked='false' title='' type='AdSense'>
2633 <b:includable id='main'>
2634 <div class='widget-content'>
2635 <data:adCode/>
2636 <b:include name='quickedit'/>
2637 </div>
2638</b:includable>
2639 </b:widget>
2640 <b:widget id='Attribution1' locked='false' title='' type='Attribution'>
2641 <b:widget-settings>
2642 <b:widget-setting name='copyright'/>
2643 </b:widget-settings>
2644 <b:includable id='main'>
2645 <div class='widget-content' style='text-align: center;'>
2646 <b:if cond='data:attribution != ""'>
2647 <data:attribution/>
2648 </b:if>
2649 </div>
2650
2651 <b:include name='quickedit'/>
2652 </b:includable>
2653 </b:widget>
2654 <b:widget id='FollowByEmail1' locked='false' title='Follow by Email' type='FollowByEmail'>
2655 <b:includable id='main'>
2656 <b:if cond='data:title != ""'><h2 class='title'><data:title/></h2></b:if>
2657 <div class='widget-content'>
2658 <div class='follow-by-email-inner'>
2659 <form action='https://feedburner.google.com/fb/a/mailverify' expr:onsubmit='"window.open(\"https://feedburner.google.com/fb/a/mailverify?uri=" + data:feedPath + "\", \"popupwindow\", \"scrollbars=yes,width=550,height=520\"); return true"' method='post' target='popupwindow'>
2660 <table width='100%'>
2661 <tr>
2662 <td>
2663 <input class='follow-by-email-address' name='email' placeholder='Email address...' type='text'/>
2664 </td>
2665 <td width='64px'>
2666 <input class='follow-by-email-submit' type='submit' value='Submit'/>
2667 </td>
2668 </tr>
2669 </table>
2670 <input expr:value='data:feedPath' name='uri' type='hidden'/>
2671 <input name='loc' type='hidden' value='en_US'/>
2672 </form>
2673 </div>
2674 </div>
2675 <span class='item-control blog-admin'>
2676 <b:include name='quickedit'/>
2677 </span>
2678</b:includable>
2679 </b:widget>
2680 <b:widget id='ReportAbuse1' locked='false' title='' type='ReportAbuse'>
2681 <b:includable id='main'>
2682 <b:include name='reportAbuse'/>
2683</b:includable>
2684 </b:widget>
2685 <b:widget id='Profile1' locked='false' title='About Me' type='Profile'>
2686 <b:widget-settings>
2687 <b:widget-setting name='showaboutme'>true</b:widget-setting>
2688 <b:widget-setting name='showlocation'>true</b:widget-setting>
2689 </b:widget-settings>
2690 <b:includable id='main'>
2691 <b:if cond='data:title != ""'>
2692 <h2><data:title/></h2>
2693 </b:if>
2694 <div class='widget-content'>
2695 <b:if cond='data:team'> <!-- team blog profile -->
2696 <ul>
2697 <b:loop values='data:authors' var='i'>
2698 <li><a class='profile-name-link g-profile' expr:href='data:i.userUrl' expr:style='"background-image: url(" + data:i.profileLogo + ");"'><data:i.display-name/></a></li>
2699 </b:loop>
2700 </ul>
2701
2702 <b:else/> <!-- normal blog profile -->
2703
2704 <b:if cond='data:photo.url != ""'>
2705 <a expr:href='data:userUrl'><img class='profile-img' expr:alt='data:messages.myPhoto' expr:height='data:photo.height' expr:src='data:photo.url' expr:width='data:photo.width'/></a>
2706 </b:if>
2707
2708 <dl class='profile-datablock'>
2709 <dt class='profile-data'>
2710 <a class='profile-name-link g-profile' expr:href='data:userUrl' expr:style='"background-image: url(" + data:profileLogo + ");"' rel='author'>
2711 <data:displayname/>
2712 </a>
2713 <b:if cond='data:hasgoogleprofile'>
2714 <br/>
2715 <div class='g-follow' data-annotation='bubble' data-height='20' expr:data-href='data:userUrl'/>
2716 </b:if>
2717 </dt>
2718
2719 <b:if cond='data:showlocation'>
2720 <dd class='profile-data'><data:location/></dd>
2721 </b:if>
2722
2723 <b:if cond='data:aboutme != ""'><dd class='profile-textblock'><data:aboutme/></dd></b:if>
2724 </dl>
2725 <a class='profile-link' expr:href='data:userUrl' rel='author'><data:viewProfileMsg/></a>
2726 </b:if>
2727
2728 <b:include name='quickedit'/>
2729 </div>
2730 </b:includable>
2731 </b:widget>
2732 <b:widget cond='data:view.isHomepage' id='FeaturedPost1' locked='false' title='' type='FeaturedPost'>
2733 <b:widget-settings>
2734 <b:widget-setting name='showSnippet'>true</b:widget-setting>
2735 <b:widget-setting name='showPostTitle'>true</b:widget-setting>
2736 <b:widget-setting name='showFirstImage'>true</b:widget-setting>
2737 <b:widget-setting name='useMostRecentPost'>true</b:widget-setting>
2738 </b:widget-settings>
2739 <b:includable id='main'>
2740 <!-- Only display title if it's non-empty -->
2741 <b:if cond='data:title != ""'>
2742 <h2 class='title'><data:title/></h2>
2743 </b:if>
2744 <b:include name='content'/>
2745
2746 <b:include name='quickedit'/>
2747</b:includable>
2748 <b:includable id='content'>
2749 <div class='post-summary'>
2750 <b:if cond='data:showPostTitle and data:postTitle != ""'>
2751 <h3><a expr:href='data:postUrl'><data:postTitle/></a></h3>
2752 </b:if>
2753 <b:if cond='data:showSnippet and data:postSummary != ""'>
2754 <p>
2755 <data:postSummary/>
2756 </p>
2757 </b:if>
2758 <b:if cond='data:showFirstImage and data:postFirstImage != ""'>
2759 <img class='image' expr:src='data:postFirstImage'/>
2760 </b:if>
2761 </div>
2762
2763 <style type='text/css'>
2764 .image {
2765 width: 100%;
2766 }
2767 </style>
2768</b:includable>
2769 </b:widget>
2770</b:section>
2771</div><!-- #monza-secondary -->
2772</div>
2773
2774</div>
2775</div>
2776</div><!-- #monza-content -->
2777
2778<footer class='monza-site-footer' id='monza-colophon'>
2779<div class='container'>
2780<div class='monza-site-info'>
2781<!-- Do not edit or remove credits without our permission: newbloggerthemes.com -->
2782Copyright © <script type='text/javascript'>var creditsyear = new Date();document.write(creditsyear.getFullYear());</script> <a expr:href='data:blog.homepageUrl'><data:blog.title/></a> | Powered by <a href='http://www.blogger.com/'>Blogger</a><br/>Design by <a href='http://az-theme.net/' target='_blank'>AZ-Theme</a> | Blogger Theme by <a href='https://newbloggerthemes.com/' target='_blank' title='NewBloggerThemes.com'>NewBloggerThemes.com</a>
2783</div><!-- .monza-site-info -->
2784</div>
2785</footer><!-- #monza-colophon -->
2786
2787</div><!-- #monza-page -->
2788
2789<script type='text/javascript'>
2790//<![CDATA[
2791
2792/**
2793 * File navigation.js.
2794 *
2795 * Handles toggling the navigation menu for small screens and enables TAB key
2796 * navigation support for dropdown menus.
2797 */
2798(function() {
2799 var container, button, menu, links, i, len;
2800
2801 container = document.getElementById('monza-site-navigation');
2802 if (!container) {
2803 return;
2804 }
2805
2806 button = container.getElementsByTagName('button')[0];
2807 if ('undefined' === typeof button) {
2808 return;
2809 }
2810
2811 menu = container.getElementsByTagName('ul')[0];
2812
2813 // Hide menu toggle button if menu is empty and return early.
2814 if ('undefined' === typeof menu) {
2815 button.style.display = 'none';
2816 return;
2817 }
2818
2819 menu.setAttribute('aria-expanded', 'false');
2820 if (-1 === menu.className.indexOf('nav-menu')) {
2821 menu.className += ' nav-menu';
2822 }
2823
2824 button.onclick = function() {
2825 if (-1 !== container.className.indexOf('toggled')) {
2826 container.className = container.className.replace(' toggled', '');
2827 button.setAttribute('aria-expanded', 'false');
2828 menu.setAttribute('aria-expanded', 'false');
2829 } else {
2830 container.className += ' toggled';
2831 button.setAttribute('aria-expanded', 'true');
2832 menu.setAttribute('aria-expanded', 'true');
2833 }
2834 };
2835
2836 // Get all the link elements within the menu.
2837 links = menu.getElementsByTagName('a');
2838
2839 // Each time a menu link is focused or blurred, toggle focus.
2840 for (i = 0, len = links.length; i < len; i++) {
2841 links[i].addEventListener('focus', toggleFocus, true);
2842 links[i].addEventListener('blur', toggleFocus, true);
2843 }
2844
2845 /**
2846 * Sets or removes .focus class on an element.
2847 */
2848 function toggleFocus() {
2849 var self = this;
2850
2851 // Move up through the ancestors of the current link until we hit .nav-menu.
2852 while (-1 === self.className.indexOf('nav-menu')) {
2853
2854 // On li elements toggle the class .focus.
2855 if ('li' === self.tagName.toLowerCase()) {
2856 if (-1 !== self.className.indexOf('focus')) {
2857 self.className = self.className.replace(' focus', '');
2858 } else {
2859 self.className += ' focus';
2860 }
2861 }
2862
2863 self = self.parentElement;
2864 }
2865 }
2866
2867 /**
2868 * Toggles `focus` class to allow submenu access on tablets.
2869 */
2870 (function(container) {
2871 var touchStartFn, i,
2872 parentLink = container.querySelectorAll('.menu-item-has-children > a, .page_item_has_children > a');
2873
2874 if ('ontouchstart' in window) {
2875 touchStartFn = function(e) {
2876 var menuItem = this.parentNode,
2877 i;
2878
2879 if (!menuItem.classList.contains('focus')) {
2880 e.preventDefault();
2881 for (i = 0; i < menuItem.parentNode.children.length; ++i) {
2882 if (menuItem === menuItem.parentNode.children[i]) {
2883 continue;
2884 }
2885 menuItem.parentNode.children[i].classList.remove('focus');
2886 }
2887 menuItem.classList.add('focus');
2888 } else {
2889 menuItem.classList.remove('focus');
2890 }
2891 };
2892
2893 for (i = 0; i < parentLink.length; ++i) {
2894 parentLink[i].addEventListener('touchstart', touchStartFn, false);
2895 }
2896 }
2897 }(container));
2898})();
2899
2900/**
2901 * File skip-link-focus-fix.js.
2902 *
2903 * Helps with accessibility for keyboard only users.
2904 *
2905 * Learn more: https://git.io/vWdr2
2906 */
2907(function() {
2908 var isIe = /(trident|msie)/i.test(navigator.userAgent);
2909
2910 if (isIe && document.getElementById && window.addEventListener) {
2911 window.addEventListener('hashchange', function() {
2912 var id = location.hash.substring(1),
2913 element;
2914
2915 if (!(/^[A-z0-9_-]+$/.test(id))) {
2916 return;
2917 }
2918
2919 element = document.getElementById(id);
2920
2921 if (element) {
2922 if (!(/^(?:a|select|input|button|textarea)$/i.test(element.tagName))) {
2923 element.tabIndex = -1;
2924 }
2925
2926 element.focus();
2927 }
2928 }, false);
2929 }
2930})();
2931
2932//]]>
2933</script>
2934</body>
2935</html>