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


div#feed-control {
background-color: ivory;	/*#E8E8FF;*/
/*border-left: 2px solid #B8C0C8;*/
width: 315px;
float: right;
}

.gfg-root {
  border-left: 5px solid Ivory; 	/* matches background */
  width:      305px;
  height:     auto;
  min-height: 570px;
  max-height: 670px;
  position: relative;
  overflow: hidden;
  font-family: Tahoma, Trebuchet, Verdana, Arial;	/* all text */
  font-size: 9.5pt;				/* Scrollbox author & excerpt */
  float: left;
}

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

.gfg-title {			/* "The Estate Planning Ticker" */
  font-size: 1.5em;
  font-weight: bold;
  color: Maroon;
  overflow: hidden;
  margin: 10px 22px 12px;
}

.gfg-title a {
  font-size: inerit;
  text-decoration: underline;
  font-weight: bold;
  color: Maroon;		/* unclicked color*/
}

.gfg-title a:hover {
  color: DarkRed;		/* clicked link color */
  text-decoration:none;
}


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

.gfg-entry {
  width: 305px;			/* Box Size */
  height: 135px;
  position: relative;
  overflow: hidden;
}

.gfg-entry a {			/* Title of summarized article */
  line-height:1.1em;
  font-weight: bold;
  text-decoration: none;
}

.gfg-entry a:hover {
  text-decoration: underline;
}

.gfg-root .gfg-entry .gf-result {
  position: relative;
  width: 300;			/* Feature Box */
  height: 100%;
  padding: 0 .7em 1.1em;	/* blurb margins */
  text-align: justify;
  font-size: 1.1em;
  line-height: 1.1em;
}

	/* FEATURE TITLE - FeedControl Customizer */

.gfg-root .gfg-entry .gf-result .gf-title {
  font-size: 11pt;			/* Heading of */
  color: #072c61;			/*  captioned */
  line-height: 1.0em;			/*   entry.   */
  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: auto;			/* may control height of snippet text, but not box */
  color: #222;
  margin-top: 4px;
  padding-bottom: .8em;
  border-bottom: 2px solid #072c61;
}


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

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

.gfg-listentry-odd {			/* Odd list links */
  background-color: inherit;
}

.gfg-listentry-odd a{
  color: #072c61;
  font-weight: bold;
}

.gfg-listentry-odd a:hover{
  color: DarkRed;
}

.gfg-listentry-even{			/* Even list links */
  background-color: inherit;
}

.gfg-listentry-even a{
  color: #072c61;
  font-weight: bold;
}

.gfg-listentry-even a:hover {
  color:DarkRed;
  }

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