@charset "utf-8";
/* CSS Document
   Gentilini Ford 2010 Dynamic Feed Style */

#feed-control-blog{
	xbackground:url("http://sitespecific.dealerskins.com/GentilliniFord/hpContent/bottomRightCol-top-bkg.jpg") no-repeat left top;
}
#feed-control-blog .gfg-root {
	width:100%;
	position:relative;
	overflow:hidden;
	text-align:center;
	font-size:10pt;
}
#feed-control-blog .gfg-title {
	width:100%;
	font-size:18px;
	line-height:20px;
	overflow:hidden;
	text-align:center;
	padding:4px 0 8px 10px;
}
#feed-control-blog .gfg-title a {
	color:#666;
	font-weight:bold;
	text-decoration:none;
}

#feed-control-blog .gfg-subtitle {
	font-size:12px;
	font-weight:lighter;
	color:#EAEAEA;
	line-height:14px;
	overflow:hidden;
}
#feed-control-blog .gfg-subtitle a {
	color:#999;
}

#feed-control-blog .gfg-entry {
	width:99%;
	height:9em;
	position:relative;
	overflow:hidden;
	text-align:left;
}
/* To allow correct behavior for overlay */
#feed-control-blog .gfg-root .gfg-entry .gf-result {
	position:relative;
	width:auto;
	height:100%;
	padding-left:12px;
}
#feed-control-blog .gfg-list {
	position:relative;
	overflow:hidden;
	text-align:left;
	padding-bottom:8px;
}
#feed-control-blog .gfg-listentry {
	line-height:16px;
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	margin:0 5px 6px 0;
	padding:0 5px 0 15px;
}
#feed-control-blog .gfg-listentry-odd {
}
#feed-control-blog .gfg-listentry-even {
}
#feed-control-blog .gfg-listentry a:link, .gfg-listentry a:visited{
	color:#666;
	font-size:14px;
	text-decoration:none;
}
#feed-control-blog .gfg-listentry a:hover{
	xcolor:#333;
}
#feed-control-blog .gfg-listentry-highlight {
	background:#CCC url('http://sitespecific.dealerskins.com/GentilliniFord/hpContent/news-bullet.gif') no-repeat left center;
}
#feed-control-blog .gfg-listentry-highlight a:link, #feed-control-blog .gfg-listentry-highlight a:visited{
	color:#FFF;
}

/*
 * FeedControl customizations.
 */
#feed-control-blog .gfg-root .gfg-entry .gf-result .gf-title {
	font-size:14px;
	line-height:1.2em;
	overflow:hidden;
	xwhite-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	margin-bottom:2px;
}
#feed-control-blog .gfg-root .gfg-entry .gf-result .gf-snippet {
	height:3.8em;
	color:#999;
	margin-top:3px;
}

/*
 * Easy way to get horizontal mode, applicable via js options to gadget.
*/
#feed-control-blog .gfg-horizontal-container {
	position:relative;
}
#feed-control-blog .gfg-horizontal-root {
	height:1.5em;
	_height:100%;
	position:relative;
	white-space:nowrap;
	overflow:hidden;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	border:1px solid #AAAAAA;
	padding:5px;
	margin-right:80px;
}
#feed-control-blog .gfg-horizontal-root .gfg-title {
	font-weight:bold;
	background-color:#FFFFFF;
	line-height:1.5em;
	overflow:hidden;
	white-space:nowrap;
	float:left;
	padding-left:10px;
	padding-right:12px;
	border-right:1px solid #AAAAAA;
}
#feed-control-blog .gfg-horizontal-root .gfg-title a {
	color:#444444;
	text-decoration:none;
}
#feed-control-blog .gfg-horizontal-root .gfg-entry {
	width:auto;
	height:1.5em;
	position:relative;
	overflow:hidden;
	text-align:left;
	margin-top:0px;
	margin-left:0px;
	padding-left:10px;
}

/* To allow correct behavior for overlay */
#feed-control-blog .gfg-horizontal-root .gfg-entry .gf-result {
	position:relative;
	width:100%;
	height:100%;
	line-height:1.5em;
	overflow:hidden;
	white-space:nowrap;
}
#feed-control-blog .gfg-horizontal-root .gfg-list {
	display:none;
}

/*
 * FeedControl customizations.
*/
#feed-control-blog .gfg-horizontal-root .gfg-entry .gf-result .gf-snippet,
#feed-control-blog .gfg-horizontal-root .gfg-entry .gf-result .gf-author {
	display:none;
}
#feed-control-blog .gfg-horizontal-root .gfg-entry .gf-result .gf-title {
	color:#FFF;
	margin-right:3px;
	float:left;
}
#feed-control-blog .gf-title a:link, .gf-title a:visited{
	color:#666;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}
#feed-control-blog .gfg-horizontal-root .gfg-entry .gf-result .gf-spacer {
	float:left;
}
#feed-control-blog .gfg-horizontal-root .gfg-entry .gf-result .gf-spacer,
#feed-control-blog .gfg-horizontal-root .gfg-entry .gf-result .gf-relativePublishedDate {
	display:block;
	color:#CCC;
}
#feed-control-blog .gf-result div.gf-relativePublishedDate{
	display:block;
	color:#999;
}
#feed-control-blog .gfg-branding {
	white-space:nowrap;
	overflow:hidden;
	text-align:left;
	position:absolute;
	right:0px;
	top:0px;
	width:80px;
}
#feed-control-blog .gfg-collapse-open, .gfg-collapse-closed {
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	float:right;
	width:17px;
	height:20px;
}
/*.gfg-collapse-open {
	background-image:url('arrow_open.gif');
}
.gfg-collapse-closed {
	background-image:url('arrow_close.gif');
}
*/
#feed-control-blog .gfg-collapse-href {
	float:left;
}
#feed-control-blog .clearFloat {
	clear:both;
}
