/* usda30_homeInFocusRadioFeed.css */

/* margin: top, bottom, right, left  */
  
  /* supress dispalying of these fields 
    #feedGadget  .gfg-title, 
  */
  #feedGadget .gf-snippet,
  #feedGadget .gf-author,
  #feedGadget .gf-spacer,
  #feedGadget .gf-title,
  #feedGadget .gf-relativePublishedDate, 
  #feedGadget .gfg-subtitle
  {
    display : none;
  }

   #feedGadget .gfg-listentry a
   {
	display: block;
    /*text-transform: lowercase;*/
   }
  
	#feedGadget .gfg-listentry a:first-letter 
	{
		/*text-transform: uppercase;*/
		/* color: magenta; */
		/* font-size: medium; font-weight: bold; */
		/* font-weight:bold; */
	}
  
	 
    #feedGadget { 
      margin-top : 8px;
      margin-left: 2px;
      width : 300px;
	  height: 150px; 
      font-size: 12px;
	  color: #9CADD0;
	 
    }
    #feedGadget .gfg-root {
      font-size : 11px;
    }
    #feedGadget .gfg-root .gfg-entry .gf-result {
      padding-left : 10px;
    }
	
	/* feed title background-color : #F5F5F5; 
	 border-top: 4px solid brown;
	  font-size : 14px;
	*/
	
	/* Radio Features top titles clicable */
    #feedGadget .gfg-title {
     
      color:  brown;
      margin-left: 5px;
	  margin-bottom: 6px; 
	  margin-top: 1px;
	  
      border-top: 2px;
	  text-align: center;
	  /* background-color: magenta; */
	  background-color: #F5F5F5; 
	  
	  width: 280px;
	  
	  FONT-FAMILY: Arial, Helvetica, sans-serif; 
	  FONT-SIZE: 14px;
    }
	
    #feedGadget .gfg-title a {
      /*color : #4E8029;*/
	  color: brown;
	  
    }
	/* feed title in the scrolling box */
    #feedGadget .gfg-subtitle {
      font-size : 11px;
      color : #203311;
	  background-color : #ffffff;
	 /* background-color: magenta; */
      text-align : left;
      margin-left : 5px;
    }
	
    #feedGadget .gfg-subtitle a {
         font-size : 13px;
		 /*font-size : 12px;*/
		
    }
	/* feed entries style 
	  background-color: lightGray;
	*/
    #feedGadget .gf-title {
      font-size : 8px;
	
	  color:navy;
    }
	
    #feedGadget .gf-title a{
      color : blue;
	  background-color: lightblue;
	  font-size: 12px;
    }
	
	/* all entries not used
	lightgray:   background-color: #EDEDED;*/
    #feedGadget .gfg-root .gfg-listentry {
      padding-left : 5px;
      margin-right : 5px;
	 
	  color: navy;
	  /*font-size: 12px;  */
	    font-size: 14px;  
	  margin-bottom: 5px;
	  
    }
	/* all entries, feed subtitles*/
    #feedGadget .gfg-root .gfg-listentry a {
      color : black;
	 
	 
	  /*make it the same as #USDANewsDetail P  */
		
		FONT-FAMILY: Arial, Helvetica, sans-serif; 
		FONT-SIZE: 12px;
		/*FONT-SIZE: 11px;*/
		
		margin-top: 4px;
		margin-right: 4px;
		padding-right: 2px;
		
		width: 280px;
		/*background-color: lime;*/
		/*margin-top:5px;*/
    }
	
    #feedGadget .gfg-root .gfg-listentry a:hover {
      color : #203311;
    }
	/* odd entry margin-right: 1px;  background-color : white;*/
    #feedGadget .gfg-root .gfg-listentry-odd {
	  margin-right: 1px; 
	 
	  	  
    }
	/* cc: disable moving left vertial var, comment out:   border-left: 2px solid #203311;
	 padding-left : 3px;
	 active selection: border-bottom: 5px solid blue;
	 border:5px solid lightblue;
	*/
    #feedGadget .gfg-root .gfg-listentry-highlight {
	 
      background-image : none;
	  /* background-color: blue; */
    }