/* CSS Document */

.gfg-root {
  float:left;
  width : 260px;
  height : 130px;
  position : relative;
}

/* Upper title text */
.gfg-title {
  float:left;
  font-family:Arial, Helvetica, sans-serif; 
  font-size:16px; 
  text-decoration:none; 
  color:#e29dc0;
  overflow:hidden;
  white-space:nowrap;
  padding-top:0px;
  padding-bottom:3px;
  padding-left:22px;
}

/* Lower title text color */
.gfg-subtitle a {
  font-size:14px;
  padding-top:5px;
  padding-left:22px;
  padding-bottom:3px;
}

/* Date text */
.gfg-entry {
  width : 100%;
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-top : 3px;
  font-color:#6C6;
  height:110px;
}

/* Main link/title color */
.gfg-entry a{  
  color:#db95ba;
}

/* To allow correct behavior for overlay */
.gfg-root .gfg-entry .gf-result {
  position : relative;
  width : auto;
  height : 100%;
  padding-left:22px;
}

.gfg-list {
  visibility:hidden;
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-bottom : 5px;
  
}.gfg-listentry {
  line-height : 1.5em;
  overflow : hidden;
  white-space : nowrap;
  text-overflow : ellipsis;
  -o-text-overflow : ellipsis;
  padding-left : 2px;
  padding-right : 3px;
  margin-left : 22px;
}

.gfg-root .gfg-entry .gf-result .gf-title {
  font-size:15px;
  font-weight:normal;
  line-height:1.2em;
  margin-bottom:2px;
}

/* Main text color  */
.gfg-root .gfg-entry .gf-result .gf-snippet {
  height:3.8em;
  color:#6f485c;
  margin-top:3px;
}

/*
 * Easy way to get horizontal mode, applicable via js options to gadget.
 */


.gfg-branding {
  white-space : nowrap;
  overflow : hidden;
  text-align : left;
  position : absolute;
  right : 0px;
  top : 0px;
  width : 80px;
}

.gfg-collapse-open, .gfg-collapse-closed {
  background-repeat : no-repeat;
  background-position : center;
  cursor : pointer;
  float : right;
  width : 17px;
  height : 20px;
}

.gfg-collapse-open {
  background-image : url('arrow_open.gif');
}

.gfg-collapse-closed {
  background-image : url('arrow_close.gif');
}

.gfg-collapse-href {
  float : left;
}

.clearFloat {
  clear : both;
}
