*/

/* Content
----------------------------------------------- */
body {
	font: $(body.font);
	color: $(body.text.color);
	background: $(body.background);
	padding: 0 $(content.shadow.spread) $(content.shadow.spread);
}

html body $(page.width.selector) {
	min-width: 0;
	max-width: 100%;
	width: $(page.width);
}

h2 {
	font-size: 22px;
}

a:link {
	text-decoration: none;
	color: $(link.color);
}

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

a:hover {
	text-decoration: underline;
	color: $(link.hover.color);
}

.body-fauxcolumn-outer .fauxcolumn-inner {
	background: transparent $(body.background.gradient.tile) repeat scroll top left;
}

.body-fauxcolumn-outer .cap-top {
	position: absolute;
	z-index: 1;
	height: 400px;
	width: 100%;
}

.body-fauxcolumn-outer .cap-top .cap-left {
	width: 100%;
	background: transparent $(body.background.gradient.cap) repeat-x scroll top left;
}

.content-outer {
	-moz-box-shadow: 0 0 $(content.shadow.spread) rgba(0,0,0,.15);
	-webkit-box-shadow: 0 0 $(content.shadow.spread.webkit) rgba(0,0,0,.15);
	box-shadow: 0 0 $(content.shadow.spread) rgba(0,0,0,.15);
	margin-bottom: 1px;
}

.content-inner {
	padding: $(content.padding) $(content.padding.horizontal);
}

$(content.background.color.selector) {
	background-color: $(content.background.color);
}

/* Header
----------------------------------------------- */
.header-outer {
	background: $(header.background.color) $(header.background.gradient) repeat-x scroll 0 -400px;
}

.Header h1 {
	font: $(header.font);
	color: $(header.text.color);
	text-shadow: $(header.shadow.offset.left) $(header.shadow.offset.top) $(header.shadow.spread) rgba(0,0,0,.2);
}

.Header h1 a {
	color: $(header.text.color);
}

.Header .description {
	font-size: $(description.text.size);
	color: $(description.text.color);
}

.header-inner .Header .titlewrapper {
	padding: 22px $(header.padding);
}

.header-inner .Header .descriptionwrapper {
	padding: 0 $(header.padding);
}

/* Tabs
----------------------------------------------- */
.tabs-inner .section:first-child {
	border-top: $(header.bottom.border.size) solid $(tabs.border.color);
}

.tabs-inner .section:first-child ul {
	margin-top: -$(header.border.size);
	border-top: $(header.border.size) solid $(tabs.border.color);
	border-left: $(header.border.horizontalsize) solid $(tabs.border.color);
	border-right: $(header.border.horizontalsize) solid $(tabs.border.color);
}

.tabs-inner .widget ul {
	background: $(tabs.background.color) $(tabs.background.gradient) repeat-x scroll 0 -800px;
	border-bottom: $(tabs.border.width) solid $(tabs.border.color);
	margin-top: $(tabs.margin.top);
	margin-left: -$(tabs.margin.side);
	margin-right: -$(tabs.margin.side);
}

.tabs-inner .widget li a {
	display: inline-block;
	padding: .6em 1em;
	font: $(tabs.font);
	color: $(tabs.text.color);
}

.tabs-inner .widget li:first-child a {
}

.tabs-inner .widget li.selected a, .tabs-inner .widget li a:hover {
	color: $(tabs.selected.text.color);
	background-color: $(tabs.selected.background.color);
	text-decoration: none;
}

/* Columns
----------------------------------------------- */
.main-outer {
	border-top: $(main.border.width) solid $(body.rule.color);
}

.fauxcolumn-left-outer .fauxcolumn-inner {
	border-right: 1px solid $(body.rule.color);
}

.fauxcolumn-right-outer .fauxcolumn-inner {
	border-left: 1px solid $(body.rule.color);
}

/* Headings
----------------------------------------------- */
div.widget > h2,
div.widget h2.title {
	margin: 0 0 1em;
	font: $(widget.title.font);
	color: $(widget.title.text.color);
}

/* Widgets
----------------------------------------------- */
.widget .zippy {
	color: $(widget.alternate.text.color);
	text-shadow: 2px 2px 1px rgba(0,0,0,.1);
}

.widget .popular-posts ul {
	list-style: none;
}

/* Posts
----------------------------------------------- */
h2.date-header {
	font: $(date.header.font);
}

.date-header span {
	background-color: $(date.header.background.color);
	color: $(date.header.color);
	padding: $(date.header.padding);
	letter-spacing: $(date.header.letterspacing);
	margin: $(date.header.margin);
}

.main-inner {
	padding-top: $(main.padding.top);
	padding-bottom: $(main.padding.bottom);
}

.main-inner .column-center-inner {
	padding: 0 $(main.padding);
}

.main-inner .column-center-inner .section {
	margin: 0 $(main.section.margin);
}

.post {
	margin: 0 0 $(post.margin.bottom);
}

h3.post-title, .comments h4 {
	font: $(post.title.font);
	margin: .75em 0 0;
}

.post-body {
	font-size: 110%;
	line-height: 1.4;
	position: relative;
}

.post-body img, .post-body .tr-caption-container, .Profile img, .Image img,
.BlogList .item-thumbnail img {
	padding: $(image.border.small.size);
	background: $(image.background.color);
	border: 1px solid $(image.border.color);
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,.1);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.1);
	box-shadow: 1px 1px 5px rgba(0,0,0,.1);
}

.post-body img, .post-body .tr-caption-container {
	padding: $(image.border.large.size);
}

.post-body .tr-caption-container {
	color: $(image.text.color);
}

.post-body .tr-caption-container img {
	padding: 0;
	background: transparent;
	border: none;
	-moz-box-shadow: 0 0 0 rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,.1);
	box-shadow: 0 0 0 rgba(0,0,0,.1);
}

.post-header {
	margin: 0 0 1.5em;
	line-height: 1.6;
	font-size: 90%;
}

.post-footer {
	margin: 20px -2px 0;
	padding: 5px 10px;
	color: $(post.footer.text.color);
	background-color: $(post.footer.background.color);
	border-bottom: 1px solid $(post.footer.border.color);
	line-height: 1.6;
	font-size: 90%;
}

#comments .comment-author {
	padding-top: 1.5em;
	border-top: 1px solid $(body.rule.color);
	background-position: 0 1.5em;
}

#comments .comment-author:first-child {
	padding-top: 0;
	border-top: none;
}

.avatar-image-container {
	margin: .2em 0 0;
}

#comments .avatar-image-container img {
	border: 1px solid $(image.border.color);
}

/* Comments
----------------------------------------------- */
.comments .comments-content .icon.blog-author {
	background-repeat: no-repeat;
	background-image: ;
}

.comments .comments-content .loadmore a {
	border-top: 1px solid $(widget.alternate.text.color);
	border-bottom: 1px solid $(widget.alternate.text.color);
}

.comments .comment-thread.inline-thread {
	background-color: $(post.footer.background.color);
}

.comments .continue {
	border-top: 2px solid $(widget.alternate.text.color);
}

/* Accents
---------------------------------------------- */
.section-columns td.columns-cell {
}

.blog-pager {
	background: $(paging.background);
}

.blog-pager-older-link, .home-link,
.blog-pager-newer-link {
	background-color: $(content.background.color);
	padding: 5px;
}

.footer-outer {
	border-top: $(footer.bevel) dashed #bbbbbb;
}

/* Mobile
----------------------------------------------- */
body.mobile {
	background-size: $(mobile.background.size);
}

.mobile .body-fauxcolumn-outer {
	background: $(mobile.background.overlay);
}

.mobile .body-fauxcolumn-outer .cap-top {
	background-size: 100% auto;
}

.mobile .content-outer {
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.15);
	box-shadow: 0 0 3px rgba(0,0,0,.15);
}

.mobile .tabs-inner .widget ul {
	margin-left: 0;
	margin-right: 0;
}

.mobile .post {
	margin: 0;
}

.mobile .main-inner .column-center-inner .section {
	margin: 0;
}

.mobile .date-header span {
	padding: .1em 10px;
	margin: 0 -10px;
}

.mobile h3.post-title {
	margin: 0;
}

.mobile .blog-pager {
	background: transparent none no-repeat scroll top center;
}

.mobile .footer-outer {
	border-top: none;
}

.mobile .main-inner, .mobile .footer-inner {
	background-color: $(content.background.color);
}

.mobile-index-contents {
	color: $(body.text.color);
}

.mobile-link-button {
	background-color: $(link.color);
}

.mobile-link-button a:link, .mobile-link-button a:visited {
	color: $(mobile.button.color);
}

.mobile .tabs-inner .section:first-child {
	border-top: none;
}

.mobile .tabs-inner .PageList .widget-content {
	background-color: $(tabs.selected.background.color);
	color: $(tabs.selected.text.color);
	border-top: $(tabs.border.width) solid $(tabs.border.color);
	border-bottom: $(tabs.border.width) solid $(tabs.border.color);
}

.mobile .tabs-inner .PageList .widget-content .pagelist-arrow {
}

h2.date-header {
	font: normal bold 24px crafty girls, Arial, Tahoma, Helvetica, FreeSans, sans-serif;
	text-align: center;
}

h3.post-title, .comments h4 {
	font: normal italic 60px 'Dancing Script', cursive;
	text-align: center;
	margin: .75em 0 0;
}

]]>

    
      
      
      

      
    

    
      
    

    
  

  
  
    
      
    function setAttributeOnload(object, attribute, val) {
}	
}

else {
}	
}

	
}

gapi.load(gapi.iframes:gapi.iframes.style.bubble, function() {
}	
}

	
}

);
    
(function() {
}	
}

)();


    
  

  
    
      
      
        
      
    
  

  
    
    
      
      
    
    
    
    
    
    
    
      
      
    
    
  

  
  
    
    
      
      
    
    
    
    
    
    
    
      
      
    
    
  

  
  
    
    
  
  
  
  

    
    
    
      
      
    
    
    
    
      
        
          
            
            0
            -1
            false
            false
            BEHIND
            0
          
          

  
    
      
      
        
          
            
              
            
          
          
        
      
        
          
            
              
            
          
          
        
      
    
      
      
        
          
        
        
        
          
        
      
    
  
    
    
      
        
          
        
      
      
    
  

          
  
    
  

          
  
    
  

        
      
    
    
    
      
      
    
    
    

    
    
      
      
    
    
    
    
      
        
          
            
            Home
          
          
  
  
    
      
        
          
            
            
          
        
      
      &#9660;
    
      
        
          
            
            
          
        
      
    
    
  

        
      
      
    
    
    
      
      
    
    

    
    
      
      
    

    
    
    

      

        
        
          
          
        
        
        
        
        
        
        
          
          
        
        

        
        
          
          
        
        
        
        
        
        
        
          
          
        
        

        
        
          
          
        
        
        
        
        
        
        
          
          
        
        

        
        

        
        
          
            
              
                true
                #000000
                true
                true
                #55665c
                true
                true
                #ff0000
                TextAndImage
                #ffffff
                false
                1x1
                true
                true
                true
                1
                true
                #ffffff
                false
                true
              
              
  
    
    

      

      
        
          
        
        
          
        
        
          
        
        
          
        
        
          
          
        

        
        
          
            
          
        
      
      
        
      
    

    
    

    
    

  
    
  

  

              
  
    
      
    
  

              
  
  
    
      
        
          
             
            
            
          
          
            
          
          
             
             
          
        
      
    
  
  
    
  

              
  
    
    
      
        
      
      
      
      
    
      
      
      
      
      
    
    
    
      BLOG_CMT_createIframe();
    
  

              
  
    
      
        
      
    
      
        
      
    
  

              
  
    
    
  
    
      :
    
  

              
  
    
  
    
  
    
  

              
  
    
    
      :

      
        
          
            
               
            
               
          

          

          
             
            
             
            
          
        
      

      
        
          
            
              
                
              
              
              
                
              
              
                
              
                
              
              
            
            
              
                
              
                
                  
                
              
            
            
              
                
                  
                
                
              
            
          
        
      

      
        
          
            
          
          
            
          
           
          
           
          
            
          
          
            
          
        
      

      
        
          
            
          
            
          
        
          
        
      
    
    
      
        
        
      
    

    
    
       
    
    
  

              
   
    
      
        
      
    

   
    
      
        
      
    
  

              
  
  
  
      ()
  
  

              

  
    
    

    
      
    
  

              
  
    
      
        
      
    

    
      
        
          
        

        &rsaquo;

        
          
            
              
                
              
            
          

          
            
          
        

        
      

      
        
      
    
  

              
    
    

      

      
        
          
        
      
        
          
        
      
    

   

              
  
    
      
      &lsaquo;
      
    

    
      
      &rsaquo;
      
    

    
    
    

    
      
    

  
  

              
  
    
      
    
    
      

        
          
            
          
          
          

          
          
            
              
                
              
                
              
                
              
            
          

          
            
          

          
            
             
          

          
            
              
                
                  
                    
                      
                      
                        
                      
                    
                  
                    
                      
                    
                  
                
              

              
                
                  
                  
                    
                    
                  
                
              

              
                
              
            

            
              
                
                  
                
              
              
                
              
            

          
        

        
      
    
  

              
  
    
      
      
      
    

    
      
      
      
    

    

    
      
        
      
    

  
  

              
  
    
      
    
    
    

    
    
      
      
        
      
        
      
      
    

    
    
    

    
    
      
       
    

    
      
        
      
    

    
    
      
        
          
            
              
                
                
                  
                
              
            
              
                
              
            
        
      

      
        
          
          
            
            
          
        
      

      
        
          
            
              
               ,
          
        
      
      

      
      
        
          
          
        
      
      
      
        
          
            
          
          
            
              
            
          
          
        
      
    
  

              
  
    
      
        
      
    
  

              
  

              
  
  
    
      
    
    
      
        
      
    
  
  
  

              
  
    
    
      
      
      
      
    
      
      
      
      
    
    
    
      BLOG_CMT_createIframe();
    
  

              
  

  
    (function() {
}

var bodyFromEntry = function(entry) {
}	
}

	
}

	
}

var parse = function(data) {
	cursor: null;
}

;
            // comment ID, parsed out of the original id format
            var id = /blog-(\d+).post-(\d+)/.exec(entry.id.$t);
            comment.id = id ? id[2] : null;
            comment.body = bodyFromEntry(entry);
            comment.timestamp = Date.parse(entry.published.$t) + ;
            if (entry.author && entry.author.constructor === Array) {
}	
}

	
}

if (entry.link) {
}

if (entry.link[3]) {
}	
}

	
}

comment.deleteclass = 'item-control blog-admin';
            if (entry.gd$extendedProperty) {
}

else if (entry.gd$extendedProperty[k].name == blogger.displayTime) {
}	
}

	
}

	
}

	
}

	
}

;

      var paginator = function(callback) {
}

window.bloggercomments = function(data) {
	cursor: parsed.length : window.setTimeout(function() { document.body.className = document.body.className.replace('loading',''); },10);
}

.ig-b- img {
	visibility: hidden;
}

.ig-b-:hover {
	background-position: 0 -60px;
}

.ig-b-:active {
	background-position: 0 -120px;
}

.ig-b-48 {
	width: 48px;
	height: 48px;
	background: url('//badges.instagram.com/static/images/ig-badge-sprite-48.png') no-repeat 0 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio: 2),only screen and (-o-min-device-pixel-ratio: 2 / 1),only screen and (min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
	.ig-b-48 {
		background-image: url('//badges.instagram.com/static/images/ig-badge-sprite-48@2x.png');
		background-size: 60px 178px;
	}
}

https://twitter.com/kikilovesbooks
      http://www.instagram.com/kikireaderlovesbooks
      http://www.pinterest.com/kikireader/
      Facebook
      Amazon
      Instagram
      Facebook Group
      Twitter
      Pinterest
      ALPHABETICAL
      http://www.facebook.com/KikiReaderLovesBooks01
      https://www.facebook.com/groups/kikireaderlovesbooksgroup/
      
    
    


 
   
     
       
     
   
   
 

  
  
    
      Kiki Reader Loves BooksPromote Your Page Too]]>
    
    
  
  
    
  
  
    
  

  

  
  
    
      HIERARCHY
      yyyy
      true
      MMMM
      MMM dd
      MM/dd
      false
      true
      MONTHLY
    
    
  
    
  
  
  
  
    
    
    
  
  
  
  

    
  
    
      
         ()
      
    
  

    
  
    
      
        
        
          
        
        ()
        
        
      
    
  

    
  
    
    
       ()
    
  

    
  
    
      
    
  

    
  
    
      
        ▼ 
      
        ◄ 
      
        ► 
      
    
  

  

  
    
  
  
    
      
        
          
            
              
            
            
              
            
          
        
        
        
      
    
  
  
    
  

  
  
    
      true
      false
    
    
    
      
    
    
     
      
        
          
        
      

     

      
        
      

      
        
          
            
          
          
            
            
          
        

        
          
        

        
      
      
    

     
    
  
  
  
    
      
      
  .gr_custom_container_1442631241 {
/* customize your Goodreads widget container here*/
	border: 1px solid gray;
	border-radius: 10px;
	padding: 10px 5px;
	background-color: #FFFFFF;
	color: #000000;
	width: 300px;
}

.gr_custom_header_1442631241 {
/* customize your Goodreads header here*/
	border-bottom: 1px solid gray;
	width: 100%;
	margin-bottom: 5px;
	text-align: center;
	font-size: 120%;
}

.gr_custom_each_container_1442631241 {
/* customize each individual book container here */
	width: 100%;
	clear: both;
	margin-bottom: 10px;
	overflow: auto;
	padding-bottom: 4px;
	border-bottom: 1px solid #aaa;
}

.gr_custom_book_container_1442631241 {
/* customize your book covers here */
	overflow: hidden;
	height: 60px;
	float: left;
	margin-right: 4px;
	width: 39px;
}

.gr_custom_author_1442631241 {
/* customize your author names here */
	font-size: 10px;
}

.gr_custom_tags_1442631241 {
/* customize your tags here */
	font-size: 10px;
	color: gray;
}

.gr_custom_rating_1442631241 {
/* customize your rating stars here */
	float: right;
}