/*------------------------------------------------------------------------------*/    
/* BLOG from Google */
/*------------------------------------------------------------------------------*/

div.blogContainer {
   margin: 0px;
   padding: 0px;
   line-height: 145%;
}

div.blogContent {
   margin: 10px 0px 0px 0px;
}

.gfg-title {
  display:none;
}

.gfg-entry {
  display:none;
}

/* To allow correct behavior for overlay */
.gfg-root .gfg-entry .gf-result {

}

.gfg-list {
	/* display: none;*/
	margin: 0px;
	padding: 20px 4px;
	display: block;
}

.gfg-listentry {
	margin: 0px;
}

.gfg-listentry a{		
	padding: 0px 0px 0px 10px;
	background: url(images/bullet.png) no-repeat center left;
	font-weight: normal;
	text-decoration: none;
        color: #ffffff;	
}

.gfg-listentry a:hover{
	text-decoration: underline;
        color: #ffffff;	
}


/*
 * FeedControl customizations.
 */

.gfg-root .gfg-entry .gf-result .gf-title {
    font-size: 115%;
    line-height: 125%;
    margin: 12px 0px 0px 0px;
    padding: 0px;
    color: #6F6B61;
}

.gfg-root .gfg-entry .gf-result .gf-title a,
.gfg-root .gfg-entry .gf-result .gf-title a:visited{
	   text-decoration: none;
	   font-weight: bold;
}

.gfg-root .gfg-entry .gf-result .gf-snippet {
  margin-top : 10px;
}


.gfg-root .gfg-entry .gf-result .gf-author {
   display: none;
}

.gfg-root .gfg-entry .gf-result .gf-relativePublishedDate {
   font-size: 92%;
   margin-left: 0px;
   line-spacing: 1px;
   clear: both;
   padding-bottom: 6px;
}

/*
 * FeedControl customizations.
 */

.gfg-horizontal-root .gfg-entry .gf-result .gf-snippet,
.gfg-horizontal-root .gfg-entry .gf-result .gf-author {
  display : none;
}
