/*
***** STYLE ***
 */


div#feed-control {
background-color: #FFEBEB
}

.gfg-root {
  width: 315px;
  height: auto;
  max-height: 700;
  position: relative;
  overflow: hidden;
  font-family: Georgia, Garamond, serif;	/* all text */
  font-size: 10pt;				/* Scrollbox author & excerpt */
}

/*
***** HEADER ***
 */

.gfg-title {
  font-size: 16pt;
  font-weight: bold;
  color: #62071E;		/* unclicked color*/
  overflow: hidden;
  line-height; 20px;
  padding: 20px 15px 4px;   /*  was 10 15 4 */
}

.gfg-title a {
  color: #61071E;		/* clicked link color */
  font-size: 20px;		/* "The Estate Planning Ticker" */
  font-weight: bold;
  text-decoration: none;
}

/* 
 ***** FEATURE BOX *** 
 */

	/* Box Size */

.gfg-entry {
  width: 311px;
  height: 115px;
  position: relative;
  overflow: hidden;
  text-align: left;
  margin-top: 8px;		/* between header & box */
}

.gfg-entry a {
  color: #093B58;		/* Title link color */
  font-weight: normal;
}

.gfg-root .gfg-entry .gf-result {
  position: relative;
  width: 311;			/* Feature Box */
  height: 100%;
  padding: 0px 10px;		/* blurb margins */
}

	/* FEATURE TITLE - FeedControl Customizer */

.gfg-root .gfg-entry .gf-result .gf-title {
  font-size: 13pt;
  color: #072C61
  line-height: 1.0em;			/* space above/below featured link  - was 1.3*/
  overflow: hidden;
  white-space: normal;			/* whether it wraps to a third line */
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  margin-bottom: 5px;			/*gutter on base of featured link */
}

	/* FEATURE SNIPPET - FeedControl Customizer */

.gfg-root .gfg-entry .gf-result .gf-snippet {
  height: 4.2em;			/* may control height of snippet text, but not box */
  color: #000000;
  margin-top: 3px;
}


/* 
***** LINK LIST TEXT ***
 */

.gfg-listentry {
  line-height:	1.2em;
  font-size:	14px;
  overflow :	hidden;
  white-space:	normal;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  padding: 10px 7px 9px 20px;		/* border to text */
}

.gfg-listentry-odd {
  background-color: #FFEBEB;
}

.gfg-listentry-odd a{
  color: #111;
  font-weight: bold;
}
/*
.gfg-listentry-even {
  background-color: #FFF8F8;
}
*/
.gfg-listentry-even a{
  color: #111;
  font-weight: bold;
}

.gfg-listentry-odd a:hover {color:62072c;}
.gfg-listentry-highlight { 
  background-image: url('garrow.gif');
  background-repeat: no-repeat;
  background-position: center left;
}

/*
 ***** PAGE BOTTOM ***
 */

.gfg-list {
  position: relative;
  overflow: hidden;
  text-align: left;
  margin-bottom: 0px;		/* very bottom border */
}

/*
 ***** No clue what these do ***
 */

.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;}
