/* blog */
    #feedGadget { 
      margin-top : 20px;
      margin-left: 0px;
      width : 228px;
      color: #8A889E;
    }

    #feedGadget p{ 
      color: #666;}
	
    #feedGadget .gfg-root {
      font-size : 75%;
	  color: #666;
    }
    #feedGadget .gfg-root .gfg-entry .gf-result {
      padding-left : 10px;
	  color: #666;
	  margin-bottom: 10px;
    }
    #feedGadget .gfg-title {
	color: #332a86;
	font-size: 120%;
	font-weight: 500;
	padding: 2px 0 2px 4px;
	margin-bottom: 10px;
    background-color : none;
	border-bottom: 1px solid #ccc;
    }
    #feedGadget .gfg-title a {
      color : #666;
    }
    #feedGadget .gfg-subtitle {
	display: none;
    }
    #feedGadget .gfg-subtitle a {
      color : #B5A6A6;
    }
    #feedGadget .gf-title {
      font-size : 100%;
	  font-weight: bold;
	  color: #B5A6A6;
	  
    }
    #feedGadget .gf-title a{
      color : #666;
    }
    #feedGadget .gfg-root .gfg-listentry {
	font-weight: bold;
      padding : 3px 0 3px 5px;
      margin : 5px;
	  color: #666;
	  border: 1px solid #ccc;
    }
    #feedGadget .gfg-root .gfg-listentry a {
      color : #666;
    }
    #feedGadget .gfg-root .gfg-listentry a:hover {
      color : #666;
    }
    #feedGadget .gfg-root .gfg-listentry-odd {
      background-color : #ECEFF5;
    }
    #feedGadget .gfg-root .gfg-listentry-highlight {
      border-left: 2px solid #76719E;
      padding-left : 3px;
      background-image : none;
	  color: #666;
	  background-color : #CABDD9;
    }

 #feedGadget .gf-result .gf-author,
 #feedGadget .gf-result .gf-spacer,
 #feedGadget .gf-result .gf-relativePublishedDate {
  color: #B5A6A6;
  font-style: italic;
  display : inline;
  }