@charset "utf-8";
#dailyfeed {

}

/*Overrides Header Styling*/
.gfc-resultsHeader {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*Styles the blog title*/
.gfc-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0px;
	font-weight: bold;
	color: #333;
	margin-left: -9000px;
}

/*Styles the entry titles*/
.gf-title {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: -5px;
	margin-top: 22px;
}
.gf-title:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #0C3;
	text-decoration: none;
}

/*Styles the author and date*/
.gf-author {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
}
.gf-relativePublishedDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
	margin-top: 1000px;
}

/*Styles the entry snippet text*/
.gf-snippet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	max-width: 450px;
	font-weight: normal;
	color: #FFF;
}
