.gfg-root {
	height : auto;
	overflow : hidden;
	font-size: 11px;
	margin: 5px 10px;
}
.gfg-title {
	display:none;
}
.gfg-subtitle {
	display: none;
}
.gfg-entry {
	background-color : white;
	position:relative;
	width : 92%;
	height : 8.2em;
	overflow : hidden;
	text-align : left;
	margin-bottom: 2px;
}
/* To allow correct behavior for overlay */
.gfg-root .gfg-entry .gf-result {
  position : relative;
  background-color : white;
  width : auto;
  height : 100%;
}

.gfg-list {
  position : relative;
  overflow : hidden;
  text-align : left;
  border-top: 2px dotted #D9E8F6;
  width: 92%;
  padding-top: 4px;
}

.gfg-listentry {
  background: #ffffff url(http://www.jetblue.com/i/bullet-light.gif) 0px 8px no-repeat;
  line-height : 1.4em;
  padding: 2px 2px 2px 10px;
  margin: 0 0 0px 0px;
}
.gfg-listentry-highlight {
  background: #ffffff url(http://www.jetblue.com/i/bullet.gif) 0px 8px no-repeat;
  text-decoration: none;
}
.gfg-listentry a{
  text-decoration:none;
}
.gfg-listentry-highlight a {
  color: #004A91;
}

/*
 * FeedControl customizations.
 */

.gfg-root .gfg-entry .gf-result .gf-title {
	font-size: 12px;
	font-weight: bold;
	margin-bottom : 2px;
	text-decoration: none;
	color: #004A91;
}
.gfg-root .gfg-entry .gf-result .gf-title a:hover {
text-decoration: underline;
}
.gfg-root .gfg-entry .gf-result .gf-snippet {
	margin-top : 3px;
	color: #004A91;
}
/*
 * FeedControl customizations.
 */

.gfg-horizontal-root .gfg-entry .gf-result .gf-snippet, .gfg-horizontal-root .gfg-entry .gf-result .gf-author {
	display : none;
}
.gfg-horizontal-root .gfg-entry .gf-result .gf-title {
	color: #0000cc;
	margin-right : 3px;
	float : left;
}
.gfg-horizontal-root .gfg-entry .gf-result .gf-spacer {
	float : left;
}
.gfg-horizontal-root .gfg-entry .gf-result .gf-spacer, .gfg-horizontal-root .gfg-entry .gf-result .gf-relativePublishedDate {
	display : block;
	color: #AAAAAA;
}
.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-href {
	float : left;
}
.clearFloat {
	clear : both;
}
#feed-control {
margin: 10px 0 0 10px;
position: relative;
width: 490px;
float: left;
}
#blog-intro {
margin: 15px 0 0 15px; 
width: 135px;
float: left;
}
#blog-intro p{
color: #666;
font-size: 11px;
}
