@charset "utf-8";
/* CSS Document */

  /**
   * Set a very small font size for the control and constrain
   * it's width to 225px
   *
   * Note: the page has a single FeedControl that
   * is drawn in the <div> element whose id is "feedControl".
   */
  #feedControl {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	padding-bottom:5px;
	width : 650px;
  }

  #feedControl_wwd_news {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	padding-bottom:5px;
	margin-left:15px;
  }
  
  #feedControl_wwd_blog {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	padding-bottom:5px;
	margin-left:15px;
  }

  #feedControl_wwd_is {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	padding-bottom:5px;
	margin-left:15px;
  }

  /* This hides the title and horizontal line that goes under the title. */
  .gfc-resultsHeader{
  	display: none;
  }

  /**
   * Suppress everything except for title
   
  .gf-snippet,
  .gf-author,
  .gf-spacer,
  .gf-relativePublishedDate {
	display : none;
  }
  */

  /**
   * 1em Padding at the bottom of each collection of entries
   */
  .gfc-results {
	padding-bottom : 1em;
  }

  /**
   * no padding between entries
   */
  .gfc-result {
	margin-bottom : 15px;
	background:url(../images/interests/horz_rule_small.gif) repeat-x left bottom; 
	padding-bottom:8px;
  }

  /**
   * Use a larger font size for section titles
   */
  .gfc-resultsHeader .gfc-title {
	margin:0;   
	padding:0;   
	font-size:100%;   
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#8d8d8d;
	font-weight:bold;
	padding-top: 10px;
	text-decoration: none;
  }

  /**
   * Use a larger font size for section titles
  #feedControl .gfc-result .gf-title {
   */
  #feedControl .gfc-result .gf-title {
	margin:0;   
	padding:0;   
	font-size:100%;   
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#8d8d8d;
	font-weight:bold;
	padding-top: 10px;
	text-decoration: none;
	height: 1.6em;
	overflow: hidden;
	
  }

  .gfc-result .gf-title a:hover {
	text-decoration: underline;
	
  }

  .gf-title {
		color:#8D8D8D;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size:10px;
		font-weight:bold;
		height:1.2em;
		margin:0pt;
		overflow:hidden;
		padding:10px 0pt 0pt;
		text-decoration:none;
	} 
   
  .gf-snippet,
  .gf-author,
  .gf-spacer,
  .gf-relativePublishedDate {
	display: none;
  }
