@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 : 500px;
  }
  
  #feedControl_1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	padding-bottom:5px;
	width : 500px;
  }
  
  #feedControl_wwd_news {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	padding-bottom:5px;
  }
  
  #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;
  }

  /* 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;
  }

  /**
   * 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 {
	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;
	height: 1.6em;
	overflow: hidden;
	
  }

  /**
   * Use a larger font size for section titles
   * For some reason this one needs an individual entry for each feed control
   */
  #feedControl_1 .gfc-result .gf-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;
	height: 1.2em;
	overflow: hidden;
	
  }

  .gfc-result .gf-title a:hover {
	text-decoration: underline;
	
  }

  .gf-result .gf-author, .gf-result .gf-spacer, .gf-result .gf-relativePublishedDate {style.css (line 87)
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666666;
	padding-bottom:5px;
	line-height:200%;
  }


.gf-title {
position:relative;
float:left;
margin-right:5px;}
