/* stylesheet for contexts crawler badge, v1 
 * http://contexts.org/crawler/?p=133 
 */

/**** first import google css & then modify from there ****/


#FeedControl { height : auto; position : relative; }

.gfg-root {
  padding-left: 175px;
  text-transform: lowercase;
  border: none;
  background: url('http://handmadecontemporaryjewellery.com/badges/home-page-badge-v1.png') no-repeat;
  padding-top: 5px;
}
.gfg-root .gfg-entry .gf-result { padding-left : 0px; }


/***** blog title *****/

.gfg-title { display: none;}

/* To use text for the title instead of the crawler graphic,
 * remove the 'background' and 'padding-top' from from '.gfg-root'
 * and uncomment the rest of this section
.gfg-title {
  font-size: 12px;
  font-weight : bold;
  background-color: #fff;
  width: 100%;
}
.gfg-title a { color : #005500; text-decoration: none; }
.gfg-title a:hover { text-decoration: underline; }
*/


/***** entry & post title *****/

.gfg-entry { margin-left:2px; overflow: hidden; }
.gfg-root .gfg-entry .gf-result .gf-title {
  font-size: 110%; /* 11px*/
}
.gfg-root .gfg-entry .gf-result .gf-title {
  line-height : 1.2em;
  white-space : normal;
}
.gfg-root .gfg-entry .gf-result .gf-title a { }
.gfg-root .gfg-entry .gf-result .gf-title a:hover { }


/***** Only show blog title & post title *****/

.gfg-root .gfg-entry .gf-result .gf-author,
.gfg-root .gfg-entry .gf-result .gf-spacer,
.gfg-root .gfg-entry .gf-result .gf-relativePublishedDate,
.gfg-root .gfg-entry .gf-result .gf-snippet,
.gfg-list
{display: none;}
