Hartle Suede Blogger Template

download Hartle Suede Blogger Template

of 37

Transcript of Hartle Suede Blogger Template

  • 8/4/2019 Hartle Suede Blogger Template

    1/37

    ~

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

    /* Variable definitions====================

  • 8/4/2019 Hartle Suede Blogger Template

    2/37

    type="color" default="#666" value="#666666">

    */

    /* Use this with templates/template-twocol.html */

    ]]>

    //

    (function($){$.fn.lazyload=function(options){var settings={threshold:0,failurelimit:0,event:"scroll",effect:"show",container:window};if(options){$.extend(settings,options);}var elements=this;if("scroll"==settings.event){$(settings.container).bind("scroll",function(event){var counter=0;elements.each(function(){if($.abovethetop(this,settings)$.leftofbegin(this,settings)){}else if(!$.belowthefold(this,settings)&&!$.rightoffold(this,settings)){$(this).trigger("appear");}else{if(counter++>settings.failurelimit){return false;}}});var temp=$.grep(elements,function(element){return!element.loaded;});elements=$(temp);});}this.each(function(){var self=this;if(undefined==$(self).attr("original")){$(self).attr("original",$(self).attr("src"));}if("scroll"!=settings.eventundefined==$(self).attr("src")settings.placeholder==$(self).attr("src")($.abovethetop(self,settings)$.leftofbegin(self,settings)$.belowthefold(self,settings)$.rightoffold(self,settings))){if(settings.placeholder){$(self).attr("src",settings.placeholder);}else{$(self).removeAttr("s

    rc");}self.loaded=false;}else{self.loaded=true;}$(self).one("appear",function(){if(!this.loaded){$("").bind("load",functi

  • 8/4/2019 Hartle Suede Blogger Template

    3/37

    on(){$(self).hide().attr("src",$(self).attr("original"))[settings.effect](settings.effectspeed);self.loaded=true;}).attr("src",$(self).attr("original"));};});if("scroll"!=settings.event){$(self).bind(settings.event,function(event){if(!self.loaded){$(self).trigger("appear");}});}});$(settings.container).trigger(settings.event);return this;};$.belowthefold=function(element,settings){if(settings.container===undefinedsettings.container===window){var fold=$(window).height()+$(window).scrollTop();}else{var fold=$(settings.container).o

    ffset().top+$(settings.container).height();}return fold=$(element).offset().left+settings.threshold+$(element).width();};$.extend($.expr[':'],{"below-the-fold":"$.belowthefold(a, {threshold : 0, container: window})","above-the-fold":"!$.belowthefold(a, {threshold : 0, container: window})","right-of-fold":"$.rightoffold(a, {threshold : 0, container: window})","left-of-fold":"!$.rightoffold(a, {threshold : 0, container: window})"});})(jQuery);

    //]]>

    //

    /* * Superfish v1.4.8 - jQuery menu widget Copyright (c) 2008 Joel Birch */;(function($){$.fn.superfish=function(op){var sf=$.fn.superfish,c=sf.c,$arrow=$([' '].join('')),over=function(){var $$=$(this),menu=getMenu($$);clearTimeout(menu.sfTimer);$$.showSuperfishUl().siblings().hideSuperfishUl();},out=function(){var $$=$(this),menu=getMenu($$),o=sf.op;clearTimeout(menu.sfTimer);menu.sfTimer=setTimeout(function(){o.retainPath=($.inArray($$[0],o.$path)>-1);$$.hideSuperfishUl();if(o.$path.length&&$$.parents(['li.',o.hoverClass].join('')).length

  • 8/4/2019 Hartle Suede Blogger Template

    4/37

    rue,dropShadows:true,disableHI:false,onInit:function(){},onBeforeShow:function(){},onShow:function(){},onHide:function(){}};$.fn.extend({hideSuperfishUl:function(){var o=sf.op,not=(o.retainPath===true)?o.$path:'';o.retainPath=false;var $ul=$(['li.',o.hoverClass].join(''),this).add(this).not(not).removeClass(o.hoverClass).find('>ul').hide().css('visibility','hidden');o.onHide.call($ul);return this;},showSuperfishUl:function(){var o=sf.op,sh=sf.c.shadowClass+'-off',$ul=this.addClass(o.hoverClass).find('>ul:hidden').css('visibility','visible');sf.IE7fix.cal

    l($ul);o.onBeforeShow.call($ul);$ul.animate(o.animation,o.speed,function(){sf.IE7fix.call($ul);o.onShow.call($ul);});return this;}});})(jQuery);

    //]]>

    //

    /*-- theme-script.js, if u want to customize the theme with some jQuery magic,you can add ur function here inside the $(document).ready(function() :)*/

    $(document).ready(function() {//Initiate Superfish Dropdown Menu$('ul.sf-menu').superfish();

    //Initiate Tab for separating comment and trackback//When page loads...$(".tab-content").hide(); //Hide all content$("ul.tabs li:first").addClass("active").show(); //Activate first tab$(".tab-content:first").show(); //Show first tab content

    //On Click Event$("ul.tabs li").click(function() {

    $("ul.tabs li").removeClass("active"); //Remove any "active" class

    $(this).addClass("active"); //Add "active" class to selected tab$(".tab-content").hide(); //Hide all tab content

    var activeTab = $(this).find("a").attr("href"); //Find the hrefattribute value to identify the active tab + content

    $(activeTab).fadeIn(); //Fade in the active ID contentreturn false;

    });

    //Initiate the toggle(show/hide) function for the Widgetfunction toggleWidgets() {

    $('.widget-sidebar h3').addClass('plus');

    $('.widget-sidebar h3').click(function() {$(this).toggleClass('plus').toggleClass('minus').next().toggle(1

    80);});

    }

    toggleWidgets();

    //Lazyloading the image

  • 8/4/2019 Hartle Suede Blogger Template

    5/37

    $("#content img").lazyload({effect : "fadeIn"

    });

    //Your jQuery magic can go below this line...

    }); //End of $(document).ready(function()

    //]]>

    //

    /* * jQuery Cycle Plugin (with Transition Definitions)*/(function($){var ver="2.88";if($.support==undefined){$.support={opacity:!($.brow

    ser.msie)};}function debug(s){if($.fn.cycle.debug){log(s);}}function log(){if(window.console&&window.console.log){window.console.log("[cycle] "+Array.prototype.join.call(arguments," "));}}$.fn.cycle=function(options,arg2){var o={s:this.selector,c:this.context};if(this.length===0&&options!="stop"){if(!$.isReady&&o.s){log("DOM not ready, queuing slideshow");$(function(){$(o.s,o.c).cycle(options,arg2);});return this;}log("terminating; zero elements found by selector"+($.isReady?"":" (DOM not ready)"));return this;}return this.each(function(){var opts=handleArguments(this,options,arg2);if(opts===false){return;}opts.updateActivePagerLink=opts.updateActivePagerLink$.fn.cycle.updateActivePagerLink;if(this.cycleTimeout){clearTimeout(this.cycleTimeout);}this.cycleTimeout=this.cyclePause=0;var $cont=$(this);var $slides=opts.slideExpr?$(opts.slideExpr,this):$cont.children();var els=$slides.get();if(els.length

  • 8/4/2019 Hartle Suede Blogger Template

    6/37

    vNextEvent);}if(opts.prev){$(opts.prev).unbind(opts.prevNextEvent);}if(opts.pageropts.pagerAnchorBuilder){$.each(opts.pagerAnchors[],function(){this.unbind().remove();});}opts.pagerAnchors=null;if(opts.destroy){opts.destroy(opts);}}function buildOptions($cont,$slides,els,options,o){var opts=$.extend({},$.fn.cycle.defaults,options{},$.metadata?$cont.metadata():$.meta?$cont.data():{});if(opts.autostop){opts.countdown=opts.autostopCountels.length;}var cont=$cont[0];$cont.data("cycle.opts",opts);opts.$cont=$cont;opts.stopCount=cont.cycleStop;opts.ele

    ments=els;opts.before=opts.before?[opts.before]:[];opts.after=opts.after?[opts.after]:[];opts.after.unshift(function(){opts.busy=0;});if(!$.support.opacity&&opts.cleartype){opts.after.push(function(){removeFilter(this,opts);});}if(opts.continuous){opts.after.push(function(){go(els,opts,0,(!opts.rev&&!opts.backwards));});}saveOriginalOpts(opts);if(!$.support.opacity&&opts.cleartype&&!opts.cleartypeNoBg){clearTypeFix($slides);}if($cont.css("position")=="static"){$cont.css("position","relative");}if(opts.width){$cont.width(opts.width);}if(opts.height&&opts.height!="auto"){$cont.height(opts.height);}if(opts.startingSlide){opts.startingSlide=parseInt(opts.startingSlide);}else{if(opts.backwards){opts.startingSlide=els.length-1;}}if(opts.random){opts.randomMap=[];for(var i=0;i=els.length){opts.startingSlide=0;}}opts.currSlide=opts.startingSlide0;var first=opts.startingSlide;$slides.css({position:"absolute",top:0,left:0}).hide().each(function(i){var z;if(opts.backwards){z=first?i=first?els.length-(i-first):first-i:els.length-i;}$(this).css("z-index",z);});$(els[first]).css("opacity",1).show();removeFilter(els[first],opts);if(opts.fit&&opts.width){$slides.width(opts.width);}if(opts.fit&&opts.height&&opts.height!="auto"){$slides.height(opts.height);}var reshape=opts.containerResize&&!$cont.innerHeight();if(reshape){var maxw=0,maxh=0;for(var j=0;jmaxw?w:maxw;maxh=h>maxh?h:maxh;}if(maxw>0&&maxh>0){$cont.css({width:maxw+"px",height:maxh+"px"});}}if(opts.pause){$cont.hover(function(){this.cyclePause++;},function(){this.cyclePause--;});}if(sup

    portMultiTransitions(opts)===false){return false;}var requeue=false;options.requeueAttempts=options.requeueAttempts0;$slides.each(function(){var $el=$(this);this.cycleH=(opts.fit&&opts.height)?opts.height:($el.height()this.offsetHeightthis.height$el.attr("height")0);this.cycleW=(opts.fit&&opts.width)?opts.width:($el.width()this.offsetWidththis.width$el.attr("width")0);if($el.is("img")){var loadingIE=($.browser.msie&&this.cycleW==28&&this.cycleH==30&&!this.complete);var loadingFF=($.browser.mozilla&&this.cycleW==34&&this.cycleH==19&&!this.complete);var loadingOp=($.browser.opera&&((this.cycleW==42&&this.cycleH==19)(this.cycleW==37&&this.cycleH==17))&&!this.complete);var loadingOther=(this.cycleH==0&&this.cycleW==0&&!this.complete);if(loadingIEloadingFFloadingOploadingOther){if(o.s&&opts.requeueOnImageNotLoaded&&++options.requeueAttempts

  • 8/4/2019 Hartle Suede Blogger Template

    7/37

    le.transitions[opts.fx];if($.isFunction(init)){init($cont,$slides,opts);}else{if(opts.fx!="custom"&&!opts.multiFx){log("unknown transition: "+opts.fx,"; slideshow terminating");return false;}}}var e0=$slides[first];if(opts.before.length){opts.before[0].apply(e0,[e0,e0,opts,true]);}if(opts.after.length>1){opts.after[1].apply(e0,[e0,e0,opts,true]);}if(opts.next){$(opts.next).bind(opts.prevNextEvent,function(){return advance(opts,opts.rev?-1:1);});}if(opts.prev){$(opts.prev).bind(opts.prevNextEvent,function(){return advance(opts,opts.rev?1:-1);});}if(opts.p

    ageropts.pagerAnchorBuilder){buildPager(els,opts);}exposeAddSlide(opts,els);return opts;}function saveOriginalOpts(opts){opts.original={before:[],after:[]};opts.original.cssBefore=$.extend({},opts.cssBefore);opts.original.cssAfter=$.extend({},opts.cssAfter);opts.original.animIn=$.extend({},opts.animIn);opts.original.animOut=$.extend({},opts.animOut);$.each(opts.before,function(){opts.original.before.push(this);});$.each(opts.after,function(){opts.original.after.push(this);});}function supportMultiTransitions(opts){var i,tx,txs=$.fn.cycle.transitions;if(opts.fx.indexOf(",")>0){opts.multiFx=true;opts.fxs=opts.fx.replace(/\s*/g,"").split(",");for(i=0;i

  • 8/4/2019 Hartle Suede Blogger Template

    8/37

    unction($.fn.cycle[opts.fx])){$.fn.cycle[opts.fx](curr,next,opts,after,fwd,manual&&opts.fastOnEvent);}else{$.fn.cycle.custom(curr,next,opts,after,fwd,manual&&opts.fastOnEvent);}}}if(changedopts.nextSlide==opts.currSlide){opts.lastSlide=opts.currSlide;if(opts.random){opts.currSlide=opts.nextSlide;if(++opts.randomIndex==els.length){opts.randomIndex=0;}opts.nextSlide=opts.randomMap[opts.randomIndex];if(opts.nextSlide==opts.currSlide){opts.nextSlide=(opts.currSlide==opts.slideCount-1)?0:opts.currSlide+1;}}else{if(opts.backwards){var roll=(opts.nextSlide-1)

    0){p.cycleTimeout=setTimeout(function(){go(els,opts,0,(!opts.rev&&!opts.backwards));},ms);}}$.fn.cycle.updateActivePagerLink=function(pager,currSlide,clsName){$(pager).each(function(){$(this).children().removeClass(clsName).eq(currSlide).addClass(clsName)

    ;});};function getTimeout(curr,next,opts,fwd){if(opts.timeoutFn){var t=opts.timeoutFn.call(curr,curr,next,opts,fwd);while((t-opts.speed)=0);return false;}function buildPager(els,opts){var $p=$(opts.pager);$.each(els,function(i,o){$.fn.cycle.createPagerAnchor(i,o,$p,els,opts);});opts.updateActivePagerLink(opts.pager,opts.startingSlide,opts.activePagerClass);}$.fn.cycle.createPagerAnchor=function(i,el,$p,els,opts){var a;if($.isFunction(opts.pagerAnchorBuilder)){a=opts.pagerAnchorBuilder(i,el);debug("pagerAnchorBuilder("+i+", el) returned: "+a);}else{a=''+(i+1)+"";}if(!a){return;}var $a=$(a);if($a.parents("body").length===0){var arr=[];if($p.length>1){$p.each(function(){var $clone=$a.clone(true);$(this).append($clone);arr.push($clone[0]);});$a=$(arr);}else{$a.appendTo($p);}}opts.pagerAnchors=opts.pagerAnchors[];opts.pagerAnchors.push($a);$a.bind(opts.pagerEvent,function(e){e.preventDefault();opts.nextSlide=i;var p=opts.$cont[0],timeout=p.cycleTimeout;if(timeout){clearTimeout(timeout);p.cycleTimeout=0;}var cb=opts.onPagerEventopts.pagerClick;if($.isFunction(cb)){cb(opts.nextSlide,els[opts.nextSlide]);}go(els,opts,1,opts.currSlidel?c-l:opts.slideCount-l;}else{hops=c0){opts.cssBefore.width=next.cycleW;}

  • 8/4/2019 Hartle Suede Blogger Template

    9/37

    if(h!==false&&next.cycleH>0){opts.cssBefore.height=next.cycleH;}opts.cssAfter=opts.cssAfter{};opts.cssAfter.display="none";$(curr).css("zIndex",opts.slideCount+(rev===true?1:0));$(next).css("zIndex",opts.slideCount+(rev===true?0:1));};$.fn.cycle.custom=function(curr,next,opts,cb,fwd,speedOverride){var $l=$(curr),$n=$(next);var speedIn=opts.speedIn,speedOut=opts.speedOut,easeIn=opts.easeIn,easeOut=opts.easeOut;$n.css(opts.cssBefore);if(speedOverride){if(typeof speedOverride=="number"){speedIn=speedOut=speedOverride;}else{speedIn=speedOut=1;}easeIn=easeO

    ut=null;}var fn=function(){$n.animate(opts.animIn,speedIn,easeIn,cb);};$l.animate(opts.animOut,speedOut,easeOut,function(){if(opts.cssAfter){$l.css(opts.cssAfter);}if(!opts.sync){fn();}});if(opts.sync){fn();}};$.fn.cycle.transitions={fade:function($cont,$slides,opts){$slides.not(":eq("+opts.currSlide+")").css("opacity",0);opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.opacity=0;});opts.animIn={opacity:1};opts.animOut={opacity:0};opts.cssBefore={top:0,left:0};}};$.fn.cycle.ver=function(){return ver;};$.fn.cycle.defaults={fx:"fade",timeout:4000,timeoutFn:null,continuous:0,speed:1000,speedIn:null,speedOut:null,next:null,prev:null,onPrevNextEvent:null,prevNextEvent:"click.cycle",pager:null,onPagerEvent:null,pagerEvent:"click.cycle",allowPagerClickBubble:false,pagerAnchorBuilder:null,before:null,after:null,end:null,easing:null,easeIn:null,easeOut:null,shuffle:null,animIn:null,animOut:null,cssBefore:null

    ,cssAfter:null,fxFn:null,height:"auto",startingSlide:0,sync:1,random:0,fit:0,containerResize:1,pause:0,pauseOnPagerHover:0,autostop:0,autostopCount:0,delay:0,slideExpr:null,cleartype:!$.support.opacity,cleartypeNoBg:false,nowrap:0,fastOnEvent:0,randomizeEffects:1,rev:0,manualTrump:true,requeueOnImageNotLoaded:true,requeueTimeout:250,activePagerClass:"activeSlide",updateActivePagerLink:null,backwards:false};})(jQuery);(function($){$.fn.cycle.transitions.none=function($cont,$slides,opts){opts.fxFn=function(curr,next,opts,after){$(next).show();$(curr).hide();after();};};$.fn.cycle.transitions.scrollUp=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var h=$cont.height();opts.cssBefore={top:h,left:0};opts.cssFirst={top:0};opts.animIn={top:0};opts.animOut={top:-h};};$.fn.cycle.transitions.scrollDown=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var h=$cont.height();opts.cssFirst={top:0};opts.cssBefore={top:-h,left:0};opts.an

    imIn={top:0};opts.animOut={top:h};};$.fn.cycle.transitions.scrollLeft=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var w=$cont.width();opts.cssFirst={left:0};opts.cssBefore={left:w,top:0};opts.animIn={left:0};opts.animOut={left:0-w};};$.fn.cycle.transitions.scrollRight=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var w=$cont.width();opts.cssFirst={left:0};opts.cssBefore={left:-w,top:0};opts.animIn={left:0};opts.animOut={left:w};};$.fn.cycle.transitions.scrollHorz=function($cont,$slides,opts){$cont.css("overflow","hidden").width();opts.before.push(function(curr,next,opts,fwd){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.left=fwd?(next.cycleW-1):(1-next.cycleW);opts.animOut.left=fwd?-curr.cycleW:curr.cycleW;});opts.cssFirst={left:0};opts.cssBefore={top:0};opts.animIn={left:0};opts.animOut={top:0};};$.fn.cycle.transitions.scrollVert=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push(function(curr,next,opts,fwd){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.top=fwd?(1-next.cycleH):(next.cycleH-1);opts.animOut.top=fwd?curr.cycleH:-curr.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0};opts.animIn={top:0};opts.animOut={left:0};};$.fn.cycle.transitions.slideX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$(opts.elements).not(curr).hide();$.fn.cycle.commonReset(curr,next,opts,false,true);opts.animIn.width=next.cycleW;});opts.cssBefore={left:0,top:0,width:0};opts.animIn={width:"show"};opts.animOut={width:0};};$.fn.cycle.transitions.slideY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$(opts.elements).not(curr).hide();$.fn.cycle.commonReset(curr,next,opts,true,false);opts.animIn.height=next.cycleH;});opts.cssBefore={left:0,top:0,height:0};opts.animIn={height:"show"};opts.animOut={height:0};};$.fn.cycle.transitions.shuffle=function($cont,$slides,opts){var i,w=$cont.css(

    "overflow","visible").width();$slides.css({left:0,top:0});opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);});if(!opts.speedAdjusted){opts.speed=opts.speed/2;opts.speedAdjusted=true;}opts.rando

  • 8/4/2019 Hartle Suede Blogger Template

    10/37

    m=0;opts.shuffle=opts.shuffle{left:-w,top:15};opts.els=[];for(i=0;i

  • 8/4/2019 Hartle Suede Blogger Template

    11/37

    ){$.fn.cycle.commonReset(curr,next,opts,true,false,true);opts.cssBefore.top=next.cycleH/2;opts.animIn={top:0,height:next.cycleH};opts.animOut={top:curr.cycleH/2,height:0};});opts.cssBefore={left:0,height:0};};$.fn.cycle.transitions.cover=function($cont,$slides,opts){var d=opts.direction"left";var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);if(d=="right"){opts.cssBefore.left=-w;}else{if(d=="up"){opts.cssBefore.top=h;}else{if(d=="down"){opts.cssBefore.top=-

    h;}else{opts.cssBefore.left=w;}}}});opts.animIn={left:0,top:0};opts.animOut={opacity:1};opts.cssBefore={top:0,left:0};};$.fn.cycle.transitions.uncover=function($cont,$slides,opts){var d=opts.direction"left";var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);if(d=="right"){opts.animOut.left=w;}else{if(d=="up"){opts.animOut.top=-h;}else{if(d=="down"){opts.animOut.top=h;}else{opts.animOut.left=-w;}}}});opts.animIn={left:0,top:0};opts.animOut={opacity:1};opts.cssBefore={top:0,left:0};};$.fn.cycle.transitions.toss=function($cont,$slides,opts){var w=$cont.css("overflow","visible").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);if(!opts.animOut.left&&!opts.animOut.top){opts.animOut={left:w*2,top:-h/2,opacity:0};}else{opts.animOut.opacity=0;}});opts.cssBefore={left:0

    ,top:0};opts.animIn={left:0};};$.fn.cycle.transitions.wipe=function($cont,$slides,opts){var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.cssBefore=opts.cssBefore{};var clip;if(opts.clip){if(/l2r/.test(opts.clip)){clip="rect(0px 0px "+h+"px 0px)";}else{if(/r2l/.test(opts.clip)){clip="rect(0px "+w+"px "+h+"px "+w+"px)";}else{if(/t2b/.test(opts.clip)){clip="rect(0px "+w+"px 0px 0px)";}else{if(/b2t/.test(opts.clip)){clip="rect("+h+"px "+w+"px "+h+"px 0px)";}else{if(/zoom/.test(opts.clip)){var top=parseInt(h/2);var left=parseInt(w/2);clip="rect("+top+"px "+left+"px "+top+"px "+left+"px)";}}}}}}opts.cssBefore.clip=opts.cssBefore.clipclip"rect(0px 0px 0px 0px)";var d=opts.cssBefore.clip.match(/(\d+)/g);var t=parseInt(d[0]),r=parseInt(d[1]),b=parseInt(d[2]),l=parseInt(d[3]);opts.before.push(function(curr,next,opts){if(curr==next){return;}var $curr=$(curr),$next=$(next);$.fn.cycle.commonReset(curr,next,opts,true,true,false);opts.cssAfter.display="block";var step=1,count=parseInt((opts.speedIn/13))-1;(funct

    ion f(){var tt=t?t-parseInt(step*(t/count)):0;var ll=l?l-parseInt(step*(l/count)):0;var bb=b

  • 8/4/2019 Hartle Suede Blogger Template

    12/37

    h5{font-size: 12pt;}h6 {font-size: 10pt;}

    .italic{font-style:italic}

    .clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}* html .clearfix{zoom:1}

    *:first-child+html .clearfix{zoom:1}ul{list-style:square;margin:0 0 18px 1.5em}ol{list-style:decimal;margin:0 0 18px 1.5em}ol ol{list-style:upper-alpha}ol ol ol{list-style:lower-roman}ol ol ol ol{list-style:lower-alpha}ul ul,ol ol,ul ol,ol ul{margin-bottom:0}dl{margin:0 0 24px 0}dt{font-weight:bold}dd{margin-bottom:18px}strong{font-weight:bold}cite,em,i{font-style:italic}

    big{font-size:131.25%}ins{background:#532F23FCC}blockquote{font-style:italic;padding:1em 2em;background:#EBD9CA}pre{background:#f7f7f7;color:#222;line-height:18px;margin-bottom:18px;padding:1.5em}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins{text-decoration:none}sup,sub{height:0;line-height:1;vertical-align:baseline;position:relative}sup{bottom:1ex}sub{top:.5ex}input[type="text"],textarea{padding:2px;background:#f9f9f9;border:1pxsolid #ccc;resize:none;box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1);-moz-box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1);-webkit-box-shadow:inset 1px 1px 1px rgba(

    0,0,0,0.1)}

    /* Header-----------------------------------------------*/#header-wrapper{width:960px;margin:0px auto 10px;height:140px;}#header-inner{background-position:center;margin-left:auto;margin-right:auto}#header{margin:0;border:0 solid $bordercolor;color:$pagetitlecolor;float:left;width:40%}#header h1{margin:0 5px 0;padding:25px 0 0 0px;color:#e7a46a;font-size:44px;text-shadow:none;}#header .description{padding-left:10px;color:#fcead6;text-shadow:none;font-weight:bold;padding-top:5px;margin-top:0px;}#header h1 a,#header h1 a:visited{color:#e7a46a;text-decoration:none;text-shadow:none;}#header h2{padding-left:15px;color:#736f74;font:14px Arial,Helvetica,Sans-serif}#header2{float:right;width:58%}#header2 .widget{padding:30px 0px 0 10px;float:right}/* Outer-Wrapper----------------------------------------------- */#outer-wrapper{width:960px;margin:0px auto 0px auto;padding:0;text-align:$startSide;font:$bodyfont}#content-wrapper{margin:30px 0 30px 0;background:#F9EBCD;padding:0 0 30px 0;-moz-box-shadow:-2px -2px 9px #000;box-shadow:-2px -2px 9px #000;-webkit-box-shadow:-2px -2px 9px #000;}#main-wrapper{width:620px;float:right;margin:0px 20px 0px 15px;word-wrap:break-word;/* fix for long text breaking sidebar float in IE */overflow:hidden;/* fix for long non-text content breaking IE sidebar float */

    }#rsidebar-wrapper{width:280px;float:left;margin:10px 0px;padding-bottom:20px;word-wrap:break-word;/* fix for long text breaking sidebar float in IE */

  • 8/4/2019 Hartle Suede Blogger Template

    13/37

    overflow:hidden;/* fix for long non-text content breaking IE sidebar float */}

    /* Posts-----------------------------------------------*/h2.date-header{margin:1.5em 0 .5em}.post{float:left;width:578px;padding:20px 20px 40px 10px;margin:0 0 20px 0;background:url(http://2.bp.blogspot.com/_4HKUHirY_2U/TPx8NoLteJI/AAAAAAAAIyY/h-65lAfZ

    f7U/s1600/post-bg.png) no-repeat bottom center}.post-title{margin:0 0 8px 0;padding:0;color:#785347;line-height:1.1em;font-size: 18pt;}.post-title a,.post-title a:visited,.post-title strong{display:block;text-decoration:none;color:#785347;font-size: 18pt;}.post-title strong,.post-title a:hover{color:#F98E0A;font-size: 18pt;}.post-body{text-align:justify;line-height:1.6em;font-size:110%;float:left;}.post-body ul { list-style-type: disc; margin: 10px 0px 10px 20px; }.post-body a {color:#E76B0B;text-decoration:none}.post-body a:hover {color:#F98E0A}.post-meta {background:#F9E0C1;color:#532F23;font-size:11px;margin:5px 0 15px;padding:5px;}

    .post-meta a {color:#FF5500;font-style:normal}.post-meta a:hover {color:#F98E0A}

    .post-footer{margin:.75em 0;color:$sidebarcolor;text-transform:uppercase;letter-spacing:.1em;font:$postfooterfont;line-height:1.4em}.comment-link{margin-$startSide:.6em}.post img{margin:0 4px 4px 0}/* Comments----------------------------------------------- */#comments h4{margin:1em 0;font-weight:bold;line-height:1.4em;text-transform:uppercase;letter-spacing:.2em;color:$sidebarcolor}#comments-block3{padding:0;margin:0;float:left;overflow:hidden;position:relative;}#comment-name-url{width:465px;float:left}#comment-date{width:465px;float:left}

    #comment-header{float:left;border:1px solid #cccccc;padding:5px 0 5px 10px;margin:5px;background-color:#fff;}.avatar-image-container{background:url(http://4.bp.blogspot.com/_4HKUHirY_2U/TLlJUqSaolI/AAAAAAAAEq4/qpgAHAOe9x0/s1600/comment-avatar.jpg);width:32px;height:32px;float:right;margin:5px 10px 5px 5px;border:1px solid #cccccc;}.avatar-image-container img{width:32px;height:32px}a.comments-autor-name{color:#000;font:normal bold 12px Arial,Tahoma,Verdana}a.says{color:#000;font:normal bold 12px Arial,Tahoma,Verdana}.says a:hover{text-decoration:none}a.comment-permalink{color:#b50f0f;font:normal normal 10px Arial,Tahoma,Verdana}.deleted-comment{font-style:italic;color:gray}#blog-pager-newer-link{float:$startSide}#blog-pager-older-link{float:$endSide}#blog-pager{text-align:center}.feed-links{clear:both;line-height:2.5em}/* Sidebar Content----------------------------------------------- */.sidebar{color:#484848;line-height:1.5em;margin:0 0 10px 0}.sidebar a{text-decoration:none;}.sidebar a:hover{text-decoration:none;}.sidebar .widget h2{border-bottom:1px solid #EB8C2D;color:#532F23;margin:0 20px0 0;padding:0 0 5px 0;font-size: 16pt;}.sidebar .widget{margin:15px 15px 0;padding:10px;}.sidebar .widget ul{list-style:none;margin:0 !important;padding-left:0px;}.sidebar .widget ul li{margin:10px 20px 0 10px;background:url(http://1.bp.blogspot.com/_4HKUHirY_2U/TPx72JbC46I/AAAAAAAAIww/p5GCTQOwuHA/s1600/bullet.png) no-rep

    eat 0 2px;padding-left:18px;line-height:1.3em}.sidebar .widget ul li ul li{background:url(http://1.bp.blogspot.com/_4HKUHirY_2U/TPx72Z7lzBI/AAAAAAAAIw4/4iOBKrDjKuk/s1600/bullet1.png)no-repeat;margin:10px 0

  • 8/4/2019 Hartle Suede Blogger Template

    14/37

    0 5px}.main .widget{border-bottom:0 dotted $bordercolor;margin:0 0 1.5em;padding:0 0 1.5em}.main .Blog{border-bottom-width:0}/* Profile ----------------------------------------------- */.profile-img{float:$startSide;margin-top:0;margin-$endSide:5px;margin-bottom:5px;margin-$startSide:0;padding:4px;border:1px solid $bordercolor}

    .profile-data{margin:0;text-transform:uppercase;letter-spacing:.1em;font:$postfooterfont;color:$sidebarcolor;font-weight:bold;line-height:1.6em}.profile-datablock{margin:.5em 0 .5em}.profile-textblock{margin:0.5em 0;line-height:1.6em}.profile-link{font:$postfooterfont;text-transform:uppercase;letter-spacing:.1em}#navbar-iframe{height:0;visibility:hidden;display:none}.postdate{padding:1px 0;font:11px Arial,Helvetica,Sans-serif;color:#555}.postdate img{border:none;vertical-align:middle;margin:2px}/* FOOTER */

    #bottom-area{border:1px solid #DDD outside;background:#F9EBCD;margin:0 0 10px 0;padding:0 0 40px 0;-moz-box-shadow:-2px -2px 9px #000;box-shadow:-2px -2px 9px #

    000;-webkit-box-shadow:-2px -2px 9px #000}.widget-bottom{width:215px;margin:20px 0 10px 20px;display:-moz-inline-stack;display:inline-block;line-height:1.5em;vertical-align:top;_height:250px;zoom:1;*display:inline}.cre{color:#F5DDCB;text-shadow:1px 1px 1px #000}.cre a{color:#FDE4D0}.cre a:hover{color:#F9B682}.widget-bottom h2{border-bottom:1px solid #EB8C2D;color:#532F23;margin:0 20px 5px 0;padding:0 0 5px 0;font-size: 16pt;}.widget-bottom ul{list-style:none;margin:0 !important;padding-left:0px;}.widget-bottom ul li{margin:10px 0 0 10px;background:url(http://1.bp.blogspot.com/_4HKUHirY_2U/TPx72JbC46I/AAAAAAAAIww/p5GCTQOwuHA/s1600/bullet.png) no-repeat 02px;padding-left:18px;line-height:1.3em}

    .widget-bottom ul li ul li{background:url(http://1.bp.blogspot.com/_4HKUHirY_2U/TPx72JbC46I/AAAAAAAAIww/p5GCTQOwuHA/s1600/bullet.png)no-repeat;margin:10px 0 0 5px}.widget-bottom a{line-height:1.2em}

    /* -- NUMBER PAGE NAVIGATION -- */.showpageNum a{font:15px Arial,Verdana;padding:2px 4px;margin:0 4px;text-decoration:none;border:0 solid #333;background:#dfdfdf;color:#686868;border:1px solid #989898}.showpageOf{margin:0 8px 0 0;color:#222;font:15px Arial,Verdana}.showpageNum a:hover{color:#494949;background:#dfdfdf;border:1px solid #626262}.showpageArea{margin:10px 0;font:15px Arial,Verdana;color:#111}.showpagePoint{color:#434343;font:bold 15px Arial,Verdana;padding:2px 4px;margin:2px;border:1px solid #b6b5b5;background:#fff;text-decoration:none}.addthis_toolbox{padding:15px 0 5px 0;text-align:center}.addthis_toolbox .custom_images a{width:32px;height:32px;margin:0 4px 0 4px;padding:0}.addthis_toolbox .custom_images a:hover img{opacity:1}.addthis_toolbox .custom_images a img{opacity:0.85}.topright{text-align:left;margin:13px 0 0 0}.topright a{color:#a5a5a5;text-decoration:none;vertical-align:top;text-transform:uppercase;text-shadow:0 1px 0 #212121;font:bold 11px Arial,Helvetica,sans-serif}.topright a:hover{color:#fff}#comment-form iframe{padding:5px;width:500px}

    #search{border:1px solid #a0a0a0;height:30px;padding:0;background:#d6d6d6;text-align:right;margin-right:10px;}#search input{border:0;background:none;color:#313030}

  • 8/4/2019 Hartle Suede Blogger Template

    15/37

    #s{width:204px;padding:4px;margin:3px 0 0 0;background:none}#topsearch{margin-top:15px}div.span-1,div.span-2,div.span-3,div.span-4,div.span-5,div.span-6,div.span-7,div.span-8,div.span-9,div.span-10,div.span-11,div.span-12,div.span-13,div.span-14,div.span-15,div.span-16,div.span-17,div.span-18,div.span-19,div.span-20,div.span-21,div.span-22,div.span-23,div.span-24{float:left;margin-right:10px}.span-1{width:30px}.span-2{width:70px}.span-3{width:110px}.span-4{width:150px}.s

    pan-5{width:190px}.span-6{width:230px}.span-7{width:270px}.span-8{width:310px}.span-9{width:350px}.span-10{width:390px}.span-11{width:430px}.span-12{width:470px}.span-13{width:510px}.span-14{width:550px}.span-15{width:590px}.span-16{width:630px}.span-17{width:670px}.span-18{width:710px}.span-19{width:750px}.span-20{width:790px}.span-21{width:830px}.span-22{width:870px}.span-23{width:910px}.span-24,div.span-24{width:960px;margin:0}input.span-1,textarea.span-1,input.span-2,textarea.span-2,input.span-3,textarea.span-3,input.span-4,textarea.span-4,input.span-5,textarea.span-5,input.span-6,textarea.span-6,input.span-7,textarea.span-7,input.span-8,textarea.span-8,input.span-9,textarea.span-9,input.span-10,textarea.span-10,input.span-11,textarea.span-11,input.span-12,textarea.span-12,input.span-13,textarea.span-13,input.span-14,textarea.span-14,input.span-15,textarea.span-15,input.span-16,textarea.span-16,input.span-17,textarea.span-17,input.span-18,tex

    tarea.span-18,input.span-19,textarea.span-19,input.span-20,textarea.span-20,input.span-21,textarea.span-21,input.span-22,textarea.span-22,input.span-23,textarea.span-23,input.span-24,textarea.span-24{border-left-width:1px!important;border-right-width:1px!important;padding-left:5px!important;padding-right:5px!important}input.span-1,textarea.span-1{width:18px!important}input.span-2,textarea.span-2{width:58px!important}input.span-3,textarea.span-3{width:98px!important}input.span-4,textarea.span-4{width:138px!important}input.span-5,textarea.span-5{width:178px!important}input.span-6,textarea.span-6{width:218px!important}input.span-7,textarea.span-7{width:258px!important}input.span-8,textarea.span-8{width:298px!important}input.span-9,textarea.span-9{width:338px!important}input.span-10,textarea.span-10{width:378px!important}input.span-11,textarea.span-11{width:418px!important}input.span-12,textarea.span-12{width:458px!important}input.span-13,textarea.span-13{width:498px!important}input.span-14,textarea.span-14{width:538px!important

    }input.span-15,textarea.span-15{width:578px!important}input.span-16,textarea.span-16{width:618px!important}input.span-17,textarea.span-17{width:658px!important}input.span-18,textarea.span-18{width:698px!important}input.span-19,textarea.span-19{width:738px!important}input.span-20,textarea.span-20{width:778px!important}input.span-21,textarea.span-21{width:818px!important}input.span-22,textarea.span-22{width:858px!important}input.span-23,textarea.span-23{width:898px!important}input.span-24,textarea.span-24{width:938px!important}.last{margin-right:0;padding-right:0}.last,div.last{margin-right:0}

    #ads-block-125 {margin:15px 0 15px 5px;width: 270px;}#ads-block-125 img {margin:5px 0 5px 5px;height:125px;width:125px}

    #social-widget{width:260px;margin:10px 0;padding:10px;text-shadow:1px 1px 1px #F7EFEC}div#social-widget input[type="text"]{width:120px;color:#5f6466}#social-widget h3{margin:0 15px 20px 0;color:#532F23}.rss-com{background:url(http://1.bp.blogspot.com/_4HKUHirY_2U/TPx9D1aXqLI/AAAAAAAAI04/joJ6uf7wDVk/s1600/rss-mini.png) no-repeat top left;float:left;height:50px;width:70px;padding:5px 0 0 55px;color:#FD6B36}.rss-com a{color:#f38e33}.rss-com a:hover{color:#FD6B36}.feed-count{font-size:1.4em;font-weight:bold}#feedform{margin:10px 0 0 0}.twitter-com{background:url(http://3.bp.blogspot.com/_4HKUHirY_2U/TPx9T-H9SfI/AA

    AAAAAAI1Q/o5ApNdovW8Y/s1600/twitter-mini.png) no-repeat top left;float:right;height:50px;width:50px;padding:5px 0 0 55px}.twitter-com a:hover{color:#0B4978}

  • 8/4/2019 Hartle Suede Blogger Template

    16/37

    .tweet-count{font-size:1.4em;font-weight:bold}

    .fb-com{background:url(http://2.bp.blogspot.com/_4HKUHirY_2U/TPx9CxrcxuI/AAAAAAAAI0g/4Q_GMkhzZxg/s1600/fb-mini.png) no-repeat top left;height:50px;width:200px;margin:10px 0 0 0;padding:10px 0 0 55px;float:left;font-size:1.4em;font-weight:bold}.email-com{background:url(http://1.bp.blogspot.com/_4HKUHirY_2U/TPx85z_DaaI/AAAAAAAAI0Q/1LFWmRWEj2k/s1600/email-mini.png) no-repeat top left;width:200px;padding

    :10px 0 0 55px;float:left;font-size:1.4em;font-weight:bold;margin:0 0 10px 0;color:#D17F44}.emailsubmit{background:#F5C4A1;cursor:pointer;color:#532F23;border:none;padding:3px;text-shadow:0 -1px 1px rgba(0,0,0,0.25);-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;font:12px inherit}.emailsubmit:hover{background:#E5A453}

    #slideshow{width:960px;background:#F9EBCD;border:1px solid #7E3F2D;-moz-box-shadow:-2px -2px 9px #000;box-shadow:-2px -2px 9px #000;-webkit-box-shadow:-2px -2px9px #000;height:315px;overflow:hidden;}#slider{float:left;margin:20px 20px 10px 30px}

    .featured-post{width:900px}.slider-image{width:400px;height:250px;float:left;padding:5px;border:1px solid #F5DDCB}.slider-post{width:450px;margin:0 0 0 15px;float:right;font-size:110% !important;line-height:1.8em}.slider-post-meta{background:none repeat scroll 0 0 #F9E9AF;color:#532F23;margin:5px 0 15px;padding:5px;font-size:11px;line-height:1.2em}.slider-post-meta a{color:#F50;font-style:normal}.slider-post-meta a:hover{color:#F98E0A}#slider-nav{float:left;padding-left:440px;margin:0 0 20px}#slider-nav a{background:url(http://3.bp.blogspot.com/_4HKUHirY_2U/TPx73MewueI/AAAAAAAAIxI/13tNZNpx9xM/s1600/control-1.png) no-repeat;display:block;float:left;height:14px;margin-right:4px;text-indent:-9999px;width:15px}

    div#slider-nav a.activeSlide{background:url(http://3.bp.blogspot.com/_4HKUHirY_2U/TPx8AeCPQeI/AAAAAAAAIxQ/0N4NtN8bAtY/s1600/control-2.png) no-repeat}.slider-arrow{position:relative}span#prev,span#next{display:block;height:23px;position:absolute;text-indent:-9999px;top:140px;width:13px}span#prev{background:url(http://3.bp.blogspot.com/_4HKUHirY_2U/TPx8X1jxLvI/AAAAAAAAIyg/VBxLpk7W7SE/s1600/prev.png) no-repeat;left:10px}span#next{background:url(http://3.bp.blogspot.com/_4HKUHirY_2U/TPx8Mb1_ibI/AAAAAAAAIx4/XbVJr_vdi2k/s1600/next.png) no-repeat;right:5px}a.readmore span{display:block;height:34px;padding:0 5px 0 10px}.readmore{background:#F5C4A1;display:block;float:right;height:34px;line-height:34px;margin:8px 10px 0 0;padding-right:9px;-moz-border-radius:10px;-khtml-border-radius:10px;-webkit-border-radius:10px;border-radius:10px}.readmore:hover{background:#B16127;color:#fff}

    #primary-nav{height:40px;margin:0 0 20px 0;background:#F9EBCD;border-bottom-right-radius:10px;-moz-border-radius-bottomright:10px;-webkit-border-bottom-right-radius:10px;border-bottom-left-radius:10px;-moz-border-radius-bottomleft:10px;-webkit-border-bottom-left-radius:10px}#primary-nav ul{height:50px;margin:0 0 0 10px}#primary-nav ul li{font-weight:bold;font-size:12px}#primary-nav ul li a{text-shadow:2px 1px 2px #EFE2DD;text-transform:uppercase;margin:5px 5px 5px 0;text-decoration:none;color:#532F23}#primary-nav ul li a:hover{color:#BD755C;text-shadow:1px 1px 1px #EDDED9}

    .sf-menu,.sf-menu *{list-style:none;margin:0;padding:0}

    .sf-menu{line-height:1.0;float:left}

    .sf-menu ul{position:absolute;top:-999em;width:10em}

  • 8/4/2019 Hartle Suede Blogger Template

    17/37

    .sf-menu ul li{width:100%}

    .sf-menu li:hover{visibility:inherit}

    .sf-menu li{float:left;position:relative;background:transparent}

    .sf-menu a{display:block;position:relative;text-decoration:none;padding:.75em 1em}.sf-menu li:hover ul,.sf-menu li.sfHover ul{left:0;top:3.6em;z-index:99}.sf-menu a{color:#13a}

    .sf-menu li li,.sf-menu li li li{background:#F9EBCD;border-top:none}

    .sf-menu li:hover,.sf-menu li.sfHover,.sf-menu a:hover{background:#E7DACB;outline:0}.sf-menu a:focus{outline:0}.sf-menu a.sf-with-ul{padding-right:2.25em;min-width:1px}.sf-sub-indicator{position:absolute;display:block;right:.75em;top:1.05em;width:10px;height:10px;text-indent:-999em;overflow:hidden;background:url(arrows-white.png) no-repeat -10px -100px}a > .sf-sub-indicator{top:.8em;background-position:0 -100px}a:focus > .sf-sub-indicator,a:hover > .sf-sub-indicator,a:active > .sf-sub-indicator,li:hover > a > .sf-sub-indicator,li.sfHover > a > .sf-sub-indicator{background-position:-10px -100px}

    .sf-menu ul a > .sf-sub-indicator{background-position:0 0}.sf-shadow ul{background:url(shadow.png) no-repeat bottom right;-moz-border-radius-bottomleft:17px;-moz-border-radius-topright:17px;-webkit-border-top-right-radius:17px;-webkit-border-bottom-left-radius:17px;padding:0 8px 9px 0}.sf-shadow ul.sf-shadow-off{background:transparent}ul.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul,ul.sf-menu li li:hover liul,ul.sf-menu li li.sfHover li ul{top:-999em}ul.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul,ul.sf-menu li li li:hoverul,ul.sf-menu li li li.sfHover ul{left:10em;top:0}.sf-menu ul .sf-sub-indicator,.sf-menu ul a:focus > .sf-sub-indicator,.sf-menu ul a:hover > .sf-sub-indicator,.sf-menu ul a:active > .sf-sub-indicator,.sf-menu ul li:hover > a > .sf-sub-indicator,.sf-menu ul li.sfHover > a> .sf-sub-indicator{background-position:-10px 0}

    function stoperrors(){return true;}window.onerror=stoperrors;

    skip to main skip to sidebar

  • 8/4/2019 Hartle Suede Blogger Template

    18/37

    HomeAboutChild Page 1

    Child Page 2GrandChildChild Page 3ArchivesContactProfiles

    DisclaimerForumSubscribeHistory

  • 8/4/2019 Hartle Suede Blogger Template

    19/37

    reliably in JS because margins are not taken into account by any ofclientWidth, offsetWidth or scrollWidth, so we don't force a minimumwidth if the user is using shrink to fit.This results in a margin-width's worth of pixels being cropped. If theuser is not using shrink to fit then we expand the header.-->

  • 8/4/2019 Hartle Suede Blogger Template

    20/37

    //Initiate Featured Content Slider$('#slider') .cycle({

    fx: 'fade',

    pager: '#slider-nav' ,speed: 300,pause: true ,prev: '#prev',

    next: '#next'});

    Featured Post 1 Title

    Replace these every slide sentences with your featured post descriptions.Go to Blogger edit html and find these sentences.Now replace these with your own descriptions.This theme is Bloggerized by Lasantha - Premiumbloggertemplates.com.Download more free blogger templates from www.premiumbloggertemplates.com.

    Read More

    Featured Post 2 Title

    Replace these every slide sentences with your featured post descriptions.Go to Blogger edit html and find these sentences.Now replace these with your own descriptions.This theme is Bloggerized by Lasantha - Premiumbloggertemplates.com.Download more free blogger templates from www.premiumbloggertemplates.com.

    Read More
  • 8/4/2019 Hartle Suede Blogger Template

    21/37

    Featured Post 3 Title

    Replace these every slide sentences with your featured post descriptions.Go to Blogger edit html and find these sentences.Now replace these with your own descriptions.This theme is Bloggerized by Lasantha - Premiumbloggertemplates.com.Download more free blogger templates from www.premiumbloggertemplates.com.

    Read More

    Featured Post 4 Title

    Replace these every slide sentences with your featured post descriptions.Go to Blogger edit html and find these sentences.Now replace these with your own descriptions.This theme is Bloggerized by Lasantha - Premiumbloggertemplates.com.Download more free blogger templates from www.premiumbloggertemplates.com.

    Read More

    Featured Post 5 Title

    Replace these every slide sentences with your featured post descriptions.Go to Blogger edit html and find these sentences.Now replace these with your own descriptions.This theme is Bloggerized by Lasantha - Premiumbloggertemplates.com.Download more free blogger templates from www.premiumbloggertemplates.com.

    Read More

    PrevNext

  • 8/4/2019 Hartle Suede Blogger Template

    22/37

    Join The Community

    Follow Me!

    Facebook Page

    Subscribe via Email

  • 8/4/2019 Hartle Suede Blogger Template

    23/37

    lue='Enter email address here'/>

  • 8/4/2019 Hartle Suede Blogger Template

    24/37

    ()

    ()

    ()

  • 8/4/2019 Hartle Suede Blogger Template

    25/37

  • 8/4/2019 Hartle Suede Blogger Template

    26/37

  • 8/4/2019 Hartle Suede Blogger Template

    27/37

    Posted by on . , - No comments1 comment comments

    summary_noimg = 400;summary_img = 400;

    img_thumb_height = 125;img_thumb_width = 125;

  • 8/4/2019 Hartle Suede Blogger Template

    28/37

    //

    function removeHtmlTag(strx,chop){if(strx.indexOf("")!=-1){

    s[i] = s[i].substring(s[i].indexOf(">")+1,s[i].length);

    }}strx = s.join("");

    }chop = (chop < strx.length-1) ? chop : strx.length-2;while(strx.charAt(chop-1)!=' ' && strx.indexOf(' ',chop)!=-1) chop++;strx = strx.substring(0,chop-1);return strx+'...';

    }

    function createSummaryAndThumb(pID){var div = document.getElementById(pID);var imgtag = "";var img = div.getElementsByTagName("img");var summ = summary_noimg;if(img.length>=1) {

    imgtag = '';

    summ = summary_img;}

    var summary = imgtag + '' + removeHtmlTag(div.innerHTML,summ) + '';

    div.innerHTML = summary;}

    //]]>createSummaryAndThumb("summary");

  • 8/4/2019 Hartle Suede Blogger Template

    29/37

    BLOG_CMT_createIframe('', '');
  • 8/4/2019 Hartle Suede Blogger Template

    30/37

    google.load("annotations", "1", {"locale": &

    quot;"});function initialize() {google.annotations.setApplicationId();google.annotations.createAll();google.annotations.fetch();

    }google.setOnLoadCallback(initialize);

  • 8/4/2019 Hartle Suede Blogger Template

    31/37

    ()

    1 :

    :

  • 8/4/2019 Hartle Suede Blogger Template

    32/37

    said:

  • 8/4/2019 Hartle Suede Blogger Template

    33/37

  • 8/4/2019 Hartle Suede Blogger Template

    34/37

  • 8/4/2019 Hartle Suede Blogger Template

    35/37

    ()

    ()

    Copyright 2010
    Designed by CamelGraph Bloggerized by Lasantha - Premiumbloggertemplates.com web design GetNetSet

  • 8/4/2019 Hartle Suede Blogger Template

    36/37

    var pageCount=4;var displayPageNum=3;var upPageWord =' ';var downPageWord =' ';

    //=(thisNum-displayPageNum-1)&&p1){html=''+upPageHtml+' '+html+' '}html=' Pages '+(postNum-1)+''+html;if(thisNum

  • 8/4/2019 Hartle Suede Blogger Template

    37/37

    an class="showpageNum">'+(p+1)+''}}if(eFlag==0&&p==thisNum){downPageHtml=' '+downPageWord+'';eFlag++}}}if(thisNum>1){if(!isLablePage){html=''+upPageHtml+' '+html+' '}else{html=''+upPageHtml+' '+html+' '}}html=' Pages ('+(postNum-1

    )+')'+html;if(thisNum